﻿html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px 0px 18px 0px;
	padding: 0px;
	background-color: #ffffff;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

a img {
	border: none;
}

a,
a:active,
a:link,
a:visited {
	color: #975167;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}

form {
	margin: 0px;
	padding: 0px;
}

#outer {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 1000px;
	background-color: #ffffff;	
	border: none;
	text-align: left;
}

#header {
	margin: 0px;
	padding: 0px;
	height: 87px;
	text-align: right;
	background: #ffffff url(/images/header_bg.png) no-repeat top left;
	border-bottom: 1px solid #dedede;
}

#header ul {
	margin: 0px;
	padding: 0px;
	display: inline;
}

#header ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
}

#header ul li a {
	margin: 0px;
	padding: 0px;
}

#header a.homebutton {
	width: 426px;
	height: 44px;
	border: none;
	margin-right: 182px;
	outline: none;
}

#headertitle {
	border: none;
	border-bottom: 1px solid #dedede;
	/*font-family: deSecMenuNavFont, Verdana, sans-serif;*/
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 12px;
	background: transparent url(/images/nav_bar2_bg.gif) repeat-x center center;
	width: 100%;
	color: rgb(138, 138, 138);
	padding: 8px 0px 9px 0px;
	overflow: hidden;
}

#headertitle div {
	padding: 0px 15px 0px 16px;
	text-align: center;
}

#top {
}

#top input.txt {
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 100%;
	color: #676767;
	font-family: arial;
	font-size: 11px;
	height: 21px;
	outline: none;
	background-color: transparent;
}

#top td.topmailing div.pos1 {
	padding-top: 30px;
	padding-left: 16px;
}

#top td.topmailing span {
	display: block;
	height: 24px;
	margin: 0px 8px 0px 0px;
	padding: 0px 0px 0px 8px;
	background: transparent url(/images/top_mailing_input_bg_left.gif) repeat-x left top;
}

#top td.topmailing span span {
	display: block;
	height: 24px;
	margin: 0px;
	padding: 5px 8px 0px 0px;
	background: transparent url(/images/top_mailing_input_bg_right.gif) no-repeat right top;
}

#top td.topmailing {
	width: 250px;
	height: 102px;
	background: #f7f8f9 url(/images/top_mailing_bg.png) no-repeat top left;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	color: #5b5d61;
	font-family: arial;
	font-size: 10px;
	line-height: 18px;
	text-align: left;
}

#top td.topmailing a, #top td.topmailing a:visited, #top td.topmailing a:active, #top td.topmailing a:link {
	color: #975167;
	font-weight: normal;
	text-decoration: none;
}

#top td.topmailing a:hover {
	text-decoration: underline;
}

#top td.topsearch {
	width: 250px;
	height: 73px;
	background: #9fa1a4 url(/images/top_search_bg.png) no-repeat top left;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

#top td.topsearch div.pos1 {
	/*padding-top: 16px;
	padding-left: 16px;*/
	padding-top: 16px;
	padding-left: 16px;
}

#top td.topsearch span {
	display: block;
	height: 24px;
	margin: 0px 8px 0px 0px;
	padding: 0px 0px 0px 8px;
	background: transparent url(/images/top_search_input_bg_left.gif) repeat-x left top;
}

#top td.topsearch span span {
	display: block;
	height: 24px;
	margin: 0px;
	padding: 5px 8px 0px 0px;
	background: transparent url(/images/top_search_input_bg_right.gif) no-repeat right top;
}

#top td.topbannerpos {
	width: 750px;
	margin: 0px;
	padding: 0px;
	/*background: transparent url(/images/top_banner_bg.jpg) no-repeat center top;*/
	border-bottom: 1px solid #ffffff;
}

/* Nav menu */
#nav {
	width: 1000px;
}

#navtab {
	padding: 0px;
	margin: 0px;
	height: 48px;
	font-family: Verdana, Arial, Helvetica, sans-serif
	font-weight: normal;
	font-size: 12px;
	list-style-type: none;
	background: transparent url(/images/nav_bar1_bg+1.gif) repeat-x left top;
}

#navtab li {
	display: inline;
	margin: 0;
	padding: 0;
}

