/* CSS Document */

body {
	/*background: #192773;*/
	background: #192773 url(../images/background.jpg) top left repeat-x;
	margin: 0;
}
a:link, a:visited, a:active {
	color: #283891;
	text-decoration: underline;
}
a:hover {
	color: #f7941e;
	text-decoration: underline;
}
/* wrapper
---------------------------------------------------------- */
#wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}
/* header
---------------------------------------------------------- */
#header {
	width: 900px;
	height: 300px;
	background: #efefef url(../images/header.jpg) top left no-repeat;
}
/* nav
---------------------------------------------------------- */
#nav {
	width: 900px;
	height: 50px;
	/*margin-left: auto;
	margin-right: auto;*/
	padding: 0px;
	margin-top: 0px;
}
ul#navbar {
	width: 850px;
	height: 50px;
	background: #FFF;
	margin: 0px auto;
	padding: 0 25px;
	position: relative;
	list-style: none;
}
#navbar li {
	margin: 0;
	position: relative;
	display: block;
	float: left;
	padding: 0 8px;
}

#navbar li a {
	font-size: 1em;
	line-height: 50px;
	color: #283891;
	font-family: 'Arial Narrow', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;	
	text-decoration: none;
}

#navbar li a:hover, #navbar li.current a {
	color: #f7941e;
}

#navbar li.social {
	width: 100px;
	padding: 0 0;
}

.social a {
	display: block;
	position: relative;
	float: right;
	text-indent: -9999px;
	width: 24px;
	height: 24px;
	margin: 10px 3px;
	line-height: 50px;	
}

.social a.linkedin {
	background: url(../images/icon_linkedin_off.png) 0 0 no-repeat;
}

.social a.linkedin:hover {
	background: url(../images/icon_linkedin_on.png) 0 0 no-repeat;
}

.social a.fb {
	background: url(../images/icon_facebook_off.png) 0 0 no-repeat;
}

.social a.fb:hover {
	background: url(../images/icon_facebook_on.png) 0 0 no-repeat;
}

.social a.twitter {
	background: url(../images/icon_twitter_off.png) 0 0 no-repeat;
}

.social a.twitter:hover {
	background: url(../images/icon_twitter_on.png) 0 0 no-repeat;
}

/*#navbar a {
	height: 50px;
}
#panel1b {
	width: 62px;
}
#panel2b {
	width: 92px;
}
#panel3b {
	width: 86px;
}
#panel4b {
	width: 124px;
}
#panel5b {
	width: 120px;
}
#panel6b {
	width: 62px;
}
#panel7b {
	width: 86px;
}
#panel1b a:hover {
	background: transparent url(../images/navbar.jpg) -40px -50px no-repeat;
}
#panel2b a:hover {
	background: transparent url(../images/navbar.jpg) -100px -50px no-repeat;
}
#panel3b a:hover {
	background: transparent url(../images/navbar.jpg) -172px -50px no-repeat;
}
#panel4b a:hover {
	background: transparent url(../images/navbar.jpg) -246px -50px no-repeat;
}
#panel5b a:hover {
	background: transparent url(../images/navbar.jpg) -351px -50px no-repeat;
}
#panel6b a:hover {
	background: transparent url(../images/navbar.jpg) -438px -50px no-repeat;
}
#panelSM {
	width: 120px;
}*/
/* with news -----

#panel1b {left:	40px; 	width:  60px;}
#panel2b {left:	100px; 	width:  72px;}
#panel3b {left:	172px; 	width: 	74px;} 
#panel4b {left:	246px; 	width: 	105px;}
#panel5b {left: 351px; 	width: 	87px;}
#panel6b {left: 438px; 	width: 	63px;}
#panel7b {left: 501px; 	width: 	85px;}

#panel1b a:hover {background: transparent url(../images/navbar.jpg)	-40px	-50px no-repeat;}
#panel2b a:hover {background: transparent url(../images/navbar.jpg)	-100px 	-50px no-repeat;}
#panel3b a:hover {background: transparent url(../images/navbar.jpg) -172px 	-50px no-repeat;}
#panel4b a:hover {background: transparent url(../images/navbar.jpg) -246px 	-50px no-repeat;}
#panel5b a:hover {background: transparent url(../images/navbar.jpg) -351px 	-50px no-repeat;}
#panel6b a:hover {background: transparent url(../images/navbar.jpg) -438px 	-50px no-repeat;}
#panel7b a:hover {background: transparent url(../images/navbar.jpg) -501px 	-50px no-repeat;}

-------- */



/* content
---------------------------------------------------------- */
#content {
	/*min-height: 600px;*/
	/*height: 600px;*/
	background: #efefef;
}
.sideNav {
	float: left;
	width: 280px;
	margin-left: 20px;
	text-align: left;
	padding: 0;
}

