/* ########## Global Styles ######### */

body {
	border: 0;
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/bg_rpt.jpg) top left repeat-x #001a3d;
} 

/* --- ./../images --- */
img { 
	border: 0; 
}

.imglt {
	clear: left;
	float: left;
	margin: 0 0.6em 0.6em 0;
}

.imgrt {
	clear: right;
	float: right;
	margin: 0 0 0.6em 0.6em;
}
	
.lt {
	float: left;
	margin: 0 0.3em 0.3em 0;
}
	
.rt {
	float: right;
	margin: 0 0 0.3em 0.3em;
}

.clear {
	clear: both;
}

/* --- Text Elements --- */
p { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0.3em 0 1.7em 0;
}

h1, h2, h3, h4, h5 { 
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 2em;
	color: #001a3d;
}

h2 {
	font-size: 1.6667em;
	line-height: 1.833em;
	font-weight: normal;
}

h3 {
	font-size: 1.5em;
	line-height: 1.6667em;
	color: #001a3d;
}

h4 {
	font-size: 1.3334em;
	line-height: 1.5em;
}

h5 {
	font-size: 1.1667em;
	line-height: 1.3334em;
}

#headerWrapper {
	font-family: Verdana, Geneva, sans-serif;
	width: 100%;
	background: #FFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: 1e1f23;
}

#headerData {
	background-color: #FFF;
	margin: 0 auto;
	width: 776px;
	height: 99px;
}

#flashbanner {
	height: 398px;
	width: 780px;
	margin: 0 auto;
	float: left;
	clear: both;  
}

#container {
	background-color: #fffeec;
	width: 780px;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
}

#navwrap {
	height: 44px;
	width: 100%;
	background: #FFF;
}

#navbg {
	height: 44px;
	width: 755px;
	margin: 0 auto;
	background-image: url(../images/buttons/navbg.jpg);
	background-repeat: no-repeat;
}

.links li, .links a {
	height: 44px;
	display: block;
}

.links li {
	float: left;
	list-style: none;
	display: inline;
}

.links span {
	display: none;
}

.links li.first {
	width: 94px;
	margin-left: -2.5em;
}

.links li.second {
	width: 94px;
	margin-left: 1px;
}

.links li.third {
	width: 94px;
}

.links li.fourth {
	width: 94px;
	margin-left: 1px;
}

.links li.fifth {
	width: 94px;
	margin-left: 1px;
}

.links li.sixth {
	width: 94px;
}

.links li.seventh {
	width: 94px;
}

.links li.eighth {
	width: 94px;
}

.links li.first a:hover {
	background: url(../images/buttons/home_ro.jpg) top left no-repeat;
	width: 94px;
}

.links li.second a:hover {
	background: url(../images/buttons/about_ro.jpg) top left no-repeat;
	width: 94px;
}

.links li.third a:hover {
	background: url(../images/buttons/minstries_ro.jpg) top left no-repeat;
	width: 94px;
}

.links li.fourth a:hover {
	background: url(../images/buttons/get_involved_ro.jpg) top left no-repeat;
	width: 94px;
}

.links li.fifth a:hover {
	background: url(../images/buttons/news_ro.jpg) top left no-repeat;
	width: 94px;
}

.links li.sixth a:hover {
	background: url(../images/buttons/apoxee_partners_ro.jpg) top left no-repeat;
	width: 94px;
}

.links li.seventh a:hover {
	background: url(../images/buttons/training_ro.jpg) top left no-repeat;
	width: 94px;
}

.links li.eighth a:hover {
	background: url(../images/buttons/contact_ro.jpg) top left no-repeat;
	width: 94px;
}

#footerLinks {
	margin: 0;
	padding: 1em 0 0 2em;
}

#footerLinks ul {
	list-style: none;
	padding-top: 1em;
}

#footerLinks li {
	display: block;
	float: left;
	padding-right: .5em;
	padding-left: .5em;
	border-right: 1px solid #9c9888;
	
}

#footerLinks li a {
	text-decoration: none;
	color: #9c9888;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer li.lastlink {
	border-right: none;
}

#content {
	text-align: justify;
	width: 776px;
	margin: 0 auto;
	background-color: #fffeec;
}

#info {
	width: 490px;
	margin: 0 1.5em 0 0;
	background-color: #fffeec;
	float: right;
}

#infolt {
	width: 220px;
	margin-top: inherit;
	padding-left: 1em;
	padding-right: .75em;
	float: left;
	clear: both;
	border-right: 1px dotted #001a3d;
}

.title {
	font-size: 15px;
	margin-bottom: -1em;
}

#footer {
	width: 776px;
	height: 70px;
	margin: 0 auto;
	background: url(../images/footer_bg.gif) top left no-repeat;
}

#footer p a {
	text-decoration: none;
	color: #999999;
}

#footer p a:hover {
	text-decoration: underline;
}

#footer #sitedesign {
	text-align: right; 
	display: block; 
	margin-top: -3em; 
	padding-right: 3em; 
	color: #999999;
}

#footer #copyright {
	padding-left: 3em; 
	color: #999999; 
	display: block;
}

/* ##########  Forms ########## */

.warning {
	color: #FF0000;
}

fieldset {
	margin: 1.5em 0 0  0;
	padding: 0;
}

legend {
	margin-left: 1em;
	color: #001a3d;
	font-weight: bold;
}

fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none;
}

fieldset li {
	padding-bottom: 1em;
}

fieldset.submit {
	border-style: none;
}

label {
	display: block;
	font-size: 13px;
}

fieldset input {
	border: 1px solid #333;
}

#dvalues p {
	display: none;
}

#valueLinks { 
	font-size: 12px;
}

#valueLinks li {
	font-family: Verdana, Geneva, sans-serif;
	list-style: none;
}

#valueLinks li a {
	display: block;
	text-decoration: none;
}

#valueLinks li a:hover {
	text-decoration: underline;
}

#contactAddress {
	font-size: 14px;
	color: #001a3d;
	border-bottom: 2px dotted #001a3d;
}
