* html body {
/*\*/
	text-align: center;
/* */
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#444;
	margin:0 0;
	padding:0 0;
	padding-bottom:30px;
	background-color:#61605E;
	background-image:url(../images/bg.png);
	background-position:top;
	background-repeat:repeat-x;
}

h1,h2,h3,ul,ol,dl,td,th {
	line-height:1.3em;
}

h1 {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:180%;
	font-weight:bold;
	color:#333;
	margin-top:0em;
	margin-bottom:0.75em;
}

h2 {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:150%;
	font-weight:bold;
	color:#555;
	margin-top:1.25em;
	margin-bottom:0.2em;
}

h3 {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:130%;
	font-weight:bold;
	color:#555;
	margin-top:1.25em;
	margin-bottom:0.2em;
}

p, ul, ol, dl {
	font-size:100%;
	margin-top:0;
	margin-bottom:1.0em;
}

P {
        line-height:1.5em;
}

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:#CC0000;
}

address {
	font-style:normal;
	margin-bottom:1.0em;
}


/* Main layout elements
============================================================ 
--------------------------------------------------------- */

#page {
	width:920px;
	margin:0 auto;
	margin-bottom:15px;
	margin-top:20px;
	padding:0;
	background-color:#fff;
	background-image:url("../images/page-bg.png");
	background-position:top;
	background-repeat:repeat-y;
	text-align:left;
}


#page {
	width:920px;
	margin:0 auto;
	margin-bottom:15px;
	margin-top:20px;
	padding:0;
	background-color:#fff;
	background-image:url("../images/page-bg.png");
	background-position:top;
	background-repeat:repeat-y;
	text-align:left;
}

#header {
	height:182px;
	margin:0px;
	padding:0;
	background-image:url("../images/header-bg.jpg");
	background-position:top;
	background-repeat:no-repeat;
	position:relative;
	background-color:#EBEBEB;
}

#body {
	margin:0px;
	min-height:460px;
	_height:460px;
	background-image:url(../images/body-bg.png);
	background-position:top;
	background-repeat:no-repeat;
}

#content {
	width:527px; /* 2px less due to IE bug with overflowing <em>s */
	padding:10px 15px 0px 40px;
	float:left;
}

#sidebar {
	width:253px;
	padding:0px 27px 0px 20px;
	float:right;
	margin-top:11px;
}

#footer {
	padding:0 10px;
	height:55px;
	background-image:url("../images/footer-bg.png");
	background-position:top;
	background-repeat:no-repeat;
	background-color:#000000;
	clear:both;
	position:relative;
}

#header-print,
#footer-print {
	display:none;
}


/* Header
============================================================ 
--------------------------------------------------------- */

#address {
	position:absolute;
	top:34px;
	right:40px;
	color:#F6D01F;
	text-align:right;
	line-height:1.3em;
	font-size:11px;
}

#logo {
	position:absolute;
	left:38px;
	top:25px;
}

#logo a {
	background-repeat:no-repeat;
	width:207px;
	display:block;
	padding-top:86px;
	height:0px !important; /* for most browsers */
	height /**/:86px; /* for IE5.5's bad box model */
	overflow:hidden;
}

#site-search {
	position:absolute;
	left:635px;
	top:105px;
	width:238px;
	height:24px;
	background-image:url(../images/search-bg.png);
	background-position:left;
	background-repeat:no-repeat;
}

#search-form {
	background:none;
} 


input.search {
	border:none; /* Setting for Firefox */
	border:0px; /* Setting for IE */
	height:17px;
	width:150px;
	font-size:10px;
	background:none;
	position:absolute;
	left:2px;
	top:4px;
	padding-left:3px;
	padding-top:2px;
}


input.searchbtn {
	position:absolute;
	left:174px;
	top:2px;
}

/* Sidebar
============================================================ 
--------------------------------------------------------- */

#sidebar {
	color:#666;
	font-size:90%;
}

/* Headings within the Sidebar */

#sidebar h2 {
	color:#000000;
	margin:15px 0px 5px 0px;
	font-size:140%;
}

/* Footer
============================================================ 
--------------------------------------------------------- */

#footer p.copyright {
	color:#FFF;
	font-size:85%;
	margin:0;
	padding:0 5px;	
	padding-top:17px;
	padding-bottom:3px;
	text-align:center;
}

#footer p.copyright a{
	color:#FFF;
	font-size:90%;
	margin:0;
	padding-top:9px;
	margin-left:0px;
}

#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;
	padding-left:9px;
	list-style:none;
	width:891px;
	height:43px;
	position:absolute;
	top:139px; 
	left:10px;
	background-color:#000000;
	background-image:url(../images/main-nav-bg.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

#main-nav li {
	margin:0;
	padding:0;
	padding:0 48px; /*23px;*/
	float:left;
	position:relative;
}

