/* CSS Document */

img { 
	border: none;
}
a {
	text-decoration: underline;
	color: #666600;
}
body	{
	width: 100%;
	margin: 0px;
	text-align: center;
	background-color: #FFFFFF;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/titlebg.jpg);
	background-repeat: repeat-x;

}
/*
#banner {
	width:100%;
	overflow: hidden;
	
	top: -10px;

}
*/
#centered_container {
    width: 920px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
}
#banner {
	margin-top: 0px;
	overflow: hidden;
}
#main_container {
}
/* Left Menu styles start here */
#leftmenu {
	font-size: 11px;
	width: 100px; /* 170 total width */
	float: left;
	padding-left: 70px;
}
.navlinks {
	background-image: url(../images/leftmenubackground.jpg);
	width: 80px; /* 100px total width */
	height: 103px;
	padding-left: 7px;
	padding-right: 13px;
	padding-top: 6px;
	text-align: right;
}
.navlinks:hover {
	background-image: url(../images/leftmenubackground-hover.jpg);
}
.navlinks a {
	text-decoration: none;
}
.navlinks img {
	border: 0px;
	width: 76px;
	margin: 2px;
}
.navlinks a:link {
	color: #777777;
}
.navlinks a:active {
	color: #996600;
}
.navtext {
	font-size: 10px;
	color: #666633;
	line-height: 18px;
}
.navlinks:hover .navtext {
	color: #CC6600;
}
.navtext a:active {
	color: #CC0033;
}
.navtext a:hover {
	color: #CC6600;
}
.navtext a:link {
	font-weight: bold;
	color: #777777;
}
.navtext a:visited {
	background-color: #F7F5DD;
}
/* Left Menu styles end here */
/* Right Menu styles start here */
#rightpanel {
	background-image: url(../images/green_bg_c.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-bottom: 0px;
	float: right;
	position: relative;
	height: 532px;
}
#rightpanel_top {
	clear: both;
	margin-top: 0px;
}
#rightpanel_bottom {
	position: absolute;
	bottom: 0px;
	clear: both;
	margin-bottom: 0px;
}
#rightmenu {	
	/* Edges of the space available to put things in */
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 40px;
	margin-top: -17px;
}
#rightmenu_items {
	color: #666633;
	padding: 5px 0px;
	background-color:#d3d0c5;
	margin: 15px;
}
#rightmenu_items a {
	text-decoration: none;
}
#rightmenu_items a:link {
	color: #666633;
}
.menubuttons {
	font-size: 12px;
	color: #666633;
	height: 3ex;
	width: 117px; /* 137 total width */
	padding: 4px 10px 0px 10px;
}
.menubuttons:hover {
	background-color: #EEEEEE;
}
.menubuttons a:visited {
	color: inherit;
}
.menubuttons a:active {
	color: inherit;
}
.menubuttons a:hover {
	color: inherit;
}
#address_box {
	background-color: #f7f5dd;
	font-size: 9px;
	color: #666633;
	line-height: 1.6em;
	width: 117px; /* 137 total width */
	padding: 2px 10px 100px 10px;
	margin: 15px;
}
/* Right Menu styles end here */
#bottom {
	background-color: #f7f5dd;
	font-size: 9px;
	text-align: center;
	color: #9F9272;
	font-weight: lighter;
	border: 1px solid #9e9272;
	padding: 8px 0;
	margin: 0 auto;
	width: 100%;
}
/* Divider styles start here */
.divider {
	background-image: url(../images/dashedline.jpg); 
	background-repeat: repeat-y;
	height: 516px;
	width: 5px;
	margin: 0 5px;
}
#divider_left {
	float: left;
	margin-right: 20px;
}
#divider_right {
	float: right;
	margin-left: 20px;
}
/* Divider styles end here */
/* Content styles start here */
#content {
	font-size: 11px;
	line-height: 1.6em;
	color: #002200;
	text-align: left;
	list-style-image: none;
	float: left;
	width: 468px;
}
ul {
	list-style: none;
}
#content_image img {
	margin: 0 auto;
	width: 420px; 
}	
.minilogos {
	float: left;
	border-color: #9F9272;
	border-width: 3px;
	padding: 5px;
	border-style: solid;
}
.minilogos a:visited {
	border: thin double #CC9933;
}
.minilogos:hover {
	border-color: #990033;
}
#content_images {
}
.image-description {
	font-style: italic;
}
.icon-instructions {
	text-align: left;
	float: left;
	width: 100%;
	color: #9F9272;
	font-weight: lighter;
}
/* Content styles end here */
