/** Global Nomad **/

/** Global Styles **/

* { margin:0; padding:0; }

body{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin, padding : 0px;
	color: #746653;
	overflow-x:hidden;
}

.container{
	width: auto;
	margin: 0 auto;
}

a, a:hover, a:visited, a:active{
	text-decoration: none;
	color: #746653
}

/** Shared **/

.leading { line-height:130%;}
.size_10 { font-size:10px; }
.size_12 { font-size:12px; }
.size_14 { font-size:14px; }
.size_20 { font-size:19px;}
.size_25 { font-size:25px; }
.size_32 { font-size:32px; }
.size_33 { font-size:33px; text-decoration: underline;}
.msg { color:#DE6016;}

/** header **/

.header{
	width: 920px;
	padding:0 20px;
	margin: 0 auto;
	height: 115px;
}

.header .logo{
	width: 263px;
	height: 56px;
	float: left;
	margin-top: 45px;
	background: url(../images/logo.gif) no-repeat;
}

.header .nav{
	float: right;
	height: 48px;
	overflow: hidden;
	margin-top: 61px;
}

.header .nav ul{
	padding: 0px;
	height:48px;
	list-style: none;
	
}

.header .nav li{
	list-style: none;
	padding: 0px;
	margin-left: 40px;
	float:left;
}

.header .nav a{
	font-family: 'Open Sans', sans-serif;
	width:auto;
	display:block;
	float: left;
	border:0;
	color:#756654;
	text-transform:uppercase;
	font-size:14px;
	text-align:right;
}

.header .nav li div.sub-menu{
	position:absolute;
	display:none;
	line-height:3;
	*margin-left:-118px;
	}
.header .nav li div.sub-menu.b{
*margin-left:-132px;
}
.header .nav li .sub-menu a, .header .nav li .sub-menu span{
	float: left;
	font-size:11px;
	font-weight:300;
	}

.header .nav li .sub-menu span{
	padding:0 10px;
	}

.header .nav a.one:link, .header .nav a.one:visited{
	width: 116px;
}

.header .nav a.two:link, .header .nav a.two:visited{
	width: 129px;
}

.header .nav a.three:link, .header .nav a.three:visited{
	width: 113px;
}
.header .nav li .sub-menu a:hover{
color:#de6016;
}

.header .nav a#active{
	color:#de6016;
	text-decoration:underline;
	background-position: bottom left;
}

/** content **/

.content{
	width: auto;
	height: 600px;
	background: url(../images/bg_content.gif) repeat-x top left;
	overflow: hidden;
}

.content .wrapper{
	width: 960px;
	margin: 0 auto;
}

.content .imageholder{
	width: 960px;
	height: 550px;
	margin-top: 6px;
	overflow:hidden;
}

.content .imageholder img{
	width: 960px;
	height: 550px;
	margin-top: 0 auto;
	padding:0;
}

#mycarouselite{
	left: -331% !important;
	}

#mycarouselite ul li{
	width:960px !important;
	}

.content .bottomtext{
	width: 960px;
	font-size: 11px;
	margin: 15px 0 0 20px;
}



/** footer **/

.footer{
	width: 920px;
	margin: 30px auto;
	padding: 0 20px;
}

.footer .mailing{
	width: 300px;
	height: auto;
	margin-top: 10px;
}

.footer .mailing #emailfield{
	width: 200px;
	font-family:Georgia, "Times New Roman", Times, serif;
	border: 1px solid #746653;
	color: #746653;
	float: left;
	padding:4px;
	margin-right: 0px;
}

.footer .bottomtext{
	text-align:right;
	width: 320px;
	font-size: 11px;
	margin-top: 3px;
}

/* Homepage */
#home { position: absolute; color:#fff; width: 290px;}


/* About */
#about { position: absolute; z-index:1; width:364px; height:355px; background-image: url(../images/about_panel.png);}
.about-pad { padding:40px 30px 30px 30px;}

/*bio*/
#bio { position: absolute; width:884px; height:394px; background-image: url(../images/bio_panel.png);}
.bio-pad { padding:0 40px;margin:40px 0;}


/* Experiences */
#next, #prev { position: absolute; z-index:100;}
#experiences { width: 960px; height:550px; overflow: hidden;}

/* Contact */
#contact { position: absolute; width:305px; height:204px; background-image: url(../images/contact_panel.png);}
.contact-pad { padding:30px 30px 30px 30px; line-height:110%;}
.contact-pad a { text-decoration: underline;}
