/* 
   Reset
------------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input, select {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
table, td, th {}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: none;}
:focus {outline: 0;}


/* 
   General 
------------------------------------------------------------------- */

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	background-color: #fff;
	color: #444;
	font: normal 78% sans-serif;
	font-family: Tahoma, sans-serif;	
	line-height: 1.5;
}


/* 
   Typography 
------------------------------------------------------------------- */

/* Headings */

h1,h2,h3,h4,h5,h6 {
	color: #fff;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 0.3em;
}
h4,h5,h6 {font-weight: bold;}

h1 {font-size: 2.6em;}
h2 {font-size: 1.6em;}
h3 {font-size: 1.4em;}
h4 {font-size: 1.6em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}

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

h2 {
	background-color: #e4002b;
	padding: 0px 3px 2px 3px;
	color: #fff;
	display: inline;
}

h2 span {
	font-weight: normal;
	font-size: 24px;
}

.teaser {
	color: #e4002b;
	font-size: 16px;
	padding-top: 3px;
	padding-left: 3px;
	display: block;
	
}

h3 {
	color: #e4002b;
	font-weight: normal;
	border-bottom: 1px dotted #e4002b;
	display: block;
	padding: 0 0 5px 0;
	margin-bottom: 10px;
}

h4 {
	color: #e4002b;
	font-weight: normal;
	display: block;
	margin-bottom: 3px;
	padding-bottom: 3px;
}

/* Text elements */

p {margin-bottom: 1em;}

