/*

Sidera Search Associates
General Screen Styles
Created by Cory Schadt
cory@cs-tech.com
*/
/*------------------------- General Selectors -------------------------*/
html, body {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background-color: #fff; /* BG colour of the CMS editor */
	color: #333333;
	line-height: 1.3em;
	text-align: left;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
#main-content legend {
}

a:link, a:visited {
	color: #e77c42;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e77c42;
}
a:hover {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #e77c42;
	background-color: #EBEBEB;
}
p {
	margin: 0 0 1.5em;
	padding: 0;
	line-height: 1.5;
}
a img {
	border: 0;
}
ul, ol {
	margin: 0 0 1.5em 30px;
	padding: 0;
}
ul ul, ol ol {
	font-size: 100%;
	margin: 0.40em 0 0.80em 10px;
}
ul li, ol li {
	line-height: 1.5;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table, td {
	font-size: 100%;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
blockquote {
	color: #666;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0px;
	padding: 0;
}
abbr {
	cursor: help;
	border-bottom: 1px dotted #000;
}
hr {
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	color: #e77c42;
	margin: 0 0 0.80em;
	padding: 0;
	font-size: 21px;
	font-weight: normal;
}
h2 {
	margin: 0 0 0.60em;
	padding: 0;
	color: #545454;
	font-size: 17px;
	font-weight: normal;
}
h3 {
	margin: 0 0 0.60em;
	padding: 0;
	color: #e77c42;
	font-size: 15px;
	font-weight: normal;
}
h4 {
	margin: 0 0 0.60em;
	padding: 0;
	color: #008eb0;
	font-size: 14px;
	font-weight: normal;
}

h5 {
	margin: 0 0 0.60em;
	padding: 0;
	color: #f68e56;
	font-size: 14px;
	font-weight: normal;
}
h6 {
	margin: 0 0 0.60em;
	padding: 0;
	color: #363636;
	font-size: 14px;
	font-weight: normal;
}


table td p, table td h1, table td h2, table td h3, table td h4, table td h5, table td h6 {
	margin: 0;
	padding: 0;
}
/*------------------------- Classes -------------------------*/
.hide {
	position: absolute;
	top: -9999px;
}
.banner-home {
	height: 244px;
	width: 761px;
	background-image: url(../images/banner-home.jpg);
}
.banner-about {
	height: 121px;
	width: 761px;
	background-image: url(../images/banner-about.gif);
}
.banner-recruiting {
	height: 121px;
	width: 761px;
	background-image: url(../images/banner-recruiting.gif);
}
.banner-career {
	height: 121px;
	width: 761px;
	background-image: url(../images/banner-career.gif);
}
.banner-contact {
	height: 121px;
	width: 761px;
	background-image: url(../images/banner-contact.gif);
}
.banner-default {
	height: 121px;
	width: 761px;
	background-image: url(../images/banner-default.gif);
}




.fade {
	background-image: url(../images/fade.gif);
	float: right;
	height: 9px;
	width: 218px;
}
.form-row {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #FFFFFF;
	font-size: 12px;
}
.text{
	font-style: normal;
	border-left-color: #cccccc;
	border-bottom-color: #e6e6e6;
	border-right-color: #cccccc;
	border-top-color: #b3b3b3;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-width: 1px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	background-color: #f6f6f6;
	background-image: url(../images/style1_txt_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: -17px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 270px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
.btn{
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	border-left-color: #b3b3b3;
	border-bottom-color: #b3b3b3;
	border-right-color: #b3b3b3;
	border-top-color: #b3b3b3;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-width: 1px;
	font-size: 12px;
	font-weight:normal;
	color:#333333;
	background-color: #e4e4e4;
	background-image: url(../images/style1_btn_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

/*------------------------- Layout -------------------------*/
#wrapper {
	width: 761px;
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#print-logo {
	display: none;
}

/*------------------------- Masthead -------------------------*/
#masthead {
	height: 88px;
	width: 761px;
}
#masthead h1 {
	font-size: xx-small;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	position: absolute;
	top: 45px;
}
#masthead h1 a {
	display: block;
	width: 230px;
	height: 43px;
	background-image: url(../images/sidera-logo.gif);
	background-position: 0em;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*------------------------- Navigation -------------------------*/
#nav-wrapper {
	height: 88px;
	float: right;
	margin: 0px;
	padding: 0px;
	width: 507px;
}
#nav {
	float:left;
	width:506px;
	height:88px;
	position:relative;
	top:0px;
	left:0px;
	text-indent:-9999px;
	overflow: hidden;
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#nav li {
	display:block;
	position:absolute;
	list-style:none;
}
#nav li, #nav a {
	display:block;
	height:88px;
	margin: 0px;
	padding: 0px;
}
#nav a, #nav a:hover {
	text-decoration:none;
}
#nav-home {
	left:0px;
	width:72px;
}
#nav-about {
	left:73px;
	width:87px;
}
#nav-recruiting {
	left:160px;
	width:144px;
}
#nav-career {
	left:304px;
	width:105px;
}
#nav-contact {
	left:409px;
	width:99px;
}
#nav-home a:hover {
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
	background-position: 0px -88px;
}
#nav-about a:hover {
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
	background-position: -73px -88px;
}
#nav-recruiting a:hover {
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
	background-position: -160px -88px;
}
#nav-career a:hover {
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
	background-position: -304px -88px;
}
#nav-contact a:hover {
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
	background-position: -409px -88px;
}
#page-home #nav-home {
	background:url(../images/nav.gif) 0px -88px no-repeat;
}
#page-about #nav-about {
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
	background-position: -73px -88px;
}
#page-recruiting #nav-recruiting {
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
	background-position: -160px -88px;
}
#page-career #nav-career {
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
	background-position: -304px -88px;
}
#page-contact #nav-contact {
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
	background-position: -409px -88px;
}

