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

body {
	margin:0px;
	padding:0px;
	background-color:#cfe8f2;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}


#mainWrapper {
	margin:0px auto;
	width:1000px;
	background-color:#FFF;
	text-align:left;
}
#topper {
	width:1000px;
	height:20px;
	background-color:#000;
	font-size:10px;
	text-transform:uppercase;
	position:relative;
}
#topper a {
	color:#a4adb1;
	text-decoration:none;
	position:absolute;
	right:30px;
	bottom:5px;
}
#topper a:hover {
	color:#FFF;
}


/* -- Navigation Styles -- */
#navigation {
	margin:0px auto;
	width:960px;
	height:110px;
	position:relative;
}
#logo {
	position:absolute;
	top:52px;
	left:30px;
}
#navLinks {
	position:absolute;
	bottom:24px;
	right:0px;
	text-transform:uppercase;
}
#navLinks ul {
	margin:0px;
	padding:0px;
}
#navLinks ul li {
	display:block;
	float:left;
	list-style:none;
}
#navLinks ul li a {
	color:#4a4c4d;
	text-decoration:none;
	font-size:12px;
	background-color:#FFF;
	padding:10px 15px;
	margin-left:10px;
}
#navLinks ul li .navOn {
	border-bottom:2px solid #12a8e0;
}
#navLinks ul li a:hover {
	color:#FFF;
	text-decoration:none;
	background-color:#12a8e0;
	padding:10px 15px;
}
#subNav {
	margin-left:20px;
	height:50px;
	font-size:16px;
}
#subNav ul {
	margin:0px;
	padding:0px;
}
#subNav ul li {
	display:block;
	float:left;
	list-style:none;
	width:192px;
	height:50px;
}
#subNav ul .filler {
	width:193px;
}
#subNav ul li a {
	background:url(../images/subOff.gif) repeat-x top left;
	color:#FFF;
	text-decoration:none;
	display:block;
	height:35px;
	padding:17px 24px 0px 18px;
	margin-right:2px;
}
#subNav ul li a:hover, #subNav ul li .navOn  {
	background:url(../images/subOver.gif) repeat-x top left;
}

/* -- Content Styles --*/
#contentWrapper {
	margin:30px 0px 30px 20px;
	width:960px;
	height:auto;
	float:left;
	color:#666;
}
#leftColumn {
	width:460px;
	float:left;
	padding:0px 10px 10px 10px;
}
#leftColumn p {
	font-size:12px;
	line-height:17px;
	margin:0px 0px 20px 0px;
}
#leftColumn h1 {
	font-size:20px;
	font-weight:normal;
	color:#000;
	border-bottom:2px solid #CCC;
	padding-bottom:10px;
	clear:both;
}
#leftColumn h2 {
	font-size:16px;
	line-height:21px;
	font-weight:normal;
	margin:0px;
}
#leftColumn h3 {
	font-size:14px;
	line-height:18px;
	margin:0px 0px 6px 0px;
	color:#333;
}
#leftColumnWide {
	width:690px;
	float:left;
	margin:0px 20px 0px 0px;
	padding:0px 10px 10px 10px;
}
#leftColumnWide p {
	font-size:12px;
	line-height:17px;
	margin:0px 0px 20px 0px;
}
#leftColumnWide a, #leftColumn a {
	font-size:14px;
	line-height:17px;
	color:#12a8e0;
	text-decoration:none;
}
#leftColumnWide a:hover {
	color:#333;
	text-decoration:underline;
}
#leftColumnWide h1 {
	font-size:20px;
	font-weight:normal;
	color:#000;
	clear:both;
	margin-top:40px;
}
#leftColumnWide h2 {
	font-size:16px;
	line-height:21px;
	font-weight:normal;
	margin:0px;
}
#leftColumnWide h3 {
	font-size:20px;
	font-weight:normal;
	color:#000;
	border-bottom:2px solid #CCC;
	padding-bottom:10px;
	clear:both;
	margin-top:0px;
}

#leftColumnWide ul {
	font-size:12px;
	margin:0px 0px 15px 0px;
	padding-left:15px;
}

