@charset "UTF-8";
/* --- CSS Document by Codify Design Studio - codifydesign.com --- */


body {
	margin: 0px;
	color: #000000;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #004030;
	background-image: url(images/pattern.jpg);
	background-repeat: repeat;
	margin-right: 2px;
}

h1 {
	color: #600;
	font-size: 16px;
	font-weight: bold;
	margin: 3px 0px 25px 0px;
	font-family: comics, Verdana, Arial;
}
h2 {
	color: #003333;
	font-size: 16px;
	font-family:comics, Verdana, Arial;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
}

a          { color: #ba7007; }
a:visited  { color: #ba7007; }
a:hover    { color: black; }

.container {
	width: 910px;
	max-width: 100%;
	min-width: 480px;
	margin-left: auto;
	margin-right: auto;
	background-color: #33CCFF;
}


/* BANNER AREA */
.bannerArea {
	width: 908px;
	max-width: 100%;
	min-width: 480px;
	float: inherit;
}

.bannerNav {
	float:center;
	width: 908px;
	max-width: 100%;
	min-width: 480px;


	#margin-bottom: 10px; /* for IE */
	color: #003F3F;
	font-size: 16px;
	font-weight: bold;
	font-family: comics, Verdana, Arial;
	
}

.bannerNav ul{
	float:center;
	
}

.bannerNav li{
	list-style: none
	float:center;
    #margin-left: 20px; /* for IE */
}

/* page options under logo */
.bannerNav a{
	float:center;
	max-width: 100%;
	min-width: 480px;
	color: #600;
	text-decoration: none;
}
.bannerNav a:visited{
	color: #006666;
}

.bannerNav a:hover{
	color: #B25900;
}

.bannersubnav {
	padding-top: 5px;
	padding-right: 10px;
	float: center;
	color: #3e75a6;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana,Arial, Helvetica , sans-serif;
}

.bannersubnav a { color: #000066; text-decoration: none; padding-left: 5px; padding-right: 5px; }
.bannersubnav a:visited { color: #006666; }
.bannersubnav a:hover { color: #B25900; text-decoration: none; }

.toplogo {
	float:center;
	padding-top: 0px;
}

.navigationArea {
	width: 908px;
	max-width: 100%;
	min-width: 480px;
	border-bottom: solid;
	border-color: #600;
	border-width: 1px;
}

/* CONTENT AREA */

.contentArea {
	width: 908px;
	max-width: 100%;
	min-width: 480px;
	padding-top: 15px;
	padding-bottom: 10px;
}
.tableArea {

	max-width: 100%;
    min-width: 480px;
	padding-top: 15px;
	padding-bottom: 10px;
	border:none
}
.autoResizeImage {
	max-width:100%;
    height: auto;
    width: auto;

}

.contentleft {
	width: 400px;
	padding-left: 30px;
	padding-right: 40px;
	float: left;
}

.contentright {
	width: 400px;
	float: right;
}

.imageright {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;	
}
.imageleft {
	margin-right: 30px;
	margin-bottom: 10px;
	float: left;
}

/* adjustable video */

.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video iframe,  
.video object,  
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* FOOTER AREA */
.footerArea {
	width: 908px;
	max-width: 100%;
	min-width: 480px;
	height: 50px;
}

.copyright {
	border-top: dotted;
	border-color: #600;
	border-width: 2px;
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 12px;
	color: #000066;
	font-size: 12px;
}
