* html body {
/*\*/
	text-align: center;
/* */
}

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:75%;
	color:#444;
	margin:0 0;
	padding:0 0;
	background-color:#666666;
	padding-bottom:20px;
}

h1,h2,h3,p,ul,ol,dl,td,th {
	line-height:1.3em;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:200%;
	font-weight:bold;
	color:#005C42;
	padding:20px 0 0 0; margin:0;
	margin-bottom:0.75em;
	margin-left:-15px;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:100%;
	font-weight:bold;
	color:#FFF;
	background-color:#337D68;
	border:solid 1px #005C42;
	padding:0.25em 1.5em;
	margin-top:1.7em;
	margin-bottom:1.0em;
	margin-left:-1.5em;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:bold;
	color:#333;
	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:#FF7300;
}

address {
	font-style:normal;
	margin-bottom:1.0em;
}


/* Main layout elements
============================================================ 
--------------------------------------------------------- */

#page {
	width:650px;
	margin:0 auto;
	padding:0;
	background-color:#fff;
	background-image:url("../images/page-bg.gif");
	background-position:top;
	background-repeat:repeat-y;
	text-align:left;
}

#header {
	height:160px;
	margin:0 10px;
	padding:0;
	background-image:url("../images/header.jpg");
	background-position:left top;
	background-repeat:no-repeat;
	position:relative;
}

#body {
	margin:0 10px;
	padding-top:0px;
	background-repeat:no-repeat;
}

#content {
	width:336px; /* 2px less due to IE bug with overflowing <em>s */
	padding:0 30px 0px 25px;
	float:right;
}

#sidebar { 
	width:180px; 
	position:relative; 
	padding:6px 0 0 25px; 
	margin:0; 
	margin-bottom:3.0em;
}

#footer {
	padding:0 10px;
	height:80px;
	background-image:url("../images/footer-bg.gif");
	background-position:bottom;
	background-repeat:no-repeat;
	clear:both;
	position:relative;
}

#header-print,
#footer-print {
	display:none;
}


/* Header
============================================================ 
--------------------------------------------------------- */

#logo {
	position:absolute;
	left:0px;
	top:0px;
}

#logo a {
	background-image:url("../images/logo-screen.jpg");
	background-repeat:no-repeat;
	width:242px;
	display:block;
	padding-top:133px;
	height:0px !important; /* for most browsers */
	height /**/:133px; /* for IE5.5's bad box model */
	overflow:hidden;
}



/* Sidebar
============================================================ 
--------------------------------------------------------- */

#sidebar {
	color:#666;
	font-size:90%;
}

#sidebar h2 {
	width:159px;
	color:#FFFFFF;
	background-color:#E47743;
	margin:0 -6px 0px -6px;
	padding-left:6px;
	border-bottom:1px solid #e5e5e5;
	font-size:120%;
}

#sidebar .sidebar-img {
	padding-top:30px;
}

/* Footer
============================================================ 
--------------------------------------------------------- */

#footer p.copyright {
	color:#999999;
	font-size:85%;
	margin:0;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	text-align:center;
}

#footer p.links {
	color:#999999;
	font-size:90%;
	margin:0;
	padding-top:19px;
	text-align:center;
}

#footer a {
	color:#999999;
	font-size:90%;
	margin:0;
	padding-top:9px;
}



/* Navigation
============================================================ 
--------------------------------------------------------- */

/* Sub nav */



#sub-nav { list-style-type:none; margin:0; padding:0; font-family:Georgia, "Times New Roman", Times, serif;  }

#sub-nav li a { text-decoration:none; color:#6D9F91; padding:6px 0 0 15px; margin:0; display:block; height:2em; font-weight:bold; border-bottom:1px solid #E2E0DE; }
#sub-nav li a:hover { color:#333333; }
#sub-nav ul { list-style:none; padding:0px; margin:0px; }
#sub-nav ul li a { color:#6D9F91; padding:6px 0 0 25px; margin:0; display:block; font-size:90%; height:2em; font-weight:normal; border:none; }
#sub-nav ul li a.current { color:#6D9F91; padding:6px 0 0 25px; margin:0; display:block; font-size:80%; height:2em; font-weight:bold; }
#sub-nav ul li a:hover { color:#333333;  }

/* 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:#337D68;
}

#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 ...
============================================================ 
--------------------------------------------------------- */

/* 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;
}