#leftColumnWide ul li {
	
	margin:0px 0px 10px 0px;

}
.narrowColumn {
	width:220px;
	float:left;
}
.narrowColumn ul {
	font-size:12px;
	margin:0px 0px 15px 0px;
	padding-left:15px;
}

.narrowColumn ul li {
	
	margin:0px 0px 10px 0px;

}
.spacer {
	width:20px;
	float:left;
}
#rightColumn {
	width:460px;
	float:left;
	padding:10px;
	background-color:#cecece;
}
#rightColumn p {
	font-size:12px;
	line-height:17px;
	margin:0px;
}
#rightColumn h1 {
	font-size:18px;
	font-weight:normal;
	color:#000;
	border-bottom:2px solid #CCC;
	margin:0px 0px 10px 0px;
	padding-bottom:10px;
	clear:both;
}
#rightColumn h2 {
	font-size:17px;
	line-height:21px;
	font-weight:normal;
	margin:0px;
	color:#000;
}
#rightColumn h3 {
	font-size:13px;
	line-height:21px;
	margin:0px;
	color:#12a8e0;
}
#rightColumn h4 {
	text-align:right;
	font-size:12px;
	margin:10px 0px 0px 0px;
	color:#333;
}
#rightColumn h5 {
	text-align:right;
	font-size:11px;
	font-weight:normal;
	margin:0px;
	color:#333;
}

#rightColumn ul {
	margin:0px;
	padding:0px;
}
#rightColumn li {
	list-style:none;
	font-size:13px;
	line-height:24px;
}
#rightColumn li a {
	margin:0px;
	padding:0px 0px;
	display:block;
	color:#12a8e0;
	text-decoration:none;
}
#rightColumn li .first {
	padding-top:0px;
}
#rightColumn li .last {
	padding-bottom:0px;
	border:none;
}
#rightColumn li a:hover {
	color:#12a8e0;
}

.whiteBox {
	padding:14px;
	width:432px;
	background-color:#FFF;
	float:left;
	clear:both;
	position:relative;
}
.whiteFloatRight {
	float:right;
	margin:0px 0px 0px 20px;
}
.expertArea {
	margin:0px;
	width:270px;
}
.expertPhoto {
	position:absolute;
	bottom:0px;
	right:2px;
}
#bioPic {
	float: left;
	padding: 0 12px 12px 0;
	clear:both;
}

.vert10 {
	height:10px;
	float:none;
	clear:both;
}
.textHighlight {
	font-weight: bold;
}
#rightColumnNarrow {
	width:230px;
	float:left;
}
#rightColumnNarrow p {
	font-size:12px;
	line-height:17px;
	margin:0px 0px 20px 0px;
}
#rightColumnNarrow a {
	font-weight:bold;
	color:#12a8e0;
	text-decoration:none;
}
#rightColumnNarrow h3 {
	font-size:14px;
	line-height:21px;
	margin:0px;
	color:#333;
}
.rightNav {
	margin:0px 0px 20px 0px;
}
.rightNavHeader {
	height:37px;
	background:url(../images/rightColTop.gif) no-repeat top left;
	position:relative;
}
.rightNavHeader h1 {
	color:#FFF;
	font-size:15px;
	position:absolute;
	top:9px;
	left:20px;
	margin:0px;
}
.rightNavContent {
	background-color:#eaeaea;
	padding:10px 0px;
}
.rightNavContent p {
	margin:0px;
	padding:0px 10px;
	font-size:12px;
	line-height:17px;
}
.rightNavContent ul {
	margin:0px;
	padding:0px;
}
.rightNavContent li {
	list-style:none;
	font-size:13px;
}
.rightNavContent li a {
	margin:0px;
	padding:6px 20px;
	display:block;
	border-bottom:1px solid #FFF;
	color:#666;
	text-decoration:none;
}
.rightNavContent li .first {
	padding-top:0px;
}
.rightNavContent li .last {
	padding-bottom:0px;
	border:none;
}
.rightNavContent li a:hover {
	color:#12a8e0;
}
.rightNavFooter {
	height:17px;
	background:url(../images/rightColBtm.gif) no-repeat bottom left;
}
#fullWidth {
	clear:both;
	padding:10px;
}
#fullWidth .narrowColumn h3 {
	font-size:14px;
	line-height:21px;
	margin:0px;
	color:#333;
}
#fullWidth .narrowColumn p {
	font-size:12px;
	line-height:17px;
	margin:0px 0px 20px 0px;
}
#fullWidth .narrowColumn a {
	font-weight:bold;
	color:#12a8e0;
	text-decoration:none;
}
#fullWidth .narrowColumn embed,#leftColumnWide embed {
	margin:0px 0px 14px 0px;
}

