/** 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;
}

.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: 1000px;
	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{
	width: 416px;
	float: right;
	margin-right: 40px;
	height: 48px;
	overflow: hidden;
	margin-top: 54px;
}

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

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

.header .nav a{
	text-indent: -9999px;
	height: 48px;
	width:auto;
	display: :block;
	float: left;
	border:0;
}

.header .nav a.one:link, .header .nav a.one:visited{
	background: url(../images/nav01.gif) no-repeat top left;
	width: 107px;
}

.header .nav a.two:link, .header .nav a.two:visited{
	background: url(../images/nav02.gif) no-repeat top left;
	width: 181px;
}

.header .nav a.three:link, .header .nav a.three:visited{
	background: url(../images/nav03.gif) no-repeat top left;
	width: 128px;
}

.header .nav a#active{
	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: 1000px;
	margin: 0 auto;
}

.content .imageholder{
	width: 960px;
	height: 550px;
	background-color: #ACA499;
	margin-top: 6px;
	padding: 0 20px;
	overflow:hidden;
}

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

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



/** footer **/

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

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

.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{
	width: 300px;
	font-size: 11px;
	margin-top: 30px;
}

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

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

/* 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;}

