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

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

@media projection, screen {
}

@media print {
	* {
    	background-color: white !important;
    	background-image: none !important;
    }
	.noprint {
		display:none;
	}
	#top-banner-container {
		display:none;
	}
	#content-top {
		display:none;
	}
	#content-bottom {
		display:none;
	}
	#relationship {
		display:none;
	}
}

img, div { behavior: url(/css/iepngfix.htc) }

body {
	font-family:Geneva,Arial,Verdana;
	font-size:12px;
	color:#000000;
	background:#000000 url(/images/background-1.jpg) top center no-repeat;
}

#container {
	position:relative;
	width:770px;
	margin: 25px auto;
}

.top-tags {
	height:7px;
	width:8px;
	background-color:#66171a;
}

#top-banner-container {
	height:82px;
	width:770px;
	color:white;
}

#top-banner {
	height:75px;
	width:770px;
	background-color:#66171a;
}

#top-banner-logo {
	float:left;
	height:50px;
	width:164px;
	margin-top:11px;
	margin-left:25px;
}

#top-banner-tag {
	float:left;
	height:50px;
	width:350px;
	margin-left:50px;
	margin-top:15px;
}

#top-banner-links {
	float:right;
	height:65px;
	padding:5px 15px;
	text-align:right;
	line-height:16px;
}

#content-top {
	height:38px;
	width:770px;
	padding-top:6px;
	background:url(/images/content-top.png) top left no-repeat;
}

#content {
	width:660px;
	margin:0 auto;
	padding:10px 20px 15px 60px;
	background:url(/images/content.png) repeat-y;
}

#content-bottom {
	width:770px;
	height:9px;
	background:url(/images/content-bottom.png) repeat-y;
	border-bottom:1px solid white;
}

#relationship {
	width:770px;
	height:87px;
}

.relationship-tags {
	width:7px;
	height:7px;
	background-color:#172e17;
}

#relationship-body {
	background-color:#172e17;
	height:73px;
	width:770px;
}

#copyright {
	background-color:white;
	width:740px;
	height:17px;
	padding-top:3px;
	padding-right:15px;
	padding-left:15px;
}

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

.reference {
	font-size:9px;
	font-weight:bold;
}

#content {
	/*font-weight:bold;*/
}

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

#content ul, #content ol {
	margin-bottom:15px;
}

#content ol {
	margin-left:60px;
}

#content ol li {
	line-height:20px;
	font-weight:bold;
}

#content ul li, #content ul ol {
	line-height:normal;
	margin-top:0px;
	margin-bottom:-5px;
	padding-top:0px;
	padding-bottom:0px;
}

.home-text {
	line-height:22px;
	font-size:24px;
}

#top-banner a:link,#top-banner a:visited,#top-banner a:hover {
	color:white;
	text-decoration:none;
	font-size:12px;
}

#top-banner a:hover {
	text-decoration:underline;
}

#copyright {
	font-weight:bold;
	font-size:10px;
}

#copyright a:link,#copyright a:visited,#copyright a:hover {
	font-weight:bold;
	font-size:10px;
	color:black;
	text-decoration:none;
}

#copyright a:hover {
	text-decoration:underline;
}

#top-banner-tag .line1 {
	font-size:17px;
}

#top-banner-tag .line2 {
	margin-left:185px;
	margin-top:-10px;
	font-size:36px;
}

#relationship-body .line1 {
	font-size:13px;
	color:white;
}

#relationship-body .line2 {
	margin-left:12px;
	margin-top:-3px;
	font-size:12px;
	color:white;
}

h1 {
	color:#000000;
	font-size:20px;
	font-weight:bold;
	margin-bottom:20px;
	margin-left:-10px;
}
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:500px;
		margin:0 auto;
	}
	#contactform .required {
		font-weight:bold;
		float:left;
		margin-top:6px;
		font-size:16px;
		color:#FF0000
	}
	#contactform textarea {
		width:250px;
		float:left;
		height:125px;
		margin-top:10px;
	}
	#contactform label, input, .myselect {
		float:left;
		width:200px;
		height:20px;
		margin-top:10px;
	}
	#contactform label {
		margin-right:10px;
		text-align:right;
		width:150px;
	}
	#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;
	}