a:focus,a:hover {color: #940624;}
a {
	color: #e4002b;
	text-decoration: underline;
}

abbr, acronym {border-bottom: 1px dotted #666;}
address {margin-bottom: 1.5em;}
blockquote {margin: 1.5em;}
del, blockquote {color: #666;}
em, dfn, blockquote, address {font-style: italic;}
strong, dfn {font-weight: bold;}
sup, sub {line-height: 0;}

pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre,code,tt {
	font: 1em monospace;
	line-height: 1.5;
}


/* Lists */

li ul, li ol {margin-left: 1.5em;}
ul, ol {margin: 0 1.5em 1.5em 1.5em;}

ul {list-style-type: disc;}
ol {list-style-type: decimal;}

dl {margin: 0 0 1.5em 0;}
dl dt {font-weight: bold;}
dd {margin-left: 1.5em;}

ul.tabbed {
	display: inline;
	margin: 0;
}
ul.tabbed li {
	float: left;
	list-style: none;
	margin: 0;
}


/* Tables */

table {
	margin-bottom: 1.4em;
/*	width: 100%;	*/
}
th {font-weight: bold;}
thead th {background: #C3D9FF;}
th,td,caption {padding: 4px 2px;}
tr.even td {background: #F2F6FA;}
tfoot {font-style: italic;}
caption {background: #EEE;}

table.data_table {
	border: 1px solid #CCB;
	margin-bottom: 2em;
	width: 100%;
}
table.data_table th {
	background: #E5E5E5;
	border: 1px solid #D5D5D5;
	color: #555;
	text-align: left;
}
table.data_table tr {border-bottom: 1px solid #DDD;}
table.data_table td, table th {padding: 4px 2px;}
table.data_table td {
	background: #F0F0F0;
	border: 1px solid #E0E0E0;
}
table.data_table tr.even td {background: #F5F5F5;}


.content_block_body table tr th {
	background-color: #d2d2d2;
	padding: 2px 6px;
	border-bottom: 1px solid #fff;
}

.content_block_body table tr td {
	background-color: #efefef;
	padding: 2px 6px;
	border-bottom: 1px solid #fff;
}

.content_block_body .gsc-table-result table tr td {
	background-color: blue;
}

.gsc-resultsHeader td {
	background-color: orange;
}

/* Misc classes */

.small {font-size: 0.9em;}
.smaller {font-size: 0.8em;}
.smallest {font-size: 0.7em;}

.large {font-size: 1.1em;}
.larger {font-size: 1.2em;}
.largest {font-size: 1.3em;}

.hidden {display: none;}

.quiet {color: #666;}
.loud {color: #000;}
.highlight {background: #FF0;}

.text_left {text-align: left;}
.text_right {text-align: right;}
.text_center {text-align: center;}

.error, .notice, .notice_small, .success {
	font-size: 0.95em;
	border: 1px solid #DDD;
	margin-bottom: 1em;
	padding: 0.6em 0.8em;
}

.error a, .notice a, .notice_small a, .success a {
	color: #e4002b;
}

.error {
	background: #FBE3E4;
	border-color: #FBC2C4;
	color: #8A1F11;
}
.error a {color: #8A1F11;}

.notice,
.notice_small {
	background: #FFF6BF;
	border-color: #FFD324;
	color: #514721; 
}

/*
.notice a,
.notice_small a {color: #514721;}
*/

.notice_small {
	padding: 4px;
	font-size: 11px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 0;
}

div.notice ul, 
div.notice ul.nolist { margin: 0; }
div.notice ul.nolist { list-style-type: none; }

.success {
	background: #E6EFC2;
	border-color: #C6D880;
	color: #264409;
}
.success a {color: #264409;}


/* 
   Forms 
------------------------------------------------------------------- */

label {
	cursor: pointer;
	font-weight: bold;
}
fieldset {border: 1px solid #CCC;}
legend {
	font-size: 1.2em;
	font-weight: bold;
}
textarea {overflow: auto;}
input.text, textarea, select {
	background: #FCFCFC;
	border: 1px inset #AAA;
	padding: 4px 5px;
}
input.text:focus, textarea:focus, select:focus {background: #FFFFF5;}

input.button {
	background: #F9F9F3;
	border: 1px outset #AAA;
	padding: 4px 5px;
}
input.button:active {border-style: inset;}


.form_row {
	background: #F5F5F5;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #E1E1E1;
	padding: 10px 0;
}
.form_required {font-weight: bold;}
.form_row_submit, .legend {
	background: #E5E5E5;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #FAFAFA;
	padding: 4px 0 8px;
}
.legend {
	border-bottom: 1px solid #CCC;
	padding: 8px 18px 6px;
	font-size: 1.4em;
}
.form_property, .form_value {float: left;}
.form_property {
	text-align: right;
	width: 110px;
}
.form_value {padding-left: 24px;}
.form_row_submit .form_value {padding-left: 132px;}


/* 
   Alignment 
------------------------------------------------------------------- */

/* General */

.center,.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* Images */

img.bordered,img.alignleft,img.alignright,img.aligncenter {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}
img.alignleft, img.left {margin: 0 1.5em 1em 0;}
img.alignright, img.right {margin: 0 0 1em 1.5em;}


/* Floats */   

.left,.alignleft {float: left;}
.right,.alignright {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;	
}


/* 
   Separators 
------------------------------------------------------------------- */

.content_separator, .archive_separator {
	background: #D5D5D5;
	clear: both;
	color: #FFE;
	display: block;
	font-size: 0;
	height: 1px;
	line-height: 0;
	margin: 12px 0 24px;
}
.archive_separator {margin: 0 0 14px;}


/* 
   Content stuff 
------------------------------------------------------------------- */

.content_block {margin-bottom: 24px;}

.content_block_title a,.post_meta a, .post_date a {text-decoration: none;}
.content_block_title a:hover,.post_meta a:hover, .post_date a:hover {text-decoration: none;}

.content_block_title {
	width: 500px;
}

.content_block_body {
	width: 500px;
	margin-top: 25px;
}
div#contentwide .content_block_body  {
	width: 840px;
}
div#contentwide .content_block_title  {
	width: 840px;
}



.content_block_body ul {
	margin-left: 55px;
}

div.content_block_body ol li,
div.content_block_body ul li {
	margin-bottom: 12px;
}

.post_date {
	border-top: 1px solid #D5D5D5;
	color: #777;
	font-size: 0.9em;
	padding: 8px 0 12px;
}
.post_date a {color: #444;}

.content_block_options_bar {
	background: #E7E7E7;
	border: 1px solid #D7D7D7;
	color: #777;
	font-size: 0.9em;
	padding: 6px 10px;
	margin-bottom: 45px;
}
.content_block_options_bar a {color: #345; }
.content_block_options_bar a:hover {color: #001;}

/* Archives */
.archive_pagination {margin-bottom: 1.6em;}
.archive_post {margin-bottom: 14px;}
.archive_post_title {padding-top: 3px;}
.archive_post_date {
	background: #FAFAFA;
	border-bottom: 1px solid #C5C5C5;
	border-right: 1px solid #CFCFCF;
	float: left;
	margin-right: 12px;
	padding: 2px 0 5px;
	text-align: center;
	width: 46px;
}
.archive_post .post_date {
	border: none;
	padding: 3px 0 0;
}
.archive_post_day {font: normal 1.6em Georgia,serif;}

/* Link icons (content area) */
div.content_block_body a[href $=".pdf"], div#maincontent a[href $=".PDF"],
div.content_block_body a[href *=".pdf#"], div#maincontent a[href *=".PDF#"],
div.content_block_body a[href *=".pdf?"], div#maincontent a[href *=".PDF?"] {
    display:inline-block;
    padding-left:19px;
    background:transparent url(../../img/layout/link-icons/pdf.png) center left no-repeat;
}

div.content_block_body a[href $=".doc"], div#maincontent a[href $=".DOC"],
div.content_block_body a[href $=".docx"], div#maincontent a[href $=".DOCX"],
div.content_block_body a[href $=".dot"], div#maincontent a[href $=".DOT"] {
    display:inline-block;
    padding-left:19px;
    background:transparent url(../..//img/layout/link-icons/doc.png) center left no-repeat;
}

div.content_block_body a[href $=".xls"], div.content_block_body a[href $=".XLS"],
div.content_block_body a[href $=".xlsx"], div.content_block_body a[href $=".XLSX"] {
    display:inline-block;
    padding-left:19px;
    background:transparent url(../../img/layout/link-icons/xls.png) center left no-repeat;
}

div.content_block_body a[href ^="http://"], div.content_block_body a[href ^="https://"] {
    display:inline-block;
    padding-left:19px;
    background:transparent url(../../img/layout/link-icons/external_link.png) top left no-repeat;
}

div.content_block_body a[href ^="mailto:"] {
    display:inline-block;
    padding-left:19px;
    background:transparent url(../../img/layout/link-icons/email.png) center left no-repeat;
}

div.content_block_body a[href $=".ogg"], div.content_block_body a[href $=".OGG"],
div.content_block_body a[href $=".mid"], div.content_block_body a[href $=".MID"],
div.content_block_body a[href $=".midi"], div.content_block_body a[href $=".MIDI"],
div.content_block_body a[href $=".mp3"], div.content_block_body a[href $=".MP3"],
div.content_block_body a[href $=".wav"], div.content_block_body a[href $=".WAV"],
div.content_block_body a[href $=".wma"], div.content_block_body a[href $=".WMA"] {
    display:inline-block;
    padding-left:16px;
    background:transparent url(../../img/layout/link-icons/audio.png) center left no-repeat;
}

div.content_block_body a[href $=".ogm"], div.content_block_body a[href $=".OGM"],
div.content_block_body a[href $=".avi"], div.content_block_body a[href $=".AVI"],
div.content_block_body a[href $=".mpeg"], div.content_block_body a[href $=".MPEG"],
div.content_block_body a[href $=".mpg"], div.content_block_body a[href $=".MPG"] {
    display:inline-block;
    padding-left:16px;
    background:transparent url(../../img/layout/link-icons/video.png) center left no-repeat;
}

div.content_block_body a[href $=".zip"], div.content_block_body a[href $=".ZIP"],
div.content_block_body a[href $=".rar"], div.content_block_body a[href $=".RAR"],
div.content_block_body a[href $=".exe"], div.content_block_body a[href $=".EXE"],
div.content_block_body a[href $=".msi"], div.content_block_body a[href $=".MSI"],
div.content_block_body a[href $=".dmg"], div.content_block_body a[href $=".DMG"],
div.content_block_body a[href $=".gz"], div.content_block_body a[href $=".GZ"],
div.content_block_body a[href *=".gzip"], div.content_block_body a[href *=".GZIP"] {
    display:inline-block;
    padding-left:16px;
    background:transparent url(../../img/layout/link-icons/download.png) center left no-repeat;
}

a img {
	border: 0;
}



/* Link icons (sidebar boxes) */

div.box_content div#cont a.decorated {
		border-bottom: 1px dotted #494949;
		text-decoration: none;
	    width: 239px;    
		line-height: 15px; 
		padding: 10px 0;
		display: inline-block;
}

div.box_content div#cont hr {
	border: 0;
	border-bottom: 1px dotted #ccc;
	margin-top: 10px;
	margin-bottom: 10px;	

}

div.box_content div#cont a[href $=".pdf"], div.box_content div#cont a[href $=".PDF"],
div.box_content div#cont a[href *=".pdf#"], div.box_content div#cont a[href *=".PDF#"],
div.box_content div#cont a[href *=".pdf?"], div.box_content div#cont a[href *=".PDF?"] {
    display: inline-block;
    width: 220px;    
    padding-left:19px;
    background:transparent url(../../img/layout/link-icons/pdf.png) center left no-repeat;
/*    border-bottom: 1px dotted #444;	*/
    text-decoration: none;
	line-height: 15px;
}

div.box_content div#cont a[href $=".DOC"], div.box_content div#cont a[href $=".doc"], 
div.box_content div#cont a[href $=".DOCX"], div.box_content div#cont a[href $=".docx"], 
div.box_content div#cont a[href $=".DOT"], div.box_content div#cont a[href $=".dot"] {
    display: inline-block;
    width: 220px;     
    padding-left:19px;
    background:transparent url(../..//img/layout/link-icons/doc.png) center left no-repeat;
/*    border-bottom: 1px dotted #444;	*/
    text-decoration: none;    
	line-height: 15px;
}

div.box_content div#cont a[href $=".xls"], div.box_content div#cont a[href $=".XLS"],
div.box_content div#cont a[href $=".xlsx"], div.box_content div#cont a[href $=".XLSX"] {
    display:inline-block;
    padding-left:19px;
    background:transparent url(../../img/layout/link-icons/xls.png) center left no-repeat;
	line-height: 15px;    
}

/*
div.box_content div#cont a[href ^="http://"], div.box_content a[href ^="https://"] {
    display:inline-block;
    padding-left:19px;
    background:transparent url(../../img/layout/link-icons/external_link.png) top left no-repeat;
	line-height: 15px;    
}
*/

div.box_content div#cont a[href ^="mailto:"] {
    display:inline-block;
    padding-left:19px;
    background:transparent url(../../img/layout/link-icons/email.png) center left no-repeat;
	line-height: 15px;    
}

div.box_content div#cont a[href $=".ogg"], div.box_content div#cont a[href $=".OGG"],
div.box_content div#cont a[href $=".mid"], div.box_content div#cont a[href $=".MID"],
div.box_content div#cont a[href $=".midi"], div.box_content div#cont a[href $=".MIDI"],
div.box_content div#cont a[href $=".mp3"], div.box_content div#cont a[href $=".MP3"],
div.box_content div#cont a[href $=".wav"], div.box_content div#cont a[href $=".WAV"],
div.box_content div#cont a[href $=".wma"], div.box_content div#cont a[href $=".WMA"] {
    display:inline-block;
    padding-left:16px;
    background:transparent url(../../img/layout/link-icons/audio.png) center left no-repeat;
	line-height: 15px;    
}

div.box_content div#cont a[href $=".ogm"], div.box_content div#cont a[href $=".OGM"],
div.box_content div#cont a[href $=".avi"], div.box_content div#cont a[href $=".AVI"],
div.box_content div#cont a[href $=".mpeg"], div.box_content div#cont a[href $=".MPEG"],
div.box_content div#cont a[href $=".mpg"], div.box_content div#cont a[href $=".MPG"] {
    display:inline-block;
    padding-left:16px;
    background:transparent url(../../img/layout/link-icons/video.png) center left no-repeat;
	line-height: 15px;    
}

div.box_content div#cont a[href $=".zip"], div.box_content div#cont a[href $=".ZIP"],
div.box_content div#cont a[href $=".rar"], div.box_content div#cont a[href $=".RAR"],
div.box_content div#cont a[href $=".exe"], div.box_content div#cont a[href $=".EXE"],
div.box_content div#cont a[href $=".msi"], div.box_content div#cont a[href $=".MSI"],
div.box_contentv a[href $=".dmg"], div.box_content div#cont a[href $=".DMG"],
div.box_content div#cont a[href $=".gz"], div.box_content div#cont a[href $=".GZ"],
div.box_content div#cont a[href *=".gzip"], div.box_content div#cont a[href *=".GZIP"] {
    display:inline-block;
    padding-left:16px;
    background:transparent url(../../img/layout/link-icons/download.png) center left no-repeat;
	line-height: 15px;    
}



div.sidebaroption_top {
	padding: 4px 0;
	width: 260px;
	float: right;
	margin-right: 20px;
}

div.sidebaroption_top a {
	color: #a0a0a0;
	font-size: 1em;
	letter-spacing: 0.1em;
	text-decoration: none;
    display:inline-block;	
    padding-left:32px;
	line-height: 25px;    
}

div.sidebaroption_top a:hover {
	color: #7d7d7d;
}

div.sidebaroption_top a#back {
    background:transparent url(../../img/layout/back-btn.png) center left no-repeat;
}

div.sidebaroption_top a#fb {
    background:transparent url(../../img/layout/fb-btn-esrstyled.png) center left no-repeat;
}



/* 
   Thumbnails
------------------------------------------------------------------- */

.thumbnails {margin: 0 0 1em -8px;}
.thumbnails a.thumb {	
	background: #D5D5D5;
	display: block;
	float: left;
	margin: 0 0 8px 8px;
	padding: 3px;
}
.thumbnails a.thumb:hover {background: #C0C0C0;}
.thumbnails .thumb img {display: block;}


/* 
   Box
------------------------------------------------------------------- */

.box {margin-bottom: 0.6em;}
.box_title {
	background-color: #e4002b;
	color: #fff;
	font: bold 1.1em;
	font-family: Tahoma, sans-serif;
	padding: 0px 10px 0px 10px;
	
}
.box_content {padding: 8px 0 8px 10px;}
.box li:first-child {border-top: none;}

ul#sidebar_boxes {
	list-style: none;
}

ul#sidebar_boxes li {
	margin-bottom: 20px;
}



/* 
   Comments 
------------------------------------------------------------------- */

div.comment_list {
	border-top: 1px solid #D6D6D6; 
	margin: 1em 0 2em;
}

.comment {
	border-bottom: 1px solid #D6D6D6;
	padding-top: 10px;
}
.comment_date {font-size: 0.9em;}
.comment_date a {
	color: #567;
	text-decoration: none;
}
.comment_date a:hover {
	color: #001;
	text-decoration: underline;
}
.comment_body {padding-top: 4px;}

.comment_gravatar {width: 48px;}
.comment_gravatar img {
	background: #FFF;
	border: 1px solid #DDD;
	padding: 2px;
}


/* 
   Layout 
------------------------------------------------------------------- */

/* General wrappers */

#layout_wrapper {
/*	background: url('img/layout_wrapper.jpg') repeat-x;	*/
	padding-bottom: 16px;
}
#layout_wrapper2 {
/*	background: url('img/layout_wrapper2.jpg') no-repeat center top;	*/
/*	padding-top: 90px;	*/
}
#layout_wrapper3 {
	background: #FFF;
	margin: 0 auto;
	width: 960px;	
}
#layout_wrapper4 {padding: 6px;}


/* Header */

#header_wrapper {
/*	background: #222 url('img/header.jpg') repeat-x;	*/
	background-color: #fff;
	height: 150px;
}
#header {padding: 10px 20px 0 48px;}


