/* CSS Document */

body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
div {
	padding:0;
	margin:0;
}
img {
	border:none;
	vertical-align:middle;
}
.main_wrapper {
	width:100%;
	text-align:center;
}
.page_wrapper {
	margin:0 auto;
	text-align:left;
	width:757px;
	/*border:1px solid red;*/
}
.clear {
	clear:both;
}
.noDisplay {
	display:none;
}
.pdf_callout {
	font-size:10px; 
	background-color:#eeeeee;
	padding:10px 10px 10px 5px ;
	margin:30px 0;
	clear:both;
}
.pdf_callout img {
	float:left; 
	margin:-5px 10px 0 0;
}
.emphasize {
	background-color:#ebebeb;
	padding:7px 10px;
}
.top_of_page {
	text-align:right;
	clear:both;
}
.anchor_links {
	list-style-image:url(../images/callout_arrow.gif);
	/* optional */
	background-color:#f3f3f3;
	padding:7px 10px;
}
.news_item img {
	float:left;
	margin:3px 10px 0 0;
}
.news_item {
	clear:both; 
	margin:20px 0;
}
.newsDate {
	/*background-color:#f3f3f3;
	padding:1px 3px;*/
	color:#666666;
	font-weight:bold;
	
	font-size:.9em;
	text-decoration:none;
	
}
/* ----------------- tools + search ----------------- */

.tools_holder {
	float:right;
	width:285px;
	background-repeat:repeat-x;
}
.tools {
	padding:0 0 0 13px
}
.tools div {
	display:inline;
	margin:0;
	padding:0;
	margin:expression("0 2px 0 2px");
}
.search_holder {
	float:right;
	padding:5px 10px 0 0;	
	font-size:0;	
}
.search_field {
	width:130px;
	font-size:12px;
	margin:0 5px 0 0;
	padding:0;
}
.search_holder input {
	vertical-align:middle;
}

/* ----------------- content home common ----------------- */

.home_content_holder, .content_holder {
	float:left;
}


/* end of content common */


/* support navigation */

.support_navigation {
	margin:11px 0 0 0;
	float:right;
	color:#666666;
	font-size:11px;
}
.support_navigation span {
	color:#333333;
	font-weight:bold;
	margin-left:6px;
}
.support_navigation a {
	text-decoration:none;
	margin:0 6px;
	color:#666666;
}
.support_navigation a:hover {
	text-decoration:underline;
}

/* end of support navigation */

/* bread crombs */

.breadCromb {
	margin:11px 0 0 0;
	font-size:11px;
}
.breadCromb a {
	margin:0 4px;
}
.breadCromb span {
	margin:0 4px;
	font-weight:bold;
}

/* end of bread crombs */


/* ----------------- footer ----------------- */

.footer_holder {
	color:#666666;
	border-top:1px solid #858585;
	margin:10px 0 20px;
	font-size:0.9em;
}
.footer_holder .links {
	margin:10px 0 10px -6px;
}
.footer_holder .links a{
	color:#666666;
	text-decoration:none;
	margin:0 6px;
}
.footer_holder .links a:hover {
	text-decoration:underline;
}
.ccFooter {
	float:right;
}
.ccFooter a {
	color:#60912F;
}
/* ----------------- end of footer ----------------- */

.formButton { 
	height: 16px; 
	font-size: 11px; 
	background-color:#C56B23; 
	padding:2px 4px; 
	border-width:1px; 
	border-style:solid; 
	border-color:#BABABA;
}
a.formButton, a.formButton:visited, a.formButton:hover {
	color:#ffffff; 
	text-decoration:none;
	font-weight:bold;
}
.content_holder a.formButton:hover {
	background-color:#99135E;
	color:#ffffff;
}
/* flash detection styles */
body, html {height:100%}
#flashDetectionWrapper { 
	visibility:hidden;
	width:100%; 
	height:100%;
	text-align:center; 
	position: absolute; 
	bottom: 0;
	top: 0;
	left:0;
	z-index:2000; 
	font-size:1px;
	}
#flashDetection {
	background-color:#f7f7f7; 
	position:relative; 
	width:400px; 
	color:#435057; 
	margin:0 auto; 
	text-align:left; 
	top:70px; 
	z-index:1500;
	border:3px solid #FF0000 }
#flashDetection .content {padding:20px 30px; font-family:Arial, Helvetica, sans-serif; font-size:12px;}
#flashDetection img { vertical-align:middle; margin-right:10px}
#flashDetection .title {padding:0 20px 10px 0; font-size:16px; font-weight:bold; text-align:center}
#flashDetection .emphasize { background-color:#DADEE0; padding:6px 10px}
#flashDetection input {height:30px; width:80px}
#flashDetection p { margin:12px 0; line-height:18px}
/* end of flash detection styles */

