/* CSS */


/* Overall Structure and Psuedo Classes */

body{
font-family: "Verdana";
font-size: 12px;
}

p{
margin: 0px;
padding: 0px 0px 10px 0px;	
}

a{
color: #4c85ba;
text-decoration: underline;	
}

h1{
color: #4c85ba;
font-weight: normal;
font-size: 18px;
margin: 0px 0px 5px 0px;	
}

h2{
color: #4c85ba;
font-weight: bold;
font-size: 14px;
margin: 0px 0px 5px 0px;	
}

.clr{
clear: both;	
}

#container{
width: 900px;
margin: 0px auto;
border: 1px solid #6095c1;
background: url(../images/Terescription/page/left_bg.jpg) repeat-y left;
}

#header{
background: url(../images/Terescription/page/header.jpg) no-repeat;	
height: 101px;
width: 100%;
}

#left{
float: left;
width: 223px;	
background: #4c85ba;
}

#right{
float: right;
width: 675px;
margin-left: 2px;	
}

#footer{
float: left;
background: url(../images/Terescription/page/footer_line.jpg) repeat-x top #cacaca;
width: 100%;	
}

#validator{
width: 900px;
margin: 10px auto;
}

/* Content Elements */

#top_nav{
float:right;
padding: 10px 27px 0px 0px;
color: #414141;	
}

#top_nav a{
color: #414141;	
text-decoration: none;
}

#top_nav a:hover{
text-decoration: underline;
}

.nav{
padding: 10px 0px 10px 15px ;
line-height: 35px;
color: #fff;	
font-size: 12px;
}

.nav a{
color: #fff;	
text-decoration: none;
}


.nav a:hover{
color: #fff;
text-decoration: underline;	
}

.bar{
background: url(../images/Terescription/page/bar_bg.jpg) repeat-x;
height: 49px;
color: #fff;
font-size: 16px;
line-height: 45px;
padding: 0px 0px 0px 15px;
}

#footer_content{
padding: 15px 10px 5px 10px;
font-size: 10px;
line-height: 16px;
color: #414141;	
}

#footer_content a{
color: #414141;	
text-decoration: none;
}

#footer_content a:hover{
text-decoration: underline;
}



/* Individual Page Content */


/* Home Page */

#hp_main_content{
margin: 0px;
padding: 0px;
background: url(../images/Terescription/page/hp_main_pic.jpg) no-repeat right;
width: 100%;
height: 325px;
}

#hp_main_inner{
margin: 0px;
padding: 20px;
width: 380px;	
color: #414141;
}

#hp_secondary{
padding: 20px;
background: #e4e4e4;
width: 635px;
}

.hp_box{
float: left;
width: 315px;
height: 130px;	
}

.hp_box_content{
float: left;
margin-left: 10px;
width: 200px;
}


/* Secondary Pages */

#entertainment_main_content{
margin: 0px;
padding: 0px;
width: 100%;
}

#entertainment_main_inner{
margin: 0px;
padding: 20px;
color: #414141;
}

#business_main_content{
margin: 0px;
padding: 0px;
width: 100%;
}

#business_main_inner{
margin: 0px;
padding: 20px;
color: #414141;
}

#education_main_content{
margin: 0px;
padding: 0px;
width: 100%;
}

#education_main_inner{
margin: 0px;
padding: 20px;
color: #414141;
}

#legal_main_content{
margin: 0px;
padding: 0px;
width: 100%;
}

#legal_main_inner{
margin: 0px;
padding: 20px;
color: #414141;
}

#teresisonline_main_content{
margin: 0px;
padding: 0px;
width: 100%;
}

#teresisonline_main_inner{
margin: 0px;
padding: 20px;
color: #414141;
}

#default_main_content{
margin: 0px;
padding: 0px;
width: 100%;
}

#default_main_inner{
margin: 0px;
padding: 20px;
color: #414141;
}

#news_main_content{
margin: 0px;
padding: 0px;
width: 100%;
}

#news_main_inner{
margin: 0px;
padding: 20px;
color: #414141;
}

#privacy_policy_main_content{
margin: 0px;
padding: 0px;
width: 100%;
}

#privacy_policy_main_inner{
margin: 0px;
padding: 20px;
color: #414141;
}

#site_map_main_content{
margin: 0px;
padding: 0px;
width: 100%;
}

#site_map_main_inner{
margin: 0px;
padding: 20px;
color: #414141;
}

#faq_main_content{
margin: 0px;
padding: 0px;
width: 100%;
}

#faq_main_inner{
margin: 0px;
padding: 20px;
color: #414141;
}

#default_secondary{
padding: 20px;
background: #e4e4e4;
width: 635px;
}

.default_box{
float: left;
width: 315px;
height: 130px;	
}

.default_box_content{
float: left;
margin-left: 10px;
width: 200px;
}

/* Example Table Page */

#example_table_main_content{
margin: 0px;
padding: 0px;
width: 100%;
}

#example_table_main_inner{
margin: 0px;
padding: 20px;
color: #414141;
}

table.data_table{
width: 620px;
background: #cacaca;	
}

table.data_table th
{
	background: url(../images/Terescription/page/bar_bg.jpg) repeat-x #4c85ba;
	color: #ffffff;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
	height: 30px;
}


table.data_table td
{
	background: #fff;
	color: #414141;
	padding-left: 5px;
	vertical-align: text-top;
}

a.headerlink
{
	color: #ffffff;
	text-decoration: none;
}

a.headerlink:hover{
	color: #ffffff;
	text-decoration: underline;	
}

tr.switch td{
background: #dededd;	
}

#pagination{
text-align: center;	
margin-top: 10px;
}

#pagination a{
text-decoration: none;	
}

#pagination a:hover{
text-decoration: underline;	
}

a.headerRating 
{
	color : White;
	text-decoration: none;
}

