/* 
Theme Name: Benchmark
Theme URL: http://www.benchmarkenviro/
Description: Benchmark White.
Author: Bryan Castles
Author URI: http://www.bryancastles.com
Version: 1.0
*/

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;/*font-weight:inherit;font-style:inherit;*/}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}

/**************/
/**  Global  **/
/**************/

	/***********************/
    /*   PNG Fix for IE5+   */
    /***********************/

    .imgPNG {
        behavior: url(/scripts/iepngfix.htc);
        border:none;
    }
    .divPNG {
        behavior: url(/scripts/iepngfix.htc);
        border:none;
    }
    /****************/
	/*  End IE Fix  */
	/****************/

html {
   font-size: 62.5%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #666;
}
a:link {
	color: #333;
}
a:visited {
	color: #666;
}
a:hover {
	color: #F60;
}
h2 {
	margin-top: 10px;
	margin-bottom: 12px;
	color: #202A73;
	font-size: 24px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	letter-spacing: -1px;
}

h3 {
	margin-top: 6px;
	margin-bottom: 8px;
	color: #33462d;
	font-size: 18px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	display: block;
}
h4 {
	margin-top: 6px;
	margin-bottom: 8px;
	color: #202A73;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
}

p {
	margin-bottom: 10px;
}
strong {
	font-weight: bold;
}

/**********/
/** Menu **/
/**********/


#navMenuContainer {
	position: absolute;
	right: 10px;
	margin-left: 230px;
	margin-top: 0px;
	}

#navMenu
	{
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	/*margin:2em;
	margin-top: 1em;*/
	}
		
#navMenu a
	{
	text-align: center;
	display:block;
	border: 1px solid #333;
	white-space:nowrap;
	margin: 0;
	padding: 3px;
	}
	
#navMenu a:link, #navMenu a:visited, #navMenu a:active	/* menu at rest */
	{
	color: white;
	background-color: #333;
	text-decoration:none;
	}
	
#navMenu a:hover						/* menu on mouse-over  */
	{
	color: white;
	background-color: #47833d;
	text-decoration:none;
	}	
	
#navMenu a.top_parent, #navMenu a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-color: #333;
	/*background-image: url(/images/navdown_white.gif);*/
	background-position: right center;
	background-repeat: no-repeat;
	}
#navMenu a.top_parent:hover
{
	background-color: #47833d;
}
	
#navMenu a.parent, #navMenu a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(/images/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#navMenu ul
	{
	list-style:none;
	margin: 0;
	padding: 0;
	float: left;
	width: 130px;	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#navMenu li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}

#navMenu ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#navMenu ul ul ul
	{
	top:0;
	left:100%;
	}

div#navMenu li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#navMenu li:hover ul ul,
div#navMenu li li:hover ul ul,
div#navMenu li li li:hover ul ul,
div#navMenu li li li li:hover ul ul
{display:none;}

div#navMenu li:hover ul,
div#navMenu li li:hover ul,
div#navMenu li li li:hover ul,
div#navMenu li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */




/************/
/*  Layout  */
/************/

#PageBody {
	position: absolute;
	width: 960px;
	left: 50%;
	margin-left: -475px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
.divClear {
	clear: both;
}
.logo {
	float: left;
}
#Header {
	clear: both;
	margin-top: -16px;
	width: 960px;
	height: 326px;
}
	#MenuBar {
		width: 960px;
		height: 21px;
		background-color: #333;
		z-index: 10;
	}
#columnLeft {
	float: left;
	width: 600px;
	margin-left: 12px;
	min-height: 600px;
}
/*#columnRight {
	width: 308px;
	margin-left: 652px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	background-color: #ccd1ca;
}*/
#columnRight {
	position: absolute;
	left: 652px;
	width: 308px;
	/*margin-left: 652px;*/
	margin-top: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	background-color: #ccd1ca;
}
	#cntnrTagline {
	height: 108px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	color: #33462d;
	font-size: 16px;
	font-style: italic;
	background-color: #FFF;
	}
	#cntnrSearchBox {
	height: 20px;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	background-color: #e1e4e0;
	}
#footer {
	clear: both;
	margin-top: 22px;
	margin-bottom: 10px;
	font-size: 13px;
	letter-spacing: -1px;
}
#footer a {
	color: #666;
}
#footerCopyright {
	text-align: right;
	font-size: 10px;
	margin-top: 5px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	letter-spacing: 0px;
}

/**********/
/*  Text  */
/**********/

#txtCompanyInfo {
	float: right;
	margin-top: 8px;
	width: 220px;
	height: 60px;
	text-align: right;
}
#post {
	font-size: 12px;
	text-align: justify;
}
.titleRightCol {
	margin-top: 10px;
	margin-left: 12px;
	color: #202A73;
	font-size: 18px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	letter-spacing: -1px;
}
.titleArticle {
	margin-top: 10px;
	color: #202A73;
	font-size: 24px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	letter-spacing: -1px;
}
.txtdateRightCol {
	margin-left: 20px;
	margin-top: 6px;
	margin-bottom: 4px;
	color: #202A73;
	font-weight: bold;
}
.txtNewsEntry {
	margin-left: 20px;
}

