* html body {
/*\*/
	text-align: center;
/* */
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#323232;
	margin:0 0;
	padding:0px 0;
	background-color:#400000;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x repeat-y;
	background-position:top;
	padding-bottom:30px;
}

h1,h2,h3,p,ul,ol,dl,td,th {
	line-height:1.3em;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:200%;
	font-weight:bold;
	color:#a01300;
	margin-top:0em;
	margin-bottom:0.75em;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:130%;
	font-weight:bold;
	color:#4A0004;
	margin-top:1.25em;
	margin-bottom:0.2em;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:120%;
	font-weight:bold;
	color:#B11400;
	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:760px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color:#EAEFF6;
	background-image:url(../images/page-bg.png);
	background-repeat:repeat-y;
	margin-top:15px;
}

#page-nosidebar {
	width:760px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color:#EAEFF6;
	background-image:url(../images/page-bg-full.png);
	background-repeat:repeat-y;
	margin-top:15px;
}

#header {
	height:260px;
	margin:0;
	padding:0;
	background-image:url("../images/header-bg.jpg");
	background-position:left top;
	background-repeat:no-repeat;
	position:relative;
	
}

#body {
	margin:0 10px;
	min-height:120px;
	_height:120px;
	padding-top:15px;
}

#content {
	width:450px; /* 2px less due to IE bug with overflowing <em>s */
	padding:38px 30px 10px 20px;
	float:left;
}

#content p {
	font-size: 110%;
	line-height: 25px;
	font-family:Tahoma, Verdana, Helvetica, sans-serif;
}

#content li {
	font-size: 110%;
	line-height: 25px;
	font-family:Tahoma, Verdana, Helvetica, sans-serif;
}

#sidebar {
	width:198px;
	padding:30px 11px 10px 10px;
	float:right;
}

#footer {
	padding:0 10px;
	height:40px;
	background-image:url(../images/footer-bg.png);
	background-position:bottom;
	background-repeat:no-repeat;
	clear:both;
	position:relative;
}

#header-print,
#footer-print {
	display:none;
}


/* Header
============================================================ 
--------------------------------------------------------- */

#logo {
	position:absolute;
	left:0px;
	top:0px;
}

#logo a {
	background-image:url("../images/logo.png");
	background-repeat:no-repeat;
	width:232px;
	display:block;
	padding-top:260px;
	height:0px !important; /* for most browsers */
	height /**/:260px; /* for IE5.5's bad box model */
	overflow:hidden;
}

/* Sidebar
============================================================ 
--------------------------------------------------------- */
#sidebar {
	color:#333;
	font-size:95%;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

/* Headings within the Sidebar */

#sidebar h2 {
	color:#000;
	background-color:#EEAC00;
	font-size:110%;
	padding-bottom:6px;
	padding-top:6px;
	padding-left:10px;
	margin:5px -10px 5px -10px;
	border-bottom:1px solid #C2CFE2;
}

#sidebar p {
	font-size:110%;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
line-height: 20px;
}

/* Footer
============================================================ 
--------------------------------------------------------- */

#footer p.copyright {
	color:#FFF;
	font-size:85%;
	margin:0;
	padding-right:5px;
	padding-top:15px;
	padding-bottom:3px;
	text-align:center;
}

#footer a {
	color:#FFF;
	font-size:90%;
	margin:0;
}

#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:740px;
	padding-left:20px;
	top:260px;
	left:0px;
	background-image:url(../images/main-nav-bg.png);
	background-position:left;
	background-repeat:no-repeat;
}

#main-nav li {
	margin:0;
	padding:0;
	float:left;
	background-image:url(../images/main-nav-divider.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#main-nav li.first {
	background-image:none;
}

#main-nav li a {
	margin:0;
	padding:0 12px;
	display:block;
	height:47px;
	line-height:47px;
	color:#6b0d00;
	text-decoration:none;
	float:left;
	padding-top:0px;
font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
font-size: 95%;
}