#navtab li a {

	display: block;
	float: left;
	color: #454141;
	text-shadow: #fefefe 1px 1px 1px;
	outline: none;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 15px;

	/*padding: 15px 15px 14px 15px;*/
	
	padding: 15px 24px 14px 24px;
	
	border-right: 1px solid #d6d6d6;
	text-decoration: none;
}

#navtab li a.last {
	border-right: none;
	/*padding: 15px 20px 14px 19px;*/
}

#navtab li a:hover {
	text-decoration: none;
	background: transparent url(/images/nav_bar1_bg_over.gif) repeat-x center top;
}

#navtab li.selected a {
	background: transparent url(/images/nav_bar1_bg_over.gif) repeat-x center top;	
}

#navtab li.hovertmp a {
	background: transparent url(/images/nav_bar1_bg_over.gif) repeat-x center top;	
}

/*
975167
*/

#navcontent {
	border: none;
	border-bottom: 1px solid #dedede;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-weight: 400;
	font-size: 13px;
	
	line-height: 20px;
	color: #3a3a3a;
	
	background: transparent url(/images/nav_bar2_bg.gif) repeat-x left center;
	
	/*height: 29px;*/ /*IE7 beta2 fix*/
	
	height: 36px;
	
	width: 1000px;
	overflow: hidden;
}

#navcontent ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	display: none;
}

#navcontent ul li {
	display: inline;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	padding: 0px;
	margin: 0px;
}

#navcontent ul.selected{
	display: block;
}

#navcontent ul li a {
	border: none;
	outline: none;
	color: #3a3a3a;	
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	text-shadow: #fefefe 0px 2px 1px;
	
	/*padding: 5px 10px 5px 10px;*/
	
	padding: 5px 10px 5px 10px;
	margin: 0px;
	
	display: block;
	float: left;
	text-decoration: none;
	position: relative;
	top: 0px;
}

#navcontent ul li a:hover,
#navcontent ul li a.selected,
#navcontent ul li a:active {
	color: #975167;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	text-decoration: none;
	background-color: transparent;
	
	padding: 0px;
	padding: 5px 10px 5px 10px;
	
	margin: 0px;
}

#navcontent .selected {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

#navcontent .current {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 13x;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
}
/* End menu */

#main {
	margin-top: 17px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
	padding: 0px 0px;
	width: 1000px;
	background: #fff url(/images/main_bg.png) repeat-y center top;
}

/* Cols 
 * 1.
 */
#main div.twocols {
	text-align: left;
	margin: 0px;
	width: 1000px;
}

#main div.twocols div.col1 {
	float: left;
	/*width: 654px;*/
	width: 664px;
}

#main div.twocols div.col2 {
	margin: 0;
	float: left;
	/*width: 346px;*/
	width: 336px;
	height: 1%; /* Fix */
}

#main div.twocols div.col2 div.banner1 {
	width: 336px;
	background-color: #ffffff;
	padding: 0px 0px 17px 0px;
}

#main div.twocols div.col2 div.banner10 {
	width: 336px;
	background-color: #ffffff;
	padding: 0px 0px 18px 0px;
}

#main div.twocols div.col2 div.banner2 {
	width: 336px;
	background-color: #ffffff;
	padding: 0px 0px 19px 0px;
}

#main div.twocols div.col2 div.headlines {
	width: 336px;
	background-color: #ffffff;
	padding: 0px 0px 19px 0px;
}

span.moreheadlines {
	color: #1d7ea8;
	font-size: 10px;
	text-decoration: none;
	cursor: pointer;
}

span.moreheadlines_hover {
	text-decoration: underline;
	cursor: pointer;
}

/* 2.
 *
 */
#main div.twocols2 {
	text-align: left;
	margin: 0px;
	width: 1000px;
}

#main div.twocols2 div.col1 {
	float: left;
	/*width: 654px;*/
	width: 336px;
}

#main div.twocols2 div.col2 {
	margin: 0;
	float: left;
	/*width: 346px;*/
	width: 664px;
	height: 1%; /* Fix */
}

#main div.twocols2 div.col1 div.banner2 {
	width: 336px;
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;
}

