* { margin: 0; padding: 0; }

body {
	background: #F2F2F2 url(../images/bg.gif) repeat-x 0 0;
	color: #3F3F3F;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 100%/110% "Arial", Helvetica, sans-serif;
}

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

#outer {
	width: 770px;
	margin: auto;
	position: relative;
	text-align: left;
}

#contentwrap {
	display: block;
	position: relative;
	font-size: 0.7em; /* Global Content Font Size */
	line-height: 1.8em;
}

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

#col-right {
	float: right;
	width: 180px;
}

.home #col-left {
	width: 435px;
}
	
.home #col-right {
	width: 330px;
}



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

#header {
	height: 257px;
}

	#headerleft {
		float: left;
		position: absolute;
		z-index: 100;
		top: 18px;
	}
	
	#headerright {
		 width: 780px;
		 overflow: hidden;
		 margin-right: -5px;
		 padding-top: 52px;
		 height: 206px;
	}
	
	
	#print-logo{
		display:none;
	}

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

#h-nav {
	display: block;
	background: #3F3F3F;
	overflow: hidden;
	width: 100%;
	height: 32px;
}

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

#footer {
	float: left;
	width: 770px;
	font-size: 0.7em;
	color: #B3B4CB;
	margin-top: 5px;
}

#footer p { margin: 0; padding: 0 10px; }

	#footerleft { }
	
	#footerright {
		 float: right;
	}
	
	#footer a {
		color: #B3B4CB;
		text-decoration: none;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}
	

/* Home Page
------------------------------------------------------------------*/

.featureitem {
	background: #F7F7F7;
	border: 1px solid #E3E3E3;
	margin-bottom: 5px;
	padding: 7px 15px 0px 15px;
	line-height: 1.4em;
	font-size: 0.9em;
}

.featureitem h3 { font-size: 1.4em; }

p.date {
	color: #959596;
}

.featureitem a { color: #5D8BA5; text-decoration: none; }
.featureitem a:hover { color: #5D8BA5; text-decoration: underline; }

/* Template Pages
------------------------------------------------------------------*/

.box {
	background: url(../images/gradient_box.gif) no-repeat bottom left;
	border-top: 1px solid #E5E5E5;
	width: 491px;
	padding: 15px 20px 10px 20px;
	color: #666;
	margin-bottom: 10px;
}

.box p.date {
	font-size: 0.9em;
	margin: -5px 0 0.75em 0;;
}

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

a img { border: none; }

a {
	color: #786592;
	text-decoration: underline;
}

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

p { margin: 0 0 1em 0; }

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

	ul ul, ol ol { margin-bottom: 0; }
	#col-left ul li { background: url(../images/bullet2.gif) no-repeat 0 8px; list-style: none; padding-left: 15px; }

.hide { display: none; }

h2 {
	margin: 0 0 0.5em 0;
	font-size: 1.5em;
	color: #786592;
}

	#col-right.home h2 {
		 width: 318px;
		 height: 24px;
		 text-indent: -9999px;
		 background: #B2B2B2 url(../images/feature_positions.gif) no-repeat 3px 2px;
	}
	
h3 {
	color: #5D8BA5;
	margin-bottom: 0.3em;
	font-size: 1.3em;
}

	h3 a { color: #5D8BA5; text-decoration: none; }
	h3 a:hover { color: #5D8BA5; text-decoration: underline; }

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; }

.purple { color: #786592; font-weight: bold; }
.light { color: #777; }

/* padding */

#col-left .padding { padding: 20px 10px 10px 25px; }
#col-right .padding { padding: 20px 5px 10px 12px; }

/* 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;
}
form legend {
	padding: 0;
	margin-bottom: 1em;
	font-weight: bold;
	color: #666;
}
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 5px 5px 0;
	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 { color: #D98507; }
form .sr {
	position: absolute;
	left: -9999em;
	top: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
form label { width: 145px; } /* Width of labels */

/*\*//*/ 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: 21px;
	display: inline;
	line-height: 30px;
}