* { margin: 0; padding: 0; }

body {
	background: #94ADBD url(../images/bg.gif);
	color: #25252D;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 100%/110% "Verdana", Arial, Helvetica, sans-serif;
}

/* Layout
------------------------------------------------------------------*/

#outer {
	width: 754px;
	margin: auto;
	position: relative;
	text-align: left;
	background: url(../images/shadow_repeat.gif) repeat-y top right;
	margin-top: 20px;
	overflow: hidden;
}

#wrapper1 {
	width: 743px;
	background: #EEEEF0 url(../images/gradient_top.jpg) repeat-x 0 212px;
	float: left
}

#contentwrap {
	display: block;
	background: url(../images/gradient_bottom.jpg) repeat-x bottom right;
	font-size: 0.7em; /* Global Content Font Size */
	line-height: 1.3em;
	float: left;
}

#col-left {
	float: left;
	width: 515px;
}

#col-right {
	float: right;
	width: 220px;
	color: #2D4A65;
}

.feature {
	height: 100px;
	background: #369;
}

/* Header
------------------------------------------------------------------*/

#header {
	background: #9F9FA5;
	height: 181px;
	float: left;
	border-bottom: 3px solid #fff;
	font-size: 0.7em;
}

	#headerleft {
		float: left;
		height: 181px;
		width: 517px;
		background: url(../images/image03logo.jpg) no-repeat 0 0;
	}
	
	.page-3 #headerleft { background: url(../images/image02logo.jpg) no-repeat 0 0; }
	.page-4 #headerleft { background: url(../images/image03logo.jpg) no-repeat 0 0; }
	.page-5 #headerleft { background: url(../images/image04logo.jpg) no-repeat 0 0; }
	
	#headerright {
		 float: right;
		 width: 225px;
		 height: 181px;
		 background: url(../images/login_bg.gif) no-repeat 0 0;
	}
	
	#login-heading {
		padding: 11px 0 0 40px;
	}
	
	#headerright form fieldset { float: right; margin: 15px 5px 0 0; }
	#headerright form input.formbtn { position: absolute; top: 140px; left: 640px; border: none; background: none; }
	
	#topcorner {
		position: absolute;
		top: 0;
		right: 0;
	}

/* Navigation refer to horizontal_nav.css
------------------------------------------------------------------*/

#h-nav {
	display: block;
	background: #2D4A65 url(../images/nav_bg.gif) repeat-x 0 0;
	overflow: hidden;
	float: left;
	width: 100%;
	border-bottom: 3px solid #fff;
}

/* Footer
------------------------------------------------------------------*/

#footer {
	clear: both;
	color: #666;
	font-size: 0.7em;
	background: url(../images/shadow_bottom.gif) no-repeat 0 0;
	width: 753px;
	padding: 10px 0 0 0;
	margin: auto;
}
#footer p { margin: 0; }

	#footerleft {
		float: left;
	}
	
	#footerright {
		 float: left;
		 margin-left: 20px;
	}
	
	#footer a {
		color: #666;
		text-decoration: none;
	}
	
	#footer a:hover { text-decoration: underline; }
	
/* Newsitem1
------------------------------------------------------------------*/

.newsitem1 {
	border-bottom: 1px solid #ccc;
	clear: both;
	margin-bottom: 10px;
}
.newsitem1 h3 {
	margin-bottom: -0.25em;
	font-size: 1.1em;
}
.newsitem1 h3 a {
	color: #003B7D;
}
.newsitem1 p.date {
	font-size: 0.9em;
	color: #666;
}
.newsitem1 img {
	float: left;
	margin: 0 15px 15px 0;
}

/* Global Formatting
------------------------------------------------------------------*/

a img { border: none; }

a {
	color: #2D4A65;
	text-decoration: underline;
}

a:hover {
	color: #2D4A65;
	text-decoration: none;
}

p { margin: 0 0 1em 0; }

ul, ol {
	margin: 0 0 1em 0;
	padding: 0 0 0 2px;
}

	ul ul, ol ol { margin-bottom: 0; }
	#col-right ul li { list-style: none; background: url(../images/bullet.gif) no-repeat 0 6px; padding-left: 15px; line-height: 1.3em; margin-bottom: 0.25em; }
	#col-left ul li { list-style: none; background: url(../images/bullet2.gif) no-repeat 0 6px; padding-left: 15px; line-height: 1.3em; margin-bottom: 0.25em; }


