html, body { 
	margin:0; padding:0; 
	font-family: arial;
	font-size: 14px;
}

body {
background: #f7f7f7 url(../img/sprite-horizontal.png) repeat-x;
color: #535353;
}

html * {
margin:0;
padding:0;
}

a img { border: 0; }






#page {
width: 662px;
margin: auto;
background: transparent;
position: relative;
}



#header {
height: 160px;
}

#page #header h1 {
margin:0 auto;
width: 630px;
height: 160px;
}

#header h1 a {
display:block;
height:100%;
text-decoration: none;
color: #000;
font-family:trebuchet MS;
font-size:45px;
text-indent:-9999px;
background: url("../img/logo.png") no-repeat top left; 
}


#header p#slogan {
display:none;
margin: 0;
width: 290px;
font-family: 'times new roman';
color: #a20d1f;
font-size: 26px;
position: absolute;
top: 88px;
right: 10px;
}

#header p#skipnav { display: none; }

#nav {
width: 630px;
height: 33px;
margin: auto;

}

#nav ul {
margin:0;
padding:0;
list-style:none;
height: 100%;
}

#nav li {
background: url(../img/bg-navbar.png);
height: 100%;
line-height: 35px;
float: left;
text-align: center;
margin-right: 1px;
}

#nav li a {
color: #808285;
text-decoration: none;
font-family: verdana;
font-size: 12px;
text-transform: uppercase;
display: block;
height: 100%;
line-height: 32px;
padding: 0 16px;
width: 36px;
}

#nav li a:hover {
background: #000;
color: #fff;
height: 32px;
border-bottom: 3px solid red;;
}


#nav #n2 a { width: 64px; }

#nav #n3 a { width: 61px; }

#nav #n4 a { width: 92px; }

#nav #n6 a { width: 80px; }


/*SUB NAVIGATION*/

#content #subnav {
height: 27px;
padding: 4px;
margin-top: -24px;
margin-bottom: 14px;
background: #000;
}

#content #subnav ul {
list-style-type: none;
margin:0;
padding:0;
overflow:hidden;
}

#content #subnav li {
/*display: inline-block;*/ /*not supported by IE5.5 - IE7*/
float: left;
background: #000;
background: #a20d1f;
}

#content #subnav li a {
color: #fff;
text-decoration: none;
text-align:center;
display: block;
padding: 6px 10px;
font-size: 12px;
}

#content #subnav li a:hover {
padding: 5px 9px;
border: 1px solid red;
}

/*END SUB NAVIGATION*/



#before_content {
width: 630px;
padding: 0px 0 0 16px;
}

#content {
width: 594px; /*662 minus 34 padding on either side*/
min-height: 150px;
padding: 17px 34px;
background: url(../img/bg-content.png);
}





/** 
COMMON TYPOGRAPHIC ELEMENT STYLINE
basic margins/padding settings */

#page h1, #page h2,
#page p, #page ul, #page ol, #page table {
margin-bottom: 1em;

}

#content ul, #content ol {
padding-left: 28px;
}

#content p {
line-height: 2em;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 { color: #000; }

#content h1 {
border-bottom: 2px solid #575757;
padding-bottom: 10px;
margin: 0 0 1em 0;
font-weight: normal;
font-family: 'arial narrow';
font-size: 22px;
text-transform: uppercase;
}

#content h1 span {
color: red;
}


#leftshadow, #rightshadow {
width: 112px;
height: 190px;
position: absolute;
top: 193px;
}
#leftshadow {
width: 208px;
background: url(../img/redshadow-left.png) no-repeat top right;
left: -224px;
padding: 32px 32px 0 0;
font-family: 'times new roman';
font-size: 20px;
text-align: right;
color: #fff;
}
#rightshadow {
background: url(../img/redshadow-right.png) no-repeat;
right: -96px;
}

#footer {
background:transparent url(../img/bg-navbar.png) repeat scroll 0 36px;
color:#FFFFFF;
padding:12px;
}

