@charset "UTF-8";

body {
	margin: 0px;
	color: #666;
	font-size: 12px;
	font-family: Arial;
	background-color: #545454;
	background-image: url(images/page_bkgd.jpg);
	background-repeat: repeat-x;
	position: relative;
}


h1 {
    color: #4F6179;
    font-size: 24px;
    font-weight: bold;
    margin-top: 3px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    font-family: Verdana, Geneva, sans-serif;
    text-align: left;
}
h2 {
    color: #90C;
    font-size: 16px;
    font-weight: bold;
    margin: 0px 0px 15px 0px;
    text-align: left;
}

a          { color: #ba7007; }
a:visited  { color: #ba7007; }
a:hover    {
	color: #000;
	font-size: 12px;
}


.container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	
	background-image: url(images/content_bkgd_tile.jpg);
	background-repeat: repeat-y;
}


/* BANNER AREA */
.bannerArea {
    width: 980px;
    height: 145px;
    background-color: #8D949C;
    background-image: url(images/SandiaBannerFinal.jpg);
    background-repeat: no-repeat;
}



.bannernav {
	padding-top: 10px;
	padding-right: 40px;
	float: right;
	color: white;
	font-size: 14px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
}

.bannernav a {
	color: white;
	text-decoration: none;
}
.bannernav a:visited {
	color: white;
}
.bannernav a:hover {
	color: #ECBB7B;
}

.toplogo {
	margin-left: 70px;
	padding-top: 20px;
}



.content {
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: url(images/content_bkgd.jpg);
    background-repeat: no-repeat;
    color: #000000;
}


/* LEFT NAVIGATION */


.leftnavigation {
	width: 192px;
	padding-left: 8px;
	float: left;
	list-style-type: none;
	margin-top: 45px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #222;
}

.leftnavigation a{
	margin-left: 0px;
	width: 156px;
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	float: left;
	color: #364957;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-image: url(images/nav_normal.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border-bottom: 1px solid #999;
}

.leftnavigation a:visited{
	color: #364957;
}
.leftnavigation a:hover{
	color: #ffffff;
	background-image: url(images/nav_down.jpg);
	font-size: 12px;
}


/* CONTENT AREA */

.contentleft {
    width: 440px;
    padding-left: 30px;
    padding-right: 20px;
    float: left;
    font-weight: bold;
    font-family: Arial;
    font-style: normal;
    text-align: left;
    color: #000000;
    font-size: 14px;
    margin-top: 0px;
}

.contentright {
    padding-top: 15px;
    float: left;
    width: 210px;
    color: #000000;
}

.imageright {
	margin-top: 10px;
	margin-left: 10px;
	float: right;	
}
.imageleft {
	margin-right: 10px;
	float: left;
}


/* FOOTER AREA */
.footerArea {
	width: 980px;height: 88px;
	background-color: #cfcfcf;
	background-image: url(images/footer_bkgd.jpg);
	background-repeat: no-repeat;
	
}

.copyright {
	border-top: solid;
	border-color: #737a90;
	border-width: 2px;
	margin-left: 240px;
	margin-right: 30px;
	padding-top: 12px;
	
	color: #666666;
	font-size: 10px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
}
.hours {
	color: #009;
	font-weight: bold;
}
