@import url("body.css");

/*------ Yahoo CSS Reset -------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
table tr td {
	vertical-align: top;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}

/*------ Base Styles -------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	background: top left repeat-x url(images/background.jpg);
	font-size: x-small;
	line-height: 1.6em;
	color: #485461;
	text-align: center;
	padding-top: 6px;
}
body.home {
	background: top left repeat-x url(images/homeBackground.jpg);
}
p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 10px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
a {
	text-decoration: none;
	color: #0082c8;
	outline: 0;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.2em;
	line-height: 1.3em;
	color: #788797;
	clear: left;
	margin-bottom: 20px;
	margin-right: 60px;
}
body.home h1 {
	margin-right: 0;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3.1em;
	line-height: 1.2em;
	color: #0082c8;
	xwidth: 968px;
	display: block;
	border-bottom: solid 1px #d0d0d0;
	margin: 0 10px 0 10px;
	padding: 17px 0 3px 0;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.2em;
	line-height: 1.2em;
	color: #0082c8;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	line-height: 1.2em;
}
h5 {

}
ul li {
	line-height: 1.3em;
}
input {
	border: solid 1px #d0d0d0;
	color: #788797;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding: 2px;
}
input.radioBtn {
	border: none;
	width: 14px;
}
span.required {
	color: #e99519 !important;
}
select {
	border: solid 1px #d0d0d0;
	color: #788797;
	width: 255px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding: 2px;
	margin-top: 3px;
}
table tr td {
	font-size: 1.2em;
	line-height: 1.5em;
}
/*------ Main Structure -------*/
div#pageWrapper {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}
div#content {
	clear: both;
}
div#footer {
	clear: both;
}

/*------ Header Styles -------*/
a.logo {
	display: block;
	background: top left no-repeat url(images/stratexLogo.gif);
	width: 190px;
	height: 83px;
	text-indent: -9000em;
	float: left;
	margin-left: 6px;
}
ul.mainNav {
	float: right;
	margin-top: 23px;
	margin-right: 5px;
}
ul.mainNav li {
	font-weight: bold;
	color: #0082c8;
	font-size: 1.4em;
	float: left;
}
ul.mainNav li a.selected {
	color: #788797 !important;
}
ul.mainNav li a {
	color: #0082c8;
	background: right center no-repeat url(images/mainNavBullet.gif);
	padding: 0 10px 0 6px;
}
ul.mainNav li.last a {
	color: #0082c8;
	background-image: none;
	padding-right: 5px;
}
ul.subNav {
	float: right;
	clear: right;
	margin-top: 4px;
	margin-right: 5px;
}
ul.subNav li {
	float: left;
	font-size: 1.1em;
}
ul.subNav li a {
	color: #919293;
	padding: 0 10px;
}
ul.subNav li.last a {
	color: #919293;
	padding-right: 5px;
}
ul.innerNav {
	margin-left: 0 !important;
	margin-bottom: 0 !important;
}
ul.innerNav li {
	float: left;
	padding-left: 0 !important;
	background-image: none !important;
	padding: 0 10px !important;
	color: #788797 !important;
}
ul.innerNav li a {
	color: #788797;
}
ul.innerNav li a.selected {
	color: #0082c8;
}


/*------ Footer Styles -------*/
div#footer {
	border-top: solid 1px #d0d0d0;
	padding-top: 10px;
	margin: 10px;
	padding-bottom: 20px;
}
div#footer p {
	float: left;
	color: #919293;
	font-size: 1.1em;
}
div#footer ul {
	float: right;
}
div#footer ul li {
	float: left;
	font-size: 1.1em;
}
div#footer ul li a {
	padding: 0 10px;
}
div#footer ul li.last a {
	padding-right: 0;
}

/*------ Special Rules -------*/
.hide {
	display: none !important;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}