#main-nav li a {
	padding:0; /*23px;*/
	display:block;
	height:45px;
	line-height:35px;
	color:#EFC91E;
	font-size:110%;
	text-decoration:none;
	float:left;
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif;
}

#main-nav li a:hover {
	color:#FFFFFF;
}

#main-nav li a.current {
	color:#FFFFFF;
    font-weight:bold;
}

#main-nav li a.current:hover {
	color:#FFFFFF;
}

/* Sub nav */

h2.sub-nav {

}

#sub-nav {
	padding:0;
	list-style:none;
	margin-left:0;
}

#sub-nav li {
	margin:0;
}

#sub-nav li a {
	display:block;
	padding:2px 0;
	padding-left:10px;
	padding-right:10px;
	margin:0;
	margin-left:-10px;
	margin-right:-10px;
	color:#666666;
	text-decoration:none;
	width:186px;
}

#sub-nav li a:hover {
	color:#333333;
}

#sub-nav li a.current,
#sub-nav li a.current:hover {
	text-decoration:none;
	font-weight:bold;
	color:#333333;
}

/* Secondary Navigation */

#header .secondary-nav {
	position:absolute;
	right:0px;
	top:10px;
	font-size:90%;
}

#header .secondary-nav a {
	color:#333;
	text-decoration:none;
}

#header .secondary-nav a:hover {
	color:#333;
	text-decoration:underline;
}


/* 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 #D8E7EF;
}

#crumbs li {
	display:inline;
}


/* 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 #D8E7EF;
}

.posts .date {
	font-weight:normal;
	color:#36A03F;
        display:none;
}

.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 #D8E7EF;
}

.post .date {
	font-weight:normal;
	color:#36A03F;
        display:none;
}

.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;
}

#comments ol .date {
	font-weight:normal;
	color:#36A03F;
}





/* 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:#D4D0C8;
	border-width:3px;
}

#sidebar ul.recent-posts p.meta {
	font-size:85%;
}

#sidebar ul.recent-posts p {
	font-size:85%;
}

ul.recent-posts span.date {
	color:#36A03F;
}

ul.recent-posts {

}

div .hr {
	color:#D8E7EF;
	background-color:#D8E7EF;
	height:1px;
}

/* Forms
============================================================ 
--------------------------------------------------------- */

form h3 {
	margin-bottom:0.2em;
}

fieldset {
	padding:0;
	margin-bottom:1.0em;
	border:none;
}



fieldset table {
	width:100%;
	margin-bottom:0;
	border:1px solid #A0C9DE;
	border-bottom:none;
}

fieldset table th,
fieldset table td {
	padding:0.4em 0.5em;
	border-bottom:1px solid #A0C9DE;
}

fieldset table th {
	width:140px;
	background-color:#E7F0F5;
	border-right:1px solid #A0C9DE;
	text-align:right;
}

form div.controls {
	margin-top:1.0em;
	margin-bottom:1.5em;
	text-align:center;
}

label {
	font-weight:normal;
}

label.required {
	font-weight:bold;
}

label.error {
	font-weight:bold;
	color:#c00;
}

input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

input.radio {
	cursor:pointer;
}

input.checkbox {
	cursor:pointer;
}

select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

fieldset .notes {
	font-size:85%;
	color:#888;
	margin-bottom:0;
}

/* Checkboxes group */

div.checkboxes label {
	cursor:pointer;
}

div.checkboxes input {
	cursor:pointer;
}
/* Custom Widgets
============================================================ 
--------------------------------------------------------- */



//* Table Styles
============================================================ 
--------------------------------------------------------- */

/* Basic listing table */


table.listing {
    border:1px solid #A0C9DE;
    border-bottom:none;
    text-align:left;
}

table.listing th {
    font-weight:bold;
    padding:0.3em 0.75em;
    background-color:#E6F0F7;
    border-bottom:1px solid #A0C9DE;
	color:#36A03F;
}

table.listing td {
    padding:0.3em 0.75em;
    border-bottom:1px solid #A0C9DE;
}

/* Custom styles */
#sidebar .callout {
	background-color:#999999;
	border:1px solid #888888;
	padding:10px;
	margin-bottom:15px;
	color:#EBEBEB;
	width:233px;
	line-height:1.6em;
}

#sidebar .callout a {
	color:#FFF;
	font-weight:bold;
}


p.callout {
	font-family:Georgia,Helvetica,serif;
	font-size:140%;
	font-weight:bold;
	color:#706FDF;
}

ul.contact-numbers {
	list-style:none;
	margin-left:0;
	padding-left:10px;
}

ul.contact-numbers li {
	font-size:11px;
	padding-left:25px;
	background-position:top left;
	background-repeat:no-repeat;
	line-height:16px;
}

ul.contact-numbers li.phone { background-image:url(../images/icons/telephone.png); }
ul.contact-numbers li.fax { background-image:url(../images/icons/printer.png); }
ul.contact-numbers li.email { background-image:url(../images/icons/email.png); }