@import url("../../includes/univ_styles.css");

* { 
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #222;
	}


	
#fck_background { background: #fff; }

td { vertical-align: top; }
	
a img { border: none; }
a {
	 cursor: pointer; 
}

.no_borders {
	border: none;	
}

		
.action_Button {
	color: #fff;
	font-size : 8pt;
	font-weight : bold;
	background: url(images/nav_bg.jpg) top left repeat-x;
	border : 1px solid #fff;
	margin : 2px;
	height : 20px;
	padding: 0 5px 0 5px;
	cursor: pointer;}
	.action_Button_hover {
		color : #000;
		border : 1px solid #885b06;
		}
		
	
.passive_Button {
	color: #fff;
	font-size : 8pt;
	font-weight : bold;
	background:url(images/footer_gradient.png) top left repeat-x;
	border : 1px solid #fff;
	margin : 2px;
	height : 20px;
	padding: 0 5px 0 5px;
	text-decoration: none;
	cursor: pointer;}
	.passive_Button_hover {
		color : #000;
		border : 1px solid #003966;
		text-decoration: underline;}
		
	
.system_Button {
	color: #fff;
	font-size : 8pt;
	font-weight : bold;
	background: url(images/body_gradient.png) top left repeat-x;
	border : 1px solid #fff;
	margin : 2px;
	height : 20px;
	padding: 0 5px 0 5px;
	text-decoration: none;
	cursor: pointer;}
	.system_Button_hover {
		border : 1px solid #000;
		color: #000;
		text-decoration: underline;}

body { margin: 0 ; padding: 0; background: #2d2713 url(images/body_gradient.png) left top repeat-x; height: 100%; }

.header_text, tr.header_text td { font-size: 20px; font-weight: bold; }
.headline, tr.headline td, .headline b, .headline span { font-size: 17px; padding: 15px 5px 0 5px; }
.tab_text, tr.tab_text td { font-size: 16px; font-weight: bold; }
.purple_text, tr.purple_text td { color: #55324c; }

.full_width { width: 900px; }
	.width100 { width: 100%; }
	.width50 { width: 50%; }

.altrow, tr.altrow td { background: url(images/altrow.png); }

#main_container { 
	width: 100%;
	height: 100%;
	}

.nav_row { 
	background: url(images/nav_bg.jpg) left top repeat-x;
	height: 48px;
	}

.footer td{ 
	background: #002b2e url(images/footer_gradient.png) left top repeat-x;
	color:#fff;
	height: 100%;
	}
	.footer * { color: #fff; }
	
.module_column {
	width: 949px;
	}

.left_starburst { background: url(images/left_starburst.png) right top no-repeat; }
.right_starburst { background: url(images/right_starburst.png) left top no-repeat; }

.left_fade { background: url(images/left_dropshadow.png) right top repeat-y; }
.right_fade { background: url(images/right_dropshadow.png) left top repeat-y; }
	
#content_container {
	width: 949px;
	text-align: left;
	background: #fff; 
	}
	
	#content_container .all_lines, #content_container .all_lines td {
		border: 1px solid #6b8b80;
		}
		#content_container .bottom_line, #content_container .bottom_line td {
			border-bottom: 1px solid #6b8b80;
			}
		#content_container .top_line, #content_container .top_line td {
			border-top: 1px solid #6b8b80;
			}
		#content_container .right_line, #content_container .right_line td {
			border-right: 1px solid #6b8b80;
			}
		#content_container .left_line, #content_container .left_line td {
			border-left: 1px solid #6b8b80;
			}
		#content_container .dotted_left_line, #content_container .dotted_left_line td {
			border-left: 1px dotted #6b8b80;
			}
		
	#content_container .landings_column {
		width: 100%;
		}
	#content_container .blocks_column  {
		background: url(images/block_container_bg.jpg) top left no-repeat;
		width: 259px;
		}
	#content_container .articles_column  {
		width: 690px;
		background: url(images/article_container_bg.jpg) top right no-repeat;
		}
		
.orange  {
	color: #964f01;	
}

.gold {
	color: #c19722;	
}

.blue { 
	color: #2c6165;
}

.brown {
	color: #59533f;	
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 34px;
	border-bottom: 1px dashed #c2c2c2;
	margin: 0px;
}

.article, .article tr td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	margin: 20px 0px;
}

	.article a {
		color: #bd9420;
		font-weight: bold;
		text-decoration: underline;
	}
	
	.article a:hover {
		color: #895c07;
	}

.padding_reset {
	padding: 0px;	
}

.support_address {
	padding-top: 35px;
	width: 470px;
	height: 200px;
	background: url(images/graphic_address_bg.jpg) top center no-repeat;
}
table.product_info {
	padding: 20px;
	border: 1px dashed #c2c2c2;	
}

table.product_info p {
	margin: 0px 0px 10px 0px;
}

/* ADD TO UNIV STYLES */

.Tmargin-10  {
	margin-top: -10px;	
}

.Tmargin-15  {
	margin-top: -15px;	
}

.Tmargin-20  {
	margin-top: -20px;	
}

.Tmargin10 {
	margin-top: 10px;
}

.Tmargin15 {
	margin-top: 15px;	
}

.Tmargin20 {
	margin-top: 20px;	
}

.fnormal {
	font-weight: normal;
}	

