
/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/*layout */
body {
background-color:#cc6a22/*#a44c0b*/;
}

#wrapper {
width:1007px;
margin:0px auto;
margin-top:20px;
background-color:#a44c0b;
border:1px solid #fff;
}
	#top {
	height:252px;
	background-color:#f7971d;
	}	
	#inttop {
	height:79px;
	background-color:#f7971d;
	border-bottom:1px solid #fff;
	}
		#logos {
		float:left;
		width:486px;
		border-right:1px solid #fff;
		}
		#logos_int {
		float:left;
		width:486px;
		border-right:1px solid #fff;
		height:80px;
		}
			#logo {
			height:60px;
			padding:10px 10px;
			overflow:hidden;
			}
			#logo2 {
			background: url(images/topleft.jpg) top left no-repeat;
			height:172px;
			}
	
		#flash {
		width:520px;
		float:left;
		height:252px;
		background:url(images/flash.gif) bottom left no-repeat;
		}
		#topright {
		width:500px;
		float:left;
		}

	#main {
	clear:both;
	border-top:1px solid #fff;
	}
	#main_int {
	background:url(images/intbg.gif) left top repeat-y;
	float:left;
	}
		#mainleft {
		float:left;
		width:487px;
		}
			#nav {
			height:27px;
			}
			
		#mainright {
		float:left;
		width:520px;
		overflow:hidden;
		}

	#footer {
	border-top:1px solid #fff;
	clear:both;
	height:27px;
	text-align:center;
	padding-top:5px;
	background-color:#a44c0b;
	}
		
	#subfooter {
	height:30px;
	background-color:#f7971d;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#fff;
	padding-top:10px;
	padding-left:15px;
	}

	
/* text and links */
p {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
color:#fff;
line-height:1.3em;
text-align:left;
margin:30px 8px 20px 20px;
}
h1 {

}
h2 {

}
h3 {

}
a:link {
color:#fff;
}
a:visited {
color:#fff;
}
a:hover {
color:#a6eefb;
}
a:active {
color:#fff;
}
#footer a {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
text-decoration:none;
margin-left:15px;
margin-right:15px;
}
#footer a:link {
color:#fff;
}
#footer a:visited {
color:#fff;
}
#footer a:hover {
color:#a6eefb;
}
#footer a:active {
color:#fff;
}

/*classes*/
.intheader {
margin-top:45px;
}
.center {
text-align:center;
}
.clear {
clear:both;
}
.imgmargin {
margin:15px;
}

/* Forms Attributes */	
					
.row { /* contact form row */
margin-top:10px;
font-size:12px;
clear:both;
font-family:Georgia, "Times New Roman", Times, serif;
color:#fff;
font-size:14px;
}

.row label {  /* contact form row label */
display: block;
float: left;
width: 140px;
font-size: 12px;
text-align: right;
padding-top: 10px;
padding-right: 3px;
font-family:Georgia, "Times New Roman", Times, serif;
color:#fff;
font-size:14px;
}

.boldLabel {
font-weight:bold;
width: 100px;
color: #f7971d;
margin-right: 5px;
}
input {
margin-top: 10px;
font-size:12px;
}
select {
font-size:12px;
margin-top: 10px;
}
.row textarea {
width:250px;
height:100px;
}