* html body {
/*\*/
	text-align: center;
/* */
}

body {
	font-family:Arial, Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	margin:0 0;
	padding:0 0;
        color:#505050;
	/* color:#737373;*/
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	background-color:#eff8e5;
	padding-bottom:50px;
}

h1,h2,h3,p,ul,ol,dl,td,th {
	line-height:1.5em;
}

h1 {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:140%;
	font-weight:bold;
	margin-top:0em;
	margin-bottom:0.55em;
	color:#a8c85f;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:130%;
	font-weight:bold;
	margin-top:1.25em;
	margin-bottom:0.2em;
	color:#343434;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:110%;
	font-weight:bold;
	margin-top:1.25em;
	margin-bottom:0.2em;
	color:#343434;
}

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;
}

/* Default Link Properties */

a {
	color:#1540EA;
}

a:hover {
	text-decoration:none;
	color:#0033CC;
}

address {
	font-style:normal;
	margin-bottom:1.0em;
}


/* Main layout elements
============================================================ 
--------------------------------------------------------- */
#page {
	width:818px;
	padding:0;
	margin:0 auto;
	background-image:url("../images/page-bg.png");
	background-position:top left;
	background-repeat:repeat-y;
	text-align:left;
}

#header {
	height:240px;
	margin:0px;
	padding:0;
	position:relative;
	/*background-image:url(../images/header-bg.jpg);*/
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#EFF8E5;
}

#body {
	margin:0 0px;
	padding-top:10px;
	background-image:url(../images/body-bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	min-height:34px;
	_height:34px;
}

#content {
	width:555px; /* 2px less due to IE bug with overflowing <em>s */
	padding:10px 30px 0px 15px;
	float:right;
}

#sidebar {
	width:175px;
	margin:0;
	padding:5px 15px 0px 20px;
	float:left;
}

#footer {
	text-align:center;
	padding:0px;
	height:70px;
	background-color:#EFF8E5;
	background-image:url(../images/footer-bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	clear:both;
}

#header-print,
#footer-print {
	display:none;
}


/* Header
============================================================ 
--------------------------------------------------------- */
#header-picture {
	position:absolute;
	left:0px;
	top:17px;
}

#logo {
	position:absolute;
	left:25px;
	top:70px;
}

#logo a {
	background-image:url("../images/logo.png");
	background-repeat:no-repeat;
	width:176px;
	display:block;
	padding-top:98px;
	height:0px !important; /* for most browsers */
	height /**/:98px; /* for IE5.5's bad box model */
	overflow:hidden;
}


/* Sidebar
============================================================ 
--------------------------------------------------------- */

#sidebar {
	font-size:90%;
	color:#444;
}

/* Headings within the Sidebar */

#sidebar h2 {
	width:190px;
	margin:0px -10px 10px -10px;
	padding-bottom:6px;
	padding-left:10px;
	font-size:130%;
	text-decoration:none;
	color:#637a3f;
	border-bottom:1px solid #F9FBF3;
}


/* Footer
============================================================ 
--------------------------------------------------------- */

#footer p.copyright {
	font-size:90%;
	margin:0;
	padding-right:5px;
	padding-top:20px;
	padding-bottom:3px;
	text-align:center;
	color:#5b7236;
}

#footer p.links {
	font-size:85%;
	margin:0;
	padding-right:25px;
	padding-top:28px;
	padding-bottom:3px;
	text-align:right;
	color:#000000;
	text-transform:uppercase;
}

#footer p.links a {
	color:#000000;
}

#footer p.links a:hover {
	color:#6aa600;
}

#newline-signature {
	text-align:center;
	width:100%;
}

#newline-signature a {
	display:block; /* 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);
}

/* Navigation
============================================================ 
--------------------------------------------------------- */

/* Main nav */

#main-nav {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:211px; 
	left:15px;
	color:#b9da8e;
	text-transform:uppercase;
}

#main-nav li {
	margin:0;
	padding:0;
	float:left;
	padding-top:2px;
}

#main-nav li a {
	padding:0 10px;
	display:block;
	text-decoration:none;
	float:left;
	color:#314d00;
	font-size:85%;
}

