body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}



h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 140%;
	color: #5C5F6D;
	margin-top: 0.4em;
	margin-bottom: 1.0em;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 140%;
	color: #5C5F6D;
	margin-top: 1.6em;
	margin-bottom: 1.0em;
	border-bottom: 2px solid #D5CEB6;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 140%;
	margin-top: 0em;
	margin-bottom: 1.2em;
}

ul, ol {
	line-height: 140%;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}

ul {
	list-style:disc;
}

li {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

br.clear-both {
	font: 1px/1px sans-serif;
	clear: both;
	display: block;
}

div.clear-both {
	font: 1px/1px sans-serif;
	clear: both;
	display: block;
	height:0;
}

img { border:none; }

/* End: GENERAL */


/* ========================================================================= */




/* Start: PAGE-HEADER */

#page-header {
	width:762px;
}

#page-header-print {
	display: none;
}

#page-header-bottom img {
	vertical-align:top;
	margin:0;
	padding:0;
}

/* End: PAGE-HEADER */


/* ========================================================================= */




/* Start: PAGE-BODY */

#page-body {
	width:762px;
	background-image:url(../images/body-left-bg.gif);
	background-repeat:repeat-y;
}

#page-body-left {
	float:left;
	width:140px;
}

#page-body-right {
	float:right;
	width:622px;
}

/* End: PAGE-BODY */


/* ========================================================================= */




/* Start: CONTENT */

#content {
	padding:10px;
	padding-bottom:20px;
}

#content div.content-column-ab-a {
	width: 300px;
	float: left;
	margin:0;
	padding:0;
}

#content div.content-column-ab-b {
	width: 300px;
	float: right;
	margin:0;
	padding:0;
}

#content img.content-photo {
	background-color: #E7E3D4;
	padding: 2px;
	margin: 5px;
	border: 1px solid #5D606D;
}

#content img.content-photo-left {
	background-color: #E7E3D4;
	padding: 2px;
	margin-left: 0;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #5D606D;
}

#content img.content-photo-right {
	background-color: #E7E3D4;
	padding: 2px;
	margin-left: 15px;
	margin-right: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #5D606D;
}

/* End: CONTENT */

#sub-nav {
	padding-left:0;
	margin-left:0;
	list-style:none;
	border-top:1px solid #fff;
}

#sub-nav li {
	margin:0;
	padding:0;
	border-bottom:1px solid #fff;
}

#sub-nav a {
	width:120px;
	padding:5px;
	font-size:85%;
	font-weight:bold;
	color:#5B5E6D;
	display:block;
	line-height:1.2em;
	text-decoration:none;
}

#sub-nav a:hover {
	text-decoration:underline;
}

#sub-nav a.current, #sub-nav a.current:hover {
	text-decoration:none;
	font-weight:bold;
	background-color:#fff;
}


/* ========================================================================= */

/* Start: PAGE-FOOTER */


#page-footer {
	width:762px;
	clear:both;
}

#page-footer-print {
	display: none;
}

#copyright {
	height:21px;
	background-color:#5C5F6D;
	background-image:url(../images/footer-bg.gif);
	background-repeat:no-repeat;
}

#copyright p {
	font-size: 90%;
	color: #E7E3D4;
	text-align: right;
	margin:0;
	padding: 3px;
	padding-right: 10px;
}

#copyright a:link {
	color: #E7E3D4;
}

#copyright a:hover {
	color: #E7E3D4;
}

#copyright a:visited {
	color: #E7E3D4;
}

#newline-signature {
/*	background-color:#E6E3D4;
	border-bottom: 2px solid #5C5F6D;
	border-right: 2px solid #5C5F6D;*/
}

#newline-signature p {
	font-size: 90%;
	text-align: right;
	margin:0;
	padding: 3px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right: 10px;
}

#newline-signature a:link {
	color: #5C5F6D;
}

#newline-signature a:hover {
	color: #5C5F6D;
}

#newline-signature a:visited {
	color: #5C5F6D;
}

/* End: PAGE-FOOTER */

/* 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 {
	background-color:#E7E3D4;
	padding:2px;
	border-color:1px solid #5D606D;
}


div.no-border img,
div.no-border img,
div.no-border img {
	background:none;
}

#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;
}