/*--------------------------*/
/*   Global Elements  	    */
/*--------------------------*/
html, body {
	height: 100%; /* set for sticky footer */
	background:url(/images/contentBg.jpg) no-repeat;
	}
* {
	margin: 0;
	padding: 0;
	}
body {
	color: #000;
	font: 100%/1.25 Georgia, "Times New Roman", Times, serif;
	}
h1 {
	font-size: 2.0em;
	margin: 10px 0 7px 20px;
	}	
h2 {
	font-size: 1.5em;
	margin: 10px 0 20px 0;
	}	
h3 {	
	font-size: 1.3em;
	font-weight: bold;
	margin: 7px 0;
	}
h4 {
	font-weight: bold;
	}
img {
	border: 0;
	}
p {
	margin: 10px 0;
	}
a {
	text-decoration: none;
	outline:none;
	}
ul, ol {
	padding: 20px 0 20px 40px;
	}
input {
	margin: 2px 0 5px 0;
	padding: 3px 0;
	}
dl {
	margin: 0;
	padding-top: 10px;
	}
dt {
	font-weight: bold;
 	float: left; 
 	clear: left; 
 	width: 8em; 
 	}
 dd { 
 	margin: 0 0 0 90px; 
	padding: 0 0 0.5em 0; 
	height: 1em;
 	}
/*--------------------------*/
/* Global Classes           */
/*--------------------------*/
.simpleList {
	list-style: none;
	padding: 20px 20px 20px 0;	
	}
.floatLeft {
	float: left;
	}
.floatLeftPad {
	float: left;
	margin: 20px 0 0 15px;
	}
.floatRight {
	float:right;
	}
.floatClear {
	clear: both;
	}
.clearRight {
	clear: right;
	}
.clearLeft {
	clear: left;
	}
.border {
	border: 1px solid #fff;
	padding: 20px;
	}
.imgRight {
	float: right;
	margin-left: 15px;
	}
.imgLeft {
	float: left;
	margin-right: 15px;
	}
/*--------------------------*/
/* page classes             */
/*--------------------------*/
.pageWrapper {
	width: 1000px;
	min-height: 100%; /* set for sticky footer */
	height: auto !important; /* set for sticky footer */
	height: 100%; /* set for sticky footer */
	}
.header {
	}
.header h1 {
	display:none;
	margin: 0;
	}
.navLeft img{
	padding:100px 0 25px 45px;
	}
	
.navLeft{	
	background:#FFFFFF none repeat scroll 0 0;
	float:left;
	height:620px;
	padding:0;
	width:209px;
	position:relative;
	z-index:2;
	}
.slideContent{
	float:left;
	background:#FFFFFF none repeat scroll 0 0;
	padding-left:10px;
	min-height:620px;
	}
.slideCol{
	background:#FFFFFF none repeat scroll 0 0;
	float:left;
	height:620px;
	padding:0 7px;
	position:relative;
	width:25px;
	}
.latestItem{
	margin:20px 0;
	}
.fromBox{
	background:transparent url(/images/fromBox.jpg) no-repeat scroll 0 0;
	float:left;
	height:17px;
	width:113px;
	margin-left:10px;
	}
.fromBox p{
	color:#FFFFFF !important;
	font-family:arial;
	font-size:11px !important;
	margin:0 !important;
	padding:2px 5px !important;
	}
a.fromGo{
	background:transparent url(/images/fromLink.jpg) no-repeat scroll 0 0;
	float:left;
	height:17px;
	margin-left:3px;
	text-indent:-9999px;
	width:33px;
	}
p.latestText{
	font-size:14px;
	color:#bbb;
	width:175px;
	xfloat:left;
	margin:5px 0 0 10px;
	float:left;
	}
ul.latestText{
	font-size:14px;
	color:#bbb;
	padding:10px;
	}
a.fromBlue{
	color:#39C;
	width:175px;
	margin-left:10px;
	font-size:12px;
	text-decoration:underline;
	}
#twitter_update_list li {
	clear:both;
	list-style:none;
	margin:0 0 10px;
	}
#twitter_update_list li a{
	color:#999;
	font-size:12px;
	text-decoration:underline;
	clear:both;
	}
#twitter_update_list li span{
	float:left;
	margin:10px 0 0;
	}
img.floatSep{
	left:208px;
	position:absolute;
	z-index:2;
	}
img.floatTog{
	position:absolute;
	top:10px;
	z-index:3;
	}
img.floatSli{
	left:27px;
	position:absolute;
	top:0;
	}
#vertical_slide, #horizontal_slide {
	width:190px;
	padding-top:10px;
}
.trigger{
	position:relative;
	width:20px;
	clear:both;
	}