/* -- Flash Styles -- */
#flashWrapper {
	margin:0px auto;
	width:960px;
	height:218px;
}

#flashWrapperDeep {
	margin:0px auto;
	width:960px;
	height:270px;
}

#flashWrapperSmall {
	margin:0px auto;
	width:960px;
	height:160px;
}

/* -- Contact Styles -- */

.formWide {
	float:left;
	margin-right:30px;
}

#contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#contact form {
	margin: 0;
	padding: 0;
	width: 440px;

}

#contact form fieldset {
	padding: 0 10px 10px 10px;
	border: 2px solid #cccccc;
}

#contact form legend {
	padding: 0 5px 1px 5px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

#contact form div {
	margin-top: 10px;
}

#contact form label {
	display: block;
	float: left;
	width: 120px;
	padding: 2px 0;
	text-align: right;
	margin-right: 10px;
	color: #555555;
}

#contact form input {
	width: 230px;
	padding: 2px;
	font-size: 12px;
	color: #666666;
	border: 1px solid #999999;
}

#contact form textarea {
	width: 130px;
	padding: 2px;
	font-size: 12px;
	color: #666666;
	border: 1px solid #999999;
}

#contact div.submit input {
	width: 80px;
	padding: 2px;
	font-size: 10px;
	color: #666666;
	background: #ebebeb;
}
#contact .required {
	font-weight: bold;
	margin-bottom: 7px;
	color: #555555;
}

#contact .warning {
	font-weight: bold;
	color: #990000;
}

#contact .sent {
	font-weight: bold;
}

/* -- Footer Styles -- */
#footer {
	margin:20px auto 0px auto;
	padding:10px 0px 20px 0px;
	width:960px;
	border-top:2px solid #CCC;
	font-size:11px;
	text-align:right;
	color:#999;
	clear:both;
}
#footer a {
	color:#999;
	text-decoration:none;
}
#footer a:hover {
	color:#12a8e0;
}

/* HORIZONTAL FREESTYLE MENU LAYOUT */


/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align:left;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
	display: none;
	color:#FFFFFF;
	position: absolute;
	top: 34px; margin-top: 8px; /* I'm using ems and px to allow people to zoom their font */
	left: 10px;
	white-space:nowrap;
	padding:0px;
	margin:0px;
	border:1px solid #12a8e0;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
	margin: 0;
	left: 165px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
	float: left;
	display: block;
	position: relative;
	list-style: none;
	margin-top: 3px;

}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
#navLinks .menulist ul li {
	float:none;
	margin:0px;
	padding:0px;
 	display:block;
 	width:210px;
 	background-color:#FFF;
clear:both;
	
}
.menulist ul>li:last-child {
	margin-bottom: 1px; /* Mozilla fix */
}

/* Links inside the menu */
#navLinks .menulist a {
	display: block;
}

.menulist a:hover{
	color:#000;
}
.menulist li ul li  {
	margin:0px;
	padding:0px;
}
#navLinks .menulist ul li a {
	margin:0px;
	border-bottom:1px solid #ccc;
	display:block;
	padding:7px 14px;
}

.menulist ul li a:hover {
	border-bottom:1px solid #ccc;
	display:block;
	padding:7px 14px;
}


/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus 
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	color: #000000;
}
.menulist a.highlighted {
	color: #000000;

}*/


/* Only style submenu indicators within submenus. */
.menulist a .subind {
	display: none;
}
.menulist ul a .subind {
	display: block;
	float: right;

}


/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
	float: left;
}
.menulist ul a {
	float: none;
}
/* \*/
.menulist a {
	float: none;
}
/* */


/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist ul li {
	float: left;
	width: 100%;
}

* html .menulist ul li {
	float: left;
	height: 1%;
}
* html .menulist ul a {
	height: 1%;
}
/* End Hacks */