#header #topnav {
	text-align: right;
	font-size: 0.8em;
	margin-bottom: 15px;
}

	#topnav a {
		color: #444;
		text-decoration: none;
	}
	#topnav a:hover {
		color: #444;
		text-decoration: underline;
	}

#header #site_logo {
	color: #A0C3D0;
	float: left;
	width: 250px;
}

#header #right-elements {
	float: right;
	width: 600px;
	margin-top: 20px;
}

	#right-elements #search {
		width: 200px;
		float: right;
		margin-right: 0px;
	}

	#right-elements #search input {
		border: 1px solid #cccccc;
	    padding: 2px 4px;
	    font-size: 12px;
	}

	#right-elements #search input.btn {

		-moz-border-bottom-colors: none;
	    -moz-border-image: none;
	    -moz-border-left-colors: none;
	    -moz-border-right-colors: none;
	    -moz-border-top-colors: none;
	    -moz-transition: all 0.1s linear 0s;	
	    background-color: #f5f5f5;
	    background-repeat: no-repeat;
	    border-color: #CCCCCC #CCCCCC #BBBBBB;
	    border-style: solid;
	    border-width: 1px;
	    color: #AF072A;
	    cursor: pointer;
	    display: inline-block;
	    font-size: 11px;
	    line-height: normal;
	    padding: 2px 4px;
	}

	#right-elements #facebook {
		width: 55px;
		float: right;		
		text-align: center;		
	}

	#right-elements #twitter {
		width: 30px;		
		float: right;		
		text-align: center;
	}

	#right-elements #logoesr {
		width: 90px;
		float: right;		
		text-align: right;
	}



