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

body {
	margin: 0px;
	color: #000000;
	font-size: 12px;
	font-family: Arial;
	font-family: Arial, Verdana, Univers;
	background-color: #cfcfcf;
	background-image:url('images/metalbg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}

h1 {
	color: #008081;
	font-size: 24px;
	font-weight: normal;
	margin: 3px 0px 25px 0px;
}
h2 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
}
h3 {
	color: #008081;
	margin-top: 12px;
	margin-bottom: 0px;
}
h4 {
	font-family: Arial;
	font-weight: bold;
	color: #008081;
	font-size: 24px;
	margin: 3px 0px 25px 0px;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
a          {
	color: #36C;
}
a:visited  { color: #7F0000; outline:none; }
a:hover    { color: #5872f4; outline:none; }

.container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.centered-cell {
  text-align: center;
}

/* BANNER AREA */
.bannerArea {
	width: 100%;height: 150px;
	background-color: #008081;
}

.bannerArea .container {
	width: 980px;
	height: 150px;
	background-image: url(images/banner_bkgd.jpg);
	background-repeat: no-repeat;
}

.bannernav {
	padding-top: 20px;
	float: right;
	color: #000000;
	font-size: 18px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
}

.bannernav a { color: #000000; text-decoration: none; outline:none;}
.bannernav a:visited { color: #ffffff; outline:none;}
.bannernav a:hover { color: #112c4c; text-decoration: none; outline:none;}

.toplogo {
	padding-left: 30px;
	padding-top: 5px;
}


/* TOP NAVIGATION AREA */
.topnavigationArea {
	background-image: url(images/topnav_bkgd.jpg);
	background-repeat:repeat-x;
	background-color: #008081;
	height: 30px;
}
.topnavigationArea .container {
	width: 1138px;
	margin-left: -18px;
}

.topnavigationgroup {
	margin: 0px;
	float: left;
	padding-left: 0px;
}
.topnavigationgroup ul {
	margin: 0px;
}

.topnavigationitem {
	max-width: 167px;
	margin-left: 0px;
	padding-left: 10px;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 9px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: none;
	border-right-width: 1px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	float: left;
}

/* CONTENT AREA */
.contentArea {
	width: 100%;
	background-image: url(images/content_bkgd_tile.jpg);
	background-repeat: repeat-x;
	/* background-image: url(images/content_bkgd.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF; */
}

.contentArea .container {
	padding-top: 20px;
	padding-bottom: 20px;
}

.contentleft {
	width: 720px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 50px;
	float: left;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #999999;
}

.contentright {
	padding-top: 10px;
	float: left;
	padding-left: 0px;
	width: 250px;
}

.imageright {	
	margin-left: 0px;
	float: right;
}


/* FOOTER AREA */
.footerArea {
	width: 100%;
	background-image: url(images/footer_bkgd.jpg);
	background-repeat: repeat-x;
}

.footerArea .container {
	height: 85px;
	/* background-image: url(images/footer_bkgd.jpg);
	background-repeat: repeat-x;*/
}

.copyright {
	padding-left: 40px;
	padding-top: 12px;
	color: #666666;
	font-size: 12px;
	font-family: "Trebuchet MS";
	text-decoration: none;
}

.copyright a {
	color: #000000;
	text-decoration: none;
	outline:none;
}

.copyright a:visited {
	color: #7F0000;
	text-decoration: none;
	outline:none;
}

.copyright a:hover {
	color: #FFFFFF;
	text-decoration: none;
	outline:none;
}

.shadow-bringer {
		width: 615px;
		height: 348px;
		margin: 10px auto;
		padding: 0px;
		background: ;
}

.shadow-bringer2 {
		width: 625px;
		height: 410px;
		margin: 10px auto;
		padding: 0px;
		background: ;
}

.shadow {
		-moz-box-shadow: 3px 3px 4px #000;
		-webkit-box-shadow: 3px 3px 4px #000;
		box-shadow: 3px 3px 4px #000;
		/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.ticker a:active { 
    outline:none;
    }