@charset "utf-8";
/* CSS Document */

/********** STYLES FOR HOMEPAGE ONLY **********/

/********** FORMATTING ****************/
* {
margin:0px;
padding:0px;
border-collapse:collapse;
}
body {
background-image:url(images/bg.jpg);
background-repeat:repeat-x;
background-color:#000;
font-family:arial, helvetica, sans-serif;
color:#fff;font-size:12px;
}
#marginWrap {
width:801px;
margin:0px auto;
}
#floatWrap {
float:left;display:inline;
}

/************** HEADER ****************/

#header_top {
background:url(images/header_top.jpg) no-repeat;
position:relative;
width:801px;
height:104px;
}
#header_top a {
display:block;
position:absolute;
top:0px;left:38px;
width:265px;height:100px;
text-decoration:none;
}
#header_top a span {
visibility:hidden;
} 
#header_nav {
height:35px;width:801px;
background:url(images/header_nav.jpg) repeat-y;
}
#header_nav a {
text-decoration:none;color:#fff;
font-weight:bold;font-size:11px;
font-family:Arial, Helvetica, sans-serif;
}
#header_nav a {
/*visibility:hidden;*/
}

#header_flash {
width:801px;height:175px;
background:url(images/header_flash_bg.jpg) no-repeat;
}

/************** NAV *******************/

#header_nav a {
text-align:center;
}
#header_nav span {
margin-top:12px;
display:block;
}
#nav_home {
width:69px;height:35px;
margin-left:25px;
display:block;
float:left;display:inline;
}
#nav_home:hover {
background:url(images/header_nav_red.jpg) -25px 0px no-repeat;
}
#nav_about {
width:95px;height:35px;
margin-left:3px;
float:left;display:inline;
}
#nav_about:hover {
background:url(images/header_nav_red.jpg) -97px 0px no-repeat;
}
#nav_services {
width:154px;height:35px;
margin-left:2px;
float:left;display:inline;
}
#nav_services:hover {
background:url(images/header_nav_red.jpg) -194px 0px no-repeat;
}
#nav_profiles {
width:143px;height:35px;
margin-left:4px;
float:left;display:inline;
}
#nav_profiles:hover {
background:url(images/header_nav_red.jpg) -352px 0px no-repeat;
}
#nav_inventory {
margin-left:0px;
width:94px;height:35px;
float:left;display:inline;
}
#nav_inventory:hover {
background:url(images/header_nav_red.jpg) -495px 0px no-repeat;
}
#nav_info {
margin-left:0px;
width:110px;height:35px;
float:left;display:inline;
}
#nav_info:hover {
background:url(images/header_nav_red.jpg) -589px 0px no-repeat;
}
#nav_contact {
width:90px;height:35px;
margin-left:1px;
float:left;display:inline;
}
#nav_contact:hover {
background:url(images/header_nav_red.jpg) -700px 0px no-repeat;
}
#nav_contact span {
margin-right:18px;
}

/************ HOMEPAGE CONTENT ******************/

#content {
width:801px;height:242px;
background:url(images/content_bg.jpg) top left no-repeat;
}
#content_text {
color:#fff;
background:url(images/content_text_bg.jpg) no-repeat;
width:778px;
float:left;display:inline;
padding:50px 0px 20px 0px;
margin:5px 0px 0px 15px;
}
#content_text img {
float:left;display:inline;
margin:0 10px 0 10px;
}
#content_text span { 
font:normal 13px helvetica, arial, sans-serif;
display:block;float:left;display:inline;
width:540px;
margin:0 0 0 10px;
}

/************** BOTTOM ******************/

#bottom {
float:left;display:inline;
width:791px;height:131px;
margin-left:10px;
background:url(images/bottom_logos.jpg) no-repeat;
}
#bottom_summaries {
float:left;display:inline;
width:207px;height:131px;
margin: 0 0 0 75px;
}
#bottom_summaries .readmore {
margin:75px 0 0 80px;
}
#bottom_walters {
float:left;display:inline;
width:190px;height:131px;
position:relative;
}
#bottom_walters .readmore {
margin:95px 0 0 57px;
}
#bottom_brochure {
float:left;display:inline;
height:131px;width:200px;
position:relative;
margin: 0 0 0 0;
}
#bottom_brochure_adobe {
position:absolute;
top:80px;left:105px;
display:block;
width:67px;height:25px;
text-decoration:none;
}
#bottom_brochure_adobe span {
visibility:hidden;
}
#bottom_brochure .readmore {
margin:90px 0 0 20px;
}
#bottom_attainment {
float:left;display:inline;
width:189px;height:131px;
position:relative;
}
#bottom_attainment .readmore {
margin:93px 0 0 70px;
}
.readmore {
float:left;display:inline;
color:#fff;text-decoration:none;
background:url(images/readmore_triangle.gif) 0px 3px no-repeat;
padding-left:7px;
font-size:9pt;font-family:Helvetica, Verdana;
}
.readmore:hover {
text-decoration:underline;
}

/************ FOOTER ***************/

#footer {
width:801px;height:134px;
background:url(images/footer_bg.jpg) no-repeat;
margin:0px 0px 10px 0px;
float:left;display:inline;
}
#footer_links_1, #footer_links_2 {
width:500px;
text-align:center;
margin:0px auto 0px auto;
padding:17px 0px 0px 0px;
color:#cbcbcb;
font-family:Helvetica, Verdana;font-size:9pt;
line-height:16pt;
}
#footer_links_2 { padding-top:5px;  }
#footer_links_1 a, #footer_links_2 a
{
margin:0px 10px;
text-decoration:none;
color:#cbcbcb;
}
#footer_links_1 a:hover, #footer_links_2 a:hover {
text-decoration:underline;
}
#footer_links_2 a {
color:gray;
}

