
/*---------------------------------------------------------------------  Start Element Styles  ---------------------------------------------------------------------*/

html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #111111;
}

h1 {
    margin: 0;
	padding: 0;
	font-size: 1.25em;
	float: left;
	 
}

a:active
{
  outline: none;
}

:focus
{
  -moz-outline-style: none;
}

/*---------------------------------------------------------------------  End Element Styles  ---------------------------------------------------------------------*/

/*---------------------------------------------------------------------  Start Main Layout Styles  ---------------------------------------------------------------------*/

.wrap, .nav, .head, .footer {
	width: 100%;
}

.wrap {
	height: 100%;
	text-align: center; /*ie center div hack*/
	float: left;
	background-image: url(/img/tvc_bg.gif);   
	background-repeat: repeat-x;
	padding-bottom: 30px;
}

.headinfo {
	width: 100%;
	height: auto;
	background-color: #666666;
	color: white;
	float: left; 
}

	#chat {
		background-image: url(../img/chat.gif);
		background-repeat: no-repeat;
		padding-left: 28px;
		
	}

.header, .body, .body_wrap {
	margin: 0 auto;
	width: 900px;
	text-align: left; /*corrects ie center div hack*/
}

.header {
	height: 124px;
	background-image: url(../img/head_bg.gif);
	background-position: -47px; 
	width: 930px;
} 

	.head {
		height: 124px; 
	}
	
		.head img{
		margin-left: 10px;
		}

	
		.contact_info {
			float: right;
			font-size: .8em;
			margin: 10px 20px 10px 10px;
			color: white;
		}
		
			.contact_info a {
				color: white;
			}
			
			.contact_info a:hover {
				color: white;
			}

	.nav {
		height: 40px;
		float: left;
		margin-top: 14px; 
	}
	
		.nav ul {
			margin: 0;
			padding: 0;
			float: right;
			margin-right: 20px;
		}

			.nav ul li {
				list-style: none;
				display: inline;
				background-repeat: no-repeat;
				float: left;
			}

				.nav ul li a {
					color: #333333;
					padding: 12px 10px 8px 40px; 
					display: block;
					float: left;
					text-decoration: none;
					font-size: 1.15em;
					font-family: arial, sans-serif;   
					background-repeat: no-repeat;
				}
				
				/*================ IE nav spacing hack, affects  all but IE ====================*/
				*:first-child+html .nav ul li a {   
					padding: 10px 10px 10px 40px;  
				}    
 
				.nav ul li a:hover {
					color: #0099CC; 
				}

				.nav ul li a:hover {
				}

			.first {
			background-image: url("/img/nav/right_gray_straight.gif");  
			background-position: right;
			padding-right: 5px;
			}
			
			.first a {
			background-image: url("/img/nav/left_gray.gif");  
			background-position: left;
			}
			
			.second {
			background-image: url("/img/nav/right_gray_straight.gif");  
			background-position: right; 
			} 
			
			.second a {
			background-image: url("/img/nav/left_white_gray.gif");  
			background-position: left;
			} 
			
			.third {
			background-image: url("/img/nav/right_gray_straight.gif");  
			background-position: right; 
			} 
			
			.third a {
			background-image: url("/img/nav/left_Gray_grey.gif");  
			background-position: left;
			} 
			
			.third2 {
			background-image: url("/img/nav/right_gray_straight.gif");  
			background-position: right; 
			} 
			
			.third2 a {
			background-image: url("/img/nav/left_grey_Gray.gif");   
			background-position: left;
			} 
			
			.third3 {
			background-image: url("/img/nav/right_gray_straight.gif");  
			background-position: right; 
			} 
			
			.third3 a {
			background-image: url("/img/nav/left_white_gray.gif");   
			background-position: left;
			} 
			
			.fourth {
			background-image: url("/img/nav/right_gray_curved.gif");  
			background-position: right; 
			} 
			
			.fourth a {
			background-image: url("/img/nav/left_Gray_grey.gif");    
			background-position: left;
			padding-right: 30px !important;
			}  
			
			.fourth2 {
			background-image: url("/img/nav/right_gray_curved.gif");  
			background-position: right; 
			} 
			
			.fourth2 a {
			background-image: url("/img/nav/left_white_gray.gif");  
			background-position: left;
			padding-right: 30px !important;
			}   
			
			#active {
			background-image: url("/img/nav/right_white_straight.gif"); 
			} 
			
			#active a {
			background-image: url("/img/nav/left_white.gif");  
			}
			
			.active {
			background-image: url("/img/nav/right_white_curved.gif");  
			background-position: right;
			}
			
			.active a {
			background-image: url("/img/nav/left_gray_white.gif");  
			background-position: left;
			
			padding-right: 30px !important;
			}
			
			.active2 {
			background-image: url("/img/nav/right_white_straight.gif");  
			background-position: right;
			}
			
			.active2 a {
			background-image: url("/img/nav/left_gray_white.gif");  
			background-position: left;
			}
		
.body_wrap {
	width: 950px;
	overflow: auto;
}
			
.body {
	padding: 20px 25px;
	width: 900px;
	overflow: auto; 
	background-image: url(../img/page_bg.jpg); 
	background-repeat: no-repeat; 
}

.footer {
	height: 240px; 
	float: left;
	background-color: #666666;  
}

	.footer_info {
		width: 100%;
		text-align: center;
		color: white;
		font-size: 14px;
		margin-top: 200px;
	}
	
		.footer_info a, .footer_info a:visited{
			color: white;
		}

.red {
color: red;
}

/*---------------------------------------------------------------------  End Main Layout Styles  ---------------------------------------------------------------------*/

/* IE6 Only */
* html .header {
	height: 120px;
} 

* html .head {
	height: 120px; 
} 

* html .nav{
	height: 37px !important; 	
} 

* html .nav ul li a {
	padding: 11px 10px 6px 40px ;   
}

* html li.active a {
	padding-right: 30px !important; 
}