.fullCol {
	float: left;
	width: 800px;
	margin-left: 50px;
	text-align: left;
	padding: 10px 0 0 0;
}
.leftCol {
	float: left;
	width: 500px;
	margin-left: 50px;
	text-align: left;
}
.rightCol {
	float: left;
	width: 264px;
	margin-left: 40px;
}

.fullColNav {
	float: left;
	width: 523px;
	margin-left: 40px;
	text-align: left;
	padding: 10px 0 0 0;
}

.sideNav ul {
	display: block;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;	
}

.sideNav li {
	display: block;
	position: relative;
	float: left;
}

.sideNav li a {
	display: block;
	position: relative;
	font-size: .9em;
	line-height: 45px;
	color: #283891;
	font-family: 'Arial Narrow', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;	
	text-decoration: none;
	width: 230px;
	padding: 0 20px;
	background: url(../images/bg_sideNav.jpg) 0 0 repeat-x;
}

.sideNav li.current a {
	color: #FFFFFF;
	background: url(../images/bg_sideNav.jpg) 0 -90px repeat-x;
}

.sideNav li a:hover {
	color: #FFFFFF;
	background: url(../images/bg_sideNav.jpg) 0 -45px repeat-x;
}

.sideNav ul ul {
	display: block;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;	
}

.sideNav ul ul li {
	display: block;
	position: relative;
	float: left;
}

.sideNav ul ul li a {
	display: block;
	position: relative;
	font-size: .9em;
	line-height: 35px;
	color: #283891;
	font-family: 'Arial Narrow', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	width: 180px;
	margin: 0 0 0 20px;
	padding: 0 25px;
	border-bottom: 2px dotted #989898;
	background: none;
}

.sideNav ul ul li.current a {
	color: #f7941e;
	background: none;
}

.sideNav ul ul li a:hover {
	color: #f7941e;
	background: none;
}

.rightCol img {
	border: 6px solid #283891;
	border-right: none;
	border-left: none;
}
.rightCol td img {
	border: none;
}
.calloutTop {
	display: block;
	position: relative;
	background: url(../images/bg_noteworthy_top.gif) top center no-repeat;
	width: 264px;
	height: 19px;
	margin: 0px;
}
.calloutBtm {
	display: block;
	position: relative;
	background: url(../images/bg_noteworthy_btm.gif) bottom center no-repeat;
	width: 224px;
	padding: 0 20px 30px 20px;
	margin: 0 0 40px 0;
}
.calloutBtm h3 {
	font-size: 1em;
	line-height: 28px;
	color: #283891;
	font-family: 'Arial Narrow', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;	
	margin: 0px;
}
.calloutBtm p {
	font: .65em/1.4em Verdana, Geneva, sans-serif;
}
.date {
	color: #f39b00;
	font-weight: bold;
}
.heading {
	color: #24398e;
	font-weight: bold;
}
.calloutBtm p a:link, .calloutBtm p a:visited {
	color: #2a37a6;
	font-weight: bold;
	text-decoration: none;
}
.calloutBtm p a:hover {
	text-decoration: underline;
}
.highlight {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	color: #283891;
	margin-bottom: 10px;
}
.body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
}
.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555555;
}
.certification {
	width: 240px;
	padding: 10px;
	border: 1px #000 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.h {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight:bold;
	color: #283891;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #283891;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #f7941e;
}
/*ul{
list-style-position: outside;
font-family: Arial, Helvetica, sans-serif;
margin-left: 0px;
margin-top: 6px;
}

li{
margin-left: -24px;
}*/

.body img {
	display: block;
	position: relative;
	margin: 15px 0 15px 0;	
	float: right;
	clear: left;
	border: 6px solid #283891;
	border-right: none;
	border-left: none;
}

td a img {
	border: none;
}

.bioImg img {
	float: left;
	width: 150px;
	margin: 15px 15px 0 0;	
}

.gallery img {
	float: left;
	clear: none;
	width: 165px;
	margin: 15px 14px 15px 0;
}

.gallery img.last {
	width: 165px;
	margin: 15px 0 15px 0;
}

p.gallery {
	clear: both;	
}

.body .bio {
	display: block;
	position: relative;
	float: left;
	width: 345px;
	border-bottom: 1px dotted #283891;
	margin: 0 0 20px 0;
}

blockquote {
	font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	width: 440px;
	/*background: url(images/close-quote.gif) no-repeat right bottom;*/
	padding-left: 20px;
	text-indent: -20px;
}
blockquote:first-letter {
	background: url(../images/open-quote.gif) no-repeat left top;
	padding-left: 20px;
	font: italic 1.4em Georgia, "Times New Roman", Times, serif;
}
.clear {
	clear: both;
}
/* footer
---------------------------------------------------------- */

#footer {
	clear:both;
	width: 900px;
	height: 160px;
	padding: 60px 20px 40px 50px;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #283891;
	font-size: 10px;
}

#footer table {
	width: 830px;
	margin: 0 0 20px 0;	
}

#footer td {
	padding: 0 5px;	
	text-align: left;
}

#footer td img {
	text-align: center;	
}