#main-nav li a:hover {
	color:#6aa600;
}

#main-nav li a.current {
	color:#6aa600;
}

/* Top nav */

#top-nav {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:3px; 
	right:5px;
	color:#000000;
	text-transform:uppercase;
}

#top-nav li {
	margin:0;
	padding:0;
	float:left;
	padding-top:2px;
}

#top-nav li a {
	padding:0 10px;
	display:block;
	font-size:85%;
	text-decoration:none;
	float:left;
	color:#000000;
}

#top-nav li a:hover,#top-nav li a.current {
	color:#6aa600;
}


/* Sub nav */

#sidebar h2.sub-nav {

}

#sub-nav {
	margin-left:-5px;
	padding:0;
	list-style:none;
	padding-left:4px;
	margin-bottom:18px;
}

#sub-nav li {
	margin:0px;
	width:182px;
}

#sub-nav li a {
	padding:3px 0px;
	padding-left:13px;
	display:block;
	margin:0px;
	text-decoration:none;
	width:165px;
	color:#3a5e00;
	background-image:url(../images/sub-nav-bullet.png);
	background-position:left 0.5em;
	background-repeat:no-repeat;
}

#sub-nav li a:hover {
	color:#81b62a;
}

#sub-nav li a.current,
#sub-nav li a.current:hover {
	text-decoration:underline;
	color:#81b62a;
}


/* Crumbs */

#crumbs {
	font-size:85%;
	padding:0;
	padding-bottom:0.5em;
	margin:0;
	margin-top:1.5em;
	margin-bottom:1.5em;
	list-style:none;
	color:#666;
	border-bottom:1px solid #B9C8E3;
}

#crumbs li {
	display:inline;
}


/* 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%;
	border-bottom:1px solid #ddd;
}

#sidebar ul.recent-posts {
	padding-left:0px;
	}

#sidebar ul.recent-posts p {
	margin-left:px;
	}
#sidebar ul.recent-posts p.meta {
	margin-left:0px;
	}
	
	
#sidebar ul.recent-posts span.date {
	margin-left:0px;
	color:#022771;
}

ul.recent-posts span.date {
	color:#022771;
}

ul.recent-posts p {
	font-size:85%;
}

/* Custom Widgets
============================================================ 
--------------------------------------------------------- */

#body .hr {
	background-color:#B9C8E3;
}


/* Posts/News/Blog
============================================================ 
--------------------------------------------------------- */

/* Posts - styles for category listing*/

.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 #ddd;
}

.posts .date {
	font-weight:normal;
	color:#022771;
}

.posts .categories a {
	color:#777;
}


/* Posts Paging */

.posts-paging {
	font-size:85%;
	padding-top:1.0em;
	border-top:3px double #B9C8E3;
	text-align:center;
	clear:both;
}

.posts-paging a {
	font-weight:bold;
}


/* Post - styles for individual post detail view*/

.post .meta {
	font-size:75%;
	color:#888;
	margin-bottom:1.5em;
	padding:0.3em 0;
	border-bottom:1px solid #ddd;
}

.post .date {
	font-weight:normal;
	color:#022771;
}

.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:#022771;
}

/* Table Styles
============================================================ 
--------------------------------------------------------- */

/* Basic listing table */

table.listing {
	border:1px solid #B9C8E3;
	border-bottom:none;
	text-align:left;
}

table.listing th {
	font-weight:bold;
	padding:0.3em 0.75em;
	background-color:#F8FDF1;
	border-bottom:1px solid #B9C8E3;
	color:#022771;
}

table.listing td {
	padding:0.3em 0.75em;
	border-bottom:1px solid #B9C8E3;
}


#google-map {
	color:#000; /* provides the text color within the map call-outs */
	border:1px solid #999; /* creates a border around the map */
	margin:auto; /* positions the map in the middle of the content area */
}

#google-map a {
	color:blue; /* link color witin the map call-out */
	border-bottom:1px solid blue;
	text-decoration:none;
}

#google-map a:hover {
	color:red; /* link color within the map call-out when the cursor is directly above */
	background-color:white;
	border-bottom:1px solid red;
}


/* 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 ...
============================================================ 
--------------------------------------------------------- */