@import url("typo.css");

html,body {
	margin:0;
	padding:0;
	color: #333;
}

body {
background: url(../images/bg-page.png) repeat-x 0 160px;
border-top:20px solid #333333;
}


#container {
width: 960px;
margin: 0px auto;
padding: 0;
text-align: left;
position: relative;
overflow: hidden;
}

#header {
width: 100%;
height: 170px;
position: relative;
}

#branding #logo {
background:transparent url(../images/logo.png) repeat scroll left top;
height:101px;
left:10px;
position:absolute;
top:18px;
width:592px;
}

#logo a {
display: block;
width: 100%;
height: 100%;
color: transparent;
text-indent: -9999px; /*IE*/
}

#branding #name {
background:transparent url(../images/bg-name.gif) repeat scroll left top;
bottom:39px;
height:13px;
position:absolute;
right:10px;
width:319px;
}

#header #searchbox {
height:30px;
position:absolute;
right:10px;
top:0;
width:260px;
margin:10px 0 0 0;
}
#searchbox * {
float:left;
font-size:11px;
}
#searchbox form {
margin-right:5px;
display: none;
}
#searchbox form label {
color:orange;
padding: 4px 10px 0 0;
text-transform:uppercase;
}
#searchbox form input {
border:1px solid #333333;
height:14px;
margin:0;
padding:0;
width:100px;
}
#searchbox form button {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:red none repeat scroll 0 0;
border:0 none;
height:23px;
padding:0;
width:50px;
}
#searchbox a {
padding:4px;
}


#mainnav {
bottom:0;
height:30px;
left:0;
position:absolute;
width:100%;
}

ul#nav {
height: 100%;
}

#nav li
{
	width: 90px;
	height: 100%;
	float: left;
	line-height: 30px;
	text-align: center;
	/*padding: 0px 5px;*/
	border-right:1px solid #FFFFFF;
}

#nav #n1 {
width: 170px
}

#nav #n2 {
width: 106px
}
#nav #n3 {
width: 114px

}
#nav #n4 {
width: 89px
}

#nav #n5 {
width: 135px
}


#nav #n6 {
width: 180px

}
#nav #n7 {
width: 110px
}
#nav #n8 {
width: 90px
}
#nav #n9 {
width: 120px;
border: none;
}





#nav li a {
letter-spacing: 0px;
display:block;
height: 100%;
color: #fff;
font-size: 14px; /*main link bar text size*/
text-transform: uppercase;
}

#nav li a:hover {

}


/*drop down menu text size */
ul#nav li ul li a {

}



#content {
float:right;
padding:20px 190px 0 0;
width:580px;
}

#aside {
background:#D7EDFD none repeat scroll 0 0;
float:left;
margin-left: 10px;
padding:0 16px 20px 16px;
width:128px;
}

#inthis {
display: block;
margin-top: 59px;
color: #fff;
text-transform:uppercase;
font-weight: bold;
}





#sidenav a {
color:#003366;
display:block;
line-height:16px;
padding:4px 0;
}

#sidenav a:hover {
background: #fff;
}

#sidenav li ul {
border-left:3px solid white;
font-size:11px;
}
#sidenav li ul li a {
line-height:12px;
padding:2px 0 2px 5px;
}





#footbar
{
width: 100%;
margin-top: 20px; /*might not be needed depending on bottom margin of other things*/
background-color: #454545;
background: #e05512;
padding: 1px 0;
}

#footer {
clear: both;
width: 960px;
font-size: 11px;
color: #fff;
width: 960px;
margin: auto;
position: relative;
}

#footer p {
margin: 8px 0;
}

#footer p a { color: #fff;}

#backtotop {
bottom:5px;
color:#FFFFFF;
height:15px;
position:absolute;
right:5px;
width:60px;
}




/* content area stuff */
.mainphoto {
float: left;
margin-right: 15px;
padding: 5px;
border: 1px solid orange;
text-align: center;
}
.mainphoto img {
display: block;
margin: 5px;
}
.mainphoto .caption {

}

