body {
	margin: 0;
	padding-bottom: 2em;
	font: 100%/1.5 verdana, tahoma, sans-serif;
	color: #000;
	background: #1A2674;
}

body.mceContentBody { 
	background: #FFF;
 	font-size: 67.5%;
}

#wrap {
	width: 980px;
	margin: 2em auto 0;
	font-size: 80%;
	background: #FFF;
	border: 2px solid #0F1542
}

#content {
	clear: both;
	width: 980px;
	overflow: hidden;
	padding: 2em 0 4em;
	background: url(/images/content_bg.png) 100% 0 repeat-y
}

#text {
	float: left;
	display: inline;
	width: 660px;
	margin-left: 35px
}

#sidebar {
	float: right;
	width: 220px;
	padding: 0 15px 2em
}

/*------ general styles ------*/

a { text-decoration: none; color: #EE3A42; font-weight: bold; }
/* a:visited { color: #666 } */
a:hover, a:focus, a:active { color: #EE3A42; text-decoration: underline }
h1, h2, h3, h4, h5 { 
	margin: 1.5em 0 .3em; 
	line-height: 1.2;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	color: #1A2674
}
.no-margin { margin-top: 0 }
h1 { 
	margin: 0 0 0.5em;
	font-size: 220%; 
	line-height: 1.25;
	text-transform: capitalize; 
}
h2 { font-size: 170%;}
h3 { margin-top: 1em; font-size: 150% }
h4 { font-size: 120% }
h5 { font-size: 100% }
p { margin-bottom: 1em; line-height: 1.5 }
/* h1 + p:first-letter {
	float: left;
	padding-right: .2em;
	font: bold 300%/1 "Trebuchet MS", Tahoma, Verdana, sans-serif;
	color: #1A2674;
}*/
img { border: 0 }
abbr { border-bottom: 1px dotted }
abbr:hover { cursor: help }
strong, em, .em { font-weight: bold }
em { font-style: italic }
address { font-style: normal }
.address p { margin: 0 }
.clear { 	
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
}


.offset { 
	position: absolute;
  left: -999em;
  overflow: hidden; 
}

/*------ header ------*/

#header { 
	position: relative;
	width: 100%;
	z-index: 100;
	background: url(/images/polygon.png) no-repeat
}

#title { 
	float: left;
	display: inline;
	margin: 28px 0 25px 35px
}

#nav, #nav ul {
	margin: 0;
	padding: 0;
	list-style: none
}

#nav { 
	position: relative;
	clear: both;
	display: table;
	width: 100%;
	margin: 0;
	padding: .5em 0;
	background: #EE3A42;
	color: #FFF;
	font: 200% "Trebuchet MS", Tahoma, Verdana, sans-serif;
	line-height: 1;
}

#nav li { 
	float: left; 
	display: inline;
	margin-left: 33px;
	padding-left: 53px;
	position: relative;
	z-index: 99;
	background: url(/images/nav_divider.png) 0 50% no-repeat
}

#nav .first { margin-left: 35px; padding-left: 0; background: none }

#nav a { 
	text-decoration: none; 
	color: #FFF;
	font-weight: normal;
	letter-spacing: 1px
}

#nav a:hover, #nav a:focus, #nav a:active { color: #FFFF99 }

#nav ul {
	position: absolute;
	top: -999em;
	float: none;	
	width: 9.45em;
	text-transform: none;
	font-size: 80%;
	background: #E7E8E9;
	text-align: center
}

#nav ul li { 
	float: none;
	display: block;
	margin: 0 0 .5em;
	padding: .5em .5em 0;
	background: url(/images/divider.png) 100% 0 repeat-x;
	font-size: 100%
}

#nav li:hover ul, #nav li.sfHover ul {
	left: 0px;
	top: 1.9em;
}

#nav ul li a { color: #1A2674 }
#nav ul li a:hover, #nav ul li a:focus { color: #EE3A42 }

.superfish li:hover ul,
.superfish li li:hover ul { top: -999em;}

#header address {  
	position: relative;
	top: 76px; right: 35px;
	z-index: 101;	
	font-size: 82.5%;
	text-align: right
}

#aux-nav {
	position: absolute;
	top: 10px; right: 35px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
	font: 150% "Trebuchet MS", Tahoma, Verdana, sans-serif;
}

#aux-nav li {
	float: left;
	margin-left: 20px
}

#aux-nav a {
	display: block;
	float: left;
	padding: 5px 0 5px 35px;
	color: #1A2674;
	text-decoration: none;
	background-repeat: no-repeat;
}

#aux-nav a:hover, #aux-nav a:focus, #aux-nav a:active {
	color: #EE3A42;
	background-position: 0 -60px;
}

#n-home a { background-image: url(/images/n-home.png) }
#n-contact a { background-image: url(/images/n-contact.png) }

