﻿/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:800px;/* for mozilla*/
	background: #342e51 url(../images/background.jpg) repeat left top;
	color: #9999cc;
	font-family: helvetica, 'Trebuchet MS', sans-serif;
}
#outer{
	height:100%;
	min-height:100%;
	width:800px;
	color: #9999cc;
	text-align:left;
	margin:auto;
	position:relative;
	/*background: #fff  url(../images/LeftMenuBack.png) repeat-y left 230px;*/
	background: #342e51 url(../images/backgrnd.jpg) repeat-y;
	position: relative
	}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:800px;
}
#header{
	position:absolute;
	top:0;
	left:0px;
	width:800px;
	height:250px;
	background:#342e51 url(../images/title.jpg) no-repeat;
	overflow:hidden;
	color: #000000;
	z-index:100;
}
#left {
	position:relative;/*ie needs this to show float */
	width:150px;
	float:left;
	padding-top:257px;/*needed to make room for header*/
	padding-bottom:1px;/* needed to make room for footer */
	z-index:100;
	
}

#left p {padding-left:3px;padding-right:2px}

#footer {
	width:800px;
	clear:both;
	height:0px;
	background-color: #FFF;
	color: #000000;
	text-align:center;
	left:0px;
	bottom:0px;
	position: absolute;
	max-height:1px;
}
* html #footer {/*only ie gets this style*/
	\height:0px;/* for ie5 */
	he\ight:1px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:649px;
	float:right;
	padding-top:252px;
	padding-bottom:1px;/* needed to make room for footer */
	background: #342e51 url(../images/backgrnd.jpg) repeat-y;
}
#centrecontent p {padding-left:3px}

#clearfooter {width:100%;height:30px;clear:both} /* to clear footer */
#address 
{
    position: relative;
    text-align: center;
    color: #fff;
    top: 25px;
    left: 280px;
}


/**** ELEMENT STYLES AND LAYOUT ****/
.wrapper
{
    position: relative;
    padding: 5px 10px;
}
.wrappertable
{
    position: relative;
    padding: -200px 10px 0px 10px;
}

.leftimage
{
    position: relative;
    float: left;
    width: auto;
}
.rightcontent
{
    position: relative;
    width: auto;
    left: 10px;
    float: right;
}
.rightimage
{position: relative;
 float: right;
 width: auto;
 left: 10px;
 padding:0px 5px;
 text-align: center;
}
.leftcontent
{position: relative;
 float: left;
 width: auto;

}
.righttable
{
    position: relative;
    width: 600px;
    display: table;
}
h1
{ font-size: x-large;
  color: #FF9900;
  
 
}
h2
{ font-size: large;
  color: #FF9900;
  
}
a
{
    color: #FF9900;
}
a:visited
{
    color: #9999cc;
}
.wrappertable table
{
    border: solid 1px #9999cc;
}


/**** MENU STYLES ****/


.StaticSelectedStyle
{
    background: transparent /*url(../images/menugrad.jpg) repeat-x left center*/;
    vertical-align: middle;
    text-align:center;
    color: #ff9900;
    height: 35px;
    background-position: center; 
}
.StaticMenuItem 
{
    background: transparent url(../images/menugrad.jpg) repeat-x left center;
    vertical-align: middle;
    text-align:center;
    text-decoration:none;
    color: #9999cc;  
    height: 35px;
    background-position: center;
}
.StaticMenuStyle
{
   margin: 0px;
   padding: 0px;
   width: 134px;
   height: 35px;
}
.StaticHoverStyle 
{
    background: transparent url(../images/selectedgrad.jpg) repeat-x left center;
    color: #9999cc;
    height: 35px;
    text-decoration:none;
}