#main-nav li a:hover {
	color:#000;
}

#main-nav li a.current, #main-nav li a.current:hover { 
	font-weight:bold;
	color:#000;
}

/* Sub nav */

#sidebar h2.sub-nav {
	
}

#sidebar #sub-nav {
	margin-left:0;
	padding:0;
	list-style:none;
	
}

#sub-nav li {
	padding:0;
	margin:0px;
}	

#sub-nav li a {
	display:block;
	padding:5px 0px;
	padding-left:10px;
	color:#A01300;
	text-decoration:none;
	width:207px;
margin:0px -10px 0px -10px;
font-size:100%;
font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

#sub-nav li a:hover {
	background-color:#F0F3F9;
}

#sub-nav li a.current,
#sub-nav li a.current:hover {
	text-decoration:none;
	font-weight:bold;
	background-color:#F0F3F9;
	border-bottom:1px solid #EEAC00;
	border-top:1px solid #EEAC00;
	background-image:url(../images/sub-nav-current.gif);
	background-position:right 0.6em;
	background-repeat:no-repeat;
}


/* Crumbs */

#crumbs {
	font-size:85%;
	color:#666;
	padding:0;
	padding-bottom:0.5em;
	margin:0;
	margin-bottom:1.5em;
	list-style:none;
	background-image:url(../images/crumbs-bg.png);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#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;
}

/* 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 #C3D0E2;
}

.posts .date {
	font-weight:normal;
	color:#275A98;
}

.posts .categories a {
	color:#777;
}


/* Posts Paging */

.posts-paging {
	font-size:85%;
	padding-top:1.0em;
	border-top:3px double #C3D0E2;
	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 #C3D0E2;
}

.post .date {
	font-weight:normal;
	color:#275A98;
}

.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-color:#FF7E00;
	
}

div.picture-right p,
div.picture-left p,
div.picture-center p {
	color:#275A98;
	
}

#sidebar ul.recent-posts p.meta {
	font-size:85%;
	border-bottom:1px solid #C3D0E2;
}

#sidebar ul.recent-posts  {
		
}

ul.recent-posts span.date {
	color:#275A98;
}

#sidebar ul.recent-posts a {

}

#sidebar ul.recent-posts p {

}

div .hr {
	background-color:#C3D0E2;
}

div .hr-transparent {
	background-color:#FFF;
}

fieldset table {
	width:100%;
	margin-bottom:0;
	border:1px solid #000;
	border-bottom:none;
}

fieldset table th,
fieldset table td {
	padding:0.4em 0.5em;
	border-bottom:1px solid #000;
}

fieldset table th {
	width:140px;
	background-color:#575757;
	border-right:1px solid #000;
	text-align:right;
}

fieldset table {
	width:100%;
	margin-bottom:0;
	border:1px solid #C8D7CF;
	border-bottom:none;
}

fieldset table th,
fieldset table td {
	padding:0.4em 0.5em;
	border-bottom:1px solid #C8D7CF;
}

fieldset table th {
	width:140px;
	background-color:#EDF1EF;
	border-right:1px solid #C8D7CF;
	text-align:right;
	color:#C60400;
}
/* Custom Widgets
============================================================ 
--------------------------------------------------------- */
#google-map {
	color:#333333;
}

fieldset table {
	width:100%;
	margin-bottom:0;
	border:1px solid #C3D0E2;
	border-bottom:none;
}



fieldset table th,
fieldset table td {
	padding:0.4em 0.5em;
	border-bottom:1px solid #C3D0E2;
}

fieldset table th {
	width:140px;
	background-color:#F5F8FC;
	border-right:1px solid #C3D0E2;
	text-align:right;
}

/* Table Styles
============================================================ 
--------------------------------------------------------- */

/* Basic listing table */

table.listing {
    border:1px solid #C3D0E2;
    border-bottom:none;
    text-align:left;
width: 100%;
}

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;
}

.callout {
    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;
}