@charset "UTF-8";
/* Homepage CSS */

body {
	background-color:#333;
}

#container {
	background-color:#666;
	width: 1044px;
	height: auto;
}

.header	{
	background-image:url(../images/head-background.png);
	background-repeat:no-repeat;
	width: 1024px;
	height:85px;

}



.flash	{
	width: 1024px;
	background-color:#333;
	height: 375px;
}

.flash-text	{
	width: 1024px;
	background-color:#333;
	height: 365px;
}

.left-content {
	width: 760px;
	float: left;
	padding-top: 10px;
	padding-left:20px;
	padding-right: 15px;
	text-align: left;
}

.right-content {
	width: 215px;
}

.flash	{
	width: 1024px;
}

.main_nav	{
	text-align: right;
	font-size: 18px;
	font-family:Times, serif;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: black;
	color: white;	
	width: 1024px;
}

.footer	{
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	padding-left: 10px;
	font-size: 11px;
	color: black;
	width: 1024px;
}

a:link {color:white; text-decoration:none}      /* unvisited link */
a:visited {color:white; text-decoration:none}  /* visited link */
a:hover {color: #360; text-decoration:underline; font-weight:bold;}  /* mouse over link */
a:active {color:white; font-weight:bold; text-decoration:none;}  /* selected link */

#column_right {
	padding-left: 30px;
	padding-top: 10px;
	width: 199px;
	float:right;
}

.sub_links A:link  {color : black; text-decoration:none;}
.sub_links A:visited  {color : black; text-decoration:none;}
.sub_links A:Hover  {color : black; font-size: 13.5px; font-weight: bold; text-decoration:none;}
.sub_links A:active  {color : black; font-size: 13.5px; font-weight: bold; text-decoration:none;}

.sub_links{
	font-size: 13px;
	text-transform: uppercase;
	line-height: 25px;
	
}

.sub_sub_links{
	font-size: 13px;
	text-transform: none;
	line-height: 25px
}
