/* CSS JAG SIGNS */

body,
html {
	width:100%;
	height:100%;
    margin:0;
    padding:0;
	vertical-align: top; 
	background-color: #e7e5e4;
	color:#868686;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-bottom:1px;
}
body {
    min-width:800px;
}
#wrap {
    margin:0 auto;
    width:800px;	
}
#logowrap {
    margin:0 auto;
    width:800px;	
}
.leftcol {
	top:215px;
	width:140px;
	position:absolute;
	left:-205px;
	text-align:right;
	font-size:10px;
}

/*
.leftcol {
	float:left;
	width:140px;
	padding-right:20px;
	margin-top:-230px;
	text-align:right;	
}

.footer {
	clear:both;
	text-align:right;
	padding-bottom:40px;
	padding-top:150px;
}
*/

.rightcol {
	width:620px;
	position:absolute;
	top:213px;
	left:0px;
	margin-left:2px;
}

.logo {
	background-image:url(../img/logo_bg.jpg);
	background-repeat:no-repeat;
	height:280px;
	width:454px;
	position:relative;
	left:-180px;
}

.nav {
	width:620px;
	position:relative;
	top:-185px;
	left:200px;
	padding-top:1px;
	height:280px;
}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-style:normal;
	font-weight:normal;
	color:#fff;
	line-height:20.4px;
	margin-top:0px;
	margin-bottom:70px;
	letter-spacing:.04em;
}

h1 a:link { 
	text-decoration: none;
	color: #a5a4a3;
	padding:0;
}

h1 a:active { 
	text-decoration: none;
	color: #a5a4a3;
	padding:0;
}

h1 a:visited { 
	text-decoration: none;
	color: #a5a4a3;
	padding:0;
}

h1 a:hover { 
	text-decoration: none;
	color: #ff6c00;
	padding:0px;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	text-transform:uppercase;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color: #CCCCCC;
	margin-top:30px;
	margin-bottom:5px;
	padding-top:7px;
}

h2 span {
	text-align:right;
	padding-right:50px;
}

h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-style:normal;
	font-weight:normal;
	color:#ff6c00;
	line-height:20.4px;
	margin-top:0px;
	margin-bottom:10px;
}

.verticalline {
	position:relative;
	width:1px;
	left:350px;
	top:70px;
	height:200px;
	background-image:url(img/vertline.gif);
	background-repeat:repeat-y;
}

.colwrapper{
	padding: 0px;
	width: 100%;
}
.pcols {
	float: left;
	width: 185px;
	margin-right:10px;
	padding: 0;
	border: 0;
}

p{ margin-top: 0; }
p:h1{ margin-top: 0; }

a:link { color: #868686; text-decoration: none }
a:active { color: #868686; text-decoration: none }
a:visited { color: #868686; text-decoration: none }
a:hover { color: #333; text-decoration: none }

::-moz-selection{
	background:none;
	color: #FF6600;
}

::selection {
	background:none;
	color: #FF6600;
}

.sideoptions {
	text-align:right;
}

.backtotop{
	display:block;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#ccc;
	text-align:right;
	padding-right:20px;
	padding-top:8px;
	letter-spacing:1px;
	margin-top:30px;
	margin-bottom:5px;
}

.footer {
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	padding:160px 0 30px 0;
	color:#999999;
	letter-spacing:0px;
}