/* Normal Sized Text */
body, p, td, tr, ol, ul {
	font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

/* Small Sized Text */
.smallfont {
	font: 9px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}


/* Override current font weight and become normal */
.normal {
	font-weight: normal;
}


/* Background color and font for the main window */
body {
	margin-top: 0px;
	color: #000000;
	background: #b8b8b8 url('../images/bg.jpg') repeat-x top;
}

.navbar {
	background: #efefef url('../images/navi_bg.jpg') repeat-x top;
	height: 35px;
	text-align: center;
}

.navbit {
	background: #efefef url('../images/navi_separator.jpg') no-repeat top right;
	height: 35px;
	text-align: center;
	color: #ca191f;
	text-decoration: none;
}

.navbit_hover{
	/*background: #efefef url('../images/navi_hover.jpg') repeat-x top;*/
	height: 35px;
	text-align: center;
	color: #facf8a;
	text-decoration: none;
}

.navbit_hover2 {
	background: #efefef url('../images/navi_hover.jpg') repeat-x top;
	height: 35px;
	text-align: center;
	color: #facf8a;
	text-decoration: none;
}

.navbit a:link, .navbit a:visited {
	color: #ca191f;
	text-decoration: none;
}

.navbit a:hover, .navbit a:active {
	color: #facf8a;
	text-decoration: none;
}

.header_spacer {
	background: #efefef url('../images/header_spacer.jpg') repeat-x top;
	height: 13px;
}

.sub_header {
	background: #efefef url('../images/sub_header_bg.jpg') repeat-x top;
}
.flash_banner {
	background: #efefef url('../images/gif_header_bg.jpg') repeat-x top;
	height: 228px;
}

.header {
	background: #efefef url('../images/header_bg.jpg') repeat-x top;
	height: 109px;
}

.header2 {
	background: #efefef url('../images/header.jpg') no-repeat top;
	height: 109px;
}
.footer {
	background: #efefef url('../images/navi_footer_bg.jpg') repeat-x top;
	height: 32px;
	font-size: 10px;
}

.copyright {
	background: #efefef url('../images/footer.jpg') repeat-x top;
	height: 52px;
	font-size: 9px;
}

.footer_nav a:link, .footer_nav a:visited {
	color: #000000;
	text-decoration: none;
	font-size: 10px;
}

.footer_nav a:hover {
	color: #f04f0b;
	text-decoration: none;
}

.footer_nav {
	background-image: url('../images/navi_separator.jpg') no-repeat top right;
	height: 32px;
	text-align: center;
}

.red_color {
	font-weight: bold;
	color: red;
}

.sidebar {
	background: #FFFFFF url('../images/navi_separator.jpg') repeat-y top right;
	width:226px;
	/*background-color:#FFFFFF" */
}

.fbold {
	font-weight: bold;
}

.alt1 {
	background-color: #f2f2f2;
}

.tborder {
	background: #AAAAAA;
	color: #000000;
	border: 0px solid #0B198C;
}

.thead {
	background: #BFBFBF;
	color: #FFFFFF;
	font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.sidebar li {
	/*list-style: square url("../images/sidebar_bullet.jpg");*/
	list-style-type: none;
	background-image: url("../images/sidebar_bullet.jpg");
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 14px; 
	color:#5b5b5b;
	margin-left:-25px;
	margin-bottom:20px;
}

.contact_main {
	margin-left:60px;
	margin-top:5px;
	/*background-image:url('../images/contacts/content_design.jpg');*/
	background-repeat: no-repeat;
}

.image_reset_button {
	cursor: pointer;
	cursor: hand;
}

.signup_main {
	margin-left:20px;
	margin-top:5px;
	/*background-image:url('../images/signup/step2_box.jpg');*/
	/*background-repeat: no-repeat;*/
}

.show {

}

.noshow {
	display:none;
}

table#site {		
	border: 1px solid #CCCCCC;
	width: 100%;
	height: 100%;
}

table#site td#image{	
	width: 175px;
	text-align: center;
}

a#sub {
	font-size: 12px;
}

font#label {	
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

