body {
	background-image: url('../images/bg.gif');
	background-attachment:fixed;
}

#nav {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	padding-top: 40px;
	color: #ffffff;
}

#nav a { text-decoration: none; color: #ffffff;}
#nav a:link { color: #ffffff;}
#nav a:visited { color: #ffffff;}
#nav a:hover { text-decoration: underline;}

.noscript_div img{
	vertical-align: -15%;
}

.header_menu{
	float: right;
}

#main {
	background-color: #ffffff;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.pg_title, .logo {
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

.pg_title h1{
	font-size: 60px;
	margin: 0px;
	font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,arial,sans-serif;
	padding-bottom: 10px;
}

.error_text h1{
	padding-top: 40px;
	padding-bottom: 60px;
	font-size: 44px;
	color: #888888;
	line-height: 60px;
	font-weight: normal;
	margin: 0px;
	font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,arial,sans-serif;	
}

h1 a{
	text-decoration: none; color: #000000;
}

h1 a:hover{
	text-decoration: none; color: #ff6600;
}

.logo img {
	padding-left: 165px;
	padding-top: 5px;
	padding-bottom: 11px;
}

a.logoHover { display: block; margin-top: 4px; margin-bottom: 16px; margin-left: 160px; width: 80px; height: 80px; background: url('/images/logo.png') no-repeat; background-position: 0 0; text-decoration: none;}
a.logoHover:hover { background-position: 0 -80px; }

h2.body_header {
	margin-top: 20px;
	margin-left: 8px;
	color: #000000;
}

h2.body_header_with_image_under {
	margin-top: 20px;
	color: #000000;
}

h1.adjust_a 
{
	margin-left: 10px;
}

.padImage{
	padding-bottom: 15px;
}

#slideshow {
	margin-top: 20px;
	margin-bottom: 20px;
	height: 380px;
	width: 610px;
	overflow: hidden;
}

#info_column {
	margin-top: 20px;
	height: 380px;
	color: #666666;
}

#info_column h2{
	font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,arial,sans-serif;
	color: #000000;
}

#info_column p{
	margin-bottom: 10px;
	margin-top: 12px;
}

#info_column ul{
	list-style-type: square;
	margin: 0px; padding: 0px;
}

#info_column a{
	text-decoration: none;
	color: #000000;
}

#info_column a:hover{
	color: #ff6600;
}

/*Table Styles Start*/

table a{
	text-decoration: none;
	color: #000000;
}

table a:hover{
	color: #ff6600;
}

table ul{
	list-style-type: decimal-leading-zero;
	margin-bottom: 16px;
}

table ul.noleadingzero{
	list-style-type: none;
	margin-bottom: 16px;
}

table ul li{
	margin-left: 0px;
	padding-bottom: 2px;
	padding-top: 8px;
	border-bottom: 1px solid #aaaaaa;
}

.table_desc {
	font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,arial,sans-serif;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
.table_desc th {
	font-size: 10px;
	font-weight: normal;
	padding: 8px;
	border-bottom: 2px solid #000000;
	color: #000000;
	text-align: left;
}

td.td_text{
	line-height: 20px;
}

.table_desc td {
	padding-top: 6px;
	padding-bottom: 16px;
	padding-left: 8px;
	padding-right: 8px;
	border-bottom: 1px solid #777777;
	color: #444444;
	border-top: 1px solid #777777;
	vertical-align: top;
}

td.section_name {
	color: #000000;
	font-size: 21px;
	font-weight: bold;
	width: 30%;
}

td.section_name2 {
	color: #000000;
	font-size: 21px;
	font-weight: bold;
	width: 35%;
}

tr.c0 td{
	background: #f2f2f2;
}

tr.c2 td{
	background: #f5f5f5;
}
/*Table Styles End*/

.italic_text{
	font-style: italic;
	color: #000000;
}

.bold_text{
	font-weight: bold;
	color: #000000;
}

.alert_text{ font-weight: bold;}

.downloads  a{ text-decoration: none; color: #000000; font-weight: bold;}
.downloads a:hover{ color: #ff6600;}
.downloads img{vertical-align: -17%; padding-left: 5px;}

.external a{ text-decoration: none; color: #000000; font-weight: bold;}
.external a:hover{ color: #ff6600;}
.external img{vertical-align: -17%; padding-left: 5px;}

.smallcaps {font-variant: small-caps;}

.portfolio_img
{
	margin-left: 8px;
	margin-bottom: 15px;
}

#footer {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	padding-top: 30px;
	color: #fff6e1;
}

#footer a { text-decoration: none; color: #fff6e1;}
#footer a:link { color: #fff6e1;}
#footer a:visited { color: #fff6e1;}
#footer a:hover { text-decoration: underline;}

::selection {
	background: #ffff00; /* Safari */
	}
::-moz-selection {
	background: #ffff00; /* Firefox */
}
