* html body {
/*\*/
	text-align: center;
/* */
}

body {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#d9d9d9;
	margin:0;
	padding:0;
	padding-bottom:20px;
	background-color:#1F1F1F;
}

h1,h2,h3,p,ul,ol,dl,td,th {
	line-height:1.4em;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:220%;
	font-weight:normal;
	color:#ffd200;
	margin-top:0em;
	margin-bottom:0.4em;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:150%;
	font-weight:normal;
	color:#b9b9b9;
	margin-top:1.25em;
	margin-bottom:0.2em;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:120%;
	font-weight:normal;
	color:#b9b9b9;
	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:#ffd200;
}

a:hover {
	text-decoration:none;
}

address {
	font-style:normal;
	margin-bottom:1.0em;
}

strong {
	color:#bbb;
}


/* Main layout elements
============================================================ 
--------------------------------------------------------- */

#page {
	width:990px;
	margin:0 auto;
	padding:0;
	background-color:#3c3c3c;
	border:2px solid #000;
	border-top:none;
	background-image:url("../images/page-bg.png");
	background-position:top;
	background-repeat:repeat-y;
	text-align:left;
}

#header {
	height:404px;
	margin:0;
	padding:0;
	background-color:#3c3c3c;
	position:relative;
}

#body {
	min-height:250px;
	_height:250px;
	padding-top:30px;
	background-image:url("../images/body-bg.png");
	background-position:271px 0;
	background-repeat:no-repeat;
}

#content {
	width:600px; /* 2px less due to IE bug with overflowing <em>s */
	padding:0 58px 0 0px;
	float:right;
}

#sidebar {
	width:225px;
	padding:0 0px 0px 30px;
	float:left;
}

#footer {
	width:990px;
	height:30px;
	padding:0px;
	background-color:#000;
	clear:both;
	position:relative;
	border-top:30px solid #3C3C3C;
}

#header-print,
#footer-print {
	display:none;
}


/* Header
============================================================ 
--------------------------------------------------------- */

#logo {
	position:absolute;
	left:50px;
	top:6px;
}

#logo a {
	background-image:url("../images/logo_lrg.jpg");
	background-repeat:no-repeat;
	width:282px;
	display:block;
	padding-top:92px;
	height:0px !important; /* for most browsers */
	height /**/:62px; /* for IE5.5's bad box model */
	overflow:hidden;
}

#banner  {
	height:130px;
	position:absolute;
	left:0;
	top:151px;
	border-top:1px solid #383838;
}

#address {
	position:absolute;
	right:10px;
	top:26px;
	color:#DFDFDF;
}


/* Sidebar
============================================================ 
--------------------------------------------------------- */

#sidebar {
	color:#cfcfcf;
}

#sidebar p {
	color:#cfcfcf;
        font-size:90%
}

#sidebar h2 {
	font-size:170%;
	color:#FFD200;
	margin-top:0;
}

#sidebar strong {
	color:#cfcfcf;
}


/* Footer
============================================================ 
--------------------------------------------------------- */

#footer p.copyright {
	color:#ffd200;
	margin:0;
	line-height:30px;
	text-align:center;
}

#footer p.copyright a {
	color:#ffd200;
}

#newline-signature {
	text-align:center;
	width:100%;
}

#newline-signature a {
	display:block;
	margin:15px auto;
	margin-top: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 {
	font-family:Tahoma, Geneva, Arial, Helvetica, sans-serif;
	width:840px;
	height:44px;
	margin:0;
	padding:0;
	padding-left:150px;
	background-image:url(../images/main-nav-bg.png);
	background-repeat:no-repeat;
	border-top:1px solid #020202;
	border-bottom:1px solid #020202;
	list-style:none;
	position:absolute;
	top:105px;
	left:0;
}

#main-nav li {
	margin:0;
	padding:0;
	display:block;
	float:left;
	border-right:1px solid #020202;
}

#main-nav li.last {
	border-right:none;	
}

#main-nav a {
	color:#ffba00;
	float:left;
	display:block;
	margin:0;
	padding:0 25px;
	text-decoration:none;
	font-size:12px;
	line-height:44px;
}

#main-nav a.current {
	color:#FFD103;
	font-weight:bold;
}

#main-nav a:hover {
	color:#eed185;
}


/* Sub nav */

h2.sub-nav a {
	color:#FFD200;
	text-decoration:none;
}

#sub-nav {
	margin-left:0;
	padding:0;
	padding-bottom:0;
	list-style:none;
}

#sub-nav li {
	margin-top:0;
}

#sub-nav li a {
	color:#9f8e39;
}

#sub-nav li a.current,
#sub-nav li a.current:hover {
	text-decoration:none;
        color:#FFD200;
}

#sub-nav li a.current {
	font-weight:bold;
}


/* Crumbs */

#crumbs {
	font-size:85%;
	color:#888;
	padding:0;
	padding-bottom:0.5em;
	margin:0;
	margin-bottom:1.5em;
	list-style:none;
	border-bottom:1px solid #242425;
}

#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 #222;
}

.posts .date {
	font-weight:normal;
}

.posts .categories a {
	color:#777;
}


/* Posts Paging */

.posts-paging {
	font-size:85%;
	padding-top:1.0em;
	border-top:3px double #222;
	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 #222;
}

.post .date {
	font-weight:normal;
}

.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.hr {
	background:#222;
}

div.hr.transparent {
	background:#3c3c3c;
}

div.picture-right img,
div.picture-left img,
div.picture-center img {
	border-color:#005597;
}


ul.recent-posts li {
	padding-bottom:0.2em;
	margin-bottom:0.2em;
	border-bottom:1px solid #222;
}

ul.recent-posts a {
	color:#bbb;
	font-weight:bold;
}

ul.recent-posts a:hover {
	text-decoration:underline;
}


/* 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 ...
============================================================ 
--------------------------------------------------------- */

#rotator img{
border: solid black 5px;
}

#google-map {
	color:#000; /* provides the text color within the map call-outs */
	border:1px solid #999; /* creates a border around the map */
	margin:auto; /* positions the map in the middle of the content area */
}

#google-map a {
	color:blue; /* link color witin the map call-out */
	border-bottom:1px solid blue;
	text-decoration:none;
}

#google-map a:hover {
	color:red; /* link color within the map call-out when the cursor is directly above */
	background-color:white;
	border-bottom:1px solid red;
}

/* Basic listing table */

table.listing {
    border:1px solid #3c3c3c;
    border-bottom:none;
    text-align:left;
}

table.listing th {
    font-weight:bold;
    padding:0.5em 0.8em;
	color:#FFD200;
    background-color:#2E2E2E;
    border-bottom:1px solid #3c3c3c;
}

table.listing td {
    padding:0.5em 0.8em;
	background-color:#262626;
    border-bottom:1px solid #3c3c3c;
	border-right:1px solid #3c3c3c;
}


/* Product list format */

ul.products {
padding:0px;
margin:0px;
}

ul.products li {
list-style-type:none;
}


/* Forms */

fieldset table {
	border:none;
}

fieldset table th,
fieldset table td {
	border:none;
}

fieldset table th {
	border:none;
	background:none;
}

label {
	color:#ffd200;
	font-weight:normal;
}

label.required {
	font-weight:bold;

}

label.error {
	font-weight:bold;
	color:#c00;
}


/* Errors */

div.form-error {
	margin-bottom:1.0em;
	padding:1.0em;
	padding-bottom:0;
	border:2px solid #c00;
	background:#ddd;
}

div.form-error li strong {
	color:#c00;
}

div.form-error .intro {
	color:#c00;
	font-weight:bold;
}

 */