/* CSS Document */
html, body {
    height:100%;/* needed to base 100% height on something known*/
}
#outer {
    background:#fff;
    margin:auto;
    min-height:94%;
   
}
/*LeftNav Paul Anthony Start*/


ul.leftnav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	font-size: 9pt;
	font-weight: bold;
	line-height: 165%;
	width: 180px;
}
ul.leftnav li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #00264D;
	border-bottom: 1px solid #566883;
}
ul.leftnav li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #112B50;
	padding: 0 0 0 20px;
	width: 160px;
}
ul.leftnav li a:hover {
	background-color: #495970;
}
ul.leftnav li a.current,ul.leftnav li a.current:hover {
	background-color: #993333;
}
/*LeftNav Paul Anthony end*/

/*Paul Start opening text home page*/
.opening{
margin-top:20px;

margin-left:140px;
margin-right:140px;
}


.fluid {
margin-top:10px;
}

/* #inner protects any floats in the content from clearing the :before float */
#inner {
    overflow:hidden;

}
body {
	margin: 0;
	padding: 0;
	font: 11px normal Verdana, Arial, Helvetica, sans-serif;
	background: #f8f8f8;
	color:#102647;
	min-width:962px;

}
* {
	margin: 0;
	padding: 0;
}
p {
	line-height: 1.6em;
	padding: 5px 0;
	margin: 5px 0;
	font-size:small;
}
h1 a{
	font: 29px normal Georgia, 'Times New Roman', Times, serif;
	color: #ccc;
	text-decoration: none;
}
h1 a span { color: #b8ddf0; }
h1 small{
	font: 10px normal Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing: 1.5em;
	display: block;
	color: #fff;
}

h2 {
	font-size: 2em;
	font-family: Arial, Helvetica, sans-serif;
	color:#102647;
}
h3 {
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
h4 {
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #438FCB;
}
a {
	color: #438FCB;
	text-decoration:none;
}


.container {
	width: 962px;
	margin: 0 auto;
	clear:both;

}
#topNav{
	text-align:right;
	padding-top:10px;
}

#leftNav {
	float:left;
	width:180px;
}



.fluid {
	width: 100%;
	float: left;
}
#header {
	background: #fff ;
}
#features {
	background: #ddd;
}
#logo{
	width: 20%;
	float: left;
	height:104px;
}
#menu {
	width: 77%;
	float: right;
	color:#9C9D9F;
	margin-top:10px;
	margin-left:10px;
}

#menu ul {
	list-style: none;
	float:right;
}

#menu li {
	display: inline;
	
}

#menu a {
	float: left;
	text-decoration: none;
	font-weight: bold;
	color: #9C9D9F;
	padding: 40px 22px 0 22px;
}

#menu a .last {
	float: right;
	text-decoration: none;
	font-weight: bold;
	color: #9C9D9F;
	}
#menu a:hover {
	color: #9C9D9F;
	
}




#row1 {
	background:#102647 url(../images/row1_back.jpg);
	height:302px;
	border-bottom:1px solid #102647;
}

#row1 .container .slideshow {
	width:66%;
	background-color:#FFFFFF;
	float:left;
	height:302px;

}
#main{
padding-left:20px;
width:608px;
line-height:170%;
float:left;
}
#main2{
padding-left:20px;
width:762px;
line-height:170%;
float:left;
padding-top:10px;
}
#main3{

width:810px;
line-height:170%;
float:left;
padding-top:10px;
}
#main h1{
margin-top:20px;
margin-bottom:10px;
}
#rightImage {
 float:left;
width:134px;
margin-left:12px;

}

#rightImage img {
padding-bottom:10px;

}

#row1 .container .flash {
	width:66%;
	padding-top:3px;
	background-color:#FFFFFF;
	float:left;
	height:299px;

}
#row1 .container .intro {
	width:34%;
	background: #fff url(../images/blank_intro.jpg) no-repeat;
	float:right;
	height:302px;
	
}
.director {

	
}

#content {

	color: #000;
	
}

#contentD .container div{
	color:#102647;
	width:23%;
	float:left;
	margin:40px 25px 0 0;
}

#content2 {
	background: #fff url(../images/row2_back.jpg) repeat-x;
	
}
.col1 {
	color:#102647;
	width:600px;
	float:left;
	margin:40px 0 0 0;
}

.col2 {
	background-color:#102647;
	color:white;
	width:307px;
	float:right;
	margin:40px 0 0 0;
	padding:10px;
	line-height:1.5em;
}

#footer {
	background: #e8e8e8 url(../images/footer_back.jpg) repeat-x;
	float:left;
	clear:both;
	height:44px;
}
.contact {
	background-color:#102647;
	color: white;
	padding:10px;
}