/* CSS Document */
body{
	font: 76% arial;
	margin-top: 0px;
	margin-bottom: 15px; 
	background: #B5B6B5;
}
#navigation 
{
    float: left;
    height: 26px;
	background: url("layout/nav_bg_layout.jpg") repeat-x;
    width: 972px;	
}

.h1{
    color: #000;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    font-variant: small-caps;
    font-family: Times New Roman;    
}

.h2{
    color: #000000;
    font-size: 12px;
    line-height: 20px;
}

.h3{
    color: #2B2A2B;
    font-size: 13px;
    font-weight: bold;
}

.h4{
    color: #007AC9;
    font-size: 13px;
    font-weight: bold;
}

.h5{
    color: #007AC9;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    font-family: Times New Roman;
    text-align: center;
        margin-top: -25px;
}


.h6{
    color: #007AC9;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    font-family: Times New Roman;
}

.h7{
    color: #000000;
    font-size: 12px;
    line-height: 20px;
    margin-top: -20px;
}

a:link, a:visited {
	color: #007AC9;
	text-decoration:none
	}
	
a:hover {
	color: #007AC9;
	text-decoration:underline
	}	

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 972px;
}

#headerhome
{
    float: left;
	width: 972px;
	height: 229px;
}

#header
{
    float: left;
	width: 972px;
	height: 162px;
}

#missionhome 
{
    float: left;
	width: 972px;
	height: 51px;
}

#mission 
{
    float: left;
	width: 972px;
	height: 6px;
}

#topcontent 
{
    float: left;
    width: 972px;
	height: 6px;
}

#botcontent
{
    float: left;
    width: 972px;
	height: 6px;
}

#ltside {
	float: left;
	width: 625px;
	padding-bottom: 20px;
	padding-right: 15px;
	padding-left: 30px;
}

#ltsidefull {
	float: left;
	width: 875px;
	padding-bottom: 20px;
	padding-right: 15px;
	padding-left: 30px;	
}

#rtside 
{
	float: right;
	width: 260px;
	padding: 15px;	
}

#contentbox { 
	width: 972px;
	background: #EBEBEB url('layout/main_bg.jpg');
	float: left;
}

#stuff { 
	width: 960px;
	margin-left: 6px;
	margin-right: 6px;	
	float: left;
	background: #EBEBEB url('layout/main_bot_bg.jpg') repeat-x bottom;
	min-height: 350px;
}

#footercopyright 
{
	float: left;
	font: 11px Arial, Helvetica, sans-serif;
    color: #2B2A2B;
	background: #B5B6B5;
}

#opening ul
{
    list-style-type: square;
    color: #000;
    font-size: 12px;
    font-weight: normal;
    margin-left: -20px;
}

#opening li
{
    list-style-type: square;
    color: #000;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 8px;
}

#opening li a
{
    font-weight: bold;
}

#opening2 ul
{
    list-style-type: square;
    color: #000;
    font-size: 11px;
    font-weight: normal;
    margin-left: 20px;
}

#opening2 li
{
    list-style-type: square;
    color: #000;
    font-size: 11px;
    font-weight: normal;
    margin-bottom: 8px;
}

#opening2 li a
{
    font-weight: bold;
}


#grandopening table
{
    margin-top: 8px;
}

#grandopening2 table
{
    margin-top: 0px;
}

.input
{
    font-size: 11px;
}

