/*~~~~~~~~~~~~~~~~~global styles startZ~~~~~~~~~~~~~~~~~*/
html {
	width: 100%;
	height: 100%;
	_border: none;
}
body, form {
	margin: 0px;
	text-align: left;
	width: 100%;
	height: 100%;
	/*background: #FFF url(../images/ui/guides.gif) no-repeat left top;*/
}
img, object, embed {
	display: block;
	outline: none;
}
a img, img a, img {
	border: none;
	text-decoration:none;
}
a {
	outline: none;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd {
	/*font-family: "HelveticaNeueCondensed", Arial, Helvetica, sans-serif;*/
	/*font-family:"HelveticaNeue-Condensed","HelveticaNeue Condensed","Helvetica Neue",Helvetica,arial,sans-serif;*/
	font-family:"HelveticaNeue-LightCond","Helvetica Neue Condensed Light","Helvetica Neue",Helvetica,arial,sans-serif;
	font-stretch:condensed;
	border:none;
	color: #5C5E5F;
	padding: 0;
	margin: 0;
}
.clearer{
	clear: both;
	line-height: 0px;
}

p.noJS {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
	color: #FFF;
    display: block;
    width: 100%;
    padding: 4px 0 3px 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #F24E31;
}
/*~~~~~~~~~~~~~~~~~global styles ENDS~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~Left Column, navigation STARTS~~~~~~~~~~~~~~~~~*/
div.leftColumn {
	text-align: left;
	width: 320px;
	margin: 0;
	padding: 0
}
div.logoContainer {
	margin: 65px 65px 0 65px;	
}
ul.nav {
	margin: 30px 65px 65px 103px;
	padding:0;
	font-size: 14px;
	line-height:100%;
	list-style:none;
}

ul.nav li{
	margin:0;
	padding:0;
	}
ul.nav li a{
	color: #5C5E5F;
	text-decoration: none;
	display:block;
	padding:6px 0 6px 1px
}
ul.nav li a:hover{
	color: #202000;
}


ul.nav li a.active{
	color: #87941C;
	font-weight:bold;
	
}

/*~~~~~~~~~~~~~~~~~Left Column, navigation ENDS~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~Main Column, navigation STARTS~~~~~~~~~~~~~~~~~*/
div.mainColumn{
	width:580px;
	position:absolute;
	top:0px;
	left:320px;
	padding:65px 0 65px 0;
}
div.mainColumnThin{
	width:390px;
	position:absolute;
	top:0;
	left:320px;
	padding:65px 0 65px 0;
}
h1{
	font-stretch:condensed;
	letter-spacing: -0.6pt;
	padding:0 0 26px 0;
	font: normal 19px/26px "HelveticaNeue-LightCond", "Helvetica Neue Condensed Light", "Helvetica Neue", Helvetica, arial, sans-serif;
	}
	
	h2{
	font-stretch:condensed;
	letter-spacing: -0.1pt;
	padding:0 0 26px 0;
	color: #87941C;
	font: bold 14px/14px "HelveticaNeue-LightCond", "Helvetica Neue Condensed Light", "Helvetica Neue", Helvetica, arial, sans-serif;
	}
.lightGreen	{	
	color:#ACBE2F;}
	
.headingUnderBanner	{
	margin-top: 14px;
}
	
dl.headingUnderBanner	{
	margin-top: 67px;}
	
p{
	font-size: 14px;
	line-height: 18px;
	margin:0 0 9px 0;
	
	}
p.indent{
	text-indent: 25px;
	}
p.noBottomMargin{ 
	margin-bottom:0;
	}

dl a, p a{ color:#87941C;}
	
dl a:hover, p a:hover{ color:#330;}
dl{ 
font-size: 14px;
/*background:#F93;*/
line-height:18px;
position:relative;
display:block;
clear:both;
	}
dt{
/*	background:#0CF;*/
position:absolute;
top:0;
left:0;
display:block;

margin-left: 0px;
	} 
dd {
/*	background:#CF0;*/
padding-left: 53px;
display:block;
color:#87941C;

	}
.spaceAfter{
	margin-bottom:18px;
	}

/*~~~~~~~~~~~~~~~~~main Column, navigation ENDS~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~right Column, navigation STARTS~~~~~~~~~~~~~~~~~*/
div.rightColumn {
	width:165px;
	position:absolute;
	top:0;
	left:725px;
	padding:65px 0 0 0;
}
div.rightColumn img {
	margin:0 0 30px 0;
}
/*~~~~~~~~~~~~~~~~~right Column, navigation STARTS~~~~~~~~~~~~~~~~~*/
/***** Lists *****/
ul {
	margin: 10px 0 30px 10px;
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
}
ul li{
	margin: 0 0 0 0;
	padding:  0 0 0 0;
}

ol {
	margin: 10px 0 30px 30px;
}
ol li{
	margin: 0 0 5px 0;
	padding:  0 ;
	font-size:13px;
	color:#333;
	line-height:160%;
}

/***** Tables *****/
 


table{
	margin:0 0 20px 0;
	color:#666;
	font-size:13px;
	background:#EEE;
}
th{
	padding:3px;	
	background:#FFF;
}
td{
	padding:3px;	
	background:#FFF;
}
/***** Global Classes *****/
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }
/*~~~~~~~~~~~~~~~~~global styles endZ~~~~~~~~~~~~~~~~~*/