/* End cols
 *
 */

/* Main first image
 *
 */
 
img.main_first_img {
	border: 1px solid #e7e7e7;
	padding: 1px;
	margin: 2px 0px 4px 10px;
	background-color: #e5ecf1;
}

/* Aricle boxes
 *
 */
div.articlebox {
	
}

#articleboxes {
	width: 1000px;
	border-style: solid;
	border-color: #ffffff;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 20px;
	border-bottom-width: 20px;
	/*background-color: #e7e7e7;*/
}

#articleboxes td {
	border: 1px solid #e7e7e7;
	padding: 0px;
	background-color: #f3f4f6;
}

#articleboxes td.nostyle {
    border: none;
    background-color: transparent;
    padding: 0px;
}

#articleboxes td.middle {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 16px solid #ffffff;
	padding: 0px;
	background-color: #ffffff;
}

#articleboxes p {
	margin: 0px;
	padding: 10px 10px 10px 10px;
	font-family: arial;
	font-size: 10px;
	line-height: 17px;
	color: #3a3a3a;
	/*text-align: justify;*/
}

#articleboxes span.title {
	color: #917578;
	font-size: 18px;
	line-height: 22px;
	text-align: left;
}

#articleboxes span.text {
	text-align: justify;
}

#articleboxes img {
	border: 1px solid #977d80;
	padding: 1px;
	margin: 2px 0px 4px 10px;
	background-color: #e5ecf1;
}

#articleboxes a.article {
	display: block;
	text-align: right;
	
}

/**/

.jobsblock {
    background-color: #fff;
    padding-bottom: 0px;
}

#jobsblock {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    /*background-color: rgb(212, 226, 232);*/
    background-color: #fff;
    
    border-width: 1px;
    border-style: solid;
    border-color: #fff; /* #e7e7e7 */
    
    padding: 0px 10px 14px 10px;
}

#jobsblock h2 {
    color: rgb(236, 136, 29);
    margin: 0px 0px 4px 0px;
    font-size: 24px;
    line-height: 24px;
}

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

#jobsblock li {
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid rgb(236, 136, 29);
    clear: right;
    margin-bottom: 6px;
    padding-bottom: 10px;
}

#jobsblock li span.title {
    font-weight: normal;
    font-size: 12px;
    display: block;
    padding: 6px 0px;
}

#jobsblock li span.subtitle {
    color: #666;
    font-weight: normal;
    font-size: 10px;
    
    padding-bottom:6px;
    margin-bottom:6px;
}

#jobsblock li a:hover {
    text-decoration: none;
}

#jobsblock li a:hover span.title {
    text-decoration: underline;
}

#jobsblock a.list {
    text-decoration: none;
    color: rgb(236, 136, 29);
    font-size: 10px;
    font-weight: bold;
}

#jobsblock a.list:hover {
    text-decoration: underline;
}

/**/

#headlines {
	border: 1px solid #e7e7e7;
	/*background: #f3f4f6 url(/images/headlines_bg.gif) no-repeat top left;*/
	background-color: #f3f4f6;
	padding: 14px 10px 14px 10px;
}

#headlines h2 {
	color: #917578;
	font-size: 20px;
	line-height: 18px;
	font-family: arial;
	margin: 0px 0px 8px 3px;
	padding: 0px;
	font-weight: normal;
}

#headlines ul {
	color: #975167;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	font-family: arial;
	font-size: 12px;
	list-style-type: disc;
	list-style-position: outside;
	/*list-style-image: url(/images/headlines_listimage.gif);*/
}

#headlines ul li {
	margin: 3px 0px 4px 0px;
	padding-left: 3px;
	/*list-style-image: url(/images/headlines_listimage.gif);*/
}

#headlines li a,
#headlines li a:link,
#headlines li a:visited,
#headlines li a:active {
	font-family: arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #3a3a3a;
	text-decoration: none;
}

#headlines li a:hover {
	text-decoration: underline;
	color: #975167;
}

.rssbox {
	text-align: left;
	padding: 10px 10px 10px 10px;
}

.rssbox div.title {
	margin: 2px 0px 14px 0px;
	padding: 0px 4px;
	font-size: 18px;
	line-height: 16px;
	color: #917578;
}

