
/* CSS Document */
table, tr, td, div, input, img, form, object, embed, h1, h2, h3, h4, h5, h6, h7, h8, p, ul, ol, li, cite, a {
	border-width:0;
	margin:0;
	padding:0;
}

html { 
    height:100%;
	overflow-y: scroll;
	overflow-x: auto;
}

body { 
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	height:100%;
	margin:0px;
	padding:0;
}

a {
	color:#5c762f;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

div#page_container {
	background-color:#fff;
   	padding-top:15px;
	width:730px;
	margin-left:auto;
	margin-right:auto;
}

.lang {
	text-align:right;
	background-color:#000;
	height:6px;
	padding:5px 5px 10px 0px;
}

.lang img {
	padding:0px 5px 0px 0px;
}

.header {
	width:730px;
	height:78px;
	background-image:url(../images/header_bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

img.printlogo {
	display:none;
}

.topnav form {
	display:inline;
	/*margin-left:145px;*/
	margin-left:78px;
	font-size:10px;
}

.topnav form select {
	display:inline;
	border:1px solid #ccc;
	height:18px;
	margin-left:5px;
	margin-top:2px;
	margin-bottom:2px;
	font-size:10px;
}

.topnav form select.search1 {
	width:110px;
}

.topnav form select.search2 {
	width:180px;
	margin-right:3px;
}

a.go img {
	position:absolute;
	/*top:115px;*/
	top:135px;
	padding-top:1px;
}


.content_area {
	width:728px;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	margin:0px;
	padding:0px;
}

.content_left {
	float:left;
	width:363px;
	height:233px;
	border-right:1px dotted #ccc;
}

.content_right {
	float:right;
	width:364px;
}

.ad_left {
	float:left;
	width:363px;
	height:181px;
	border-right:1px dotted #ccc;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	background-color:#e5e7dc;
}

.inside_left {
	float:left;
	margin:0;
	padding:0px;
}

.inside_right {
	float:right;
	margin:0;
	/*padding:10px 5px 10px 5px;*/
	min-width:147px;
	text-align:center;
}

.inside_right img {
	margin:0;
	/*padding:12px 0px 0px 0px;*/
}

.ad_right {
	float:right;
	width:297px;
	height:151px;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	background-image:url(../images/ad_right_bg.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	background-color:#f0f0d3;
	padding:15px 34px 15px 33px;
}

.ad_right p {
	font-size:11px;
	padding:10px 0px 0px 0px;
	line-height:14px;
	color:#5c762f;
}

.ad_right h1 span {
	color:#ca1f1a;
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif; 
}

.ad_right h1 {
	color:#5c762f;
	font-size:11px;
}
 
.footer {
	clear:both;
	background-color:#000;
	color:#fff;
	height:14px;
	background-image:url(../images/logo_small.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	font-size:9px;
	padding:9px 5px 5px 23px;
}

.footer p img {
	position:relative;
	margin-top:-4px;
	float:right;
}

.footer p a {
	color:#fff;
	text-decoration:none;	
}

.footer p a:hover {
	text-decoration:underline;
}

.social {
	color:#5c762f;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	padding-top:20px;
	font-size:11px;
}

.social span {
	vertical-align:10px;
}

.social img {
	border:1px solid #ccc;
}