@charset "UTF-8";
/* CSS Document */

/* Clear Inbuilt Browser Styles*/

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

a img,:link img,:visited img { border:none }

/* Main Layout and Formatting Styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 140%;
	font-weight: normal;
	color: #666666;
	background-repeat: repeat-y;
	background-position: center;
	background-color: #c3c5c5;
	background-image: url(../images/background_strip.jpg);
}

#wrapper {
	width: 800px;
	margin: auto;
	background-image: url(../images/background_strip.jpg);
	background-repeat: repeat-y;
	background-position: center;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #797979;
	border-left-color: #797979;
}

/* Banner */

#banner {
	height: 250px;
	width: 800px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 1px;
	background-color: #FFFFFF;
}
#banner h1 {
	display: none;
}

/* Main */

#main {
	width: 100%;
	margin: auto;
	display:inline;
}

#main.clearer {
	clear:both;
	height:1px;
}

/* Left Column */

#left_column {
	float: left;
	height: auto;
	width: 258px;
	display: inline;
}

/* 1st Level Menu Styles */

#main_nav {
	display: block;
	padding-bottom: 1em;
	width: 258px;
}
#main_nav li {
	list-style-type: none;
	background-image: url(../images/bubble_bullet.gif);
	background-repeat: no-repeat;
	background-position: 20px 6px;
}
#main_nav .current {
	color: #333333;
	text-decoration: none;
	background-image: url(../images/bubble_bullet.gif);
	background-repeat: no-repeat;
	background-position: 20px 6px;
}
#main_nav .section {
	color: #333333;
	text-decoration: none;
	background-image: url(../images/bubble_bullet.gif);
	background-repeat: no-repeat;
	background-position: 20px 6px;
}
#main_nav #sub_nav .section {
	background-image: none;
}
#main_nav span {
	color: #333333;
	text-decoration: underline;
	display: block;
	padding-right: 20px;
	padding-left: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: none;
	background-image: url(../images/bubble_bullet.gif);
	background-repeat: no-repeat;
	background-position: 20px 6px;
}
#main_nav a {
	color: #666666;
	text-decoration: none;
	display: block;
	padding-right: 20px;
	padding-left: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: none;
	background-image: url(../images/bubble_bullet.gif);
	background-repeat: no-repeat;
	background-position: -240px 6px;
}
#main_nav a:hover {
	color: #333333;
	text-decoration: underline;
	background-image: url(../images/bubble_bullet.gif);
	background-repeat: no-repeat;
	background-position: 20px 6px;
}

/* 2nd Level Menu Styles */

#sub_nav {
	display: block;
	padding-bottom: 1em;
	width: 258px;
}

#main_nav .link #sub_nav {
	display:none;
}

#sub_nav li {
	list-style-type: none;
	font-size: 0.9em;
	padding-left: 10px;
	background-image: none;
}
#sub_nav .current {
	color: #333333;
	text-decoration: none;
	background-image: none;
}
#sub_nav span {
	color: #333333;
	text-decoration: underline;
	display: block;
	padding-right: 20px;
	padding-left: 50px;
	padding-top: 2px;
	padding-bottom: 3px;
	background-image: none;
}
#sub_nav a {
	color: #666666;
	text-decoration: none;
	display: block;
	padding-right: 20px;
	padding-left: 50px;
	padding-top: 2px;
	padding-bottom: 3px;
	background-image: none;
}
#sub_nav a:hover {
	color: #333333;
	text-decoration: underline;
	background-image: none;
}

/* Sidebar */

#SidebarHolder{
	height: auto;
	width: 213px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-right: 25px;
	margin-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#SidebarHolder h3 {
	font-size: 1em;
	font-weight: bold;
}
#SidebarHolder img {
	border:none;
	margin:0;
}
#SidebarHolder .image_caption {
	font-weight: lighter;
	margin-bottom: 1.2em;
	display: block;
}

/* Right Column */

#right_column {
	float: right;
	height: auto;
	width: 488px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	display: inline;
}

/* Footer */

#footer {
	background-image: url(../images/footer_bamboo.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	height: 190px;
	width: 800px;
	color: #999999;
	clear: both;
	padding-top: 60px;
}
#footer h3 {
	font-size: 1.1em;
	margin-bottom: 0em;
}
#footer p {
}
#footer a {
	color: #666666;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