.trigger a.over{
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	}
.holdHead{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	}
.contentWrapper {
	left:285px;
	position:absolute;
	top:25px;
	width:650px;
	}
.content {
	text-align:justify;
	}
.contentLeft{
	width:312px;
	float:left;
	}
.contentRight{
	width:312px;
	float:left;
	margin-left:26px;
	}
.contentLeft2{
	width:160px;
	height:200px;
	float:left;
	}
.contentblogs{
	float:left;
	height:auto;
	width:600px;
}
.contentRight2{
	width:400px;
	float:left;
	margin-left:26px;
	}.content h2 {
	color:#726359;
	font-size:15px;
	padding-bottom:1px;
	}
h2.spacer{
	margin:55px 0 0 0;
	}
.content p{
	text-indent:15px;
	font-size:14px;
	}
span.brown{color:#726359;}
.footer {
	clear: both;
	color:black;
	font-size:9px;
	}
.footer ul {
	padding:0;
	margin:10px 0;
	}
.footer li {
	display:inline;
	padding: 0 10px;
	}
.footer li a {
	font-size:9px;
	color:black;
	}
.footer a:visited {
font-size:9px;
	color:black;
	}	
.footer p {
font-size:9px;
	color:black;
	}
.push {
	height: 60px; /* .push must be the same height as .footer */
}
/*--------------------------*/
/* navigation               */
/*--------------------------*/

/* left navigation */
ul.leftNav {
	float: left;
	list-style: none;
	padding:0 0 0 65px;
	}
ul.leftNav li{
	padding:3px 0;
	}
ul.leftNav li a {
	color:#666;
	}
ul.serviceList{
	width:100%;
	list-style:none;
	padding:0;
	}
ul.serviceList li{
	background:#8BB7C6 none repeat scroll 0 0;
	height:30px;
	line-height:30px;
	margin:10px 0;
	text-indent:15px;
	}
ul.serviceList li a{
	color:#fff;
	display:block;
	font-size:14px;
	}
ul.serviceList li a:hover{
	background:#cdcdcd;
	}
/*--------------------------*/
/* form formatting          */
/*--------------------------*/
.redFont {
	color: #f00;
	}
.row {
	clear: both;
	padding-top: 2px;
	height: 20px;
	margin: 10px 0;
	}
.row label {
	clear: both;
	float: left;
	width: 152px;
	text-align: right;
	margin-top: 2px;
	}
.row input, .row select, .row textarea {
	float: left;
	width: 200px;
	margin: 0 0 0 10px ;
	text-align: left;
	} 
.row textarea {
	width: 230px;
	}
.button {
	clear: both;
	padding-top: 2px;
	margin-top: 30px;
	}
.button input{
	width: 80px;
	margin: 0 20px 0 188px;
	}
.mymap {
	float: right;
	}
#errorText {
	height: 40px;
	}
#errorText p {
	color: #c00;
	margin:0;
	}



#slideshow * { margin: 0; padding: 0; }
#slideshow { position: relative; padding:0 0 15px; width: 312px;}
#slideshow #menu, #slideshow #pictures, #slideshow #loading { position: absolute; }
#slideshow #loading { background: url('/images/barack/spinner.gif'); display: block; top: 100px; left: 143px; text-indent: -5000px; width: 24px; height: 24px; visibility: hidden; z-index: 5; }
#slideshow #pictures { width: 312px; height: 277px; left: 0; z-index:10; }
#slideshow #pictures li { display: block; position: absolute; top: 0; width: 312px; }
#slideshow #pictures li img { display: block; position: relative; bottom: 0; height:208px; width:312px; }
#slideshow #pictures li p{text-align:justify; background:#FFFFFF none repeat scroll 0 0; display:block; min-height:185px;position:absolute; top:280px; width:312px;}
#slideshow #menu {height:48px;left:-8px;list-style-type:none; padding-top:16px; top:182px; width:320px; z-index:25; }
#slideshow #menu li { float:left; display: block; position: relative;  }
#slideshow #menu li a { display: block; padding-left:8px; padding-top:16px; }
#slideshow #menu li a:focus { outline: 0; }
#slideshow #menu li a:hover { color: #fff; }
ul#menu li a img{width:72px; height:48px;}
.styleMe{background:url(/images/barack/style.png) no-repeat; height:208px; width:312px; position:absolute; top:0; left:0; z-index:15;}
.arrowFix{display:none;}
li.current .arrowFix{background:transparent url(/images/barack/arrow.png) no-repeat scroll 34px 0; width:72px; height:15px; position:absolute; display:block;}