.rssbox ul {
    color: #975167;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	font-family: arial;
	font-size: 12px;
	list-style-type: disc;
	list-style-position: outside;
	text-align: left;
}

.rssbox ul li {
	margin: 3px 0px 4px 0px;
	padding-left: 3px;
	text-align: left;
	/*list-style-image: url(/images/headlines_listimage.gif);*/
}

.rssbox ul li a {
	text-align: left;
	float: none;
}

.rssbox li a,
.rssbox li a:link,
.rssbox li a:visited,
.rssbox li a:active {
	font-family: arial;
	font-size: 10px;
	line-height: 14px;
	color: #3a3a3a;
	text-decoration: none;
	text-align: left;
}

.rssbox li a:hover {
	text-decoration: underline;
	color: #975167;
	text-align: left;
}

.pollbox {
    text-align: left;
	padding: 10px 10px 10px 10px;
}

.pollbox div.title {
	margin: 0px 0px 14px 0px;
	padding: 0px 4px;
	font-size: 16px;
	line-height: 16px;
	color: #917578;
}

.pollbox div.option {
    padding: 2px 3px;
}

.pollbox label, .pollbox input["type=radio"] {
    cursor: pointer;
}

.pollbox label, .pollbox div.text {
    padding-left: 4px;
    font-family: arial;
	font-size: 10px;
	line-height: 17px;
	color: #3a3a3a;
}

.pollbox a {
    font-size: 10px;
}

.pollbox div.votedata {
    margin-left: 2px;
    width: 280px;
}

.pollbox div.bar {
    width: 0%;
    height: 8px;
    padding: 2px 1px;
    margin: 2px 0px 4px 4px;
    border: 1px solid #c7c7c7;
    font-size: 10px;
    line-height: 10px;
    text-align: right;
    background: transparent url(/images/pagenav/pagenav_bg.gif) repeat-x center center;
}

/*.pollbox li a,
.pollbox li a:link,
.pollbox li a:visited,
.pollbox li a:active {
	font-family: arial;
	font-size: 10px;
	line-height: 14px;
	color: #3a3a3a;
	text-decoration: none;
	text-align: left;
}

.pollbox li a:hover {
	text-decoration: underline;
	color: #1d7ea8;
	text-align: left;
}*/

div.clear {
	clear: both;
}

div.article {
	margin: 0px 0px 0px 17px;
	width: 630px;
	
	/*color: #3a3a3a;
	font-family: arial, sans-serif;
	font-size: 10px;
	line-height: 17px;*/
}

