/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */
/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */
 /*********************** CONTENT BOLD BIG LETTER *************************/
a.contentbbbright
{
	font-family: Arial, Helvetica, sans-serif;
//	font-size: 1.1em;
	font-weight: bold;
	color: #FFCC00;
	background: transparent;
; text-transform: none; font-variant: inherit; line-height: normal; font-style: inherit; height: auto; width: auto; filter: Xray}

a.contentbbbright:link
{
	text-decoration: none;
}
a.contentbbbright:visited
{
	text-decoration: none; 
} 
a.contentbbbright:active 
{
	text-decoration: none;
}

a.contentbbbright:hover 
{
	text-decoration: underline; 
	background: transparent;
	color: #FFFFFF;
}

/* ----- type selectors ----- */ 
body { 
	
	text-align:center; 
	font:12px/18px Arial, Helvetica, sans-serif; 
	color:#FFF;
	}

p, ul, ol, dl, pre	{ margin-bottom:10px; }

b {font-weight:bold; text-decoration:inherit;}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1,h2,h3 { margin-bottom:8px; }

h1	{ font-size:1.2em; color:#675C3F; }
h2	{ font-size:1.1em; color:#675C3F; }
h3	{ font-size:1.0em; color:#675C3F; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{
	color:#000000;
	text-decoration:none;
}
a:hover,a:active	{
	color:#FFFFFF;
	text-decoration:none;
}

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:1px; 
	overflow:hidden; 
	}


/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:760px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:92px;
	}

/* ----- column-left ----- */

#column-left {
	width:197px;
	float:left;
	font-size:11px;
	}
	#column-left p, #column-left h1 {
	padding: 0 20px 0 36px;
	}
	
	
img.case {margin:0 0 0 30px;}		
/* ----- column-middle ----- */

#column-middle {
	width:360px;
	float:left;
	}
	
	#column-middle p, #column-middle h1, #column-middle h2, #column-middle h3, #column-middle dl, #column-middle ul { padding:0 10px 0 15px;}
	#column-middle ul li { 
		padding-left:4px; 
		}

/* ----- column-right ----- */

#column-right {
	background:url("../images/bg-right2.jpg") no-repeat;
	width:203px;
	float:left;
	font-size:11px;
	height: 500px;
	
	}
	
	#column-right p, #column-right h1 { padding:0 30px 0 14px;}
	#column-right dl {margin-left:14px;}
	#column-right dt {font-weight:bold;}
	#column-right li {margin-left:18px;}
	
		
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg") no-repeat;
	clear:both;
	width:100%;
	height:93px;
	}
	
/* header framework
 * ------------------------------------------------------------------------- */


#header-graphic {
	background:url("../images/bg-header.jpg") no-repeat;
	height:231px; /* sets height for all non-flash headers */
	}


/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead {
	height:118px; /* sets height for all subheads */
	}

#subhead-middle {
	height:56px;
	padding-bottom:4px;
	}


#subhead-case {
	background:url("../images/subhead-case-eval.jpg") no-repeat;
	height:46px;
	padding-bottom:15px;
	}

/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:760px;
	text-align:center;
	}

#footer p {
	color:#FFF;
	font-size:10px;
	margin:0 35px 0 35px;
	padding-top: 10px;
	padding-bottom:10px;
	}



.border-wrap {
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #C4C4C4;
	background-color: #F2F2F2;
	}

.border-wrap {
	margin: 0 15px 10px 15px;
	}
	
.border-wrap p {
		text-align:center;
		margin-bottom:5px;
		}
           
