/* MAIN BODY COMPONENTS */

body	{
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	background-image: url(../images/bg_main.png);
	background-position: center top;
}

img	{
	border: 0px;
	padding: 0px;
	margin: 0px;
	line-height: 1px;
}

#main_wrap	{
	padding: 0;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 100%;
	position: relative;
	background-image: url(../images/sidestripe.png);
	background-position: left top;
	background-repeat: repeat-y;
	border-right: 1px solid #7D6340;
	border-bottom: 1px solid #7D6340;
	text-align: left;
}

#footer	{
	clear: both;
	width: 200px;
	margin-left: 150px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 2px;
	background-color: #989884; 
	border-top: solid #4E4E3E 1px;
	border-right: solid #4E4E3E 1px;
	border-left: solid #4E4E3E 1px;
	border-bottom: 0px;
	color: black;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}



/* ---------------------------------------------------------------------- */
/* BANNER COMPONENTS */

#banner	{
	padding: 0;
	margin: 0;
	width: 100%;
	height: 195px;
	position: relative;
	background-image: url("../images/bg_banner.png");
	background-position: center top;
	z-index: 100;
	border-bottom: 5px solid #BD8401;
}

#logo	{
	padding: 0;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 195px;
	position: relative;
	z-index: 400;
	border-right: solid #424236 1px;
	border-left: solid #424236 1px;
}

/* the vertical align property takes care of an IE6 gap problem  */
#logo img	{
	float: left;
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 195px;
	line-height: 960px;
	vertical-align: bottom;
}
	
#logo_link a {
	border: 0px;
	height: 150px;
	width: 160px;
	text-decoration: none;
	position: absolute;
	left: 45px;
	bottom: 20px;
}
	

/* ---------------------------------------------------------------------- */
/* MAIN NAVIGATION COMPONENTS */
/* This code is a modified version of one provided by Patrick Griffiths and Dan Webb at http://www.alistapart.com/articles/dropdowns/:    */

#main_nav_wrap	{
	padding: 0px;
	margin: 0px;
	width: 740px;
	float: right;
	background: #DCE3D7;
	background-position: center top;
	border-bottom: 1px solid #7d6340;
	font-family: arial, sans-serif;
	font-size: 16px;
}

* html #main_nav_wrap {height: 1px;}  /* These lines of code take care of an IE6 gap problem */
* html #main_nav_wrap {margin-left: 0;}  /* These lines of code take care of an IE6 gap problem */
* html #sidebar_wrap {margin-right: -3px;}  /* These lines of code take care of an IE6 gap problem */

ul {
	list-style: none;
	padding: 0px;
	margin: 0;
}

#nav a {
	font-weight: bold;
	color: #008000;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 5px;
}

#nav li li a:hover {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #C2C9BD;
	border-right: 5px solid #7d6340;
	border-left: 5px solid #7d6340;
	z-index: 10000;
}

li {
	float: left;
	position: relative;
	width: 138px;
	padding-top: 3px;
	text-align: center;
	cursor: default;
	background-color: #DCE3D7;
	border: 0;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background-color: #DCE3D7;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
	border-right: solid 1px #7d6340;
	border-left: solid 1px #7d6340;
	border-bottom: solid 1px #7d6340;
	z-index: 10001;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}


/* ---------------------------------------------------------------------- */
/* SIDE BAR AND MENU  */


#sidebar_wrap	{
	padding: 0;
	width:  210px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	height: 100%;
	float: left;
}

div.sc	{
	padding-right: 15px;
	padding-left: 15px;
	padding-top:2px;
	padding-bottom: 2px;
	margin-left: 0px;
	text-align: left;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.9em;
}

a.sc	{
	color: #77C243;
	text-decoration: none;
	font-weight: bold;
}

a.sm_main_default	{
	margin: 0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:2px;
	padding-bottom: 2px;
	display: block;
	text-decoration: none;
	color: #008000;
	height: 20px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	cursor:hand;
	cursor:pointer;
}

a.sm_main_default:hover	{
	margin: 0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:2px;
	padding-bottom: 2px;
	display: block;
	text-decoration: none;
	color: #868C86;
	height: 20px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	cursor:hand;
	cursor:pointer;
}