/*------ content ------*/
#text ul, #text ol { padding-left: 1.5em; margin: 0 0 2em 1.5em }
#text li, #text li { margin-bottom: .5em }
#text ul { list-style: disc }
#text ul ul { list-style: circle }
#text ol { list-style: decimal }
#text .no-bullet { padding-left: 0; list-style: none }

#text .bullets {
	margin: 2em 0 0;
	padding: 0;
	list-style: none
}

#text .bullets li {
	margin: 0 0 1em;
	padding-left: 25px;
	background: url(/images/bullet2.png) 0 3px no-repeat
}

#text .bullets a { text-transform: capitalize }

#text .downloads li {
	padding-left: 0;
	background: none
}

#text .downloads a {
	padding-left: 25px;
	background-repeat: no-repeat
}

#text .downloads .PDF { background-image: url(/images/icons/pdf.png) }
#text .downloads .DOC { background-image: url(/images/icons/doc.png) }
#text .downloads .XLS { background-image: url(/images/icons/xls.png) }

#text h1 { 
	background: #f5f5f5;
	padding: 0.25em;

}

#text img {border: 2px solid #f5f5f5; padding: 0.25em; margin: 1em; }

blockquote, .news {
	margin: 0 0 2em;
	padding: 0 0 1em;
	background: url(../images/divider.png) 0 100% repeat-x
}

cite {
	display: block;
	text-align: right;
	font-weight: bold;
}


.img-r {
	float: right;
	margin: 0 0 1em 15px
}

.img-l {
	float: left;
	margin: 0 15px 1em 0
}

/* forms */
form { 
	margin: 2em 0 1em; 
	font-size: 90% 
}

fieldset {
	position: relative;
	width: 330px;
	margin-top: 2em;
	padding: 4em 10px 10px 0;
	border: 2px solid #1A2674;
	background-color: #F5F5F5
}

fieldset * { margin-left: 10px }

legend { padding: 0 }

legend span {
	position: absolute;
	left: 10px;  
	margin: 10px 0 1em 0;
	color: #1A2674;
	font-size: 130%;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px
}

label {
	display: block;
	margin-bottom: .2em;
	font-weight: bold
}

label.inl { display: inline; margin-right: 5px }

input { vertical-align: middle }
input, textarea {
	padding: 2px 4px;
	font-size: 14px;
}

.checkbox { 
	width: auto; 
	padding: 0;
	background: none;
	border: none 
}

input, textarea, select { 
	width: 300px;	margin-bottom: .5em;
	border: 1px solid #CCC
}

input:hover, textarea:hover, input:focus, textarea:focus { background-color: #FFEFF0 }
input.inl { width: auto; border: 0; background: none }

.btn, .btn:hover, .btn:focus {
	width: auto;
	padding: 0;
	border: 0;
	background: none
}

#content form p { margin: 1em 0 0 10px; font-size: 90% }
#content form img { float: none; margin: 0; padding: 0; border: 0 }
label.error { color: #C00 }
input.error, textarea.error { border-color: #C00 }

#map {
	float: right;
	width: 300px;
	height: 250px;
	margin-left: 15px;
	border: 1px solid #89919F
}

/*------ sidebar ------*/
#mail-list h2 {
	margin: 0 0 .5em;
	padding-left: 50px;
	background: url(/images/email.png) 0 2px no-repeat;
	font-size: 125%;
	line-height: 1.1;
	text-transform: none
}

#sidebar form { 
	margin: 1em 0 2em;
	padding-bottom: 1em;
	background: url(/images/divider.png) 0 100% repeat-x 
}

#sidebar input {
	width: 164px;
	font-size: 13px
}

#sidebar .btn { width: auto }

#news h2 {
	margin-top: 0;
	padding: 5px 50px 5px 0;
	background: url(/images/news.png) 100% 0 no-repeat
}

#news ul {
	margin: 0 0 2em;
	padding: 0;
	list-style: none;
	font-size: 87.5%
}

#news li {
	margin-bottom: 1em;
	padding-bottom: 1em;
	background: url(/images/divider.png) 0 100% repeat-x
}

#news h3 { margin: 0 }

#news div {
	width: 195px;
	margin: 0;
	padding-left: 25px;
	background: url(/images/bullet.png) 0 2px no-repeat;
	overflow: hidden
}

#news p { margin: 0 }

#news img {
	position: relative;
	top: 2px
}

/*------ footer ------*/

#footer { 
	clear: both;
	position: relative;
	width: 100%;
	font-size: 82.5%;
	padding: 1em 0;	
	background: #EE3A42 url(/images/footer_bg.png) no-repeat;	
	color: #FFF	
}

#footer p {
	margin: 0 20px;
	padding: 8px 0 8px 40px;
	background: url(/images/footer_circle.png) no-repeat;
	text-align: right
}

#footer p span { float: left }

#footer a { color: #FFF; text-decoration: none }
#footer a:hover, #footer a:focus, #footer a:active { text-decoration: underline }