div.article h2 {
	color: #917578;
	font-size: 20px;
	line-height: 18px;
	line-height: 1em;
	font-family: arial;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

div.article ul {
	list-style-type: disc;
	list-style-position: inside;
	color: #3a3a3a;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

div.article ol {
	font-size: 10px;
	list-style-position: inside;
	color: #3a3a3a;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

div.article p.content {
	margin: 0px;
	padding: 0px;
	
	/*color: #3a3a3a;
	font-family: arial, sans-serif;*/
}

div.article p.articlefooter {
	text-align: right;
	clear: left;
}

div.article p.articlefooter a {
	font-size: 10px;
}

div.archive {
	margin-right: 8px;
}

div.older {
	margin: 0px 8px 0px 17px;
	font-size: 10px;
	color: #3a3a3a;
	font-family: arial;
	line-height: 15px;
}

div.older h2 {
	color: #917578;
	font-size: 20px;
	line-height: 18px;
	font-family: arial;
	margin: 2px 0px 12px 0px;
	padding: 0px;
	font-weight: 400;
}

div.older div.title {
	font-size: 110%;
	font-weight: bold;
	display: block;
	padding: 0px;
	margin: 8px 0px 0px 0px;
}

div.older a {
	display: block;
	margin: 2px 0px 0px 0px;
}

div.older span.date {
	color: #b1b1b1;
	font-size: 10px;
}

.articlestyle {
	color:#3a3a3a;
	font-size:10px;
	line-height:17px;
}

.pagestyle {
	color:#3a3a3a;
	font-size:10px;
	line-height:17px;
}

.pagenav {
	/* */
	float: left;
	background-color: #ffffff;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 4px;
}

.pagenav a:link,
.pagenav a:active,
.pagenav a:hover,
.pagenav a:visited {
	font-family: arial;
	color: #3a3a3a;
	font-size: 11px;
	padding: 4px 6px 4px 7px;
	background: transparent url(/images/pagenav/pagenav_bg.gif) repeat-x center center;
	border-right: 1px solid #dedfdf;
	
	text-decoration: none;
}

.pagenav a.current {
	background: transparent url(/images/pagenav/pagenav_bg_current.gif) repeat-x center center;
}

.pagenav span.start {
	font-family: arial, sans-serif;
	color: #3a3a3a;
	background: transparent url(/images/pagenav/pagenav_bg.gif) repeat-x center center;
	padding: 4px 14px 4px 8px;
	border-right: 1px solid #dedfdf;
}

.pagenav span.end {

}

.pagenav span.inactive {
    font-size: 11px;
	font-family: arial, sans-serif;
	color: #7d7d7d;
	background: transparent url(/images/pagenav/pagenav_bg.gif) repeat-x center center;
	padding: 4px 14px 4px 8px;
	padding: 4px 6px 4px 7px;
	border-right: 1px solid #dedfdf;
}

/*span.highlight_wrap {
	padding: 0px 0px 0px 2px;
	background: #1d7ea8  url(/images/highlight_wrap.gif) no-repeat left 50%;
}

span.highlight {
	color: #ffffff;
	padding: 0px 2px 0px 0px;
	background: #1d7ea8 url(/images/highlight_wrap.gif) no-repeat right 50%;
}*/

span.highlight, span.highlight_wrap {
	color: #ffffff;
	padding: 0px 1px 0px 1px;
	background-color: #1d7ea8;
}

.pagestyle1 {
	color: #3a3a3a;
	font-family: arial;
	font-size: 10px;
	line-height: 18px;
}

.strong {
	font-weight: bold;
}

#partners {
	padding: 0px;
	margin: 0px;
	height: 73px;
	background-color: #f3f4f6;
	border: 1px solid #e7e7e7;
}

#partners table {
	width: 100%;
	height: 100%;
	border: none;
}

#partners table td {
	text-align: center;
}

#partners table td img {
	vertical-align: middle;
	border: none;
}

#footer {
	padding: 6px 0px 6px 0px;
	margin: 0px;
	border: none;
	line-height: 18px;
	font-size: 10px;
	font-family: arial;
	color: #767676;
}

#footer table {
	margin: 0px auto;
}



#footerlinks {
	padding: 0px;
	margin: 0px;
	height: 83px;
	background-color: #f3f4f6;
	border: 1px solid #e7e7e7;
	font-family: arial;
	font-size: 10px;
	color: #767676;
}

#footerlinks a:link,
#footerlinks a:active,
#footerlinks a:visited,
#footerlinks a:hover {
	color: #3d3d3d;
}

#footerlinks table {
	margin: 3px 4px 0px 4px; 
}

#footerlinks td {
	padding: 4px 8px 4px 8px;
}

div.feedpos {
	margin: 0px 0px 0px 17px;
	padding: 0px 0px 0px 0px;
}

div.feeditems {
	margin: 10px 17px 0px 0px;
	padding: 0px 14px 0px 0px;
	float: left;
	width: 280px;
	background: #fff url(/images/main_bg.png) repeat-y right top;
}

div.feeditems div.title {
}

div.feedtitle {
	font-weight: normal;
	font-size:14px;
	color:rgb(140,192,210);
	font-size: 110%;
	font-weight: bold;
	padding: 0px;
	margin: 1px 0px 14px 0px;
}

div.fdesc {
	margin: 0px;
}

.flash-replaced .alt {
	display: block;
	height: 0;
	position: absolute;
	overflow: hidden;
	width: 0;
}

pre {
	margin: 20px auto 0px auto;
	width: 1000px;
	text-align: left;
}

.horline {
	margin-bottom: 10px;
	margin-left:5px; 
	border-top: 1px solid #e5e5e5;
}
