* html body {
/*\*/
	text-align: center;
/* */
}

body {
	font-family: Arial, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:85%;
	color:#323232;
	margin:0 0;
	padding:0px 0;
	background-color:#BBB9A7;
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	background-position:top;
	padding-bottom:30px;
}

h1,h2,h3,p,ul,ol,dl,td,th {
	line-height:1.3em;
}

h1 {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:160%;
	color:#080D21;
	margin-top:0em;
	margin-bottom:0.75em;
	width:593px;
	padding:5px 10px 10px 30px;
	margin-left:-30px;
	margin-right:-10px;
	background-color:#D5D3C3;
	font-weight:100;
}

h2 {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:125%;
	font-weight:bold;
	color:#0C82E0;
	margin-top:1.25em;
	margin-bottom:0.2em;
}

h3 {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:110%;
	font-weight:bold;
	color:#0C82E0;
	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;
}

/* Default Link Properties */

a {
	color:#0547A0;
}

a:hover {
	text-decoration:none;
	color:#275A98;
}

address {
	font-style:normal;
	margin-bottom:1.0em;
}


/* Main layout elements
============================================================ 
--------------------------------------------------------- */

#page {
	width:900px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color:#CCCCCC;
	background-image:url(../images/page-bg.png);
	background-repeat:repeat-y;
}

#header {
	height:190px;
	margin:0;
	padding:0;
	background-image:url("../images/header.jpg");
	background-position:left top;
	background-repeat:no-repeat;
	position:relative;
	
}

#body {
	min-height:74px;
	_height:74px;
}

#content {
	width:593px; /* 2px less due to IE bug with overflowing <em>s */
	padding:0 10px 10px 30px;
	float:right;
}

#sidebar {
	width:210px;
	padding:10px 10px 15px 10px;
	margin-left:10px;
	margin-top:-10px;
	float:left;
}

#footer {
	padding:0 10px;
	height:30px;
	background-color:#FFFFFF;
	clear:both;
	position:relative;
}

#header-print,
#footer-print {
	display:none;
}


/* Header
============================================================ 
--------------------------------------------------------- */

#logo {
	position:absolute;
	left:94px;
	top:18px;
}

#logo a {
	background-image:url("../images/logo.png");
	background-repeat:no-repeat;
	width:208px;
	display:block;
	padding-top:141px;
	height:0px !important; /* for most browsers */
	height /**/:141px; /* for IE5.5's bad box model */
	overflow:hidden;
}
#header .img {
	position:absolute;
	right:0px;
	top:45px;
}


/* Sidebar
============================================================ 
--------------------------------------------------------- */
#sidebar {
	color:#333;
	font-size:90%;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

/* Headings within the Sidebar */

#sidebar h2 {
	width:220px;
	color:#0C82E0;
	font-size:110%;
	padding-bottom:5px;
	padding-top:4px;
	padding-left:10px;
	margin:5px -10px 5px -18px;
	background-color:#E0DECD;
	border-bottom:solid 1px #D5D3C3;
}

/* Footer
============================================================ 
--------------------------------------------------------- */

#footer p.copyright {
	position:relative;
	float:left;
	top:7px;
	color:#4D4D4D;
	font-size:80%;
	margin:0;
	text-align:left;
}

#footer p.links {
	position:relative;
	float:right;
	/* left:570px; */
	top:7px;
	color:#4D4D4D;
	font-size:80%;
	margin:0;
	text-align:right;
}


#footer p.links a {
	padding:0 7px;
	color:#4D4D4D;
}

#newline-signature {
	text-align:center;
	margin:0 auto;
}

#newline-signature a {
	display:block; /* set to "none" to hide the signature */
	margin:15px auto;
	margin-bottom:0;
	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;
	width:633px;
	top:159px; 
	right:0px;
	height:31px;
	background-color:#FFFFFF;
}

#main-nav li {
	display:block;
	margin:0;
	padding:0;
	float:left;
	background:none;
	border-left:1px solid #D5D3C3;
}

#main-nav li a {
	padding:0px 19px;
	padding-top:7px;
	padding-bottom:6px;
	display:block;
	color:#4D4D4D;
	text-decoration:none;
	font-size:80%;
	font-weight:bold;
}

#main-nav li.first {
	margin-left:10px;
	border:none;

}

#main-nav li a:hover {
	background-image:url(../images/main-nav-current.png);
	background-position:10px 1.3em;
	background-repeat:no-repeat;
}

#main-nav li a.current,
#main-nav li a.current:hover {
	color:#348ddf;
	background-image:url(../images/main-nav-current.png);
	background-position:10px 1.3em;
	background-repeat:no-repeat;
}


/* Sub nav */

#sidebar h2.sub-nav {
	width:235px;
	color:#333;
	font-size:110%;
	padding-bottom:5px;
	padding-top:4px;
	padding-left:10px;
	margin:5px -10px 0px -18px;
	background-color:#E0DECD;
	border-bottom:solid 1px #D5D3C3;
}

#sidebar #sub-nav {
	margin-left:0;
	padding:0;
	list-style:none;
	padding-top:10px;
	margin-left:-12px;
	width:236px;	
}

