 
/* CSS Document */

body {
	background-image:url('/assets/background.png');
	background-repeat:repeat-x;
	background-position:top center;
	background-attachment:fixed;
	background-color:#a9a9a9;
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding:0px;
	margin:0px;
}

img {
	border:none;
}
 a{
	color: #000;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}
a:visited {
}

.center_content a{
	color:#ce272a;
}

.td_content a{
	color:#ce272a;
}
.mceContentBody a{
	color:#ce272a;
}
table {
	border: none;
}

form {
	display:inline;
}

h1 {
	font-size:18px;
	font-weight:bold;
}

h2 {
	font-size:14px;
	font-weight:bold;
}

h3 {
	font-weight:bold;
	font-size:13px;
}

td {
	empty-cells:show;
	vertical-align:top;
}

.layout_table {
	width:100%;
	/*background-image:url(/assets/semi_transparent.png);*/
	
}

.left_bg_td {
	
}

.center_bg_td {
	width:1035px;
	padding:15px;
}

.right_bg_td {
	
}

.fat_hr {
	background-color:#ccc;
	height:5px;
	width:97%;
	margin-top:10px;
	margin-left:13px;
	margin-right:13px;
	margin-bottom:10px;
	
}

.color_hr {
	background-color:#ce272a;
	height:3px;
	width:100%;
	margin-top: -15px;
	
}

.color_text {
	color:#ce272a;
}

.left_menu {
	width:160px;
	border-right: 3px solid #000000;
	padding-right:10px;
}

h1.headers {
	display:inline;
	background-color:#fafafa;
	padding:10px;
}

.center_content {
	width:830px;
	padding-left: 10px;
}

.footer_address {
	color:#999;
	text-align: center;
}

.header_small_menu {
	padding-top: 0px;
	margin-top: 0px;
	color: #ce272a;
	font-size:20px;
	float:right;
}

.header_small_menu  a{
	color: #fff;
	font-size:13px;
}

.header_large_menu {
	padding-top: 0px;
	margin-top: 0px;
	float:right;
}

.header_large_menu  a {
	text-decoration:none;
	color: #aaa;
	padding:11px;
}

.header_large_menu  a:hover {
	text-decoration:none;
	color: #000;
	background-color: #fafafa;
}
.black_content {
	background-color:#000;
	color:#FFF;
}

.color_content {
	background-color:#ce272a;
	color:#000;
}

.right_250 {
	width:250px;
	padding-left:15px;
	padding-right:15px;
	
}

.left_250 {
	width:250px;
	padding-left:15px;
	padding-right:15px;
	
}

.menu_list {
	list-style-type:square;
}

.menu_list li {
	margin-left: -25px;
	padding:3px;
}

.img_text_footer {
padding:5px;
font-size:9px;
line-height: 18px;
text-align:center;
background-color:#ce272a;
/*border:1px dashed white;*/
color:#000;
}

	
.menu {
cursor:pointer;
text-align:center;
}

.menu:hover {
	
	color:#ce2629;
	
}


