/*
 Theme Name: Steele
 Theme URI: http://www.steelebranding.com
 Description: A custom theme created by Steele. All rights reserved.
 Author: Brant Peery
 Tags: custom, blue, fixed width, widgets
 */

a:link,
a:visited {
	color: #2D4159;
	text-decoration:none;
}

a:hover {
	color: #DF8713
}


#bodywrap {
    margin-left: auto;
    margin-right: auto;
    width: 980px;
    background: white;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
    line-height: 1.5em;
}

#head {
    width: 100%;
    height: 112px;
    background-image: url(images/header_bkg.jpg);
    color: white;
	position:relative;
}

#footer {
    clear: both;
    text-align: center;
    padding-top: 25px;
}

#searchbox {
    width: 198px;
    float: right;
    margin-right: 25px;
    margin-top: 10px;
}

#searchbox #searchbutton {
    display: block;
    background: none;
    background-image: url(images/searchbutton_bkg.png);
    border: none;
    width: 29px;
    height: 35px;
    padding: 0;
    margin: 0;
}

#searchtext {
    display: block;
    float: left;
    background: none;
    background-image: url(images/searchfield_bkg.png);
    background-repeat: no-repeat;
    border: none;
    height: 35px;
    width: 149px;
    padding: 5px 10px;
    margin: 0;
}
ul#main_services {
	position:absolute;
	left:145px;
	top:8px;
	padding:0;
	margin:0;
}
ul#main_services li {
	list-style:none;
}

#breadcrumb {
	padding-left:5px;
	display:none;
}
#content {
    position: relative;
    width: 967px;
    background: white;
    margin-top: 10px;
    padding: 0 8px 0 5px;
    text-align: left;
}

#pagetitle, .pagetitle {
    font-size: 24px;
    letter-spacing: 8px;
    font-weight: normal;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    text-align: left;
	width:400px;
}

#content p {
    margin-top: 10px;
}
#content h1 {
	color:#334961;
}

#storybox {
    position: inherit;
    height: 260px;
    top: 0px;
    float: right;
    background-image: url(images/storybox_bkg.jpg);
    background-repeat: repeat-x;
    border: #777f8c 1px solid;
    margin: 0 0px 8px 25px;
    color: white;
}

#storybox_leftarrow, #storybox_rightarrow, .storybox_canvas {
    height: 260px;
    border: none;
    float: left;
}

#storybox_rightarrow {
    width: 13px;
    background-image: url(images/rightarrow.jpg);
}

#storybox_leftarrow {
    width: 13px;
    background-image: url(images/leftarrow.jpg);
}

.storybox_canvas {
    width: 500px;
}

.story {
    position: relative;
    display: none;
}

#storybox_text {
    text-align: left;
    width: 245px;
    height: 100%;
    overflow: hidden;
    padding-left: 5px;
}

#storybox_text h1 {
    font-size: 20px;
    text-align: left;
    font-weight: normal;
    margin: 10px 0 15px 0;
	color:white;
}

#storybox_text p {
    width: 80%;
    padding-left: 30px;
    font-size: 12px;
}

#storybox_images {
    position: absolute;
    left: 250px;
    top: 8px;
    width: 250px;
    height: 260px;
    text-align: right;
}

#storybox_images img {
    float: right;
}

#nav {
    position: relative;
    float: right;
    width: 480px;
    margin-top: 15px;
    line-height: normal;
}

#head a:link, #head a:visited {
    color: white;
    text-decoration: none;
}

#head a:hover {
    color: #FBFFBF;
}

#nav li {
    display: inline;
    list-style: none;
    background-image: url(images/navbullet.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 24px;
    padding-right: 25px;
}

#nav ul {
    padding: 0;
    margin: 0;
}

#nav ul ul {
    display: none;
    position: absolute;
    top: 13px;
    padding-top: 27px;
    padding-bottom: 15px;
    left: 0px;
    width: 670px;
}

#nav ul ul li {
    position: relative;
    display: block;
    width: 143px;
    padding-right: 0;
    float: left;
}

#nav ul ul ul {
    position: absolute;
    top: 1.3em;
    left: 3em;
    float: none;
    background: #75879D;
    border: #2D4159 solid 1px;
    width: auto;
    height: auto;
    padding: 3px;
    z-index: 10;
}

#nav ul ul ul li {
    float: none;
}

#nav ul ul, #nav ul li:hover ul ul, #nav ul ul li:hover ul ul {
    display: none;
}

#nav ul li:hover ul, #nav ul ul li:hover ul, #nav ul ul ul li:hover ul, #ul li.activepage {
    display: block;
}

/* ------Sidebar Layout--------*/
#content.hasSideBar
{
	width:80%;
	float:left;
}
#menu {
	width:18%;
	overflow:hidden;
}
