@charset "utf-8";
body
{
	background-color:#000000;
    color:#083002;
    font-family:Arial, Helvetica, sans-serif;
}
h1
{
	font-size: 49px;
}
h2
{
	font-size: 36px;
}
h3
{
	font-size: 27px;
}
h4
{
	font-size: 21px;
}
#header
{
    background-color:#FFFFFF;
	background-image:url('/images/headerBg.png');
	background-repeat:repeat-y;
    height:107px;
    width:900px;
    margin:0 auto;
    position:relative;
	z-index:400;
}

#header #logo
{
	background-image:url('/images/logo.png');
	background-repeat:no-repeat;
    height:140px;
    width:382px;
    position:absolute;
    margin-top:7px;
    margin-left:20px;
}

#header #phone
{
    background-image:url('/images/phone.png');
	background-repeat:no-repeat;
	bottom:-29px;
	color:#FFFFFF;
	font-size:35px;
	height:81px;
	padding-top:18px;
	position:absolute;
	right:5px;
	text-align:center;
	width:400px;
	z-index:400;
}

#view
{
    background-color:#FFFFFF;
    width:900px;
    min-height:400px;
    height:auto;
    margin:0 auto;
    position:relative;
}

#view #leftColumn
{
    position:relative;
    height:auto;
    width:300px;
    float:left;
    padding:10px;
	margin-top:0px;
}

#view #rightColumn
{
    position:relative;
    width:535px;
    float:right;
    padding:10px;
	margin-top:0px;
}
.quote
{
	border:1px solid silver; 
    margin:10px; 
    padding:5px; 
    text-align:center; 
    font-size:24px; 
    background-color:rgb(228, 228, 228);
    width:350px;
    float:right;
}
#flashcontent {
	height: 500px;
}

#view #leftColumn #article
{
    margin:0 auto;
    position:relative;
    width:285px;
    border: 1px solid silver;
    padding:10px;
    background-color:#e4e4e4;
    text-align:center;
}
#menu
{
	position:relative;
	float:left;
	width:900px;
	margin-top:54px;
	margin-left:11px;
	font-size:13px;
}
.menuItem
{
	background-image:url(/images/button.png);
	background-repeat:repeat-x;
	border:1px solid #006600;
	float:left;
	height:21px;
	margin-left:5px;
	margin-top:-5px;
	padding-left:6px;
	padding-top:7px;
	width:199px;
}
.menuItem a 
{
	text-decoration:none;
	color:#003333;
	font-weight:bold;
}
.menuItem a:hover 
{
	color:#006633;
}