@charset "UTF-8";
/* --- CSS Document by Codify Design Studio - codifydesign.com --- */

body {
	margin: 0px;
	color: #CCCCCC;
	font-size: 18px;
	font-family: "Trebuchet MS",Arial, Verdana, Univers;
	background-color: #666666;
	background-image: url(images/pattern.jpg);
	background-repeat: repeat;
}

h1 {
	color: #333333;
	font-size: 25px;
	font-weight: bold;
	margin: 3px 0px 25px 0px;
}
h2 {
	color: #ffffff;
	font-size: 20px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
}

a          {
	color: #666666;
}
a:visited  {
	color: #000;
}
a:hover    {
	color: #333;
}

.container {
	width: 908px;
	margin-left: auto;
	margin-right: auto;
	background-color: #666;
}


/* BANNER AREA */
.bannerArea {
	width: 908px;
	padding-bottom: 15px;
}

.bannerNav {
	width: 800px;
	margin: 0px 0px 30px 15px;
	#margin-bottom: 10px; /* for IE */
	color: #CCCCCC;
	font-size: 20px;
	font-weight: bold;
}

.bannerNav ul{
	margin: 0px;
}

.bannerNav li{
	list-style: none;
	float:left;
	margin: 0px 15px 0px 0px;
	#margin-left: 20px; /* for IE */
}

.bannerNav a{
	margin-left: 0px;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #666;
	border: 1px solid #ccc;
	margin-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.bannerNav a:visited{
	color: #333;
}

.bannerNav a:hover{
	background-color: #333;
	color: #CCC;
}
.bannersubnav  {
	float: right;
	padding-right: 20px;
	padding-top: 15px;
	border: none;
}

.toplogo {
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}

.navigationArea {
	width: 908px;
	border-bottom: solid;
	border-color: #75570b;
	border-width: 1px;
}

/* CONTENT AREA */

.contentArea {
	width: 908px;
	padding-top: 30px;
	padding-bottom: 20px;
	color: #333;
}

.contentleft {
	width: 400px;
	padding-left: 30px;
	padding-right: 40px;
	float: left;
}

.contentright {
	width: 430px;
	float: left;
}

.imageright {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;	
}
.imageleft {
	margin-right: 30px;
	margin-bottom: 10px;
	float: left;
}


/* FOOTER AREA */
.footerArea {
	width: 908px;
	height: 50px;
}

.copyright {
	border-top: dotted;
	border-color: #000000;
	border-width: 2px;
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 12px;
	color: #000000;
	font-size: 12px;
}
