/* ----- CSS ----- */
body, html{
	margin:0;
	padding:0;
	background-color: #fff;
	text-align:center;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;	
	width:100%;
	height:100%;
}

a{ padding:2px 0; color: #CC4400; text-decoration:none; outline:none; border-bottom:1px dotted #CC0033;}
a:hover{color: #CC0000; text-decoration:none; border-bottom:1px solid #FF3366;}

/* ----- IDS ----- */
#nonfooter{
	width:100%;
	padding-bottom:20px;
	margin-top:5px;
}
#container{
	background-color: #F4FEFF;
	padding: 20px 40px;
	
	width:920px;
	text-align:left;
	margin:0 auto;
}

/* ----- HEADER ----- */
#header{
	text-align:left;
	margin:0 auto;
	padding: 0;
	width:1000px;
	height:130px;	
	background-color: #60a93e;	
	border:none;
}

#logo{
	float:left;
	margin:0; padding:0;
	height:110px;
	background-image:url(../images/logo2.gif);
	background-repeat:no-repeat;
	background-position:8px center;
}
#logotext{
	margin-left:160px;
	margin-top:38px;
	color: #FFFFFF;
	font-size:20px;
	font-weight:bold;
	font-stretch: expanded;
	text-align:left;
}

#loginstatus{
	float:right;
	padding:3px;
	font: bold 12px arial;
	margin-top:105px;
	margin-bottom:0;
	color: #FFFF33;
	text-align:right;
}
#loginstatus a{	color: #FFFF33; text-decoration: none; border-bottom:1px dotted #0066FF;}
#loginstatus a:hover {color: #FFFFFF; text-decoration: none; border-bottom:1px solid #0066FF;}

/* ----- NAVIGATION ----- */
#navigation{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	
    padding:0;
	height: 50px;
	
	background-color: #C1153A;
}

#navigation ul{
    width:800px;
    margin:0 auto;   

}
        .lavaLampNoImage {
            position: relative;
		    width:600px;
            height:35px;
	    	background-color:#C1153A;
            padding: 5px 10px;
            overflow: hidden;
        }
                .lavaLampNoImage li {
                    float: left;
                    list-style: none;
					margin-right:5px;
					padding:0; 
					height:30px;
                }
                    .lavaLampNoImage li.back {
                        border: 1px solid #fff;
                        background-color: #C63F5F;
                        width: 9px;
                        height: 33px;
                        z-index: 8;
                        position: absolute;
                    }
                    .lavaLampNoImage li a {
						font-size: 14px;
						font-weight: bold;
						font-family:Arial, Helvetica, sans-serif;
						color:#ffffff;
						text-decoration: none;
						text-align: center;
						top: 10px;
						text-transform: uppercase;
						letter-spacing: 0;
						z-index: 10;
						display: block;
						float: left;
						height: 35px;
						position: relative;
						overflow: hidden;
						margin: auto 10px;
                    }
                        .lavaLampNoImage li a:hover, 
						.lavaLampNoImage li a:active, 
						.lavaLampNoImage li a:visited { border: none;}

/* ----- HEADINGS ----- */
h2{
	font-size:25px;
	letter-spacing:-1px;
	margin-top:15px;
	margin-bottom:30px;
	font-weight:bold;	
	color: #006699;	
	text-transform: uppercase; 
	font-familiy: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
h3{
	font-size:18px;
	font-weight:bold;
	font-familiy: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #0099FF;
	margin:20px 0;
    text-indent:18px;
}

/* ----- PARAGRAPHS ----- */

p{
	color:#333333;
	font-size:12px;
	line-height:25px;
	margin-left:20px;
}

/* ----- CONTENT ----- */
#container ul{
	color:#333333;
	margin:10px 0;
}
#container ul li{
	margin:8px 0;
	padding-left:25px;
	padding-top: 10px;
	list-style:none;
	
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position:left center;	
}


/* ----- FOOTER ----- */
#footer{

	width:100%;
	height:150px;
	padding:0;
	font-size:12px;
	color:#fff;
	
	background-color: #60a93e;
	background-image:url(../images/footerbg.gif);
	background-repeat:repeat-x;
	
	border-top-color: #FFFF66;
	border-top-style:solid;
	border-top-width:2px;
	margin-top:1em;

}
.quicklink{
float:left; 
width:300px; 
text-align:left; 
margin: 0 30px; 
padding:0 15px; 
height:150px; 
color:#3A6324;
}
.copyrighttitle, .quicklinktitle{font-size:14px; font-weight:bold; font-family:Geneva, Arial, Helvetica, sans-serif; margin:10px 0; color:#7F0000}
.quicklink ul{list-style:none; padding:0; margin:0;}
.quicklink ul li{list-style:none; width:290px; padding:3px 0; margin-left:3px; float:left;}

.quicklink a{ color:#3A6324; text-decoration:none;}
.quicklink a:hover{ color: #FFFFFF; text-decoration:none; }

/* ----- CLASSES ----- */
.firstCap{ font-size: 18px; color: #CCFF00;	margin:0px;}
.clear{ clear:both;}
.push{ height:20px;}
.loading{ background-image:url("../images/ajax-loader.gif"); background-repeat:no-repeat; background-position: center center;}
.errorText{ font-size:14px; font-weight:bold; color: #FF0000; font-family:"Times New Roman", Times, serif; margin-left:20px; margin-top:5px;}
.largetext { font-family: "Times New Roman", Times, serif; font-size: 18px; color: #CC0000;}
.standout{	color: #33FF00; font-size:22px; margin-right:5px;}
.dot { color: #006699; font-size:55px;}

#contact ul {margin: 20px 0;}
#contact ul li{
background-image:none; 
margin:1px; 
padding:0;
line-height:150%;
letter-spacing:0.075em;
}
#imgs{margin:10px 0; /*float:left;*/ width:800px;}

#new{margin:50px; width:650px;}
#new a{font-size:18px; font-family:"Times New Roman", Times, serif; line-height:150%; letter-spacing:0.05em;}
#new img{vertical-align:middle; margin-right:10px;}
