* { margin: 0; padding: 0; }

body {
	background: #fff url(../images/bg.gif) repeat top center;
	color: #1A1A1A;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 100%/110% "Verdana", Arial, Helvetica, sans-serif;
}

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

#outer {
	width: 100%;
	background: url(../images/bg_span.gif) repeat-x top center;
}

#wrapper1 {
	width: 745px;
	height: 100%;
	margin: auto;
	position: relative;
	text-align: left;
	background: #fff url(../images/inner_bg.gif) repeat-x 0 57px;
}

#contentwrap {
	display: block;
	font-size: 0.7em; /* Global Content Font Size */
	line-height: 1.3em;
	background: url(../images/envelope_watermark.gif) no-repeat bottom right;
}

#col-left {
	background: url(../images/leftcol_bg.jpg) no-repeat 12px 0;
	float: left;
	width: 275px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
}

.colwrap-right {
	float: right;
	width: 468px;
}

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

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

#topheader {
	background: url(../images/topheader_bg.gif) repeat-x 0 0;
	height: 57px;
	font-size: 0.7em;
	color: #000;
	overflow: hidden;
}

	#topheaderright {
		 float: right;
		 margin-top: 27px;
	}

#header {
	height: 127px;
	padding-left: 18px;
}

	#headerleft {
		float: left;
		background: #fff;
		width: 253px;
		height: 146px;
		text-align: right;
	}
	#headerleft img { margin-top: 40px; }
	
	#headerright {
		 float: right;
		 height: 146px;
		 overflow: hidden;
	}

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

#h-nav {
	display: block;
	float: left;
	width: 100%;
	height: 25px;
}

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

#footer {
	clear: both;
	color: #fff;
	font-size: 0.65em;
	background: url(../images/footer_bg_faded.gif) repeat-x top center;
	float: left;
	width: 100%;
	color: #999;
}
#footerinner {
	width: 745px;
	height: 34px;
	line-height: 34px;
	background: url(../images/footer_bg.jpg) repeat-x top center;
	margin: auto;
}
#footer p { margin: 0; }

	#footerleft {
		float: left;
		padding-left: 10px;
	}
	
	#footerright {
		 float: right;
		 width: 440px;
		 text-align: left;
	}
	
	#footer a {
		color: #999;
		text-decoration: none;
	}
	
	#footer a:hover {}

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

a img { border: none; }

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

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

p { margin: 0 0 1em 0; }
#col-left p { margin-right: 10px; }

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

	ul ul, ol ol { margin-bottom: 0; }
	.colwrap-right li { background: none; }
	#contentwrap ul li { list-style: none; background:url(../images/bullet.gif) no-repeat 0 5px; padding-left: 15px; line-height: 1.2em; margin-bottom: 0.15em; }

.hide { display: none; }

h2 {
	margin: 0 0 1em 0;
	font-size: 1.5em;
	color: #EC1C24;
}

#col-left h2 {
	color: #238186;
	text-transform: uppercase;
	font-size: 1.1em;
	border-bottom: 1px solid #ddd;
	padding-bottom: 4px;
	margin-bottom: 0.5em;
}
.services-icon { padding-left: 20px; background: url(../images/icon_envelope.gif) no-repeat 0 2px; }
.contact-icon { padding-left: 20px; background: url(../images/icon_envelopeopen.gif) no-repeat 0 2px; }
	
h3 {
	font-size: 0.9em;
	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 */

.colwrap-right .padding { padding: 20px 30px 10px 25px; }
#col-left .padding { padding: 20px 4px 0 30px; }

/* 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
------------------------------------------------------------------*/

/* Forms
------------------------------------------------------------------*/

input, textarea, select {
	margin: 0;
	padding: 1px;
	font-size: 100%;
	font-family: inherit;
}
form fieldset {
	border: none;
	clear: both;
	margin: 3px 0 15px 0;
	border: 1px solid #69A9AF;
	padding: 5px;
}
form legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	color: #69A9AF
}
form label {
	line-height: 1.3em;
	vertical-align: top;
	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: #666;
	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;
	margin: 0 0 3px 0;
	clear: both;
	overflow: hidden;
}
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 */

/*\*//*/ 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;
}

form#login label { width: 50px; text-align: right; color: #666; font-size: 0.8em; line-height: 20px; padding-right: 3px;}
form#login div { float: left; }
form#login input { font-size: 11px; }
form#login .passwordlbl { padding-left: 10px; }

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

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

/* Client Resources
------------------------------------------------------------------*/

.adminimg {
	background: #69A9AF;
	color: #fff;
	font-size: 0.8em;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-bottom: 1em;
}
.adminimg p { margin: 0 0 2px 0; }