/*------------------------- Content -------------------------*/
#all-content-wrapper {
	margin-top: 0px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 35px;
}
/*------------------------- Main Content -------------------------*/
#main-content-wrapper {
	min-height: 325px;
	margin-left: 218px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-top: 0px;
	padding-bottom: 20px;
}
#main-content-wrapper-2 {
	min-height: 350px;
	margin-top: 0px;
	padding-bottom: 20px;
}

#main-content {
	margin-top: 0px;
	margin-left: 17px;
	padding-top: 24px;
}
#main-content-2 {
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 24px;
}

#main-content ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
}
#main-content li {
	list-style-image: url(../images/arrow.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #666666;
	list-style-position: inside;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#main-content fieldset {
	border: 1px solid #CCCCCC;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#main-content legend {
	color: #007895;
	font-size: 14px;
	font-weight: normal;
	background-color: #FAFAFA;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #007895;
}

/*------------------------- Sidebar -------------------------*/
#sidebar-wrapper {
	width: 218px;
	height: auto;
	float: left;
	margin: 0px;
	padding: 0px;
}
#sidebar {
	padding-top: 28px;
}
/*------------------------- Footer -------------------------*/
#footer {
	background-color: #000000;
	height: 24px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}
#footer #copyright {
	width: 450px;
	float: left;
	margin: 0px;
	color: #CCCCCC;
	font-size: 10px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-weight: normal;
}
#footer #cs-logo {
	font-size: xx-small;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0;
	float: right;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#footer #cs-logo a {
	display: block;
	width: 132px;
	height: 11px;
	background-image: url(../images/cornerstone-logo.gif);
	background-position: 0em;
	background-repeat: no-repeat;
	margin-top: 7px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#address {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0F7BA0;
	display: none;
}
.image {
	padding: 3px;
	border: 1px solid #C8EDFF;
}
#sidebar   a  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.image:hover {
	padding: 3px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}
#copyright a {
	color: #CCCCCC;
	text-decoration: none;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
}
#copyright a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	border-bottom-style: none;
	border-bottom-color: #FFFFFF;
	background-color: #000000;
}
