@charset "UTF-8";
body {
	background-image: url(../_img/siteimg/bg_blk.jpg);
	background-repeat: repeat;
	font-family:Verdana, Geneva, sans-serif;
    color: #666;
	font-size: 13px;
	margin: 0px;}

.wrapper{
	position: relative;
	width: 964px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

.header{
	width: 975px;
	height: 134px;
	background-image: url(../_img/siteimg/header-bg_blk.jpg);
	background-position: center;
}

.logo{
	width: 370px;
	height: 63px;
	float: left;
	padding-top: 50px;
	padding-left: 10px;
	font-family:  'Hoefler Text', Georgia, 'Times New Roman', serif;
	font-weight: normal;
    font-size: 44px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #666;

}

.logo-light{
	color: #bababb;
}

h1.logo{
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

.navigation{
	width: 595px;
	float: left;
	height: 33px;
	padding-top: 90px;
	font-family: Arial, Helvetica, sans-serif, serif; font-variant: small-caps;
	font-weight: normal;
    font-size: 14px;
	letter-spacing: 1px;
	margin:0px;
	text-align: right;
}

.navigation ul{
	padding: 0px;
	margin: 0px;
	font-size: 14px;  
}

.navigation li{
	display: inline;
}

.navigation a{
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 0px;
	margin-right: 10px;
}

.navigation a:hover{
	color: #bababb;
	text-decoration: none;
	margin-left: 8px;
	margin-right: 8px;}
	
.middle-right{
	width: 454px;
	height: 254px;
	float: left;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 7px;}	

.middle-left{
	width: 454px;
	height: 254px;
	float: right;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 7px;
}

.clear  { clear:both;}

.main{
	width: 975px;
}

.main-left{
	width: 550px;
	float: left;
	padding-left: 30px;
	padding-top: 20px;
	padding-right: 60px;
	padding-bottom: 20px;
}

.main-right{
	width: 240px;
	margin-top: 10px;
	margin-right: 20px;
	float: right;
	background-color: #232324;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 10px;
	padding-bottom: 20px;
}

.main-right h1, .main-right h2, .main-right h3, .main-right h4{
	color: #FFFFFF;
}

.seperater{
	height: 20px;
	clear: both;
}

.menu{
	width: 280px;
	float: right;
	height: auto;
	padding-top: 8px;
	font-family: Arial, Helvetica, sans-serif, serif; font-variant: small-caps;
	font-weight: normal;
    font-size: 14px;
	letter-spacing: 1px;
	margin:0px;
	text-align: left;
}

.menu ul{
	padding: 0px;
	margin: 0px;
	font-size: 14px;  
}

.menu li{
	display: inline;
}

.menu a{
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 0px;
	margin-right: 8px;
}

.menu a:hover{
	color: #bababb;
	text-decoration: none;
	margin-left: 8px;
	margin-right: 8px;}

.footer{
	width: 975px;
	height: 80px;
	background-image: url(../_img/siteimg/footer-bg_blk.jpg);
	background-position: bottom center;
	color: #CCCCCC;
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-size: 10px;
	letter-spacing: 1px;}


.footer a{
	color: #CCCCCC;
	text-decoration: none;
}

.footer a:hover{
	color: #999999;
	text-decoration: underline;
}

.footer ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	font-size: 14px;
}

.footer li{
	display: inline;
}

.footer p{
	padding: 0px;
	margin: 0px;
}

h1{
	font-size: 24px;
	font-weight: normal;
	color: #3a3a3b;
	letter-spacing: -1px;
	padding-top: 0px;
	margin-top: 0px;
	font-family:  'Hoefler Text', Georgia, 'Times New Roman', serif;
	font-weight: normal;
}

h2{
	font-size: 20px;
	font-weight: normal;
	color: #3a3a3b;
	letter-spacing: -1px;
	padding-top: 0px;
	margin-top: 0px;
	font-family:  Verdana, serif;
	font-weight: normal;
}

h3{
	font-size: 18px;
	font-weight: normal;
	color: #3a3a3b;
	letter-spacing: -1px;
	padding-top: 0px;
	margin-top: 0px;
	font-family:  'Hoefler Text', Georgia, 'Times New Roman', serif;
	font-weight: normal;
}

h4{
	font-size: 16px;
	font-weight: normal;
	color: #3a3a3b;
	letter-spacing: -1px;
	padding-top: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif
	font-weight: normal;
}
h5{
	font-size: 14px;
	font-weight: normal;
	color: #C33;
	letter-spacing: -1px;
	padding-top: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif
	font-weight: normal;
}

p{
	line-height: 18px;
}

ul{
	font-size: 12px;
	line-height: 24px;
}

a{
	color: #666666;
	text-decoration: none;
}

a:hover{
	color: #999999;
	text-decoration: none;
}

.small{
	font-size: 10px;
}

img    /* this puts a black line around all pictures - change color if you want  */
{
	border: #000000 solid 0px;
	padding: 5;
}

a img          /* this gets rid of the border around a picture that is a link   */
{border: none;}
