﻿/* GLOBAL MODIFIERS */
html, body {
	padding: 0;
	margin: 0;
	font: normal 11px/13px Verdana, Arial, Helvetica, Sans-Serif;
	text-align: center;
	background: #ececec url('../images/page_bg.gif') repeat-x left top;
}
:focus {
	outline: none;
}
a, a:link, a:visited, a:active {
	color: #eb1613;
	text-decoration: none;
}
a:hover {
	color: #eb1613;
	text-decoration: underline;
}
a img {
	border: none 0px;
}
h1 { font: bold 18px/18px Verdana, Arial, Helvetica, Sans-Serif; }
h2 { font: bold 16px/16px Verdana, Arial, Helvetica, Sans-Serif; }
h3 { font: bold 18px/22px Verdana, Arial, Helvetica, Sans-Serif; }
h4 { font: bold 14px/14px Verdana, Arial, Helvetica, Sans-Serif; }
h5 { font: bold 13px/13px Verdana, Arial, Helvetica, Sans-Serif; }
h6 { font: bold 12px/12px Verdana, Arial, Helvetica, Sans-Serif; }

input, select, textarea {
	font: normal 10px/10px Verdana, Arial, Helvetica, Sans-Serif;
}

/* ID MODIFIERS */
#page_wrapper {
	padding: 0;
	margin: 0 auto;
	width: 900px;
	text-align: left;
}
#header_wrapper {
	float: left;
	width: 100%;
}
#p_page_wrapper {
	padding: 0 10px 0 10px;
	margin: 0 auto;
	text-align: left;
}
#logo_wrapper {
	float: left;
	display: block;
}
#logo_wrapper a {
	display: block;
	height: 73px;
	width: 240px;
}
#logo_wrapper div {
	height: 73px;
	width: 240px;
}
#logo_wrapper h1 {
	visibility: hidden;
}
#search_wrapper {
	float: right;
	text-align: right;
	position: relative;
	top: 0;
	right: 0;
}
#soeg_input {
	position: absolute;
	top: 25px;
	right: 43px;
	border: none;
	background: url('../images/soeg_input.gif') no-repeat left top;
	width: 188px;
	height: 12px;
	padding: 7px 0 5px 6px;
}
#soeg_btn {
	position: absolute;
	top: 25px;
	right: 0px;
	font: bold 0px Verdana, Arial, Helvetica, Sans-serif;
	color: #eb1613;
	text-align: left;
	vertical-align: top;
	border: none;
	background: url('../images/soeg_bg.gif') no-repeat left top;
	padding: 0px;
	width: 43px;
	height: 24px;
}
#content_wrapper {
	clear: both;
	width: 900px;
}
#p_content_wrapper {
	clear: both;
}
/* [+] Top navigation background styling */
#box_side_top 			{ background: #eb1613 url('../images/box_top_topside.gif') repeat-x left top; height: 40px; width: 100%; position: relative; z-index: 20; }
#box_side_topleft 		{ background: url('../images/box_top_leftside.gif') repeat-y left top; height: 40px; }
#box_side_topright 		{ background: url('../images/box_top_rightside.gif') repeat-y right top; height: 40px; }
#box_corner_topleft 	{ background: url('../images/box_top_leftcorner.gif') no-repeat left top; height: 40px; }
#box_corner_topright 	{ background: url('../images/box_top_rightcorner.gif') no-repeat right top; height: 40px; }
/* [-] Top navigation background styling */
#p_middle_wrapper {
	background-color: #ffffff;
	text-align: left;
	vertical-align: top;
	clear: both;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	padding:20px;
}
#middle_wrapper {
	background-color: #ffffff;
	width: 898px;
	text-align: left;
	vertical-align: top;
	clear: both;
	float: left;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	position: relative;
}
#middle_wrapper_second {
	background-color: #ffffff;
	width: 900px;
	text-align: left;
	vertical-align: top;
	clear: both;
	float: left;
	position: relative;
}
#content {
	padding: 0;
	vertical-align: top;
	background-color: #ffffff;
	width: 659px;
	float: left;
	padding-top: 20px;
}
#sidebar {
	background-color: #ffe5e5;
	padding: 0;
	vertical-align: top;
	width: 239px;
	float: right;
	position: absolute;
	top: 0;
	right: 0;
}
#content_second {
	padding: 0;
	vertical-align: top;
	background-color: #ffffff;
	width: 660px;
	float: left;
}
#sidebar_second {
	background-color: #ffe5e5;
	padding: 0;
	vertical-align: top;
	width: 240px;
	float: right;
}
#slogan {
	background: #8a8b8b;
	text-align: center;
	width: 898px;
	clear: both;
}
#slogan img {
	margin: 0 auto;
	border: 0;
}
#add_column {
	clear: both;
	padding-left: 13px;
}
#add_column #column_one, #add_column #column_two, #add_column #column_three {
	border: solid 1px #aaaaaa;
	margin: 13px 13px 0px 0px;
	float: left;
}
#add_column #column_three {
	margin: 13px 0px 0px 0px;
}
#column_one {
	clear: left;
}
#add_column a, #add_column a:link, #add_column a:active, #add_column a:visited, #add_column a:hover {
	font: normal 11px Arial, helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
}
#add_column p, #add_column h3 {
	padding: 0;
	margin: 0;
}
#add_column .pidlink {
	display: none;
	visibility: hidden;
	height: 1px;
	width: 1px;
	position: absolute;
	top:0;
	left:0;
}
.addlink {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
}
.addlink img {
	border: none 0;
	height: 147px;
	width: 280px;
}
/* [+] Specific Add Column Padding */
#column_one, #column_two, #column_three {
	position: relative;
}
#column_one p, #column_two p, #column_three p, #column_one h3, #column_two h3, #column_three h3 {
	position: relative;
	z-index: 10;
}
#column_one {
	text-align: right;
	padding: 10px 10px 0 0;
	height: 137px;
	width: 270px;
}
#column_one h3 {
	margin-bottom: 5px;
}
#column_one p {
	line-height: 18px;
	font: normal 11px/18px Verdana;
}
#column_two {
	text-align: left;
	padding: 10px 0 0 10px;
	height: 137px;
	width: 270px;
}
#column_two h3 {
	margin-bottom: 5px;
}
#column_two p {
	line-height: 18px;
}
#column_three {
	text-align: left;
	padding: 10px 0 0 10px;
	height: 137px;
	width: 268px;
}
#column_three h3 {
	margin-bottom: 5px;
}
#column_three p {
	line-height: 18px;
}
/* [-] Specific Add Column Padding */

