/* CSS Document */

body {
	background-color:#002c56;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555658;
	}
a {	
	color:#2a749e;
	text-decoration:none;
	}
a:hover {
	color:#006699;
	text-decoration:none;
	}

#container {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	}
#topbar {
	height:30px;
	background-color:#2a749e;
	}
#toparea {
	background:url(../images/logoarea.gif) top left no-repeat #FFFFFF;
	height:283px;
	position:relative;
	}
#logolink {
	height:120px;
	width:460px;
	display:block;
	position:absolute;
	top:20px;
	left:20px;
	text-decoration:none;
}
#logolink span {visibility:hidden;}

#topflashcontainer {
	width:510px;
	height:283px;
	float:right;
	background:url(../images/flasharea.jpg) top left no-repeat;
}


#centerarea {
	background-color:#FFFFFF;
	}

#centertable {
	width:100%;
	}
.navcell {
	background:url(../images/navbkg.gif) top left repeat-y #387ea9;
	width:273px;
}
#navbar {
	background:url(../images/navbkgimage.gif) top left no-repeat;
	min-height:360px;
	position:relative;
	z-index:10;
}

#navbar .m1mit a {
	padding-left:30px;
	margin-right:-30px;
	display:block;
	background-image:url(../images/nav-bullet.gif);
	background-repeat:no-repeat;
	background-position:10px 3px;
}


#navbarcurve {
	width:39px;
	height:112px;
	background:url(../images/navcurve.gif) top left no-repeat;
	position:absolute;
	left:269px;
	top:0px;
}
#searcharea {
	height:90px;
	background:url(../images/searchbkg.gif) top left no-repeat;
	margin-bottom:30px;
	padding-left:20px;
	padding-top:15px;
}

.padder {
	padding:20px 50px 0px 50px;
	}
	
h1 {
	color:#005387;
	text-transform:uppercase;
	font-weight:normal;
	font-family:"Myriad Pro",Arial, Helvetica, sans-serif;
	font-size:36px;
	margin-top:0px;
	padding-top:0px;
	}
	
h2, h3 {
	color:#005387;
	text-transform:uppercase;
	font-weight:normal;
	font-family:"Myriad Pro",Arial, Helvetica, sans-serif;
	}
	
img.contentpic {
	float:right;
	padding:5px 5px 15px 15px;
	}

#homeflashcontainer {
	margin-bottom:15px;
	}
.table1top {
	background:url(../images/table1top.gif) top left no-repeat; width:292px;
	}
.table1mid {
	background:url(../images/table1mid.gif) top left repeat-y;
	}
.table1btm {
	background:url(../images/table1btm.gif) bottom left no-repeat;
	padding:20px;
	text-align:left;
	}	

.table2top {
	background:url(../images/table2top.gif) top left no-repeat; width:251px;
	}
.table2mid {
	background:url(../images/table2mid.gif) top left repeat-y;
	}
.table2btm {
	background:url(../images/table2btm.gif) bottom left no-repeat;
	padding:20px;
	text-align:left;
	}	
.table1btm, .table1btm a, .table2btm, .table2btm a {
	color:#555658;
	font-style:italic;
	}
.table1btm a:hover, .table2btm a:hover {
	color:#006699;
	}

#bottomarea {
	background-color:#FFFFFF;
	height:207px;
	background:url(../images/bottomwave.gif) top left no-repeat;
	position:relative;
	}

#signuparea {
	position:absolute;
	top:110px;
	left:40px;
	}

#footer {
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
	padding:10px;
	}
#footer a {
	color:#FFFFFF;
	}	
	