/* CSS Document */

/* Global Settings */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, {
	margin: 0;
	padding: 0;
	border: 0;
}

a{
	text-decoration: underline;
	color:#666;
	}
	
a:hover{
	color:#000000;
	text-decoration:underline;
	}
	
body{
	background-color:#FFFFFF;
	color:#000000;
	font-family:Verdana;
	font-size:12px;
	margin: 0;
	padding: 0;
	text-align: left;
	line-height:1.5;
}

#wrapper{
	position: relative;
	width: 800px;
	margin: 20px auto;
	background-color:#FFFFFF;
	text-align:left;
	color: #000000;
}


#title{
	width:472px;
	}

#nav{
	height: 30px;
	width: 470px;
	font-size:12px;
	padding: 0px;
	}
	
#nav a{
	font-style: normal;
	color: #666666;
	text-decoration:none;
	}

#nav a:hover, #nav a:focus {
	color: #000000;
	text-decoration:none;
	text-align: left;
	}
	
#headingbox{
	float:right;
	background-color: #DCE1F4;
	height:60px;
	width:310px;
	display:inline;
	color:#FFF;
	font-size:30px;
	padding-right:10px;
	text-align:right;
}

#divider{
	height:17px;
	background-color:#CFD4E2;
}

#slideshow{
	height:70px;
}
	
#image{
	border: 18px solid #CFD4E2;
	}

#main_index{
	margin: 0px 320px 0px 0px;
	padding: 0px 20px 50px 0px;
	}
	
#main{
	padding: 0px 0px 50px 0px;
	text-align: left;
	}
	
	
#right_content{
	float:right;
	width:290px;
	margin-left:15px;
	margin-bottom:15px;
	padding-top:10px;
	padding-right:15px;
	padding-left:15px;
	padding-bottom:40px;
	background-color:  #DCE1F4;
	text-align:right;
	}
	
#right_content_index{
	float:right;
	width:290px;
	height:450px;
	overflow:auto;
	padding-top:10px;
	padding-right:10px;
	padding-left:20px;
	background-color:  #DCE1F4;
	text-align:right;
	}
	
#right_content_pop{
	float:right;
	width:290px;
	height:340px;
	overflow:auto;
	padding-top:10px;
	padding-right:10px;
	padding-left:20px;
	background-color:  #DCE1F4;
	text-align:right;
	}
	
#video_image{
	width:386px;
	text-align:center;
	margin:20px 0px 0px 0px;
}
#text_box{
	width:800px;
	height:220px;
}
	
#footer{
	padding: 10px;
	text-align:right;
	font-size:10px;
	}
	
.smalltext{
	font-size:9px;
	color:#000;
	text-align: center;
}

.header1{
	font-size:15px;
	color:#000;
	}
	
.header2{
	color:#FFF;
	font-size:20px;
}
	
.image{
border: 18px solid #CFD4E2;
}	

.right_image{
	float:right;
	border: 18px solid #CFD4E2;
	margin:0px 0px 0px 10px;
}

.title{
	font-size:24px;
}

	
/* classes below are for Alsett clear fix for IE */
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearfix:after {
	content: ".";
	display: block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {display:inline-block;}

* html .clearfix {height:1%;}

.clearfix {display:block;}
