﻿/* CSS layout */
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #708090;
	font-family: Verdana;
	font-size: 0.8em;
	color: black;
	background-image: url();
}
#containerA {
	width: 956px;
	margin: 5px auto;
	border: 1px solid red;
	background-image: url();
	background-repeat: repeat;
	background-color: white;
	
}
#header {
	width: 956px;
	background-image: url(images/newlogoZ.gif);
	background-color: red;
	height: 115px;
}
#footer {
	height: 30px;
	background-color: black;
	background-image: url("images/footer.gif");
	clear: both;
}
#footer p {
	color: white;
	font-family: Verdana;
	font-size: 10px;
	margin-left: 20px;
	padding-top: 10px;
}
#left {
	width: 225px;
	float: left;
	background-color: ;
}
#right {
	width: 249px;
	float: right;
	background-color: ;
}

#picture {
	margin-left: 25px;
	width: 800px;
}

.white {
	Font-size: 14px;
	color: white;
	margin-left: 40px;
	margin-top: 15px;
}


/* --------------------- Left Navigation ----------- */
#navleft {
	width: 200px;
	list-style: circle;
	margin-top: 20px;
	background-color: gray;
}
#navleft li {
	color: black;
	margin-left: 20px;
	border-bottom: black dashed 1px;
	padding-bottom: 10px;
	padding-top: 10px;
	
}
#navigation {
	width: 200px;
	margin-top: 20px;
	margin-left: 10px;
	padding-bottom: 50px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: ;
	border-top: 1px solid gray;
	
}
#navigation li {
	border-bottom: 1px solid gray;
	font-family: Verdana;
	
		
}
#navigation li a:link, #navigation li a:visited {
	font-size: 90%;
	display: block;
	padding: 0.4em 0 0.4em 0.5em;
	border-left: 12px solid #black;
	border-right: 0px solid;
	background-color:#cf1519;
	color:white;
	text-decoration: none;
	
	
	
	

}
#navigation li a:hover {
	background-color:gray ;
	color: #FFFFFF;
		
}
/* --------------------End Left Navigation ----------- */
/* ---------------------- top horizontal nav ---------------------- */
.solidblockmenu {
	margin: 0;
	padding: 0;
	float: left;
	font: bold 12px Verdana;
	width: 100%;
	overflow: hidden;
	margin-bottom: 1em;
	border: 1px solid #625e00;
	border-width: 1px 0;
	background: black url(images/blockdefault.gif) center center repeat-x;
}
.solidblockmenu li {
	display: inline;
}
.solidblockmenu li a {
	float: left;
	color: white;
	padding: 9px 11px;
	text-decoration: none;
	border-right: 1px solid white;
}
.solidblockmenu li a:visited {
	color: white;
}
.solidblockmenu li a:hover, .solidblockmenu li .current {
	color: white;
	background: transparent url(images/blockactive.gif) center center repeat-x;
}
/* ---------------------- End top horizontal nav 


/* ------------------- Center ---------------- */
#center {
	width: 481px;
	float: left;
	background-color: white;
	padding-bottom: 30px;
	border-left: ;
}
#center object {
	margin-left: 20px;
	margin-top: 20px;
}
#center h4 {
	background-color: ;
	color: black;
	font-family: inherit;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	border-bottom: red 1px solid;
	margin-bottom: -10px;
	font-size: 14px;
}
#center img {
	float: left;
	padding-right: 10px;
	
}
p.center {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	padding-bottom: 10px;
	font-family: inherit;
}

#center ul {
margin-left: 35px;
	
}
.clearer {
	font-size: 0px;
	line-height: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: auto;
}

/* ------------------ End Center -------------- */
/* ----------- Column Container ------------- */
#colcontainer {
	width: 956px;
	height: 200px;
	background-color: #252525;
	height: 200px;
	color: White;
	padding-bottom: 20px;
	border-top: 1px solid red;
}
#colcontainer a {
	color: white;
	text-decoration: none;
}
#colcontainer a:hover {
	color: red;
	text-decoration: underline;
}
#colcontainer ul li {
	margin-left: 30px;
	margin-top: 10px;
	font-family: Verdana;
	font-size: 11px;
}
#col1 {
	width: 30%;
	background-color: #252525;
	float: left;
	padding-top: 20px;
	margin-left: 20px;
	padding-bottom: 10px;
}
#col2 {
	width: 30%;
	background-color: #252525;
	float: left;
	padding-top: 20px;
	padding-right: 25px;
}
#col3 {
	width: 30%;
	background-color: #252525;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}
/* ---------------- End Column Container ------------ */

/* -----------------Simple Tabs CSS ----------------- */

h1 {font-size: 3em; margin: 20px 0;}
.container {width: 790px; margin: 10px auto; }
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}

.tab_containercol1 {
	width: 300px;
	padding: 20px;
	font-size: 12px;
	float:left;

}

.tab_containercol2 {
	width: 50%;
	float:left;
}

ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
		-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 20px;
	font-size: 12px;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}

.maincol1
{
width: 50%;
height: ;
float: left;
background-color: #ffffff;
color: black;
padding-right: 40px;

}

.maincol2
{
width: 45%;
height: ;
float: left;
background-color:#ffffff;
color: black;
padding: 5px;


}