#bottom_wrapper {
	clear: both;
	width: 900px;
	margin: 0 auto;
}
#p_bottom_wrapper {
	clear: both;
	margin: 0 auto;
}

/* [+] Frontpage Bottom Styling */
#box_side_bottom 			{ background: #ffffff url('../images/box_bottom_bottomside.gif') repeat-x left bottom; height: 13px; }
#box_side_bottomleft 		{ background: url('../images/box_bottom_leftside.gif') repeat-y left bottom; height: 13px; }
#box_side_bottomright 		{ background: url('../images/box_bottom_rightside.gif') repeat-y right bottom; height:13px; }
#box_corner_bottomleft 		{ background: url('../images/box_bottom_leftcorner.gif') no-repeat left bottom; height: 13px; }
#box_corner_bottomright 	{ background: url('../images/box_bottom_rightcorner.gif') no-repeat right bottom; height: 13px; }
/* [-] Frontpage Bottom Styling */

/* [+] Subpage Bottom Styling */
#box_side_left_second			{ background: url('../images/box_top_leftside.gif') repeat-y left top; }
#box_side_right_second 			{ background: url('../images/box_top_rightside.gif') repeat-y right top; }
.box_side_bottom_second 		{ background: url('../images/box_bottom_bottomside.gif') repeat-x bottom; }
#box_side_bottomleft_second 	{ background: url('../images/box_bottom_leftside.gif') repeat-y left bottom; }
#box_side_bottomright_second 	{ background: url('../images/box_bottom_rightside.gif') repeat-y right bottom; }
#box_corner_bottomleft_second 	{ 
	background: url('../images/box_bottom_leftcorner.gif') no-repeat left bottom;
	padding: 0 0 1px 1px;
}
#box_corner_bottomleft_second {
	height: 561px;
	min-height: 561px;
}
div[id] #box_corner_bottomleft_second {
	height: auto;
}
#box_corner_bottomright_second 	{
	background: url('../images/box_bottom_rightcorner.gif') no-repeat right bottom;
	padding: 0 1px 1px 0;
}
/* [-] Subpage Bottom Styling */
#footer_wrapper, #footer_wrapper div, #footer_wrapper small {
	clear: both;
	text-align: center;
	font: 10px/32px Verdana, Arial, Helvetica, Sans-Serif;
	color: #666666;
	margin: 0 auto;
}

#p_footer_wrapper, #p_footer_wrapper div, #p_footer_wrapper small {
	clear: both;
	text-align: center;
	font: 10px/32px Verdana, Arial, Helvetica, Sans-Serif;
	color: #666666;
	margin: 0 auto;
}
/* CLASS MODIFIERS */
.remove {
	display: none;
	visibility: hidden;
}
.clear {
	clear: both;
	display: none;
	visibility: hidden;
}
.news_content {
	clear: both;
}