.hide { display: none; }

h2 {
	margin: 0 0 0.5em 0;
	font-size: 1.5em;
	color: #62302F;
	font-weight: normal;
}

	h2 a {
		color: #000;
		text-decoration: none;
	}
	
	h2 a:hover {
		color: #000;
		text-decoration: none;
	}
	
h3 {
	font-size: 1.2em;
	margin: 0 0 0.5em 0;
	color: #2D4A65;
}

h4 {
	font-size: 1.1em;
	margin: 0 0 0.5em 0;
}

.imgRight {	float: right; margin: 0 0 10px 20px; }
.imgLeft { float: left;	margin: 0 20px 10px 0; }

.clear { clear: both; }

/* padding */

.padding { padding: 30px 30px 60px 30px; }
#col-right .padding { padding: 30px 20px 30px 10px; }

/* Messages */

div.message {
	width: 100%;
	color: #fff;
	padding-top: 8px;
	font: bold 10px Verdana, Helvetica, sans-serif;
	border-bottom: 1px solid #fff;
	z-index: 200;
	padding: 6px 0;
	text-align: center;
	line-height: 1.4em;
}
div.message.info { background: #B7EF46;	color: #333; }
div.message.error {	background: #f66; }

/* Forms
------------------------------------------------------------------*/
form { margin: 0; }
input, textarea, select {
	margin: 0;
	padding: 1px;
	font-size: 100%;
	font-family: inherit;
}
form fieldset {
	border: none;
	clear: both;
	margin: 3px 0 15px 0;
	padding: 5px;
	padding-left: 0;
}
form legend {
	padding: 0 2px;
	font-weight: bold;
	color: #3E3E64
}
form label {
	line-height: 1.3em;
	float: left;
	display: inline;
}
form div.cr { /* checkbox radio */
	float: left;
	display: inline;
}
form p {
	clear: both;
	padding: 0 0 0 5px;
	margin: 0.5em 0 0.5em 0;
}
form option { padding-right: 4px; }
form textarea { width: 250px; }
form span {
	display: inline;
	padding: 2px 0 0 20px;
	font-style: italic;
	color: #999;
	font-weight: normal;
}
form div.cr label {
    float: none;
	padding: 0;
	line-height: 1.8em;
}
form div.cr input {
	margin: 0 3px -3px 0;
}
form ol {
	margin: 0;
	padding: 0;
}
form li {
	list-style: none;
	padding: 5px;
	clear: both;
	overflow: hidden;
}
.colwrap-right form ol li { margin: 0 0 0.35em 0; padding: 0; }
form div legend {
	padding: 0 0 5px;
	font-weight: normal;
}
form div label {
	display: block;
	width: auto;
}
form .mandat { font-weight: bold; }
form .sr {
	position: absolute;
	left: -9999em;
	top: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
form label { width: 145px; } /* Width of labels */
#headerright form label { width: 75px; color: #fff; }
#headerright form li { padding: 2px; }
#headerright form input { background: #D8D8E0; border: 1px solid #666; }

/*\*//*/ form legend { display: inline-block; } /* IE Mac legend fix */

form li.form-error {
	background: #FFEBEB;
	border: 1px solid #f99;
	padding: 2px;
}
form div.form-error {
	color: #FF3232;
	font-weight: bold;
	margin-bottom: 8px;
}


/* Tables
------------------------------------------------------------------*/

table { margin: 0 0 1em; }
table, th, td { border: none; }
th, td { padding: 3px; }

/* sIFR
------------------------------------------------------------------*/

/* These are standard sIFR styles... do not modify */

.sIFR-flash { visibility: visible !important; margin: 0; }
.sIFR-replaced { visibility: visible !important; }

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -1px;
	font-size: 30px;
	display: inline;
	line-height: 30px;
}

.sIFR-hasFlash #col-right h3 {
	visibility: hidden;
	letter-spacing: -1px;
	font-size: 18px;
	display: inline;
	line-height: 25px;
}