* html body {
/*\*/
	text-align: center;
/* */
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#444;
	margin:0;
	padding:0;
	background-color:#F6F6F6;
	padding-bottom:50px;
}

h1,h2,h3,p,ul,ol,dl,td,th {
	line-height:1.3em;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:190%;
	font-weight:bold;
	color:#1F4096;
	margin-top:0em;
	margin-bottom:0.5em;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:140%;
	font-weight:bold;
	color:#F5A125;
	margin-top:1.25em;
	margin-bottom:0.2em;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:120%;
	font-weight:bold;
	color:#626262;
	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:#1540EA;
}

a:hover {
	text-decoration:none;
	color:#1540EA;
}

address {
	font-style:normal;
	margin-bottom:1.0em;
}


/* Main layout elements
============================================================ 
--------------------------------------------------------- */
#page {
	width:760px;
	margin:0 auto;
	padding:0;
	text-align:left;
}

#page-wrap {
	background-color:#FFFFFF;
	background-image:url("../images/bg-flash.png");
	background-position:top;
	background-repeat:repeat-x;
}



#header {
	height:223px;
	margin:0px;
	padding:0;
	background-image:url("../images/header-bg-1.png");
	background-position:top;
	background-repeat:repeat-x;
	position:relative;
}

#body {
	margin:0px;
	padding:0px;
	padding-top:15px;
}

#content {
	width:523px; /* 2px less due to IE bug with overflowing <em>s */
	padding:10px 20px 10px 15px;
	float:left;
}

#sidebar {
	width:180px;
	padding:30px 10px 0px 10px;
	margin-top:px;
	float:right;
}

#footer {
	height:47px;
	clear:both;
	position:relative;
	background-image:url("../images/footer-bg.png");
	background-position:left top;
	background-repeat:repeat-x;
	width:100%;
	text-align:center;
}

#header-print,
#footer-print {
	display:none;
}


/* Header
============================================================ 
--------------------------------------------------------- */

#logo {
	position:absolute;
	left:10px;
	top:35px;
}

#logo a {
	background-image:url("../images/logo.png");
	background-repeat:no-repeat;
	width:257px;
	display:block;
	padding-top:64px;
	height:0px !important; /* for most browsers */
	height /**/:64px; /* for IE5.5's bad box model */
	overflow:hidden;
}

#header-flash {
	width:760px;
	height:195px;
	position:absolute;
	top:-2px;
	left:0px;
	background-color:#CCC;
}

/* Sidebar
============================================================ 
--------------------------------------------------------- */

#sidebar {
	color:#666;
	font-size:90%;
}

/* Headings within the Sidebar */

#sidebar h2 {
	width:180px;
	color:#3174C5;
	margin:0 -10px;
	padding-left:10px;
	padding-bottom:5px;
	padding-top:10px;
	font-size:120%;
	
}
/* Footer
============================================================ 
--------------------------------------------------------- */

#footer p.copyright {
	color:#B0B0B0;
	font-size:85%;
	margin:0;
	padding-left:60px;
	padding-top:10px;
	padding-bottom:3px;
	text-align:center;
}

#footer a {
	color:#B0B0B0;
	font-size:90%;
	margin:0;
	padding-top:9px;
}

#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 {
	display:block;
	margin:0;
	padding:0;
	padding-left:10px;
	padding-right:10px;
	list-style:none;
	width:560px;
	position:absolute;
	top:194px; 
	left:0px;
}

#main-nav li {
	margin:0;
	padding:0;
	float:left;
	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 10px;
	display:block;
	height:26px;
	line-height:26px;
	color:#3174C5;
	font-size:90%;
	text-decoration:none;
	float:left;
}

#main-nav li a:hover {
	color:#3174C5;
	background-image:url(../images/main-nav-current.png);
	background-position:bottom;
	background-repeat:repeat-x;
}


#main-nav .current {
	background-image:url(../images/main-nav-current.png);
	background-position:bottom;
	background-repeat:repeat-x;
}


#main-nav  .current a:hover {
	color:#3174C5;
}

/* Sub nav */

#sidebar h2.sub-nav {
	background-image:url(../images/sub-nav-h2-bg.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#6D9CD6;
	color:#FFF;
	width:191px;
	font-size:120%;
	padding:4px 0;
	padding-left:10px;
	margin:0 -10px;
	border-bottom:none;
	
}

#sub-nav {
	margin-left:-10px;
	margin-right:-10px;
	padding:0;
	padding-bottom:5px;
	padding-top:5px;
	list-style:none;
	background-color:#FAFAFA;
	border:1px solid #6D9CD6;
	border-top:none;
	width:199px;
}

#sub-nav li {
	padding:0;
	margin:0px;
	width:180px;
}

#sub-nav li a {
	display:block;
	padding:3px 10px;
	margin:0px;
	color:#333333;
	text-decoration:none;
	width:179px;
}

#sub-nav li a:hover {
	color:#3174C5;
	
}

#sub-nav li a.current,
#sub-nav li a.current:hover {
	color:#3174C5;
	background-color:#EEEEEE;
	font-weight:bold;
}


/* 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/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 #e8e8e8;
}

.posts .date {
	font-weight:normal;
	color:#51CE67;
}

.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:#51CE67;
}

.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:#51CE67;
}





/* 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:#3375C6;
}

#sidebar ul.recent-posts p.meta {
	font-size:85%;
}

ul.recent-posts span.date {
	color:#51CE67;
}

fieldset table {
	width:100%;
	margin-bottom:0;
	border:1px solid #CFB489;
	border-bottom:none;
}

fieldset table th,
fieldset table td {
	padding:0.4em 0.5em;
	border-bottom:1px solid #CFB489;
}

fieldset table th {
	width:140px;
	background-color:#F3EDE2;
	border-right:1px solid #CFB489;
	text-align:right;
}
/* Custom Widgets
============================================================ 
--------------------------------------------------------- */



/* Table Styles
============================================================ 
--------------------------------------------------------- */

/* Basic listing table */


table.listing {
    border:1px solid #CFB489;
    border-bottom:none;
    text-align:left;
}

table.listing th {
    font-weight:bold;
    padding:0.3em 0.75em;
    background-color:#F3EDE2;
    border-bottom:1px solid #CFB489;
}

table.listing td {
    padding:0.3em 0.75em;
    border-bottom:1px solid #CFB489;
}