@charset "utf-8";
/* By GPBautista October 2009 CSS Document */

/* CSS Document */

/* Remove all margin and paddings */
* {
 border: 0;
   margin: 0;
   padding: 0;
}


html {
height: 100%;
margin-bottom: 1px;
}


body {
	color: #FFF;
	line-height: 1.166;
	background-image: url(../images/bg_main.png);
	background-repeat:repeat-x;
	background-position:top;
    background-color:#014d87;
	height:100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	margin: 0 auto;
	/*border-top: 5px solid #014d87; */
}

ul
{

    margin-top:10px;
    margin-bottom:10px;
       padding-left:20px;
}
li
{
   list-style-type:disc;
   line-height:21px;
   margin-left:10px;    
}

hr
{
    color: #ffffff;
    line-height:normal;
    border: solid 1px;

}
/* Remove all border for images */
a img, img {
    border: none;
}

a{
	color: #cee2fc;
	text-decoration: underline;
	font-weight:bold;
}

a:link{
	color: #cee2fc;
	text-decoration: underline;
}

/*
a:visited{
	color: #7d0101;
	text-decoration: none;
}
*/

a:hover{
	color: #fff;
	text-decoration: none;
}

h1{
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 18px;
 font-weight:bold;
 color:#cee2fc;
 text-align:left;
 margin-top:25px;
}

h2{
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 16px;
 font-weight:bold;
 color:#960e0e;
 text-align:left;
}


h3{
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 20px;
 font-weight:bold;
 color:#cee2fc;
 text-align:left;
 margin-bottom:10px;
 margin-top:0px;
 }

h4{
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 30px;
 font-weight:normal;
 color:#1d2224;
 display:block;
 text-align:right;
 margin:30px 20px 15px 0px;
 }

h5{
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 24px;
 font-weight:normal;
 color:#FFF;
 text-align:center;
 margin-top:25px;
 display:block;
 }
 
 h5 a:link{
 color:#FFF;
 text-decoration:none;
 }
 
 h5 a:hover{
 color:#CCC;
 }
 
#mainwrapper {
width: 1000px;
margin:0 auto;
}

#inwrapper {
width: 1000px;
float: left;
}




#content_wrap {
float:left;
width:1000px;
padding-bottom:20px;
position: absolute;
z-index:10;
margin-top:305px;
}

#content_wrap_pop {
float:left;
width:650px;
padding-bottom:20px;
position: absolute;
z-index:10;
margin-top:15px;
margin-left:20px;
font-size:14px;
}
#left_column {
float: left;
width: 620px;
margin-left:30px;
margin-top:70px;
}


#right_column {
float: left;
width: 320px;
margin-left:15px;
margin-right:15px;
}


#footer_wrap {
width:1000px;
float:left;
border-top:1px solid #FFF;
margin-top:15px;
padding-bottom:50px;
}

#g_slideholder {
width: 881px;
height: 150px;
padding: 0px 10px 0px 11px;
float: left;
position:relative;
}

div.generalphoto_left {
float:left;
margin-left:15px;
margin-bottom:15px;
margin-top:15px;
margin-right:15px;
font-size:13px;
color: #000000;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
text-align:center;
}
div.generalphoto_right {
float:right;
margin-left:10px;
/*
margin-bottom:15px;
margin-top:15px;
margin-right:15px;
*/
font-size:13px;
line-height:normal;
color: #ffffff;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
text-align:center;
}

.c_labels {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#ffffff;
font-weight:bold;
padding: 2px 0px 0px 0px;
}

.c_fields {
border: 1px solid #000000;
height:20px;
margin-top:0px;
}

.c_area {
border: 1px solid #000000;
margin-top:0px;
}

.c_buttons {
border: 1px solid #000000;
color:#FFFFFF;
background-color:#002767;
padding:2px;
margin-top:8px;
margin-bottom:8px;
font-size:14px;
font-weight:bold;
height:28px;
width: 60px;
}
