@charset "UTF-8";
/* CSS Document */

body {
	background:#2765AF url('images/page_bg.jpg') repeat-x 0 0;
	color:#333333;
	margin:0;
	padding:0;
	font-family:"Gill Sans", sans-serif;
	font-size:11px;
	background-color: #FFFFFF;
	line-height:16px;
}
#top {
	vertical-align: top;
	vertical-align: text-top;
}

img
{  border-style: none;
}
.menu {
	background-color:#b0d0e9;
}
.textLeft {
	text-align:left;
	color: #039;
}
.textRight {
	text-align:right;
}
.grey333 {
	color:#666666;
}
.pantone281c {
	color:#003E7E;
}
.white {
	color:#FFFFFF;
}
.font14 {
	font-size:14px;
}
.font18 {
	font-size:18px;
}
.repeatx {
	background-repeat:repeat-x;
}

.padding2 {
	padding: 10px 100px;
}
/* menu */
#list-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#list-menu a {
	text-decoration: none; /*lets remove the link underlines*/
}
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
	color: #ffffff;
}
#list-menu a:hover {
	color: #003E7E;
}
/* Footer */
#bottom-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#bottom-menu a {
	text-decoration: none; /*lets remove the link underlines*/
}
#bottom-menu a:link, #bottom-menu a:active, #bottom-menu a:visited {
	color: #666666;
}
#bottom-menu a:hover {
	color: #003E7E;
}
/* Footer */


.header1 {
	font-size:20px;
	text-transform:uppercase;
	color:#16204B;
	line-height:28px;
}

.subtitle {
	color:#666;
	padding: 0px 0px 15px 0px;
}



.mmm {
	padding: 8px 20px;
	background-color:#dfeaef;
}

.mmm2 {
	padding: 8px 20px;
}
.mmm3 {
	padding: 8px 20px;
	background-color:#dee6ea;
}


* {
	margin: 0;
	padding: 0;
}



#theMenu {
	width: 160px;
	height: 720px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
ul li {
	width: 143px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
ul ul li {
	border-left: 8px solid #b0d0e9;
	padding: 0px 0px 0px 0px;
	width: 150px;
	margin: 0px 0px 0px 5px;
}
ul ul li a {
	display:block;
	color: #003E7E;
	padding: 3px 5px;
	text-decoration:none;
}
ul ul li a:visited {
	display:block;
	color: #003E7E;
	padding: 3px 5px;
	text-decoration:none;
}
ul ul li a:hover {
	display:block;
	color: #333333;
	background-color: #eee;
	padding: 3px 5px;
}
/* For the xtra menu */
		ul ul ul li {
	border-left: none;
	padding: 0px 0px 0px 0px;
	width: 120px;
	margin: 0px 0px 0px 0px;
}
ul ul ul li a {
	display:block;
	color: #003E7E;
	padding: 3px 10px;
	text-decoration:none;
	width: 133px;
}
ul ul ul li a:visited {
	display:block;
	color: #003E7E;
	padding: 3px 10px;
	text-decoration:none;
	width: 133px;
}
ul ul ul li a:hover {
	display:block;
	color: #333333;
	background-color: #eee;
	padding: 3px 10px;
}


li {
	list-style-type:none;
}
/* Header links styling */
h3.head a {
	color: #333;
	display:block;
	font-size:11px;
	background-position: 98% 50%;
	padding: 2px 5px;
	text-decoration:none;
}
h3.head a:hover {
	color: #fff;
	background: #69c;
	background-position: 98% 50%;
	text-decoration:none;
}
h3.selected a {
	background: #69c;
	background-position:98% 50%;
	color: #fff;
	padding: 2px 5px;
}
h3.selected a:hover {
	background: #69c;
	background-position:98% 50%;
	color: #36a;
}
/* Xtra Header links styling */
h4.head a {
	color: #333;
	display:block;
	background-position: 98% 50%;
	padding: 2px 5px;
	text-decoration:none;
}

h4.head a:hover {
	color: #fff;
	background: #69c;
	background-position: 98% 50%;
	text-decoration:none;
	padding: 2px 5px;
}
h4.selected a {
	background: #b0d0e9;
	background-position:98% 50%;
	color: #fff;
	padding: 2px 5px;
}
h4.selected a:hover {
	background: #b0d0e9;
	background-position:98% 50%;
	color: #36a;
}

.bordertop {
	margin:15px 0px 0px 50px;
	border-top:1px;
	border-top-color:#cccccc;
	border-top-style:dashed
}

#press a, a:visited {
	text-decoration:none;
	color:#333;
}

#press a:hover {
	text-decoration:underline;
	color:#003E7E;
	
}



#press .padding{
	padding-bottom:3px;
}


#log a {
	color:#666;
	text-decoration:none;
}

#log a:hover {
	text-decoration:underline;
}

#content {
	float: right;
	width: 650px;
}

.post {
	padding-bottom: 20px;
}

.post .title {
	margin: 0;
	padding: 10px 20px;
	letter-spacing: 0px;
	border-bottom: 1px dashed #B9B9B9;
	font-size: 21px;
}

.post .title a {
	text-decoration: none;
}

.post .entry {
	padding: 10px 20px;
}

.post .meta {
	height: 26px;
	background: #F5F5F5;
	border-top: 1px solid #E9E9E9;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
}


h1, h2, h3 {
	color:#666666;
}

#sidebar {
	float: left;
	width: 230px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 10px;
}

#sidebar li ul {
	padding: 20px;
}

#sidebar li li {
	margin: 0;
	padding-left: 10px;
	padding-bottom: 5px;
	background: url(images/img04.gif) no-repeat left 50%;
}

#sidebar p {
	padding: 0 20px;
}

#sidebar h2 {
	height: 20px;
	margin: 0;
	padding: 10px 20px 6px 20px;
	background: url(images/img07.jpg) no-repeat;
	border-bottom: 1px dashed #B9B9B9;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}








img { border: 0 }




		/* These 2 lines specify style applied while slider is loading */


		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			margin: auto;
			width: 420px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 220px;
			clear: both;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 420px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px 0;
			line-height:15pt;
		}
		
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 0px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			text-align: center;
			background: #c6e3ff;
			color: #555555;
			text-decoration: none;
			display: block;
			padding: 0 10px;
		}
		
		.stripNav li.tab1 a { background: #B1D0E7 }
		.stripNav li.tab2 a { background: #B1D0E7 }
		.stripNav li.tab3 a { background: #B1D0E7 }
		.stripNav li.tab4 a { background: #B1D0E7 }
		.stripNav li.tab5 a { background: #B1D0E7 }
		
		.stripNav li a:hover {
			background: #3776b7;
			color: #fff;
		}
		
		.stripNav li a.current {
			background: #003E7E;
			color: #fff;
		}
		
		
		
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 100px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		
.lightboxtex {
	line-height:15pt;
}
