@charset "utf-8";
/* CSS Document */

*{margin:0;padding:0;border:0;}


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	font-family:	Arial, Helvetica, sans-serif;
	background:#52a8fd url(/images/background.jpg) repeat-x;
}

#container {
	width:930px;
	margin: 102px auto;
}

#header {
	width:930px;
	height:129px;
	background:url(/images/header.jpg) top center no-repeat;
	/*behavior: url(/css/iepngfix.htc);*/
	z-index:998;
}

#print-header {
	width:770px;
	height:90px;
	display:none;
}

#menu {
	padding-top:8px;
	padding-left:18px;
	z-index:999;
}

#body {
	width:870px;
	background:url(/images/body.jpg) top center repeat-y;
	/*behavior: url(/css/iepngfix.htc);*/
	padding-left:30px;
	padding-right:30px;
	position:relative;
}

#content {
	position:relative;
	width:870px;
	z-index:0;
}

#home-h1 {
	position:absolute;
	top:10px;
	left:50%;
	height:50px;
	width:660px;
	margin-left:-330px;
	z-index:1;
	text-align:center;
}
#home-h1 h1 {
	font-weight:normal;
	font-size:18px;
	line-height:120%;
}

#content a {
	color: #ffad31;
	text-decoration:none;
}

#footer {
	width:898px;
	height:52px;
	background:url(/images/footer.png) top center no-repeat;
	_background:url(/images/footer.jpg) top center no-repeat;
	behavior: url(/css/iepngfix.htc);
	color:black;
	padding:20px 16px 0px;
}

#footer img {
	behavior: url(/css/iepngfix.htc);
}

#content-image {
	float:left;
	width:242px;
	display:inline;
}

#content-image img {
	border-right:3px solid #625748;
	border-bottom:3px solid #625748;
}

#content-text {
	float:left;
	width:608px;
	padding-left:10px;
	display:inline;
}

/***************** TEXT STYLES *************************/

.sectionlink {
	font-weight:bold;
	font-size:14px;
	margin:5px 7px;
	color:#ffad31;
	text-decoration:none;
}
.sectionline {
	width:500px;
	height:1px;
	margin:0 auto;
	border-bottom:1px solid #fff;
}
.sectionlinks {
	width:500px;
	margin:0 auto;
	text-align:center;
}

#content p {
	margin-bottom:25px;
}

#content p.last {
	margin-bottom:0px;
}

#content {
	line-height:25px;
}

h1.content-title {
	color:#ffad31;
	font-size:18px;
	font-weight:normal;
	margin-left:30px;
	padding-top:10px;
	margin-bottom:10px;
	display:none;
}
h2 {
	color:#000000;
	font-size:17px;
	font-weight:bold;
}
h3 {
	color:#000000;
	font-size:14px;
	font-weight:bold;
}
.boldtitle {
	color:#000000;
	font-size:13px;
	font-weight:bold;
}
.Strong {
	font-weight:bold;
}

.Emphasis {
	font-style:italic;
}

#content ul {
	margin-top:10px;
}
#content ul li {
	margin-top:10px;
	margin-left:30px;
}
#content ul ul li {
	margin-left:45px;
}

/*********** Form Styles *************/

	#contactform {
		width:100%;
		line-height:normal;
		z-index:1;
	}
	#contactform .required {
		font-weight:bold;
		float:left;
		margin-top:6px;
		font-size:16px;
		color:#FF0000
	}
	#contactform textarea {
		width:290px;
		float:left;
		height:125px;
		margin-top:10px;
	}
	#contactform label, input, .myselect {
		float:left;
		width:210px;
		height:20px;
		margin-top:10px;
	}
	#contactform label {
		margin-right:10px;
		text-align:right;
		width:125px;
	}
	#contactform input, textarea, .myselect {
		text-align:left;
		margin-left:10px;
		margin-top:7px;
		border:1px solid #777;
		border-bottom:2px solid #333;
		border-right:2px solid #333;
	}
	#contactform br {
		clear:left;
	}

@media projection, screen {
}

@media print {
	* {
    	background-color: white !important;
    	background-image: none !important;
    }
	.noprint {
		display:none;
	}
	#header,#footer {
		display:none;
	}
	#content-image {
		display:none;
	}
	#content-text {
		width:100%;
	}
	#print-header {
		display:block;
		width:100%;
	}
	#container {
		width:100%;
	}
}
