/* --------------------------------------------- 
all pages
*/

/* basics */

A:link {
text-decoration:none; 
color: #7CA518;
font-weight: bold;
}
A:visited {
text-decoration:none; 
color: #7CA518;
font-weight: bold;
}
A:hover {
text-decoration:none;
color: #618213;
}

A:link img {
border:0px;
}

body {
	font-family:verdana, sans-serif;
	color:#000000;
	margin:0px;
	font-size:12px;
	background-image: url(../assets2/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	/*background-color: #243934;*/
	background-color: #000000;
}

img {
border:0px;

}

.clear {
clear:both;
}

/* ------------------ overall layout ------------- */
#main_div {
width:1012px;
margin-left:auto;
margin-right:auto;
padding-top:50px;
height:882px;

}

#content {
margin-left:126px;
margin-right:126px;
width:auto;
}

#both_sides {
width:auto;
height:485px;
}

#guide {
	text-align:center;
}

/* ------------------ top menu ------------------- */

#top_menu_space {
height:108px;
}

#home_logo {
float:left;
height:102px;
width:102px;
margin-left: -14px;
}

#top_menu {
float:left;
padding-top:0px;
padding-left:0px;
width: auto;
}

.top_menu_link {
margin-left:0px;
font-weight:bold;
padding-top: 0px;
}

#top_menu a {
color:#FFFFF0;
padding-top:0px;
padding-bottom:3px;
}

#top_menu a:hover img{ 

}

#top_menu_current {
background-image:url("assets/menu_link_background.gif");
}

/* ------------------ left side ------------------ */

#left_side {
width:462px;
max-height:550px;
float:left;
padding-top:14px;
min-height: 538px;
}

.white_paper_small {
width:430px;
padding-bottom:24px;
margin-left:9px;
}

.white_paper_top {
background-image:url("../assets2/white_space_top.gif");
height:24px;
width: 430px;
}

.white_paper_content_small {
	background-image:url(../assets2/white_space_bottom.gif);
	padding-bottom:15px;
	width: 430px;
	background-repeat: repeat-y;
	background-position: left;
	max-height: 430px;
}
#left_side .white_paper_small p {
	margin-right: 13px;
	margin-bottom: 6px;
	margin-left: 13px;
}
.white_paper_content_box_small {
width:430px;
padding-right:15px;
/*overflow:auto;*/
/*overflow-y:none;*/
}

.white_paper_large {
width:461px;
padding-bottom:24px;
margin-left:9px;
height:613px;
}

.white_paper_content_large {
background-image:url("assets/white_space_bottom.gif");
padding-left:15px;
padding-bottom:15px;
height:574px;
}
.white_paper_content_box_large {
width:430px;
height:574px;
padding-right:15px;
/*overflow:auto;*/
/*overflow-y:none;*/
}

/*.paper_title_div {
font-size:20px;
line-height:30px;
font-weight:bold;
padding-bottom:10px;
}*/

h1 {
font-size:20px;
line-height:30px;
font-weight:bold;
margin-bottom: 0px;
margin-top: 0px;
margin-left: 13px;
margin-right: 13px;
}
h2 {
	font-size:14px;
	line-height:22px;
	font-weight:bold;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 13px;
	margin-right: 13px;
	color: #4C220C;
}

.title_green {
color:#86B11A;
}

.article_div {
	padding-left: 13px;
	padding-right: 13px;

}

.article_body {
padding-top:5px;
padding-bottom:15px;
}

.article_link {
text-align:right;
padding-right:10px;
}

.guide_div {
padding-top:15px;
}

.guide_image {
 float:left;
 width:90px;
 height:111px;
 padding-right:25px;
}

.guide_body {
width:290px;
float:left;
}

.guide_body_text {

}

.guide_link {
padding-top:5px;
text-align:right;
padding-right:10px;
}

/* ------------------ right side ----------------- */

#right_side {
width:290px;
float:left;
margin-left: 6px;
}

/*#tell_story {
padding-left:26px;
padding-top:30px;
padding-bottom:27px;
}*/

#sidebar_image_frame  {
	text-align: center;
	margin-top: 20px;
}
#sidebar_image_frame img {
	border: solid 13px #FFFFFF;

}

#contact_box {
margin-top:0px;
background-image:url("../assets2/contact_background.jpg");
background-repeat: no-repeat;
width:267px;
color:#FFFFFA;
font-size:12px;
font-weight:bold;
margin-left: auto;
margin-right: auto;
padding-bottom: 2px;
}

#contact_top {
text-align:center;
height:36px;
line-height:42px;
font-size:13px;
}

#contact_body {
font-size:13px;
padding-left:20px;
padding-top:7px;
}

#contact_phone {
font-size:13px;
font-weight:normal;
}


#contact_box #email {
	float:right; 
	margin: 2px 8px 0px 0px; 
	font-size: 11px;
}

#contact_box #email a:link { text-decoration: none;  }
#contact_box #email a:visited { text-decoration: none;  }
#contact_box #email a:hover { text-decoration: none; color:#FFFFFF;  }
#contact_box #email a:active { text-decoration: none;  }

/* ------------------ footer ----------------- */

#footer_div {
text-align:center;
/*padding-top:9px;*/
font-size:10px;
color:#FFFFFA;
clear: both;
}

/* ------------------ bottom menu ---------------- */

#bottom_menu {

}

.bottom_menu_link {

}

#bottom_menu a {
color:#FFFFFA;
margin-left:5px;
margin-right:5px;
}

#bottom_menu a:hover {
text-decoration:underline;
}

.bottom_menu_current {

}

