/*
-----------------------------------------------
Screen Stylesheet for S.I.T. Consulting

Site: www.sitconsulting.net
Author:   John Holleman    www.InnovativeInSite.com

----------------------------------------------- */

@import url("navigation.css");

body, html {
	padding: 0;
	margin: 0;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;	
	background-color: #142e5d;
	color: #494949;
	font-size: 13px;
	width: 100%;
	background-image: url(../images/bgtile.jpg);
	background-repeat: background: url(../images/bg.jpg) repeat-y;
}

ul, h1, h2, h3, h4, h5, h6, input, form, p, dt, dd, dl {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* ----- Positioning ----- */

.container {
	width: 100%;
}

.content {
	width: 960px;
	margin: 0 auto;
	background: url(/images/bg.jpg) repeat-y;
	
}

.navbox {
	width: 224px;
	height: 406px;
	background: url(/images/navbg.gif) no-repeat;
	float: right;
	position: fixed;
	margin-left: 710px;
	margin-right: 16px;
	margin-top: 7px;
	padding: 15px;
}

.maincontent {
	width: 650px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 60px;
	
}

.header {
	background: url(/images/headerbg.gif) no-repeat;
	padding: 15px;
	height: 350px;
	padding-bottom: 0px;
}

.headertriad {
	width: 180px;
	float: left;
	padding: 10px;
	padding-left: 16px;
}

.learnmore {
	background: url(/images/bluestripebg.jpg) repeat-x;
	height: 91px;
}

.areyouprepared {
	background: white;
	padding: 15px;
	
}

.whoweare {
	background: white;
	padding: 15px;
	
	
}

.whatwedo {
	background: white;
	padding: 15px;
	
}

.contact {
	background: white;
	padding: 15px;
	
}

.footer {
	background: url(/images/footerbg.gif) no-repeat;
	height: 47px;
	
}

.floatright {
	float: right;
}

.floatbutton {
	float: right;
	padding-right: 35px;
	padding-top: 27px;
}

.spacer {
	height: 5px;
	background: #21457f;
}

/* ----- Text Formatting ----- */

h1 {
	color: #2d5087;
	font-family: palatino;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
}

h2 {
	font-size: 33px;
	font-weight: normal;
	color: #13376d;
}

h3 {
	font-size: 16px;
	padding-bottom: 5px;
}

h4 {
	font-family: tahoma;
	font-size: 25px;
	color: white;
	font-weight: normal;
	letter-spacing: .1em;
	padding-top: 27px;
	padding-left: 20px;
}

h5 {
	
}

h6 {
	
}

p {
	
}

.contentlist li {
	list-style-type: disc;
	margin-left: 25px;
}

/* ----- Link Formatting ----- */

a {
	color: #142e5d;
}

a:hover {
	text-decoration: none;
}

a img {
	border: 0px;
}

/* ----- Contact Form ----- */

input {
	background: #d7e7fc;
	color: #142e5d;
	font-family: tahoma;
	border: none;
	border-top: 1px solid #bbd3f4;
	width: 250px;
	font-size: 12px;
	padding: 5px;
}

input#submit {
	color: white;
	background: #142e5d;
	width: 150px;
}

textarea {
	background: #d7e7fc;
	color: #142e5d;
	font-family: tahoma;
	border: none;
	border-top: 1px solid #bbd3f4;
	width: 250px;
	font-size: 12px;
	padding: 5px;
}