a.sm_main_active	{
	margin: 0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:2px;
	padding-bottom: 2px;
	display:block;
	text-decoration: none;
	color: #EA9106;
	height: 20px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	cursor:hand;
	cursor:pointer;
}

a.sm_sub_active	{
	margin: 0px;
	padding-left: 0px;
	padding-right:0px;
	padding-top:2px;
	padding-bottom: 2px;
	display: inline;
	text-decoration: none;
	color: #EA9106;
	height: 20px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	cursor:hand;
	cursor:pointer;
}

.sc_blink	{
	margin: 0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:2px;
	padding-bottom: 2px;
	display:block;
	text-decoration: none;
	color: #008000;
	height: 20px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	cursor:hand;
	cursor:pointer;
}

img.arrow	{
	margin: 0px;
	padding-left:20px;
	padding-right:5px;
	padding-top:0px;
	padding-bottom: 0px;
	display:inline;
}

/* ---------------------------------------------------------------------- */
/* MAIN CONTENT */

#main_content_wrap	{
	padding: 0;
	margin: 0px;
	width: 740px;
	height: 100%;
	clear: right;
	float: right;
}

.mc	{	
	margin-top: 30px;
	margin-bottom: 50px;
	margin-left: 15px; 
	margin-right: 15px;
	font-family: verdana, arial, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	line-height: 19px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 20px;
	padding-left: 20px;
}

.mc a	{
	color: #77C243;
	text-decoration: none;
	font-weight: bold;
}

.mc h2 {
	font-family: verdana, arial, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	text-align: justify;
	text-decoration: none;
	line-height: 19px;
}
	

.title 	{
	font-family: verdana, arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-align: justify;
	text-decoration: none;
	line-height: 19px;
}

.caption 	{
	font-family: verdana, arial, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	text-align: justify;
	text-decoration: none;
	line-height: 19px;
}

img.border {
	border: solid #4E4E3E 1px;
}

img.table	{
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	border: 1px solid #666;
}

img.left	{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	border: 1px solid #666;
}

img.right	{
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	border: 1px solid #666;
}

ol.common2  {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	line-height: 18px;
	z-index: 1;
}

li.common2	{
	line-height: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 35px;	
	float: none;
	position: relative;
	width: auto;
	padding: 0px;
	text-align: left;
	cursor: default;
	background-color: #F5F7F3;
	border: 0;
	list-style-position: outside;	
	z-index: 2;
}

ul.common {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	line-height: 18px;
	z-index: 1;
}

li.common	{
	line-height: 25px;
	list-style-type: disc;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 35px;	
	float: none;
	position: relative;
	width: auto;
	padding: 0px;
	text-align: left;
	cursor: default;
	background-color: #F5F7F3;
	border: 0;
	list-style-position: outside;	
	z-index: 2;
}

.smalltext  {
	color : Black;
	font-family : verdana, arial, sans-serif;
	font-size : 0.7em;
	font-style : normal;
	font-weight : bold;
	line-height: 1em;
}

.right	{
	float: right;
}

.left	{
	float: left;
}

ul.excerpt {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	line-height: 18px;
	z-index: 1;
}

li.excerpt	{
	line-height: 25px;
	list-style-type: disc;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 65px;
	margin-left: 65px;	
	float: none;
	position: relative;
	width: auto;
	padding: 0px;
	text-align: left;
	cursor: default;
	background-color: #F5F7F3;
	border: 0;
	list-style-position: outside;	
	z-index: 2;
	font-family: Courier New;
	color: #A7721F;
}

li.excerpt1	{
	line-height: 25px;
	list-style-type: disc;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 65px;
	margin-left: 45px;	
	float: none;
	position: relative;
	width: auto;
	padding: 0px;
	text-align: left;
	cursor: default;
	background-color: #F5F7F3;
	border: 0;
	list-style-position: outside;	
	z-index: 2;
	font-family: Courier New;
	color: #A7721F;
	font-style: italic;
	list-style-type: square;
	text-decoration: underline;
}