body {
	background-color: #EFEFEF;
	font-family: Arial,Helvetica,sans-serif;
	
}

a {
	text-decoration: none;
	color: #656565;
}

a:hover {
	text-decoration: underline;
}

a.active {
	color: #000000;
}

a.active:hover {
	text-decoration: none;
	cursor: default;
}

#content {
	width: 1000px;
	margin-left: auto;
    margin-right: auto;
    overflow:auto;
	background: #FFFFFF;
}

#header {
	width: 1000px;
}

#header_top {
	height: 95px;
}

#header_bottom {
	height: 41px;
}

#body {
	overflow: auto;
	
}

.main_section {
	width: 1000px;
	overflow: auto;
}

.navigation {
	float: left;
}

.navigation_label {
	width: 166px;
	height: 50px;
	line-height: 50px;
	background: #BAB058;
	color: #FFFFFF;
	text-align: left;
	padding-left: 15px;
}

.navigation_links {
	width: 151px;
	padding: 15px;
	color: #A3A3A3;
	font-size: 14px;
	background: rgba(186, 176, 88, 0.5);

}

.ie .navigation_links { 
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#D4D099,endColorstr=#D4D099); 
	zoom: 1;
}

.section {
	overflow: auto;
	background: -moz-linear-gradient(top, #E6E6D7, #FFFFFF);
    /* Chrome/Safari     */
    background: -webkit-gradient(linear, left top, left bottom, from(#E6E6D7), to(#FFFFFF));
    /*IE 6/7 */ filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#E6E6D7',EndColorStr='#FFFFFF');
    /*IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6E6D7, endColorstr=#FFFFFF)";
	/* For any browser that can't create a gradient  */
    /*//mozilla*/
	
}

.content_middle {
	width: 425px;
	float: left;
	padding: 15px 15px 15px 40px;
	font-size: 13px;
	color: #777777;
}

.more_link {
	padding-left: 15px;
	font-size: 15px;
	color: #222222;
}

.middle_header {
	font-size: 25px;
	padding: 25px 0 25px 0;
}

.middle_sub_header {
	font-size: 14px;
	text-decoration: bold;
	color: #BAB058;
}

.content_right {
    float: left;
    margin-left: 480px;
    padding: 100px 0 0 20px;
    position: fixed;
    text-align: left;
    width: 300px;
	z-index:5;
}

.content_right2 {
    float: left;
    margin-left: 480px;
    padding: 350px 0 0 20px;
    position: fixed;
    text-align: left;
    width: 300px;
}

.right_header {
	text-decoration: bold;
	padding: 0 0 20px 10px;
	font-size: 14px;
}

.small_img {
	padding: 4px;
}

#footer {
	height:91px;
	background:#9B9D89;
	position: absolute;
	color: #DDDDDD;
	text-align: center;
	font-size: 11px;
	width: 1000px;
}

#footer a {
	color: #DDDDDD;
}

#footer_top {
	height: 33%;
	border-bottom-style: dotted;
	border-width: 1px;
	margin-top: 10px;
	padding-top: 10px;
	font-size:14px;
}

#footer_bottom {
	height: 67%;
	margin-top: 10px;
}

#footer span {
	margin: 0 18px;
}

.figimages {
	display:inline;
	float:left;
	padding:2px 7px 10px 7px;
	font-size:10px;
	text-align:center;
}

div.pp_default .pp_description {
    font-size: 11px !important;
    font-weight: normal !important;
    line-height: 14px !important;
    margin: 5px 0px 5px 0 !important;
}

div.pp_default .pp_nav {

    width: 100% !important;
}

.thumbborder {
	
border: 3px solid #ffffff;
	
}

.thumbborder {

	filter: url(filters.svg#grayscale); /* Firefox */
	filter: gray; /* IE */
	-webkit-filter: grayscale(1); /* Webkit */
}

img.thumbborder:hover {
	filter: none;
	-webkit-filter: grayscale(0);
}

.homelink {
    color: #ffffff;
    text-decoration: none;
}