/* Navigation */

#navigation {
/*	background: #fff url('../../img/layout/navBottomDelimiter.gif') bottom repeat-x;	*/
	background-color: #fff;
/*	padding-bottom: 1px;	*/
	padding-left: 38px;
}

#navigation a {
	display: block;
	text-decoration: none;
}
#navigation a.active {
	color: #fff;
	background-color: #e4002b;
	height: 20px;
}


/* Main navigation */
#nav-container li { border-right: 1px solid #fff; }
#nav-container li ul li { border-right: 0px solid #fff; }

#nav-container ul li a {
	font-size: 17px;
	padding: 5px 10px;
	display: block;
	font-weight: normal;
}
#nav-container a:hover {background: #e4002b;}
#nav-container li.current_page_item a {
	background: #e4002b;
	color: #FFF;
}

#nav-container li ul li.subnav_margin_first {
	margin-top: 4px;
}

/* Sub-navigation */
#subnav {
	border-top: 1px solid #555A5F;
	background: #60656A;
}
#subnav li {border-right: 1px solid #50555A;}
#subnav a {
	font-size: 1.1em;
	padding: 9px 12px;
}
#subnav a:hover {background: #555A5F;}

ul li.act2 {background: green;}


/* Home-news banner */

#banner_wrapper {
/*	background: #222 url('img/header.jpg') repeat-x;	*/
	background-color: #fff;
	height: 198px;
}
#banner { padding: 0px 0 5px 0; width: 955px;}

