* html body {
/*\*/
	text-align: center;
/* */
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#8171B4;
	margin:0 0;
	padding:0 0;
	background-color:#F9FAF5;
	background-image:url(../images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	padding-bottom:20px;
	padding-top: 15px;
}

h1,h2,h3,p,ul,ol,dl,td,th {
	line-height:1.1em;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:150%;
	font-weight:bold;
	color:#93A445;
	padding:2px;
	border-bottom:1px solid #C4C4C4;
	margin-left:-27px;
	margin-right:-22px;
	padding-left:22px;
	padding-bottom:5px;
	margin-top:0;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:120%;
	font-weight:bold;
	color:#8171b4;
	padding:4px;
	margin:5px;
	padding-left:0px;
	margin-left:0px;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:110%;
	font-weight:bold;
	color:#93A445;
	padding:8px;
 	margin:0;
	padding-left:0px;
}

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;
}

#content ul li, #content ol li {
	list-style-image:url(../images/check.gif);
}

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:#DF0631;
}

address {
	font-style:normal;
	margin-bottom:1.0em;
}


/* Main layout elements
============================================================ 
--------------------------------------------------------- */

#page {
	width:780px;
	margin:0 auto;
	padding:0;
	background-color:#fff;
	background-image:url("../images/page-bg.png");
	background-position:top;
	background-repeat:repeat-y;
	border-top:none;
}

#header {
	height:146px;
	margin:0px;
	padding:0;
	background-image:url("../images/header.jpg");
	background-position:top;
	background-repeat:no-repeat;
	position:relative;
	
}

#body {
	margin:0px;
	background-image:url(../images/body-bg.png);
	background-position:top;
	background-repeat:repeat-x;
}

#content {
	width:494px; /* 2px less due to IE bug with overflowing <em>s */
	padding:0px 20px 0px 25px;
	float:right;
	margin-top:0;
}

#sidebar {
	width:175px;
	padding:26px 25px 0px 20px;
	float:left;
}

#footer {
	padding:0 10px;
	height:35px;
	background-image:url("../images/nav.gif");
	background-position:bottom;
	background-repeat:repeat-x;
	clear:both;
	position:relative;
}

#header-print,
#footer-print {
	display:none;
}


/* Header
============================================================ 
--------------------------------------------------------- */

#logo {
	position:absolute;
	left:290px;
	top:14px;
}

#logo a {
	background-image:url("../images/logo.png");
	background-repeat:no-repeat;
	width:180px;
	display:block;
	padding-top:89px;
	height:0px !important; /* for most browsers */
	height /**/:89px; /* for IE5.5's bad box model */
	overflow:hidden;
}

#contact-info {
	color:#8071B2;
	font-size:85%;
	position:absolute;
	top:-14px;
	left:330px;
}
/* Sidebar
============================================================ 
--------------------------------------------------------- */

#sidebar {
	font-size:100%;
}

#sidebar h2 {
	width:192px;
	color:#93A445;
	margin:0 -25px 7px -6px;
	padding-left:6px;
	padding-top:6px;
	font-size:120%;
}

/* Footer
============================================================ 
--------------------------------------------------------- */

#footer p.copyright {
	color:#FFF;
	font-size:85%;
	margin:0;
	padding-right:5px;
	padding-top:12px;
	padding-bottom:3px;
	text-align:right;
}

#footer a {
	color:#FFF;
	font-size:90%;
	margin:0;
	padding-top:9px;
	text-decoration:none;
	font-weight:bold;
}

#btm { 
 width: 780px;
 height:14px;
 clear: both;
 color: #FFF;

 margin: 0px auto;
 background-image:url(../images/btm.jpg);
 background-repeat:no-repeat;
}

#newline-signature {
	text-align:center;
	width:100%;
}

#newline-signature a {
	display:block;
	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;
	padding-left:40px;
	list-style:none;
	width:740px;
	height:33px;
	position:absolute;
	top:113px; 
	left:0px;
	background-image:url(../images/nav.gif);
	background-repeat:repeat-x;
}

#main-nav li {
	margin:0;
	margin-right:0px;
	padding:0;
	float:left;
	margin-top:8px;
	background-image:url(../images/main-nav-li.png);
	background-position:left;
	background-repeat:no-repeat;
	
}

#main-nav li.first {
	background:none;
}

#main-nav li a {
	padding:0 8px;
	display:block;
	color:#f9faf5;
	font-weight:bold;
	font-size:85%;
	text-decoration:none;
	float:left;
		}

#main-nav li a:hover {
	color:#ECEFD9;
}

#main-nav li a.current {
	color:#FFF;
	font-weight:bold;
}

#main-nav li a.current:hover {
}

/* Sub nav */

h2.sub-nav {
	

}

#sub-nav {
	margin:0;
	margin-top:35px;
	margin-bottom:30px;
	padding:0;
	list-style:none;
	margin-left:-10px;
}

#sub-nav li {
	padding:0;
	margin:0 -6px;
	width:165px;
}

#sub-nav li a {
	display:block;
	padding:7px 0px;
	padding-left:5px;
	margin:0px;
	color:#FFF;
	text-decoration:none;
	width:205px;
	background-color:#c4c8ae; 
	margin-bottom:1px;
	margin-left:7px;
	font-weight:bold;
	font-size:100%;
}

#sub-nav li a:hover {
	background-color:#A59EB9;
}

#sub-nav li a.current,
#sub-nav li a.current:hover {
	background-color:#A59EB9;
	text-decoration:none;
	
}


/* 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:#CCC;
	background-color:#FFF;
	padding:3px;
}

div.no-border img,
div.no-border img,
div.no-border img {
	padding:0px;
}

#sidebar ul.recent-posts p.meta {
	font-size:85%;
}

ul.recent-posts span.date {
	color:#FF7300;
}

div.hr {	
	background-color:#8071B3;
	height:2px;
}

a img {
border:3px solid #eaeaea
}

/* 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 {
    width: 100%;
    border:1px solid #ddd;
    border-bottom:none;
    /* text-align:center; */
}

table.listing th {
    font-weight:bold;
    /* border-right:1px solid #ddd; */
    padding:0.3em 0.75em;
    background-color:#ddd;
    border-bottom:1px solid #ddd;
	background-image:url(../images/table-header-back.gif);
	background-position:top;
	background-repeat:repeat-x;
	min-height:22px;
	_height:22px;
	color: #FFFFFF;
	margin:0 -25px 7px -6px;
	padding-top:6px;
padding-bottom:6px;
}

table.listing td {
    padding:0.3em 0.75em;
    /* border-right:1px solid #ddd; */
    border-bottom:1px solid #ddd;
    /* text-align: center; */
} 

/* Other Content */

#content .portfolio img {	
	float:left;
	margin-right:15px;
	margin-bottom:10px;
}
	
