/*---------LAYOUT--------------------------------------------*/


body{
	margin: 0;
	padding:0;
	background-color: #fff;
	font: 0.90em/1.8em Arial, Helvetica, Sans;
	color: #666;
}

img {cursor:hand;cursor:pointer}


.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}

a {
	font-weight: bold;
	color:#0B3170;
	text-decoration: none;
}

a:hover {
	color:#CCCCCC;
}

#wrapper{
	margin-left:auto;
	margin-right:auto;
	margin-top: 40px;
	width:884px;
	min-height: 500px;
}

#header{
	float: left;
	margin:0;
	width:884px;
	height: 100px;
	text-align: center;
}


#subheader{
	float: left;
	margin:0;
	width:884px;
	height: 100px;
}

#subleft{
	float: left;
	width:200px;
	margin:0;
	padding:20px;
	min-height: 400px;
	text-align: center;
}

#subright{
	width:580px;
	margin:0;
	padding:20px;
	min-height: 400px;
	float: left;
}

#bioPic{
	float:left;
	width:120px;
	min-height: 800px;
	height:auto !important;
	height:800px;
	margin-right: 30px;

	
}

#bioInfo{
	float:left;
	padding: 0 20px;
	min-height: 400px;
	width: 560px;

}

.bioimg{
	margin-right:20px;
	margin-bottom:20px;
border:2px solid #eee;	
}
#subright textarea, input{
	border: none;
	font-size: 1em;
	padding: .3em;
	background-color: #eee;
}

#cForm{
	text-align: center;
	border: 1px solid #eee;
	
	padding:20px;
}

#splash{
	float: left;
	margin:0;
	width:884px;
	height: 331px;
	background-image: url(../images/splash.jpg);
	background-repeat: no-repeat;
}

#enter{
	margin:0;
	text-align: center;
}


#intro {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 14px;
	float: right;
	width:350px;
	margin-top: 15px;
	padding:25px;
	line-height: 1.3em;
}


#main{
	margin-top: 30px;
	width:884px;
	min-height: 331px;
	float: left;
	
	
}
#navContainer{
	width:808px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;

}
#navLG{
	float: left;
	margin:0;
	width:192px;
	height: 192px;
	margin-right: 10px;
	
}

#content{
	width:800px;
	min-height:150px;
	margin-left: auto;
	margin-right: auto;

}

#footer{
	float: left;
	margin-top:20px;
	width:864px;
	height: 60px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	padding: 20px 20px 20px 20px;
	text-align: center;
	font-size: 11px;
	color:#666;
}
/*---------TEXT STYLES--------------------------------------------*/

.titleTxt{
	font-family: "Times New Roman", Times, serif;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 110%;
}


.blueTxt{
	font-family: Times New Roman, Times, Georgia, Serif;
	color: #093270;
	font-size: 26px;
	font-weight: bold;
	line-height: 110%;
}


.smblue{
	font-family: Times New Roman, Times, Georgia, Serif;
	color: #093270;
	font-size: 18px;
	font-weight: bold;
	line-height: 133%;
}
.bioWrap {
	height: 100%;
	width: 565px;
}
.bioContainer {
	padding: 10px;
	margin: 5px 5px 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	float: left;
	width: 540px;
}
#bioInfo p a {
	color: #333;
	font-size: 90%;
	font-weight: bold;
}
.bioText {
}
.bioImage img {
	float: left;
	padding: 0px;
	margin: 5px 15px 3px 5px;
	height: 120px;
	width: 100px;
	border: 3px solid #999;
}
