/* @group General Styles */

#navbar-iframe { display: none; }

body {
	font: 11px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	margin: 30px 5px 30px 5px;
	text-align: center;
	color: #191919;
	background: fixed repeat-x url(images/body_bg.png);
	padding: 0;
	position: relative;
top: -32px;
}

p {
	padding: 2px 3px 1px 3px;
	margin: 0px 0px 3px 0px;
}

b, strong {

}

a:link, a:visited {
	color: #004080;
	text-decoration: none;
}

a:hover, a:active {
	color: #63727c;
	text-decoration: underline;
}

img {
	border-style: none;
}

	/*.image-left {
		float: left;
		margin: 3px 3px 3px 0;
		position: relative;
		z-index: 5;
	}*/

/*.image-right {
	margin: 3px 0 3px 3px;
	float: right;
	position: relative;
	z-index: 5;
	display: inline; 
}*/
.right { float: right; }
.left { float: left; }

img.right { padding: 4px; margin: 0 0 2px 0px; display: inline; }
img.left { padding: 4px; margin: 0 7px 2px 0; display: inline; }

.small { font-size: 10px;}
	
/* @end */

/* @group Layout */
.clearer {
	clear: both;
}

#container { 
	width: 662px;

	background: #ffffff;
	border: 1px solid #5c8aa7;
	position: relative;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */;
	padding: 0 20px 20px 2px;
	padding: 13px 20px 0;
	
top: 32px;
}

#pageHeader {
	text-align: center;
	height: 153px;
	background: repeat-x url(images/header_bg.png) left bottom;
}

#pageHeader img {
	position: absolute;
	right: 20px;
}

#pageHeader h1 {
	color: #63727c;
	margin: 0px;
	font-weight: bold;
	font-size: 1.9em;
	letter-spacing: 1px;
	background: transparent;
	padding: 0 10px 3px;
}

#pageHeader h2 {
	color: #99afbf;
	margin: 0px;
	font-size: 1em;
	font-weight: normal;
	letter-spacing: 3px;
	background: transparent;
	padding: 0 10px;
}

/* @group blogAdded */

  #main {
	/*margin-left: 200px;
	margin-right: 10px;
	position: relative;*/
	/*z-index: 10;*/
    width:64%;
	    float:right;
	    margin-right: 10px;
    line-height: 1.5em;
    }


/* @end */

#contentContainer {
	margin-left: 200px;
	position: relative;
	z-index: 10;
}

#contentContainer #content {
	line-height: 1.8em;
}

#sidebarContainer {
	width: 190px;
	float: left;
	text-align: left;
	position: relative;
	z-index: 4;
}

#sidebarContainer #sidebar {
	line-height: 1.8em;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#sidebarContainer .sideHeader {
	background: #61727a;
	color: #ffffff;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1.7em;
	letter-spacing: 1px;
}

#footer { 
	background: repeat-x url(images/footer_bg.png)  top;
	margin: 0px;
	text-align: center;
	padding: 0px;
	color: #a9b4c2;
	height: 53px;
	font-size: 0.95em;
	clear:  both;
}

#footer p {
	padding: 5px 25px 0px 0px;
	margin: 0px;
	font-size: 90%;
}

#footer a:link, #footer a:visited {

}

#footer a:hover, #footer a:active {
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	text-align: center;
	margin: 0px;
	padding-top: 15px;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#breadcrumbcontainer li {
	padding: 0px;
	display: inline;
}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	line-height: 2.0em;
	padding-top: 0px;
	position: relative;
	margin-bottom: 5px;
}

#navcontainer #current {
	color: #696b6e;
	background: #ffffff;
	border-bottom: 1px dotted silver;
	/*border-top: 1px dotted silver;*/
}

#navcontainer #current:hover {
		background: #f7e1ee;
}

#navcontainer .currentAncestor {
	color: #ffffff;
	background: #72848f;
	font-weight: bold;
}

/* Parent - Level 0 */

#navcontainer ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#navcontainer li {
}

#navcontainer a {
	background: #62727b;
	color: #ffffff;
	display: block;
	text-decoration: none;
	padding-left: 10px;
	height: 25px;
	margin-bottom: 1px;
	letter-spacing: 1px;
}

#navcontainer a:hover {
	background: #98afbe;
	color: #61727a;
}

#navcontainer a:active {
}

/* Child - Level 1 */

