@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, #menu {
		display:none;
	}
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	background-color:#000;
}

#container {
	width:752px;
	margin: 10px auto;
}

#header {
	height:129px;
	width:100%;
}

#index-content {
	background:url(../images/index-lower-background.jpg);
	width:722px;
	height:305px;
	padding:0px 15px;
	font-size:12px;
	color:black;
}

#index-footer {
	 width:732px;
	 height:10px;
	 padding:10px;
}

#index-footer a:link,#index-footer a:visited {
	text-decoration:none;
	color:white;
}

#index-footer a:hover {
	text-decoration:underline;
}

#header img {
	border:none;
	padding:5px;
}

#menu {
	position:relative;
	width:743px;
	height:17px;
	padding-top:4px;
	padding-left:9px;
	background:white url(../images/menu-background.jpg) no-repeat; 
}

#content-top-image {
	width:752px;
	margin-top:5px;
}

#content-header {
	height:30px;
	width:667px;
	background-color:#500900;
	padding-left:85px;
	padding-top:5px;
	color:white;
}

#content-section {
	width:752px;
	background-color:white;
	color:black;
	font-size:12px;
}

#content {
	border-left:1px solid #500900;
	margin-left:62px;
	width:643px;
	padding:15px 23px 15px 
}

#content a:link, #content a:visited {
	color:#600;
	text-decoration:underline;
}

#content a:hover {
	text-decoration:underline;
	color:#000;
}

#content-bottom {
	background-image:url(../images/content-bottom.jpg);
	width:752px;
	height:37px;
}

#content img {
	border:7px solid #aaaaaa;
	margin:14px 7px 14px 14px;
	float:right;
}

#content .img-noborder {
	border:none;
	margin:0px;
	float:none;
}

#footer-text {
	width:752px;
	margin-top:5px;
	margin-bottom:15px;
	text-align:center;
	color:white;
}

#footer-text a:link,#footer-text a:visited,#footer-text a:link {
	text-decoration:none;
	color:white;
}

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

.droplink {
	cursor:pointer;
	margin-top:4px;
	padding-left:15px;
	background:url(/images/bullet.jpg) left center no-repeat;
	font-size:14px;
	font-weight:bold;
	color:#000;
	margin-top:10px;
	margin-bottom:6px;
}

.dropitem {
	margin-left:30px;
}


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

.breadcrumbs {
	font-size:10px;
}

.phrase {
	font-family:Arial;
	font-size:26px;
	font-style:italic;
	color:white;
}

#index-content h1, #index-content .header2 {
	font-family:"Trajan Pro",Times;
	font-size:20px;
	font-style:normal;
}

#content-header h1 {
	font-size:20px;
	font-style:normal;
	color:white;
}

.red-text {
	color:#70321a;
}

.script-text {
	font-family:"Trajan Pro",Times;
	font-size:12px;
	font-style:normal;
	color:black;
}

#index-content .header2 {
	font-size:12px;
}

#index-content h1 {
	color:#414141;
}

#index-content a {
	color:#70321a;
	text-decoration:none;
	font-weight:bold;
}

#index-content img {
	border:1px solid black;
}

h1 {
	color:#000000;
	font-size:20px;
	font-weight:bold;
	font-style:italic;
}
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;
	}
	#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;
	}
