.body {
	background-repeat: repeat-x;
	background-color: #e9e9e9;
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-size: 10pt;
	line-height: 1.6em;
} 

.decor {
	width: 10px;
	position: absolute;
	height: 180px;
	top: 50px;
	left: 0px;
	background-color: #00a9ee;
	z-index: 10000;
}

#pageContainer {
	background-image: url('images/top-decoration.png');
	background-repeat: repeat-x;
	width: 100%;
}

.navigationBar {
	background-color: #444444;	
	height: 20px;
	padding: 5px 10px 15px 10px;
	color: #bbbbbb;
	width: 100%;
}

.navigationBarLogo { 
	float: right;
	padding-top: 4px;
	padding-right: 20px;
}

.navigationBarLogo a {
	color: #dddddd;
	text-decoration: none;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}

.navigationBarLogo a:hover {
	color: #0d8cc0;
}

.navigationBarButtons {
	float: right;
	padding-right: 10px;
}

.navigationBarButtons ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.navigationBarButtons li {
	display: block;
	float: left;
}

.navigationBarButtons a {    
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	background-color: #3a3a3a;
	border: solid 1px #dddddd;
	width: 96px;
	height: 25px;
	display: block;
	color: #cccccc;
	text-decoration: none;
	text-align: center;
	line-height: 2em;
	padding: 0px 0px 0px 0px;
	margin: 0px 6px 0px 0px;
	font-size: 10pt;
}

.navigationBarButtons a:hover {
	background-color: #00a9ee;
	color: #eeeeee;
}

/* 
 * All styles for the sidebar 
 */

 .sideBarIconDock { 
	margin-top: 10px;
	margin-bottom: 10px;
 }
 
.sideBar {
	float: right;
	padding-right: 16px;
	padding-top: 20px;
	width: 262px;
	padding-bottom: 10px;
}

.sideBarPageHeader {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: solid 1px #aaaaaa;	
	margin-bottom: 16px;	
	height: 254px;
	width: 262px; 
	background-image: url('images/header.jpg');
}

.sideBarSearch {
	width: 246px;
	height: 40px;
	background-color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border: solid 1px #aaaaaa;	
	margin-bottom: 16px;
	padding: 0px 8px 0px 8px;
}

.sideBar .screen-reader-text {
	display: none;
}

.sideBar #s {
	border: 0px;
	font-size: 14pt;
	padding: 4px;
	color: #666666;
	width: 170px;
}

.sideBar h2, .sideBarHeader {
	display: block;
	padding: 6px;
	font-size: 10pt;
	color: #555555;
	font-weight: bold;
}

.sideBarContent {
	width: 246px;
	background-color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border: solid 1px #aaaaaa;
	padding: 8px 8px 8px 8px;
	margin-bottom: 16px;	
	font-size: 10pt;	
}

.sideBar a {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}

.sideBar a:hover {
	color: #008add;
}

.sideBar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.sideBar ul li ul { 
	width: 246px;
	background-color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border: solid 1px #aaaaaa;
	padding: 8px 8px 8px 8px;
	margin-bottom: 16px;	
	font-size: 10pt;	
}

.sideBar ul li ul li {
	padding-top: 2px;
	padding-bottom: 2px;
}

.sideBar ul li div { 
	width: 246px;
	background-color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border: solid 1px #aaaaaa;
	padding: 8px 8px 8px 8px;
	margin-bottom: 16px;	
	font-size: 10pt;	
}

/*
 * Widget Specific Styles
 */

.widget_recent_entries ul li {
	border-top: solid 1px #dddddd;
}

.widget_recent_entries ul li:first-child { 
	border: none;
}

/*
 * Styles for content
 */

.contentBody {
	padding: 15px 10px 10px 30px;
	margin-right: 290px;
	color: #343434;
}

.bodyMain {	
	width: 100%;
}

.bodyMain a {
	color: #008add;
	font-weight: bold;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 { 
	margin: 0px;
}

.bodyMain h1 {
	font-family: Century Gothic;
	font-size: 36pt;
	color: #444444;
	padding-top: 36px;
	padding-bottom: 36px;
	line-height: 1.1em;
}

.bodyMain h1 a {
	color: #444444;
}

.bodyMain h1 a:hover {
	color: #008add;
}

.bodyMain h2 {
	font-size: 10pt;
	padding-top: 10px;
	color: #999999;
	padding-bottom: 2px;
	margin-bottom: 8px;
	font-weight: normal;
	border-bottom: solid 1px #cccccc;
}

.bodyMain h3 a { 
	color: #444444;
}

.bodyMain h3 a:hover {
	color: #008add;
}

.bodyMain h3 { 
	padding-top: 6px;
	font-size: 12pt;
	color: #444444;
	line-height: 1.5em;
}

.bodyMain a { 
	color: #444444;
	font-weight: bold;
}

.bodyMain a:hover {
	color: #008add;
}

/*
 * Specific Content Areas - i.e. Comments
 */
 
.commentlist {
	list-style-type: none;
	padding: 0px;
}

.commentlist li {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	padding: 5px;
	background-color: white;
	border: solid #aaaaaa 1px;
	margin-bottom: 10px;
	border-bottom: solid 1px #dddddd;
}

.comment-author img {
	float: right;
}

.commentmetadata {
	font-size: 0.8em;
}

.commentmetadata a {
	color: #999999;
}

/*
 * Column Styling 
 */
 
 
/*
 * Two Columns
 */
 
.col2_1 {
	float: left;
	margin-right: 2%;
}

.col2_2 { 
	float: left;
}

.thinContainer .col2_1 { 
	width: 98%;
}

.thinContainer .col2_2 { 
	width: 98%;
}

.mediumContainer .col2_1 {
	width: 63%;
}

.mediumContainer .col2_2 {
	width: 33%;
}

.wideContainer .col2_1 {
	width: 63%;
}

.wideContainer .col2_2 {
	width: 33%;
}

/*
 * Three Columns
 */
 
.col3_1 {
	float: left;
	margin-right: 2%;
}

.col3_2 { 
	float: left;
	margin-right: 2%;
}

.col3_3 { 
	float: left;
}

.thinContainer .col3_1 { 
	width: 98%;
}

.thinContainer .col3_2 { 
	width: 98%;
}

.thinContainer .col3_3 { 
	width: 98%;
}

.mediumContainer .col3_1 {
	width: 98%;
}

.mediumContainer .col3_2 {
	width: 48%;
}

.mediumContainer .col3_3 {
	width: 48%;
}

.wideContainer .col3_1 {
	width: 48%;
}

.wideContainer .col3_2 {
	width: 23%;
}

.wideContainer .col3_3 {
	width: 23%;
}

/*
 * Footer Style
 */
 
.footer {
	clear: both;
	height: 30px;
	background-color: #444444;
	overflow: hidden;
}