#sub-nav li {
	padding:0;
	margin:0px;
	background-image:url(../images/sub-nav-li.png);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-left:33px;
}	

#sub-nav li a {
	text-decoration:underline;
	display:block;
	padding:6px 0px;
	padding-left:15px;
	margin:0 -10px;
	margin-left:-25px;
	color:#5C5C5C;
	text-decoration:none;
	width:234px;	
}

#sub-nav li a:hover {
	color:#0E248F;
}

#sub-nav li a.current,
#sub-nav li a.current:hover {
	color:#0E248F;
	font-weight:bold;
	background-image:url(../images/sub-nav-current.gif);
	background-position:left 0.7em;
	background-repeat:no-repeat;
}

/* Crumbs */

#crumbs {
	width:603px;
	font-size:80%;
	color:#68696F;
	padding:0.5em 15px 0.5em 15px;
	margin:0;
	margin-left:-30px;
	margin-right:-10px;
	list-style:none;
	background-color:#D5D3C3;
	border-bottom:1px solid #2F323F;
}

#crumbs li {
	display:inline;
}

#crumbs a {
	color:#68696F;
	text-decoration:underline;
}

#crumbs a:hover {
	color:#14182F;
	text-decoration:none;
}


/* 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;
}

/* Post - styles for individual post detail view*/

.posts .meta {
	font-size:75%;
	color:#888;
	margin-bottom:0.4em;
	padding:0.3em 0;
	border-bottom:1px solid #BBB9A7;
}

.posts .date {
	font-weight:normal;
	color:#A52A2A;
}

.posts .categories a {
	color:#777;
}


/* Posts Paging */

.posts-paging {
	font-size:85%;
	padding-top:1.0em;
	border-top:3px double #BBB9A7;
	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 #BBB9A7;
}

.post .date {
	font-weight:normal;
	color:#A52A2A;
}

.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 #C3D0E2;
}

#comments ol .date {
	font-weight:normal;
	color:#275A98;
}





/* 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:solid 3px #BBB9A7;
}

div.no-border img {
	border:none;
}

div.picture-right p,
div.picture-left p,
div.picture-center p {
	color:#7F7D6F;
	
}

#sidebar ul.recent-posts p.meta {
	font-size:85%;
	border-bottom:1px solid #BBB9A7;
}

#sidebar ul.recent-posts  {
		
}

ul.recent-posts span.date {
	color:#A52A2A;
}

#sidebar ul.recent-posts a {

}

#sidebar ul.recent-posts p {

}

div .hr {
	background-color:#BBB9A7;
}

div .hr-transparent {
	background-color:#E0DECD;
}

fieldset table {
	width:100%;
	margin-bottom:0;
	border:none;
	border-top:1px solid #EFEDE0;
}

fieldset table th,
fieldset table td {
	padding:0.4em 0.5em;
	border:none;
	border-bottom:1px solid #EFEDE0;
}

fieldset table th {
	width:140px;
	background-color:#D5D3C3;
	text-align:right;
	color:#333;
}
/* Custom Widgets
============================================================ 
--------------------------------------------------------- */

/* People Listing */

table.people td {	
	width:190px;
	height:160px;
	text-align:center;
}

table.people td .person {
	background-color:#EFEDE0;
	border:1px solid #D5D3C3;
	padding:5px;
	margin-right:10px;
	
}

table.people td .person h3 {
	margin-top:4px;
	font-size:80%;
}

table.people td .person a {
	color:#294245;
}

#person h2 {
	font-family:Arial,Helvetica,sans-serif;
	color:#333;
}

#person h3 {
	font-family:Arial,Helvetica,sans-serif;
	padding-top:0;
	margin-top:0;
	color:#333;
	font-weight:normal;
	margin-bottom:1em;
}

#person #bio {
	padding:10px;
}

#people-list {
	padding-left:10px;
	margin-left:0px;
}

#people-list li {
	list-style-type:none;
}

/* Table Styles
============================================================ 
--------------------------------------------------------- */

/* Basic listing table */

table.listing {
    border:1px solid #C3D0E2;
    border-bottom:none;
    text-align:left;
}

table.listing th {
    font-weight:bold;
    padding:0.3em 0.75em;
    background-color:#F5F8FC;
    border-bottom:1px solid #C3D0E2;
	color:#010101;
}

table.listing td {
    padding:0.3em 0.75em;
    border-bottom:1px solid #C3D0E2;
}

.note {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:120%;
    font-weight:bold;
    font-style:italic;
    text-align:center;
    padding:10px;
    background-color:#FFF1DF;
    border-top:solid 1px #E2B479;
    border-bottom:solid 1px #E2B479;
}

/* Other Content
============================================================ 
--------------------------------------------------------- */

ul.hp-bullets {
	float:right;
	width:260px
}

ul.hp-bullets li {
	margin-top:0;
	margin-bottom:0.1em;
}

.highlight {
	color:#A52A2A;
}

#sidebar .rsm-mcgladrey {
	width:170px;
	background-color:#FFF;
	padding:10px;
	padding-bottom:5px;
	font-size:10px;
	margin:20px -10px 20px 5px;
	border:solid #BBB9A7 2px;
}