* html body {
/*\*/
	text-align: center;
/* */
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	color:#212424;
	margin:0 0;
	padding:0 0;
	background-color:#98D7F2;
}

h1,h2,h3,p,ul,ol,dl,td,th {
	line-height:1.3em;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:170%;
	font-weight:bold;
	color:#7BCC13;
	margin-top:0em;
	margin-bottom:0.75em;
	margin-left:-50px;
}

h2 {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:140%;
	color:#00a0e2;
	margin-top:1.25em;
	margin-bottom:0.2em;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:110%;
	font-weight:bold;
	color:#22222D;
	margin-top:1.25em;
	margin-bottom:0.2em;
}

p, ul, ol, dl {
	font-size:100%;
	margin-top:0;
	margin-bottom:1.0em;
}

ul {
	list-style:disc;
}

ul li,
ol li {
	margin-top:0.5em;
	margin-bottom:0.5em;
}

img {
	border:none;
}

table {
	font-size:100%;
	border:none;
	margin-top:0;
	margin-bottom:1.0em;
	border-collapse:collapse;
}

a {
	color:#1540EA;
}

a:hover {
	text-decoration:none;
	color:#CA3535;
}

address {
	font-style:normal;
	margin-bottom:1.0em;
}


/* Main layout elements
============================================================ 
--------------------------------------------------------- */

#page {
	width:798px;
	margin:0 auto;
	padding:0;
	background-color:#fff;
	background-image:url("../images/page-bg.png");
	background-position:top;
	background-repeat:repeat-y;
	text-align:left;
	padding-bottom:70px;
}

#header {
	height:126px;
	margin:0px;
	padding:0;
	background-image:url("../images/header-bg.jpg");
	background-position:top;
	background-repeat:no-repeat;
	position:relative;
}

#body {
	margin:0 10px;
	margin-top:10px;
	padding-top:105px;
	background-image:url(../images/body-bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	min-height:340px;
	
}

#content {
	width:550px; /* 2px less due to IE bug with overflowing <em>s */
	padding:0 20px 15px 70px;
	float:left;
}

#sidebar {
	width:100px;
	padding:0px 10px 0px 10px;
	margin-top:-70px;
	float:right;
}

#footer {
	padding:10px;
	margin-left:20px;
	margin-right:20px;
	height:34px;
	border-top:1px solid #C7C7C7;
	clear:both;
	position:relative;
}

#header-print,
#footer-print {
	display:none;
}


/* Header
============================================================ 
--------------------------------------------------------- */

#logo {
	position:absolute;
	left:21px;
	top:10px;
}

#logo a {
	background-image:url("../images/logo.png");
	background-repeat:no-repeat;
	width:275px;
	display:block;
	padding-top:79px;
	height:0px !important; /* for most browsers */
	height /**/:79px; /* for IE5.5's bad box model */
	overflow:hidden;
}

#site-map {
	position:absolute;
	right:25px;
	top:4px;
	font-size:85%;
}

#site-map a {
	text-decoration:none;
	color:#7F7F7F;
}


/* Sidebar
============================================================ 
--------------------------------------------------------- */

#sidebar {
	color:#666;
	font-size:100%;
font-weight:bold;
}

#sidebar h2 {
	width:110px;
	color:#7BCC13;
	margin:0 -10px 5px -10px;
	padding:3px 0; 
	padding-left:6px;
	border-bottom:1px solid #e5e5e5;
	font-size:120%;
}

/* Footer
============================================================ 
--------------------------------------------------------- */

#footer p.copyright {
	font-size:90%;
	margin:0;
	padding-right:5px;
	padding-top:6px;
	padding-bottom:3px;
	text-align:center;
	color:#AAA;
}

#footer a {
	color:#AAA;
	font-size:90%;
	margin:0;
	padding-top:9px;
}

#newline-signature {
	text-align:center;
	width:100%;
}

#newline-signature a {
	display:none; /* set to "none" to hide the signature */
	margin:15px auto;
	width:260px;
	padding-top:36px;
	height:0px !important; /* for most browsers */
	height /**/:36px; /* for IE5.5's bad box model */
	overflow:hidden;
	background-repeat:no-repeat;
	background-image:url(../images/newline-signature.gif);
}

#footer .members {
	color:#00A0E2;
	font-size:9px;
	position:absolute;
	left:24px;
	top:-35px;
	text-align:left;
}


/* Navigation
============================================================ 
--------------------------------------------------------- */

/* Main nav */

#main-nav {
	margin:0;
	padding:0;
	padding-left:8px;
	list-style:none;
	width:782px;
	height:29px;
	position:absolute;
	top:97px; 
	left:8px;
	background-image:url(../images/main-nav.png);
	background-repeat:no-repeat;
}

#main-nav li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
font-weight:bold;
	display:block;
	margin:0;
	padding:0 8px;
	float:left;
	padding-top:8px;
	background-image:url(../images/main-nav-li.gif);
	background-position:left 1.2em;
	background-repeat:no-repeat;
	text-transform:uppercase;
	
}

#main-nav li.first {
	background:none;
}

#main-nav li.online-survey {
	background:none;
	padding-left:33px;
}

#main-nav li.current {
	background:none;
}

#main-nav li a {
	padding:0px;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	
}


#main-nav li a:hover {
	color:#C8EF68;
}

#main-nav li a.current,
#main-nav li a.current:hover {
	color:#C8EF68;
}


/* Sub nav */

h2.sub-nav {

}

#sub-nav {
	font-size:90%;
	margin-left:0;
	padding:0;
	list-style:none;
}

#sub-nav li {
	padding:0;
	margin:0;
	margin-left:-6px;
	border-bottom:1px solid #CECECE;
}

