@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'RockwellRegular';
    src: url('fonts/rockwell-webfont.eot');
    src: url('fonts/rockwell-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/rockwell-webfont.woff') format('woff'),
         url('fonts/rockwell-webfont.ttf') format('truetype'),
         url('fonts/rockwell-webfont.svg#RockwellRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/background.png);
	background-repeat:repeat-x;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #95b0d0;
}

a {
	text-decoration:none;
}

a img{
	border: none;
}

#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	float: left;
	height:130px;
	width: 100%;
	margin-top:15px;
}

#header a{
	float: left;
	position: relative;
	top: 23px;
}

#leftcol{
	position: relative;
	float:left;
	height:100%;
}

#buttons {
	height:26px;
	width: 100%;
	background-color:#ed1f30;
	float:left;
	position:relative;
	z-index:1000;
	font-family:'RockwellRegular', Arial, Helvetica, sans-serif;
	font-size: 13px;
	overflow:hidden;
}

#buttons a{
	color: #FEE7DE;
}

#buttons ul{
	list-style:none;
	padding:0;
	margin:0;
	position: relative;
	padding: 0 0 0 3px;
	height: 26px;
}

#buttons ul li{
	display: inline;
	padding: 6px 0;
	float: left;
}

#buttons ul li a.li_padded{
	padding: 6px;
	position: relative;
}

#buttons ul li a:hover{
	background-color: #302241;
}

#maincontent2 {
	position:relative;
	top: -35px;
	float: left;
	height:563px;
	width:100%;
	background:url(../images/home_photo.jpg) no-repeat;
}

#maincontent2 a:link {
	color:#216396;
	text-decoration:none;
	
}

#maincontent2 a:visited{
	color:#216396;
	text-decoration:none;
}

#maincontent2 a:hover{
	color:#689cc5;
	text-decoration:none;
}

#maincontent2 h1 {
	font-size:1.1em;
	color:#ED1C2B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform:inherit;
	font-weight: normal;
	line-height: 120%;
	padding: 0px 0px 0px 0px;
}


#textbox {
	float: right;
	position:relative;
	width:256px;
	height:142px;
	z-index:1;
	top: 340px;
	right: 15px;
}


#maincontent2 p {
	font-size:.7em;
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 130%;
	padding: 0px 0px 0px 0px;
}

#maincontent {
	height:100%;
	float: left;
	background-color:#FFFFFF;
	padding: 20px 30px;
} /* remember that padding is the space inside the div box and margin is the space outside the div box */

#maincontent a{
	color:#216396;
	text-decoration:none;
	
}

#maincontent a:hover{
	color:#689cc5;
	text-decoration:none;
}

#maincontent h1 {
	font-size:1.1em;
	color:#ED1C2B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform:inherit;
	font-weight: normal;
	line-height: 80%;
	padding: 0px 0px 0px 320px;
	
}

#maincontent h3 {
	font-size:.9em;
	color:#216396;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 40%;
	padding: 15px 0 0 320px;
}

#maincontent p {
	font-size:.7em;
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 130%;
	padding: 0px 0px 0px 320px;
}

#maincontent italic {
	font-size:.7em;
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 100%;
	padding: 0px 0px 0px 320px;
	font-style:italic;
}


#maincontent td {
	font-size:.7em;
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 130%;
	padding: 0px 3px 0px 3px;
	margin-left:700px;
	
}

#maincontent th {
	font-size:.7em;
	color:#CC9966;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 130%;
	padding: 0px 0px 0px 0px;
}

#clearbox{
	position:absolute;
	top:600px;
	left:40px;
	width: 284px;
	height: 96px;
}


#footer3 {
position: absolute;
color:#FFF;
font-size:10px;
padding-top:10px;
top: 698px;
}

#footer3 a{
color:#FFF;
font-size:10px;
padding-top:10px;
text-decoration:none;

}

#footer3 a:hover{
color:#CCCCCC;
font-size:10px;
padding-top:10px
text-decoration:none;
}

#footer {
color:#FFF;
font-size:10px;
padding:10px 0 30px 0;
float: left;
}

#footer a{
color:#FFF;
font-size:10px;
padding-top:10px;
text-decoration:none;

}

#footer a:hover{
color:#CCCCCC;
font-size:10px;
padding-top:10px
text-decoration:none;
}
#apDiv1 {
	position:absolute;
	left:810px;
	top:614px;
	width:233px;
	height:83px;
	z-index:1;
}
#apDiv2 {
	position:absolute;
	left:326px;
	top:231px;
	width:273px;
	height:403px;
	z-index:1;
}

#home_button{
	float: right;
	padding: 20px 35px 0 0;
}

.style1 {color: #FFFFFF;
font-size:14px;
padding:10px;
}
.style2 {
	color: #333;
	font-size:10px;
	padding:10px;
}
.style3 {
	color: #333;
	font-size:14px;
	padding:10px;
}