#banner img { display: block; margin: 0 auto; }



/* Main */

#main_wrapper {
/*	background: url('img/main_wrapper.gif') repeat-y;	*/ 
/*	border-bottom: 1px solid #C3C4C1;	*/
	margin-bottom: 3px;
	width: 955px;
}
#main {
	background: url('../../img/layout/mainBackgroundImage.png') right top no-repeat;
	background-color: #fff;
	padding: 40px 0 20px 0;
	width: 905px;
	margin: 0 auto;
/* 	min-height: 880px;		*/
}
#content_wrapper {width: 590px;}
#content { padding: 0 40px 0 23px; }
#contentwide { padding: 0 40px 0 23px; }




/* Sidebar */

#sidebar_wrapper {width: 295px;}
#sidebar {
	padding: 0 0 0;
}


/* Page bottom block (3 cols) */

#page_bottom_block_wrapper {
	background: #fff url('../../img/layout/page_bottom_block-bgFiller.jpg') left top repeat-x;
	min-height: 201px;
	width: 955px;
	padding-top: 40px;
	font-size: 0.9em;
}

#page_bottom_block .page_bottom_block_col1 {
	width: 260px;
	min-height: 155px;
	float: left;
	background: url('../../img/layout/page_bottom_block-delimiters.jpg') right repeat-y;
	padding-left: 47px;
	padding-right: 11px;
} 

