/*RESET*/ html, body, div, span, p, blockquote, pre, a, em, small, strike, strong, dl, dt, dd, ol, ul, li { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; } /* remember to define focus styles! */ :focus { outline: 0; } body { line-height: 1; color: black; background: white; } ol, ul { list-style: none; } /* tables still need 'cellspacing="0"' in the markup */ table { border-collapse: separate; border-spacing: 0; } caption, th, td { text-align: left; font-weight: normal; } blockquote:before, blockquote:after, q:before, q:after { content: ""; } blockquote, q { quotes: "" ""; } 
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	background: #d6eaff url(img/bg.png) repeat-y top center;
	font-family: "Palatino Linotype", "Book Antiqua3", Palatino6, serif;
}
@font-face {
	font-family: 'MuseoL';
	src: url('fonts/Museo700-Regular.otf');
}
.left {
	float: left;
	display: inline
}
.right {
	float: right;
}
.clear {
	clear: both;
	text-indent: -99999px;
}
a {
	color: #2f98b2;
	text-decoration: none;
}
	a:hover {
		text-decoration: underline;
	}
img {
	border: none;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	/*footer push code*/
		min-height: 100%;
		height: auto !important;
		height: 100%;
		margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */
	/*end footer push code*/
}
#header h1 {
	height: 150px;
	width: 619px;
	margin-left: 1px;
	text-indent: -99999px;
	background: transparent url(img/header.png) no-repeat top left;	
}
#contact {
	margin-top: 40px;
	margin-left: 25px;
	font-weight: bold;
	line-height: 1.5em;
}
#nav {
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 2px solid #2f98b2;
	border-top: 2px solid #2f98b2;
	font-size: 1.1em;	
	font-family: MuseoL;
}
	ul.menubar {
		margin: 0 auto;	
		float: left;
	}
		ul.menubar li {
			text-align: left;
			float: left;
			list-style: none;
			padding: 10px 10px 0 10px;
			margin: 0 10px;
			/*background: red;*/
		} 
			ul.menubar li:hover {
				background: transparent url(img/navpointer.png) no-repeat center top;
			}
			ul.menubar li.first {
				margin-left: 60px;
				padding-left: 10px;
			}
		.menubar a {
			color: #9cb8e1;
			font-weight: bold;
		}
		.menubar a:hover {
			color: #2f98b2;
			text-decoration: none;			
		}
		
		#nav li.active a {
			color: #2f98b2;
			text-decoration: none;			
		}
		#nav li.active {
			background: transparent url(img/navpointer.png) no-repeat center top;			
		}
		
		
#content {
	
}
	#contentwrap {
		width: 760px;
		margin-left: 70px;
		margin-top: 45px;
		font-size: 1.1em;
		font-weight: normal;
	}	
		.boxtop {
			background: #badcff url(img/ContentBoxTop.png) no-repeat top center;
			width: 760px;
			height: 34px;
			text-indent: -99999px;
		}
		.textarea {
			background: #badcff url(img/ContentBoxSide.png) repeat-y top center;
			width: 660px;
			padding: 0 50px;
			font-size: .8em;
			line-height: 1.2em;
			color: #333;
		}
			.textarea h2 {
				color: #2f98b2;
				font-family: MuseoL;
			}
			.textarea p {
				padding: 25px 0 0 0;
				text-indent: 50px;				
			}
			.textarea ul {
				padding: 0 100px;
				list-style: disc;
			}
			.textarea img.top {
				width: 125px;
				padding: 15px;
				padding-left: 0;				
			}
			.textarea img.bottom {
				width: 200px;
				padding: 15px;
				margin-left: 200px;
			}
		.actionbuttons {
			padding-top: 10px;
		}
			.actionbuttons img {
				margin: 30px;
				float: left;
			}
				.actionbuttons img:hover {
					-moz-box-shadow: 3px 3px 3px #333;
					-webkit-box-shadow: 3px 3px 3px #333;
					box-shadow: 3px 3px 3px #333;
					border: 2px solid #1c1c1c;
					margin: 28px;
				}
		.quotes {
			width: 80%;
		}
			.quotes p {
				margin-left: 15px;
				padding-bottom: 15px;
				text-indent: 0;
				border-bottom: 1px solid white;
				padding-top: 15px;
			}
		
		.boxbottom {
			background: #badcff url(img/ContentBoxBottom.png) no-repeat top center;
			width: 760px;
			height: 34px;
			text-indent: -99999px;
		}
		
#footer {
	width: 890px;
	margin: 60px auto 0;
	border-top: 2px solid #2f98b2;
	padding-left: 70px;
}
	#footer img {
		margin-top: 20px;
		margin-bottom: 20px;
	}

#footer, .push {
	height: 142px; /* .push must be the same height as .footer */
}
