@charset "UTF-8";
/* CSS Document */

body {
	background: #036;
	text-align: center;
	margin-top: 25px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
html, body {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #fff;
	width: 950px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#header {
	height: 135px;
	width: 950px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color:#1A2043;
	/*background-image: url(development/images/header.gif);
	background-repeat: no-repeat;*/
}
#indexHeader {
	height: 112px;
	width: 950px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color:#1A2043;
	/*background-image: url(development/images/header.gif);
	background-repeat: no-repeat;*/
}
#banner {
	height: 192px;
	width: 950px;
	position: absolute;	
	left: 0px;
	top: 142px;
	background-color:#577FAE;

}
#mainNav {
	background-color: #577FAE;
	height: 180px;
	width: 135px;
	float: left;
	margin-top: 135px;
	margin-left: 12px;
}
#topNav {
	background-color: #577FAE;
	height: 30px;
	width: 950px;
	float: left;
	margin-top: 112px;
	/*margin-left: 12px;*/
}
#mainContent {
	background-color: #fff;
	width: 803px;
	float: right;
	margin-top: 135px;
	margin-bottom: 10px;
}
#indexContent {
	background-color: #fff;
	width: 950px;
	float: right;
	margin-top: 192px;
	margin-bottom: 10px;
}
#contact {
	background-color: #fff;
	width: 950px;
	float: right;
	margin-top: 0px;
	margin-bottom: 10px;
}
#titleArea {
	/*background-image: url(development/images/titleimage.gif);
	background-repeat: no-repeat;*/
	height: 55px;
	width: 803px;
}
#imageArea {
	/*background-color: #bbb;*/
	float: right;
	height: 569px;
	width: 442px;
	margin-right: 12px;
}
#textArea {
	/*background-color: #ddd;*/
	height: 569px;
	width: 325px;
	float: left;
	margin-left: 12px;
}
#textArea2 {
	/*background-color: #ddd;*/
	height: 325px;
	width: 926px;
	float: left;
	margin-left: 12px;
	margin-right: 12px;
	margin-top:12px;
}
#textArea3 {
	/*background-color: #ddd;*/
	height: 450px;
	width: 650px;
	float: left;
	margin-left: 120px;
	margin-right: 12px;
	margin-top:12px;
}
#footer {
	background-color: #1A2043;
	height: 65px;
	width: 930px;
	clear: both;
	margin-top: 10px;
	padding: 10px;
	font-size:10px;
	color:#CCC;
	text-align:center;
}

p  {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:.85em;
	margin: 6px 6px 12px 0px;
	line-height: 1.6em;
	
}

h2	{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.1em;
	margin: 0 0 3px 0;
	color:#517FB2;
	
}

p.bodytextSmall  {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:.8em;
	margin: 6px 6px 12px 0px;
	line-height: 1.6em;
	
}
p.bodytextContact  {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:.85em;
	margin: 6px 6px 6px 12px;
	line-height: 1.4em;
	
}

p.caption  {
	font-family:Verdana, Geneva, sans-serif;
	font-style:italic;
	font-size:.8em;
	margin: 3px 0px 0px 6px;
	line-height: 1.6em;
	text-align:right;
	
}
h4  {
	font-family:Verdana, Geneva, sans-serif;
	font-size:.65em;
	margin: 3px 0px 0px 6px;
	line-height: 1.6em;
	text-align:left;
	
}

#flashContent { 
	width:100%; height:100%; 
}	