#navcontainer ul ul {
	padding: 0;
	margin: 0;
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
	padding-left: 35px;
	background: #d8e8e8;
	color: #848484;
}

#navcontainer ul ul a:hover{
	background: white;
	color: #61727a;
}

#navcontainer ul ul #current{
	background: #98afbe;
}

#navcontainer ul ul .currentAncestor {
	background: #98afbe;
}

/* Child - Level 2 */

#navcontainer ul ul ul {
}


#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a{
	padding-left: 50px;
	background: #dce9f9;
}

#navcontainer ul ul ul a:hover{
}
#navcontainer ul ul ul #current{
	background: #c7d3e2;
}
#navcontainer ul ul ul .currentAncestor {
	background: #869fab;
}

/* Child Level 3 */

#navcontainer ul ul ul ul {

}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
	padding-left: 65px;
}

#navcontainer ul ul ul ul a:hover{
	background: white;
	color: #61727a;
}

#navcontainer ul ul ul ul  #current{
	background: #aacbda;
}

#navcontainer ul ul ul ul .currentAncestor {
	background: #aacbda;
}

/* Child Level 4 */

#navcontainer ul ul ul ul {

}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a{
	padding-left: 80px;
}

#navcontainer ul ul ul ul ul a:hover{
	background: white;
	color: #61727a;
}

#navcontainer ul ul ul ul ul  #current{
	background: #c0dce3;
}

#navcontainer ul ul ul ul ul .currentAncestor {
	background: #c0dce3;
}
/* Child Level 5 */

#navcontainer ul ul ul ul ul {

}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a{
}

#navcontainer ul ul ul ul ul ul a:hover{

}

/* @end */

/* @group Global Classes */

.standout, blockquote {
	padding: 10px;
	color: #99afbf;
	font-size: 13px;
	font-style: italic;
}

h1 {
	color: #ffffff;
	font-size: 1.8em;
	font-weight: bold;
	background: #5e3989;
	padding: 2px 3px 1px 3px;
	margin: 0px 0px 3px 0px;
}

h2 {
	color: #000000;
	font-size: 1.6em;
	font-weight: bold;
	background: #f7e1ee;
	padding: 2px 3px 1px 3px;
	margin: 0px 0px 3px 0px;
}

h3 {
	color: #000000;
	font-size: 1.4em;
	font-weight: bold;
	/*background: #5e3989;*/
	padding: 2px 3px 10px 3px;
	margin: 0px 0px 3px 0px;
}

h4 {
	color: #000000;
	/*font-size: 1.2em;*/
	/*font-weight: bold;*/
	background: #f7e1ee;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 3px 3px;
}

/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
	margin: 10px;
	padding: 0 10px;
}

#sidebarContainer #sidebar li {
}	

/* Table Styles */
table {
	font-size: 1em;
		padding: 2px 3px 1px 3px;
	margin: 0px 0px 3px 0px;
}
/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {
}

.blog-entry-summary {
	margin-bottom: 10px;
}

.blog-archive-headings-wrapper {
}

.blog-archive-entries-wrapper {
}


.blog-archive-entries-wrapper .blog-entry {
}


.blog-archive-month {
	color: #63727c;
	margin: 0px;
	font-weight: bold;
	font-size: 1.9em;
}

.blog-archive-link {
	color: #99afbf;
	margin-bottom: 15px;
	font-size: 0.9em;
	letter-spacing: 3px;
}

	
/* @end */

.blog-entry {
}

.blog-entry-title {
	color: #ffffff;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 3px;
	background: #63727c;
	padding: 2px 3px 1px 3px;
}

.blog-entry-date {
	margin-top: 5px;
	color: #99afbf;
}

.blog-read-more {
	display: block;
	padding-top: 10px;
	font-style: italic;
}

.blog-entry-body {
	margin-bottom: 45px;
}

.blog-entry-comments {
}

/*styles the category link in the main entry */
.blog-entry-category {
}

.blog-entry-category a:link, .blog-entry-category a:visited {
}

/*styles the permalink link in the main entry */
.blog-entry-permalink {
}

.blog-entry-permalink a:link, .blog-entry-permalink a:visited {
}

/* styles the archives in the blog sidebar */
#blog-archives {
	margin-bottom: 10px;
}

.blog-archive-link-enabled {
}

.blog-archive-link-disabled {
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin-bottom: 10px;
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	margin-bottom: 10px;
}

.blog-rss-link {
}

.blog-comments-rss-link {
}
	
/* @end */