/*-------  
Copyright 2009 DuBose Web Group and 
Research Associates
--------*/
@import url("nav.css");

html, body{ 
	background:url(../images/bg.jpg) repeat-x top center #ffffff;
	margin:0;
	}
#wrap {
    margin:0 auto;
    width:900px;
	background:url(../images/bg_logo.jpg) repeat-x top #ffffff; 
    }
#header {
    background:#ddd;
	padding:20px 0 0 0;
    }

#main {
    float:left;
	width:425px;
	margin:20px 0 30px 0;	
    }
#content1 {
    float:left;
	margin:40px 25px 0 10px;
	width:200px;
	background-image:url(images/nav2.jpg);
	background-repeat:no-repeat;   }

#content3{
    float:left;
	width:205px;
	margin:40px 0 0 25px;
	background-image:url(images/nav2.jpg);
	background-repeat:no-repeat;
	}	
	
#top{
	width:900px;
	margin:0px auto;
	height:100px;
	padding-top:20px;
	background:url(../images/top.gif) top no-repeat;
	font-size:9px; color:#000000; font-weight:bold;	
	}
#top a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#003366;
	padding:0 5px 0 30px;
	}
#top a:hover {text-decoration:none;}

#headerimage{
	background-image:url(images/header1.jpg);
	background-repeat:no-repeat;	
	width:900px;
	height:298px;
	}
	
#main h1{
	font:18px "Times New Roman", Times, serif;
	color:#003366;
	font-weight:bold;
	margin-bottom:-5px;
	text-align:center;
	}
#main h2{
	font:14px Arial, Helvetica, sans-serif;
	color:#3176b6;
	font-weight:bold;
	margin-bottom:-5px;
	}
#main a{
	font-size:inherit;
	color:#3176b6;
	font-weight:bold;
	}
#main p{
	font:14px Arial, Helvetica, sans-serif;
	color:#555555;
	text-align:justify;
	line-height:20px;
	}

.form{
	font:12px Arial, Helvetica, sans-serif;
	color: #555555;
	
	line-height:20px;
	text-align:left;
	}
.formbutton{
	cursor:pointer;
	border:outset 1px #ccc;
	color:#003399;
	font-weight:bold;
	padding: 1px 2px;
	background:url(images/formbg.gif) repeat-x left top;
	}

.small{
	font-size:10px;
	}
.divider{
	border-bottom:1px dotted #cccccc;
	margin:10px 0 10px 0;
	}	
	
#calendar { 
	padding:5px 0px 0 10px;
	color: #5A5E5D;
	font-size: 1.1em;
	border: 1px solid #D0E4ED;
	font-size:12px;
	}
* html #coe { height: 200px; } /* Hidden from IE Mac */
#calendar a {  	line-height:20px;color: #2B72A8; text-decoration: none; font-weight: bold; }
#calendar a:hover{text-decoration:none;color:#cccccc;}

#divider {background:url(../images/gwg_mp_calendar_divider.gif) no-repeat; width: 180px; height: 4px; margin:10px 0 10px 0;}

#content1 a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:inherit;
	font-weight:bold;
	margin-left:10px;
	}
#content1 p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #000;
	text-align:center;
	}
#content1 h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	margin:10px 0 0 -10px;
	}
#content3 h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	margin:10px 0 0 -10px;
	}

#content3 a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:inherit;
	font-weight:bold;
	margin-left:10px;
	}
	
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

.picture{
	float:right;
	margin: 15px 0px 15px 15px;
	border:#000 solid 3px;
	}
.cccpicture{
	float:right;
	margin: 10px 20px 0px 30px;
	border:#6699CC solid 3px;
	}

#footer{
	clear:both;
	width:900px;
	height:65px;
	margin:0 auto;
	}
#copyright{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#003366;
	}
#copyright a{
	font-family:Arial, Helvetica, sans-serif;
	color:#003399;
	text-decoration:underline;
	}
#copyright a:visited{ color:#003399;}
#footer a:hover{ color:#ccc;	}
#bottombar{
	height:25px;
	width:900px;
	margin:0 auto;
	}
#bottombar a{
	color:#003366;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	}
#bottombar a:hover{text-decoration:underline;}

#homepage{
	width:900px;
	height:250px;
	margin:0px auto;
	}

.form{
	color:#555555;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}	
.formbutton{
	cursor:pointer;
	border:outset 1px #ccc;
	background:#ffffff;
	color:#003366;
	font-weight:bold;
	font-size:11px;
	background:url(../images/formbg.gif) repeat-x left top;
	}
.formarrow{
	cursor:pointer;
	background:url(../../images/arrow.gif);
	background-repeat:no-repeat;
	height:20px;   width:20px;
	}

#line{
	width:100px;
	height:3px;
	background-image:url(../../images/line.gif);
	background-repeat:no-repeat;
	margin:0 0 3px 5px;	
	}

#contact{
	width:90px;
	height:43px;
	background-image:url(../../images/contact.gif);
	background-repeat:no-repeat;
	border:#096633 1px solid;
	margin:0px auto;
	}
#clear{
	clear:both;
	}
	.heading {
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#006699;
	white-space:nowrap;
	text-decoration:none;
	text-indent: 12px;
}
.header_title
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#000000;
}
.star
{
color:#FF0000;
}
