body {
	line-height: 1.1em;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: white;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
}
#topgradient {
	z-index: -20;
	position: absolute;
	background-repeat: repeat-x;
	height: 328px;
	width: 100%;
	background-image: url(images/bkgr_topgradient.png);
}
#container_main {
	z-index: -11;
	margin-right: auto;
	margin-left: auto;
	width: 940px;
}
#container_header {
	height: 100px;
}
#logo {
	float: left;
	padding-left: 40px;
	padding-top: 40px;
}
#navigation {
	margin-right: 37px;
	margin-top: 47px;
	height: 25px;
	float: right;
}
#navigation img {
	border-width: 0px;
	padding-left: 20px;
}
#container_content {
	color: #3f3f3f;
	background-position: 0 bottom;
	background-color: white;
	background-image: url(images/bkgr_content.png);
	background-repeat: repeat-x;
	z-index: -10;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	-webkit-box-shadow: #181818 0px 2px 3px;
}
#container_content_teaser {
	color: #3f3f3f;
	background-position: 0 bottom;
	background-color: white;
	background-image: url(images/bkgr_content_teaser.png);
	background-repeat: repeat-x;
	z-index: -10;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	-webkit-box-shadow: #181818 0px 2px 3px;
}
#contentgradient {
	width: 900px;
	background-repeat: repeat-x;
	z-index: -5;
	height: 458px;
	background-image: url(images/bkgr_content.png);
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#container_content2 {
	width: 900px;
	z-index: 0;
}
#container_footer {
	text-align: center;
	margin: 20px;
	z-index: -10;
}
#container_content_main {
	min-height: 450px;
}
#container_content_main_sidebar {
	min-height: 450px;
	width: 680px;
}
#container_content_main_sidebar {
	min-height: 450px;
	width: 680px;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(images/bkgr_contentspacer.png);
}
#container_content_sidebar {
	float: right;
	width: 220px;
}
#container_content_text {
	padding: 20px;
}
#container_content_sidebar_text {
	padding: 20px;
}

#container_footer a {
	text-decoration: none;
	color: white;
}
#container_footer a:hover {
	text-decoration: underline;
}
#container_content_title {
	padding-top: 5px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #1d63ba;
	font-size: 22px;
	background-repeat: no-repeat;
	background-image: url(images/bkgr_contenttitle.png);
	height: 50px;
}

#content_title {
	padding-left: 20px;
	padding-top: 14px;
	text-shadow: #fff 0px 1px 0px;
}

#content_title a {
	text-decoration: none;
	color: #1d63ba;
}


.sidebar_item {
	margin-bottom: 10px;
	font-size: 15px;
	padding-left: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-top: 8px;
}
.sidebar_item_hover {
	padding-left: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-top: 8px;
	background-color: #1d63ba;
	color: white;
	margin-bottom: 10px;
	font-size: 15px;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.sidebar_item_selected {
	padding-left: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-top: 8px;
	background-color: #d8d8d8;
	color: #3f3f3f;
	margin-bottom: 10px;
	font-size: 15px;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.sidebar_item_small {
	font-size: 13px;
	padding-left: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-top: 8px;
	text-shadow: #fff 0px 1px 0px;
	margin-bottom: 2px;
}
.sidebar_item_small_hover {
	padding-left: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-top: 8px;
	background-color: #1d63ba;
	color: white;
	font-size: 13px;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 2px;
}

.sidebar_item_small_selected {
	color: #3f3f3f;
	padding-left: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-top: 8px;
	background-color: #d8d8d8;
	font-size: 13px;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 2px;
}


#container_content_sidebar_item a {
	color: #3f3f3f;
	text-decoration: none;
}
#container_footer a {

}

.small {
	font-size: 11px;
}

.gray {
	color: #7f7f7f;
}

#container_content_text a {
	color: #1d63ba;
}

.sidebar_widget {
	font-size: 11px;
	padding-right: 8px;
	padding-left: 8px;
	margin-top: 20px;
}

.sidebar_widget a {
	color: #1d63ba;
}

#sidebar_widgets {
	margin-top: 40px;
}

table {
	font-size: 13px;
	color: #3f3f3f;
}

#sidebar_menu_title {
	margin-bottom: 10px;
	padding-right: 8px;
	padding-left: 8px;
	color: #1d63ba;
}

#container_banner {
	margin-left: 16px;
}

img {
	border-width: 0px;
}



.content_button_hover {
	padding: 8px;
	background-color: #1d63ba;
	color: white;
	font-size: 15px;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.content_button {
	padding: 8px;
	background-color: #d8d8d8;
	color: #3f3f3f;
	font-size: 15px;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}


#plainheadergradient {
	left: 0px;
	top: 225px;
	z-index: -20;
	position: absolute;
	background-repeat: repeat-x;
	height: 347px;
	width: 100%;
	background-image: url(images/bkgr_plain_header.png);
}


/* Tabs */

.container_content_title_tabs {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #1d63ba;
	font-size: 18px;
	border-top-left-radius: 5px;
	display: none;
}

.tabs_header {
	padding-top: 10px;
	height: 48px;
	background-color: #dee6f2;
	border-top-left-radius: 5px;
}

.tab_category {
	float: left;
	height: 33px;
	margin-left: 10px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	text-shadow: #fff 0px 1px 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.tab_category_selected {
	background-color: white;
}

.tab_category a {
	text-decoration: none;
	color: #1d63ba;
}

.stopfloat {
	
}

.tab_content {
	padding: 20px;
	font-size: 13px;
	color: #3f3f3f;
}

.tab_content a {
	color: #3f3f3f;
	text-decoration: none;
}

.tab_content a:hover {
	color: #1d63ba;
}

.tab_content img {
	background-color: #e5e5e5;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	margin-top: 20px;
	border-style: solid;
	border-color: #bfbfbf;
	display: block;
	border-width: 1px;
}

.block {
	display: block;
}

/* Feedback Form */

#feedback_form {
	background-color: #e8e8e8;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-style: solid;
	border-color: #bfbfbf;
	border-width: 1px;
}

#feedback_form input {
	padding:2px;
	border-style: solid;
	border-color: #bfbfbf;
	border-width: 1px;
}

#feedback_form select {
	width: 200px;
}

#feedback_form .noborder {
	border-width: 0px;
}


#feedback_message {
	margin-bottom: 10px;
}

#feedback_message textarea {
	height: 200px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	padding: 5px;
	border-style: solid;
	border-color: #bfbfbf;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	width: 628px;
	font-size: 13px;
}

.feedback_submit {
	color: #333333;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#cccccc));
	border-color: #aaaaaa;
	border-style: solid;
	border-width: 1px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-shadow: white 0px 1px 0px;
	-webkit-border-radius: 3px;
	font-size: 13px;
	cursor: hand;
}