@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #f6f6f6;
	padding: 0px;
	margin: 0px;
}
p {
	margin: 0px;
	padding: 0px;	
}
.pictures {
	border: #333333 solid 1px;
}
.title{
	color: #d89d10;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
#wrap {
	background-image: url(../images/shadow.gif);
	background-repeat: repeat-y;
	clear: both;
	width: 920px;
}
/* NAVIGATION */
#nav {
	width: 900px;
	height: 37px;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
	float: left;
	color: #484848;
	font-weight: bold;
}
#buttons {
	padding: 11px 0px 0px 0px;
	text-align: center;
}
#buttons a {
	color: #484848;
	font-weight: bold;
	padding: 0px 50px;
	text-decoration: none;
}
#buttons a:link {
	text-decoration: none;
}
#buttons a:hover {
	text-decoration: underline;
}
#buttons a:active {
	text-decoration: underline;
}
#nav_bottom {
	background-image: url(../images/nav_bottom2.jpg);
	background-repeat: no-repeat;
	width: 920px;
	height: 41px;
	clear: both;
	color: #FFFFFF;
}
#info_table {
	margin-left: 10px;
	width: 900px;
}

/* Left Navigation */
.sidenav {
	background-image: url(../images/left_bg.jpg);
	background-repeat: repeat-y;
	background-color: #333333;
	width: 220px;
	/*border-right: #FFFFFF solid 1px;*/
	float: left;
	text-align: left;
}
.sidenav h2 {
	color: #FFFFFF;
	font-size: 1em;
	line-height: 20px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0px;
	margin: 0px;
}
.sidenav li {
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #414141;
	list-style: none;
}
.sidenav li a {
	font-size: 12px;
	color: #FFFFFF;
	display: block;
	padding: 5px 0 5px 20px;
	text-decoration: none;
}
.sidenav li a:hover {
	color: #666666;
}

/* LEFT */
#left {
	background-image: url(../images/left_bg.jpg);
	background-repeat: repeat-y;
	width: 220px;
}

/* MAIN INFO */
#main_info {
	background-color: #FFFFFF;
	background-image: url(../images/info_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#info_container {
	padding: 0px 10px;
}

/* RIGHT */
#right {
	background-color: #FFFFFF;
	border-left: #d0d0d0 solid 1px;
	background-image: url(../images/info_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 199px;
}

/* INFO CENTER LINKS */
.info_center_links a {
	color: #519022;
	padding: 0px 0px 5px 10px;
}
.info_center_links a:link {
	color: #519022;
	text-decoration: underline;
}
.info_center_links a:hover  {
	color: #519022;
	text-decoration: none;
}
.info_center_links a:active  {
	color: #519022;
	text-decoration: underline;
}

/* READ MORE */
.read_more a:link {
	color: #d89d10;
	text-decoration: underline;
}
.read_more a:hover {
	color: #d89d10;
	text-decoration: none;
}
.read_more a:active {
	color: #d89d10;
	text-decoration: underline;
}

/* REGULAR LINKS */
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: underline;
}

/*== GET STARTED LINK== */
#divblockbtn{display:block;}
#linkdivblock{float:right;width:102px; height:20px; margin-right:17px; margin-top:7px; padding-right:15px; padding-top:10px;}