* html body {
/*\*/
	text-align: center;
/* */
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	margin:0 0;
	padding:0 0;
	color:#444;
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	background-color:#666666;
	padding-bottom:30px;
}

h1,h2,h3,p,ul,ol,dl,td,th {
	line-height:1.3em;
}

h1 {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:210%;
	font-weight:bold;
	margin-top:0em;
	margin-bottom:0.75em;
	color:#182E7A;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:140%;
	font-weight:bold;
	margin-top:1.25em;
	margin-bottom:0.2em;
	color:#343434;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:120%;
	font-weight:bold;
	margin-top:1.25em;
	margin-bottom:0.2em;
	color:#343434;
}

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:#0033CC;
}

address {
	font-style:normal;
	margin-bottom:1.0em;
}


/* Main layout elements
============================================================ 
--------------------------------------------------------- */
#page {
	width:776px;
	padding:0;
	margin:0 auto;
	margin-top:17px;
	background-image:url("../images/page-bg.png");
	background-position:top left;
	background-repeat:repeat-y;
	text-align:left;
}

#header {
	height:145px;
	margin:0px;
	padding:0;
	position:relative;
	background-image:url(../images/header-bg.png);
	background-repeat:no-repeat;
	background-position:top;
}

#body {
	margin:0 8px;
	padding-top:10px;
	background-repeat:no-repeat;
}

#content {
	width:515px; /* 2px less due to IE bug with overflowing <em>s */
	padding:0 25px 0px 15px;
	float:right;
}

#sidebar {
	width:180px;
	margin:0;
	padding:20px 10px 0px 15px;
	float:left;
}

#footer {
	text-align:center;
	padding:0px;
	height:30px;
	background-color:#666;
}

#bottom{
	height:33px;
	clear:both;
	background-image:url("../images/bottom-bg.png");
	background-position:bottom;
	background-repeat:no-repeat;
}
#header-print,
#footer-print {
	display:none;
}


/* Header
============================================================ 
--------------------------------------------------------- */

#logo {
	position:absolute;
	left:14px;
	top:23px;
}

#logo a {
	background-image:url("../images/logo.png");
	background-repeat:no-repeat;
	width:493px;
	display:block;
	padding-top:81px;
	height:0px !important; /* for most browsers */
	height /**/:81px; /* for IE5.5's bad box model */
	overflow:hidden;
}


/* Sidebar
============================================================ 
--------------------------------------------------------- */

#sidebar {
	font-size:90%;
}

/* Headings within the Sidebar */

#sidebar h2 {
	width:180px;
	margin:0px 0px 6px 0px;
	padding-bottom:5px;
	padding-left:0px;
	font-size:130%;
	text-decoration:none;
	color:#022771;
	background-image:url(../images/sidebar-h2.png);
	background-position:bottom;
	background-repeat:no-repeat;
}


/* Footer
============================================================ 
--------------------------------------------------------- */

#footer p.copyright {
	font-size:90%;
	margin:0;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	text-align:center;
	color:#A8A8A8;
}

#footer p.copyright a {
	text-align:center;
	color:#A8A8A8;
}

#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:15px;
	list-style:none;
	width:761px;
	position:absolute;
	top:108px; 
	left:0px;
	background-image:url(../images/main-nav-bg.png);
	background-repeat:no-repeat;
	background-position:left;
}

#main-nav li {
	margin:0;
	padding:0;
	float:left;
	padding-top:2px;
}

#main-nav li a {
	padding:0 10px;
	display:block;
	height:34px;
	line-height:34px;
	font-size:11px;
	text-decoration:none;
	float:left;
	color:#CCC;
}

#main-nav li a:hover {
	color:#FFFFFF;
}

#main-nav .current a{
	height:34px;
	line-height:34px;
	background-image:url(../images/main-nav-current-left.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	color:#182E7A;
}

#main-nav .current {
	font-weight:bold;
	height:34px;
	line-height:34px;
	background-image:url(../images/main-nav-current-right.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	color:#182E7A;
}
	
#main-nav .current a:hover {
	color:#182E7A;
}


/* Sub nav */

#sidebar h2.sub-nav {
	font-size:130%;
	text-decoration:none;
	color:#022771
}

#sub-nav {
	margin-left:0;
	padding:0;
	list-style:none;
}

#sub-nav li {
	margin:0px;
	width:182px;
}

#sub-nav li a {
	padding:3px 0px;
	padding-left:15px;
	display:block;
	margin:0px;
	text-decoration:none;
	width:165px;
	color:#000;
}

#sub-nav li a:hover {
	margin:0;
	color:#000;
	background-image:url(../images/sub-nav-hover.png);
	background-position:left;
	background-repeat:no-repeat;
}

#sub-nav li a.current,
#sub-nav li a.current:hover {
	text-decoration:none;
	color:#000;
	background-image:url(../images/sub-nav-current.png);
	background-position:left top;
	background-repeat:no-repeat;
}


/* Crumbs */

#crumbs {
	font-size:85%;
	padding:0;
	padding-bottom:0.5em;
	margin:0;
	margin-top:1.5em;
	margin-bottom:1.5em;
	list-style:none;
	color:#666;
	border-bottom:1px solid #B9C8E3;
}

#crumbs li {
	display:inline;
}


/* 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:#005597;
}

#sidebar ul.recent-posts p.meta {
	font-size:85%;
	border-bottom:1px solid #ddd;
}

#sidebar ul.recent-posts {
	padding-left:0px;
	}

#sidebar ul.recent-posts p {
	margin-left:px;
	}
#sidebar ul.recent-posts p.meta {
	margin-left:0px;
	}
	
	
#sidebar ul.recent-posts span.date {
	margin-left:0px;
	color:#022771;
}

ul.recent-posts span.date {
	color:#022771;
}

ul.recent-posts p {
	font-size:85%;
}

/* Custom Widgets
============================================================ 
--------------------------------------------------------- */

#body .hr {
	background-color:#B9C8E3;
}


/* 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 #ddd;
}

.posts .date {
	font-weight:normal;
	color:#022771;
}

.posts .categories a {
	color:#777;
}


/* Posts Paging */

.posts-paging {
	font-size:85%;
	padding-top:1.0em;
	border-top:3px double #B9C8E3;
	text-align:center;
	clear:both;
}

.posts-paging a {
	font-weight:bold;
}


/* Post - styles for individual post detail view*/

.post .meta {
	font-size:75%;
	color:#888;
	margin-bottom:1.5em;
	padding:0.3em 0;
	border-bottom:1px solid #ddd;
}

.post .date {
	font-weight:normal;
	color:#022771;
}

.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:#022771;
}

/* Table Styles
============================================================ 
--------------------------------------------------------- */

/* Basic listing table */

table.listing {
	border:1px solid #B9C8E3;
	border-bottom:none;
	text-align:left;
	width: 100%;
}

table.listing th {
	font-weight:bold;
	padding:0.3em 0.75em;
	background-color:#F8FDF1;
	border-bottom:1px solid #B9C8E3;
	color:#022771;
}

table.listing td {
	padding:0.3em 0.75em;
	border-bottom:1px solid #B9C8E3;
}


/* 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 ...
============================================================ 
--------------------------------------------------------- */

.callout {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:110%;
    text-align:center;
font-style: italic;
    padding:10px;
    background-color:#E7ECFF;
    border-top:solid 1px #4C5C87;
    border-bottom:solid 1px #4C5C87;
line-height: 18px;
}