#page_bottom_block .page_bottom_block_col2 {
	width: 261px;
	min-height: 155px;
	float: left;	
	background: url('../../img/layout/page_bottom_block-delimiters.jpg') right repeat-y;	
	background-color: transparent;
	padding: 0 12px 0 15px;
} 

#page_bottom_block .page_bottom_block_col3 {
	width: 335px;
	min-height: 155px;
	float: left;
}


/* Sitemap */

#content .content_block .content_block_body ul.sitemap {margin:0; padding:0; width:330px;}
#content .content_block .content_block_body ul.sitemap a {color: #fff; text-decoration: none;}
#content .content_block .content_block_body ul.sitemap .page { padding:4px 10px; border:1px solid #e4002b; margin:17px 0 2px 0;}
#content .content_block .content_block_body ul.sitemap .page2 { padding:1px 10px 1px 13px; background-color: #e4e4e4; border:0px solid #dbdbdb; border-bottom-color:#fff; margin-bottom: 1px; }
#content .content_block .content_block_body ul.sitemap li ul li div.page3 { padding:1px 10px 1px 20px; background-color: #fff; border:0px solid #dbdbdb; border-bottom: 1px dashed #dbdbdb; margin-bottom: 0px; }

#content .content_block .content_block_body ul.sitemap {list-style:none; list-style-type:none; margin:0;}
#content .content_block .content_block_body ul.sitemap li {background-color: #e4002b; list-style:none; list-style-type:none; margin:0;}
#content .content_block .content_block_body ul.sitemap li a.l1 {font-size:1.231em;}
#content .content_block .content_block_body ul.sitemap li a {font-size:0.923em;}
#content .content_block .content_block_body ul.sitemap li ul {margin:0}

