﻿@import url('reset.css');

html {
	overflow: -moz-scrollbars-vertical;
}

body {
	background: #fff url('');
	font-family: Helvetica, Arial, sans-serif;
	font-size:80%;
	margin:0px;
}
img{border:0px;}
a{color:#B8272D;}
p{margin-bottom:1.4em;line-height:1.4em;}
h1{font-size:1.3em;margin-bottom:1.4em;line-height:1.4em;}
h2{font-size:1.2em;margin-bottom:1em;}
h3{font-size:1em;margin-bottom:1em;}

#image_preloader{display:none;}


#page_container {	
	margin-right:auto;
	margin-left:auto;
	min-height:860px;
	width:1024px;
	position:relative;
}

	#page_bg {	
		margin-right:auto;
		margin-left:auto;
		width:1024px;
		position:absolute;
		float:left;
		top:0px;
	}
		#page_bg_left {
			background:#fff url('../images/page_container/left_bg.png') no-repeat;
			width: 20px;
			height:860px;
			position:absolute;
			left:-20px;
			float:left;
		}
		#page_bg_right {
			background:#fff url('../images/page_container/right_bg.png') no-repeat;
			width: 20px;
			height:860px;
			position:relative;
			right:-1024px;
		}
	#page_content {	
		background:#fff;
		margin:0 22px;
		width:980px;
		position:absolute;
		float:left;
		top:10px;
	}
	
		#login a {
			float:right;
			color:#B8272D;
			text-decoration:none;
		}
		#login a:hover {
			text-decoration:underline;
		}
		
		#top_nav {
			margin: 1em 0;
			z-index:1000;
			
		}
		#top_nav img{
			float:left;
		}
			
		
		
		#three_col{
		}
		
			#col_265px{
				width:265px;
				float:left;
				min-height:100px;
				position:relative;
			}
			#col_450px{
				width:430px;
				float:left;
				padding: 0 10px;
			}
			
			#col_715px{
				width:695px;
				float:left;
				padding: 0 10px;
				position:relative;
			}
			
				#column_container{
					width:100%;
					height:100%;
					margin-bottom:10px;
				}
				#column_container .col_left{
					background: #fff url('../images/content container/left_mid_bg.png') repeat-y;
					width:4px;
					position:relative;
				}
				#column_container .col_center_265{
					width:250px;
					padding:5px 10px 10px 10px;
					vertical-align: top;
				}
				#column_container .col_center_450{
					width:450px;
					padding:5px 10px 10px 10px;
					vertical-align: top;
				}
				#column_container .col_right{
					background: #fff url('../images/content container/right_mid_bg.png') repeat-y;
					width:4px;
				}	
					.shadow_top{

					}
					.shadow_bottom_div{
						position:absolute;
						bottom:0;
					}
					.shadow_bottom_img{
						position:relative;
						left:0;
					}
		
		
				#in_the_news {line-height:1.4em;}
				#in_the_news li{margin-bottom:.6em;}
					.bold_list { font-weight:bold;}
		
				#flash_slideshow{
					margin-bottom:1em;
				}
				
				
				
				.feature_list{margin-bottom:1.4em;line-height:2em;}
					.feature_list li{
						list-style-type: square;
						background:#eee;
						margin:10px 60px;
						padding:0 10px;
						color:#999;
					}
					.feature_list li span {
						color:#000;
					}
					
				.feature_list2{margin-bottom:1.4em;line-height:1.4em;}
					.feature_list2 li{
						list-style-type: square;
						background:#eee;
						margin:10px 0px;
						padding:0 10px;
						color:#999;
					}
					.feature_list2 li span {
						color:#000;
					}
	
				.feature_list3{margin-bottom:1.4em;line-height:1.4em;}
					.feature_list3 li{
						list-style-type: square;
						background:#eee;
						margin:10px 15px;
						padding:0 10px;
						color:#999;
					}
					.feature_list3 li span {
						color:#000;
					}	
					
	
.management {
font-size:1em;
font-weight:bold;
list-style-image:url("../images/misc/icon_bullet.png");
padding:0 0 0 3em;
}
.management li{ margin-top:1em;}	
.sub {
color:#888888;
font-size:0.9em;
font-weight:bold;
list-style:none outside none;
padding:0;
line-height:1.4em;
}

input, textarea {
font-size:1em;
padding:0.1em;
width:90%;
}

.submit {
font-size:1em;
width:6em;
}

.special_list li{
	color:#000 !important;
}