#sub-nav li a {
	display:block;
	padding:4px 0px;
	padding-left:12px;
	margin:0px;
	color:#1A3B77;
	text-decoration:none;
	background-image:url(../images/sub-nav-li.gif);
	background-position:left 0.8em;
	background-repeat:no-repeat;
}

#sub-nav li a:hover {
	color:#66C20C;
}

#sub-nav li a.current,
#sub-nav li a.current:hover {
	color:#66C20C;
}


/* Crumbs */

#crumbs {
	font-size:85%;
	color:#666;
	padding:0;
	padding-bottom:0.5em;
	margin:0;
	margin-bottom:1.5em;
	list-style:none;
	border-bottom:1px solid #ddd;
}

#crumbs li {
	display:inline;
}


/* Posts
============================================================ 
--------------------------------------------------------- */

/* Posts */

.posts {
	margin-left:0;
	padding-left:0;
	list-style:none;
}

.posts li {
	margin-bottom:1.5em;
}

.posts h3 {
	font-size:100%;
	margin-top:0em;
}

.posts .meta {
	font-size:75%;
	color:#888;
	margin-bottom:0.4em;
	padding:0.3em 0;
	border-bottom:1px solid #e8e8e8;
}

.posts .date {
	font-weight:normal;
	color:#FF7300;
}

.posts .categories a {
	color:#777;
}


/* Posts Paging */

.posts-paging {
	font-size:85%;
	padding-top:1.0em;
	border-top:3px double #e8e8e8;
	text-align:center;
	clear:both;
}

.posts-paging a {
	font-weight:bold;
}


/* Post */

.post .meta {
	font-size:75%;
	color:#888;
	margin-bottom:1.5em;
	padding:0.3em 0;
	border-bottom:1px solid #e8e8e8;
}

.post .date {
	font-weight:normal;
	color:#FF7300;
}

.post .categories a {
	color:#777;
}


/* Comments */

#comments ol {
	list-style:none;
	margin:0;
	padding:0;
}

#comments ol li {
	font-size:85%;
	margin:1.0em 0;
	padding:0 0.5em;
	border-bottom:1px solid #DCE2EC;
}

#comments ol .meta {
	font-size:85%;
	color:#888;
	margin-bottom:1.0em;
	padding:0.3em 0;
	border-bottom:1px solid #F3F4F7;
}

#comments ol .date {
	font-weight:normal;
	color:#FF7300;
}





/* Standard Widgets
		overriding of default styles for standards widgets
		(located at /cms/content/widgets/stylesheets/standard-widgets.css)
============================================================ 
--------------------------------------------------------- */

div.picture-right img,
div.picture-left img,
div.picture-center img {
	border-color:#005597;
}

#sidebar ul.recent-posts p.meta {
	font-size:85%;
}

ul.recent-posts span.date {
	color:#FF7300;
}


/* Custom Widgets
============================================================ 
--------------------------------------------------------- */



/* Other Content
		non-widget content styles
		(defined by classes and IDs directly in the content - through Textile)
		e.g. content snippet "Staff Profile": div.staff-profile ...
============================================================ 
--------------------------------------------------------- */
#free-sample {
	position:absolute;
	top:-36px;
	left:65px;
}

#free-sample a {
	color:#DC2432;
	text-decoration:none;
	background-image:url(../images/red-bullet.gif);
	background-position:left 0.5em;
	background-repeat:no-repeat;
	padding-left:5px;
	font-weight:bold;
}

#subscribe {
	position:absolute;
	top:70px;
	right:10px;
	font-size:90%;
}

#subscribe a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
	background-image:url(../images/red-bullet-double.gif);
	background-position:left 0.4em;
	background-repeat:no-repeat;
	padding-left:13px;
}

/* Custom Widgets
============================================================ 
--------------------------------------------------------- */

table.agents {
	width:100%;
	border-right:none;
}

table.agents td {
	width:50%;
	padding:0.5em;
	padding-top:1.0em;
	padding-bottom:0;
	border-right:1px solid #ddd;
	vertical-align:top;
}

ul.contact {
	list-style:none;
	margin-left:0;
	padding-left:0;
}

ul.contact li {
	font-size:11px;
	padding-left:20px;
	background-position:top left;
	background-repeat:no-repeat;
	line-height:16px;
}

ul.contact li.contact { background-image:url(../images/icon-contact.gif); }
ul.contact li.phone { background-image:url(../images/icon-phone.gif); }
ul.contact li.fax { background-image:url(../images/icon-fax.gif); }
ul.contact li.website { background-image:url(../images/icon-website.gif); }
ul.contact li.email { background-image:url(../images/icon-email.gif); }


/* Other Content
		non-widget content styles
		(defined by classes and IDs directly in the content - through Textile)
		e.g. content snippet "Staff Profile": div.staff-profile ...
============================================================ 
--------------------------------------------------------- */
/*Createsend Form */

.createsend-form {
	border:1px solid #E1EFF7;
	background-color:#F7FBFD;
	padding:15px;
	padding-left:30px;
	width:300px;
}

.createsend-form label {
	font-weight:bold;
	color:#1E82BA;
	padding-bottom:1px;
}

.createsend-form input {
	margin-bottom:10px;
}


/* Basic listing table */

table.listing {
	border:1px solid #ddd;
	border-bottom:none;
	text-align:left;
}

table.listing th {
	font-weight:bold;
	padding:0.3em 0.75em;
	background-color:#eee;
	border-bottom:1px solid #ddd;
}

table.listing td {
	padding:0.3em 0.75em;
	border-bottom:1px solid #ddd;
}