/* 
	Coding and Programming by http://www.itcn.com
*/

body {
	margin: 0px auto;	
	background-color: #ffffff;
	font: 10pt Arial, Helvetica;
}

img {
	border: none;
}

a {	color: #356AA0; }
a:visited {	color: #356AA0; }
a:hover {	color: #CC0000;text-decoration: none; }

#header {
	height: 119px;	
	background: url("images/header-bg.jpg") repeat-x;
}

#logo {
	float: left;
	padding: 10px 0px 0px 10px;
}

#address{
	float: right;
	padding: 10px 10px 0px 0px;
	color: #ffffff;
}

#slogan{
	float: right;
	padding: 30px 10px 0px 0px;
}

.fixedwidth {
	width: 770px;	
	margin: 0px auto;
}

#navbar {
	clear: both;
	height: 24px;
	background: url("images/nav-bg.jpg") repeat-x;
}

#mainnav {
	margin: 0px;
	padding: 2px 0px 2px 5px;
	list-style-type: none;
	text-align: center;
}

#mainnav li {
	display: inline;
	position:relative;
	float: left;
}

#mainnav li a {
	float: left;
	padding: 0px 11px;
	height: 24px;
	line-height: 24px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
	text-transform: uppercase;
}

#mainnav li a:hover {
	color: #FFFF00;
}

#mainnav li ul {
	padding: 0px;
	display:none;
	margin:0;
	list-style:none;
	position:absolute;
	top:22px;
	left:0;
	width:200px;
	background:#a5b1c8;
}
#mainnav li:hover ul, #mainnav li.hover ul {display:block;}
#mainnav li ul a {
	color: #00457c;
	background: transparent;
	height:auto;
	padding:2px 12px;
	width:175px;
	text-align:left;
	line-height:20px;
	text-decoration: none;
	border-bottom: 1px solid #00457c;
}
#mainnav li ul a:hover {
	background:#00457c;
	color: #ffffff;
	border-right: 1px solid #00457c;
}

#content {
	clear: both;
}

#leftcontent {
	width: 604px;
	float: left;
	border-right: 2px solid #00457c;
	padding: 0px 10px 10px 0px;
	margin: 10px 0px;
	min-height: 390px;
}

#leftcontent h1 {
	margin: 10px 0px 6px 0px;
	font-size: 20pt;
	font-weight: bold;
	color: #00457c;
	border-bottom: 1px solid #00457c;
}

#leftcontent h2 {
	margin: 4px 0px 0px 0px;
	padding: 0px;
	font-size: 12pt;
	color: #4096EE;
}

#rightnav {
	width: 144px;
	float: right;
	padding: 10px 0px 0px 8px;	
}

#rightnav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

#rightnav ul li {
	font-style:italic;
	padding: 10px 0px 10px 0px;
}


#footer {
	clear: both;
	margin: 10px 0px 0px 0px;
	height: 33px;
	background: url("images/footer-bg.jpg") repeat-x;
}

#footnav {
	margin: 0px;
	padding: 4px 0px 2px 40px;
	list-style-type: none;
	text-align: center;
}

#footnav li {
	display: inline;
	position:relative;
}

#footnav li a {
	float: left;
	padding: 0px 14px;
	height: 24px;
	line-height: 24px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 7pt;
	text-transform: uppercase;
}

#footnav li a:hover {
	color: #FFFF00;
}

#subfooter {
	clear: both;
	height: 96px;
	font-size: 8pt;
	background: url("images/subfooter-bg.jpg") repeat-x;
}

#subfootnav {
	margin: 0px;
	padding: 6px 0px 2px 40px;
	list-style-type: none;
	text-align: center;
}

#subfootnav li {
	display: inline;
	position:relative;
	padding: 0px 14px;
}


#subfootnav li a {
	color: #000000;
	text-decoration: none;
}

#subfooter p {
	margin: 2px 0px;
	padding: 2px 0px;
	text-align: center;
}

.blog-date {
	padding: 0px 0px 2px 10px;
	font-size: 12px;
	color: #666666;
}

div.row {
	clear:both;
}

div.row span.label {
	margin: 4px 0px 4px 0px;
	float: left;
	width: 75px;
	text-align: right;
}

div.row span.formw {
	float: right;
	width: 300px;
	text-align: left;
}

div.row span.labelw {
	float: right;
	margin: 4px 0px 4px 0px;
	width: 300px;
	text-align: left;
}

div.spacer {
	padding: 5px;
	margin: 5px;
}

input.withbackground { background-image: URL("images/inputbg.png"); border: 1px solid #cccccc; padding-left: 5px; }
textarea.withbackground { background-image: URL("images/textareabg.png"); border: 1px solid #cccccc; padding-left: 5px; }	
