@charset "utf-8";
/* CSS Document */
body {
	background:url(images/background.jpg);
}
a:visited{
	font-size:9px;
	font-family: Verdana, Geneva, sans-serif;
	color:#7F4300;
	text-decoration:none;
	text-transform:uppercase;
	
}
a:link{
	font-size:9px;
	color:#7F4300;
	text-decoration:none;
	text-transform:uppercase;
	
}
a:hover {
	text-decoration:underline;
	color:#7F4300;
	}
#wrapper {
	margin:0 auto;
	/*margin-top:40px;*/
	width:720px;
}
#main {
	background-image:url(images/mainBack.jpg);
	background-repeat:no-repeat;
	height:480px;
	
}
#content_left {
	height:470px;
	width:565px;
	margin:5px;
	float:left;
	display: inline;
}
#menu_right {
	height:470px;
	width:140px;
	margin:0px;
	float:left;
	margin-bottom:5px;
	margin-top:5px;
}
#menu {
	height:300px;
	margin-top:10px;
}
#logo {
	height:140px;
	margin-top:10px;
}
#footer {
	clear:both;
	margin-top:5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#7F4300;
	
}
#ticker {
	width:720px;
	height:30px;
	margin-bottom:5px;
}
#bottom_menu {
	font-family:Verdana, Geneva, sans-serif;
	color:#7F4300;
	font-size:9px;
	text-align:center;
	margin-top:20px;
	padding-left:10px;
	position: relative;
}
/*menu styles*/
.glossymenu{
margin: 5px 0;
padding: 0;
width: 140px; /*width of menu*/
text-align:center;
}

.glossymenu a.menuitem{
font: bold 12px  Verdana, Helvetica, sans-serif;
color: #E87D1E;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 0px;
text-decoration: none;
height:17px;
text-transform: uppercase;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #E87D1E;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(images/menu_back.jpg);
color:white;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
color:#7F4300;
text-align:left;
}

.glossymenu div.submenu ul li a{
display: inline-block;
font: normal 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #7F4300;
text-decoration: none;
padding: 2px 0;
padding-left: 30px;
}

.glossymenu div.submenu ul li a:hover{
	background-image:url(images/arrowbullet.png);
	background-position:10px;
	background-repeat:no-repeat;
	color: #7F4300;
}

/* end of menu*/
#image {
	float:left;
	display:inline;
	width:175px;
	height:200px;
	margin-right:7px;
	margin-left:6px;
	margin-top:4px;
}
#content {
	padding:5px;
	clear:both;
	height:255px;
	text-align:justify;
}
#left {
	height:255px;
	width:261px;
	margin-right:15px;
	display:inline;
	float:left;
	text-align:justify;
}
#right {
	height:255px;
	width:261px;
	margin-left:15px;
	float:left;
	text-align:justify;
}