#content .content_block .content_block_body ul.sitemap li div.page2 a {font-size:0.923em; color: #444;}
#content .content_block .content_block_body ul.sitemap li div.page3 a {font-size:0.923em; color: #444;}


/* Dashboard */

#dashboard_wrapper {}
#dashboard {
	width: 955px;
	/* background: #e4002b url('../../img/layout/footer-bg-filler.jpg') top repeat-x; */
	background: #e4002b;
	border: 0px solid #ACAFB0;
	color: #fff;
	margin-bottom: 3px;
	padding: 30px 0;
	font-size: 0.85em;
	line-height: 1.8;
}

#dashboard .col3 {/*width: 288px;*/}
#dashboard .col3mid {
	width: 300px;
	padding-left: 70px;
}
#dashboard .col3mid .col3_content {
/*	border-left: 1px solid #B0B4B8;
	border-right: 1px solid #B0B4B8;	*/
	margin: 0 20px;
	padding: 0 20px;

}
#dashboard .col_title {
	color: #fff;
	font-family: Georgia, serif;
	font-size: 1.6em;
	display: block;
	margin-bottom: 5px;
}

.leftcol {
	width: 320px;
	padding-left: 65px;
}

.rightcol {
	width: 200px;
}

#dashboard ul {margin: 0;}
#dashboard li {
	list-style: none;
/*	padding: 5px 0;	*/
}
#dashboard li a {
	color: #fff;
	text-decoration: none;
}
#dashboard li a:hover {
	color: #d7d7d7;
}
#dashboard div.services ul li {
	border-bottom: 1px dotted #000;
}
#dashboard div.services ul li a:hover {
	color: #d7d7d7;
	text-decoration: none;
}


/* Footer */

#footer {	
	background: #DDD;
	border: 1px solid #CCC;
	padding: 8px 12px;
}
#footer .right, #footer .right a {
	color: #777;
	text-decoration: none;
}
#footer .right a:hover {
	color: #223;
	text-decoration: underline;
}

/* 
   Single line IE-fix
------------------------------------------------------------------- */
* html #main, * html #dashboard {height: 0.01%; min-height: 0.01%;}


/* 
   Misc overriding classes
------------------------------------------------------------------- */

/* Border */

.noborder {border: 0;}
.notborder {border-top: 0;}
.norborder {border-right: 0;}
.nobborder {border-bottom: 0;}
.nolborder {border-left: 0;}

/* Margin */

.nomargin {margin: 0;}
.notmargin {margin-top: 0;}
.normargin {margin-right: 0;}
.nobmargin {margin-bottom: 0;}
.nolmargin {margin-left: 0;}

/* Padding */

.nopadding {padding: 0;}
.notpadding {padding-top: 0;}
.norpadding {padding-right: 0;}
.nobpadding {padding-bottom: 0;}
.nolpadding {padding-left: 0;}

