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

body {
	margin: 0px;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Verdana, Univers;
	background-color: #A3B98B;
	/*background-image: url(images/green-grad.png);*/
	background-repeat:repeat-x;
	/*background-color: #004000;*/
}

h1 {
	color: #000099;
	font-size: 24px;
	font-weight: normal;
	margin: 3px 0px 10px 0px;
}

h2 {
	color: #000099;
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
}

h3 {
	color: #000099;
	margin-top: 15px;
	margin-bottom: 0px;
}

p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	font-weight: normal;
}

.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333366;
}
.BlueBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333366;
}

a          {
	/*color: darkblue;*/
	color: #001A00;
}
a:visited  { color: #001A00; }
a:hover    {
	color: #5872f4;
}

input { 
	font-size: 12px;
}
textarea { 
	font-size: 12px;
}
select { 
	font-size: 12px;
}

fieldset {
	-moz-border-radius: 8px;
	border-radius: px;
	border:2px solid #808080;
	padding: 1em;
	text-align: left;
         }
legend {
        color:#404040;
         }

.submit {
        background:#C3C3C3;
}
.submit:hover {
        background: #989898;
}


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

/* BANNER AREA */
.bannerArea {
	width: 100%;
        height: 240px;
/*	padding-top: 7px; /* Space on top of page */
}

.bannerArea .container {
	height:240px;
	background-image: url(images/header1.jpg);
	background-repeat: no-repeat;
}

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

.bannernav a { color: #000000; text-decoration: none; }
.bannernav a:visited { color: #000000; }
.bannernav a:hover { color: #EEEEEE; text-decoration: none; }

.toplogo {
	padding-left: 0px;
	padding-top: 50px;
}

.toptitle {
	padding-left: 120px;
	padding-top: 10px;
}

/* TOP NAVIGATION AREA */
.topnavigationArea {
        /* change to width: 100%; for full width*/
	width: 975px;
	background-image: url(images/bargrad.png);
	background-repeat:repeat-x;
        margin-left: auto ;
        margin-right: auto ;
}

.topnavigationgroup {
	margin: 0px;
	float: right;
	padding-right: 90px;
}
.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-color: #254771; /*dark blue*/
}

.contentArea .container {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #fffffc; /*off white*/
}

.contentleft {
	width: 215px;
	padding-left: 20px;
	padding-right: 15px;
	float: left;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #BDDCBD;
}

.contentmiddle {
	width: 414px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;	
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #BDDCBD;
}

.contentright {
	width: 240px;
	padding-left: 15px;
	padding-right: 20px;
	float: left;
	padding-left: 20px;
}

.contentfull {
	width: 900px;
	padding-left: 40px;
	padding-right: 40px;
	float: left;
}

.inner {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
        background: #EEEEEE;
	width: 865px;
        border: 2px solid #D6D6D6;
}

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

.imageleft {
	margin-left: 0px;
	float: left;
}

/* FOOTER AREA */
.footerArea {
	width: 100%;
	background-color: #fffffc;
	border-top-style: solid;
	border-top-color: #BDDCBD;
	border-top-width: 4px;
}

.copyright {
	padding-left: 40px;
	padding-top: 12px;
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

/* CSS3 selectors to auto-append icons for certain links */
a[href$='.pdf'], a[class~='pdf'] {
	padding-right: 18px;
	background: transparent url('images/icon_pdf.gif') no-repeat center right;
}

a[href$='.doc'], a[class~='doc'] {
	padding-right: 18px;
	background: transparent url('images/icon_doc.gif') no-repeat center right;
}

a[href$='.xls'], a[class~='xls'] {
	padding-right: 18px;
	background: transparent url('images/icon_xls.gif') no-repeat center right;
}

a[href^='mailto:'], a[class~='mailto'] {
	padding-right: 20px;
	background: transparent url('images/icon_mailto.gif') no-repeat center right;
}
