@charset "utf-8";
/* CSS Document */

body 
{
	background-color: #000000;
}
.h1 {font-family: Georgia, "Times New Roman", Times, serif; font-size:24px; color:#CCCCCC;}
.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.body_bold {font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; font-weight: bold; }
.header_bold {font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; font-weight: bold; }
.trademark {font-family: Georgia, "Times New Roman", Times, serif; font-size: 9px; }
.verdana_10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.georgia_12_white {	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

/*================================
		NEW MENU
=================================*/


.newMenu
{
	TEXT-ALIGN:center;
	color:#FFFFFF;
	line-height:1.5em;
	border-bottom:solid 1px #CCCCCC;
}

.newMenu a, .newMenu a:link
{
	text-decoration:none;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:1px 10px 1px 10px;
}

.newMenu a:hover, .newMenu a:active, .newMenu a:focus {
	color:#333333;
	letter-spacing: .01px;
	background-color:#DDDDDD;
}

.newMenu a:visited 
{
	color:#FFFFFF;
}

.newMenu a:visited:hover, .newMenu a:visited:active, .newMenu a:visited:focus
{
	color:#333333;
	letter-spacing: .01px;
	background-color:#DDDDDD;
}


/*=========================================
		MAIN BODY STYLE
===========================================*/

.container{
	margin-top:10px;
	margin-bottom:10px;
	margin-left: 2.5exs;
	margin-right: 2.5exs;
	position:relative;
	width: 95%;
}
.container .content .rightcol {
	padding-top:20px;
	width: 30%;
}
.container .content .leftcol {
	width: 70%;
	text-align: center;
}
.container .content .rightcol .colcontent p {
	margin-left: 70px;
	padding-bottom:5px;
}
.container .content .rightcol .colcontent a {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1em;
	color: #FFFFFF;
	text-decoration: none;
}
.container .content .rightcol .colcontent img {
	margin-right: 5px;
}
.container .content .rightcol .colcontent {
	padding-top: 35px;
}
.container .content .rightcol .blogtext p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
}
.container .content .rightcol .blogtext h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	display: inline;
}
.container .content .rightcol .blogtext h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	display: inline;
}
.container .silverborder {
	background-color: #CCCCCC;
	height: 2px;
}
.bottomContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	width: 95%;
	margin-top: 10px;
	margin-right: 2.5ex;
	margin-bottom: 10px;
	margin-left: 2.5ex;
}

.middleContent .picRow
{
	vertical-align:top;
	text-align:left;
	padding-top:10px;
}

.middleContent .picRow td
{
	width:25%;
}

.middleContent .picRow img
{
	margin-bottom:5px;
}
.head_container {
	position: relative;
	background-image: url("images/header.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	height: 160px;
	vertical-align:baseline;
}
#search_form {
	float: right;
	position:absolute;
	top:111px;
	right:30px;
	width:200px;
}
#header_address {
	float: left;
	position:absolute;
	top:100px;
	left:40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	width:200px;
}
.content_wraper {
	background-color: #000000;
	width: 850px;
	left:25px;
	position: relative;
}.content_wraper .content_body {
	background-color: #FFFFFF;
	background-image: url('images/logo_background.jpg');
	float: left;
	width: 610px;
	min-height:600px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 100%;
	padding-top:30px;
}
.content_wraper .right_sidebar {
	background-color: #FFFFFF;
	float: right;
	width: 230px;
	min-height:680px;
	height:100%
}
.content_wraper h2 {
	color:#333333;
}
.content_wraper a:link {
	color: #0000FF;
}