@charset "UTF-8";
/* CSS Document */

a#skip { /* Skip to content link for use with access key S */
display:none;
}
html {
background:url(../images/web/background.gif) right top no-repeat #222222;
}
body {
font-size:0.7em;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin:0;
padding:0;
background:url(../images/web/background.gif) right top no-repeat #222222;
color:#FFFFFF;
}
img {
border:none;
}
a {
outline:none;
text-decoration:none;
color:#EB1f27;
}
a:hover {
text-decoration:underline;
}
h1 {
color:#FFFFFF;
margin:0 0 8px 0;
padding:0;
font-size:1.6em;
font-weight:normal;
}
h2 {
color:#EB1F27;
margin:15px 0 5px 0;
padding:0;
font-size:1.2em;
font-weight:normal;
}
h3 {
color:#FFFFFF;
margin:10px 0 5px 0;
padding:0;
font-size:1.3em;
font-weight:normal;
}
h4 {
color:#EB1f27;
margin:0;
padding:0;
font-size:1.2em;
font-weight:normal;
}
h5 {
color:#FFFFFF;
margin:0 0 10px 0;
padding:0;
font-size:1.1em;
font-weight:normal;
}
h6 {
color:#EB1f27;
margin:0;
padding:0;
font-size:1em;
font-weight:normal;
}
.clear {
clear:both;
}
.hidden {
display:none;
visibility:hidden;
}
.divider {
display:none;
visibility:hidden;
}
.red {
color:#EB1f27;
}


/*****MASTER CONTAINER*****/

#masterContainer {
width:968px;
margin:15px auto;
}


/*****HEADER*****/

#header {
width:918px;
min-height:89px;
padding:20px 25px;
position:relative;
}


/*****LOGO*****/

#logo {
width:385px;
height:63px;
display:block;
float:left;
}
#logo h1 {
margin:0;
padding:0;
}
h1 a.logo {
display:block;
width:385px;
height:63px;
background:url(../images/web/logo.png) 0 0 no-repeat;
text-indent:-3000px;
overflow:hidden;
padding:0;
margin:0;
text-decoration:none;
cursor:hand;
}


/*****NEWS BUTTON*****/

#newsBtn {
width:197px;
height:109px;
display:block;
float:left;
}
#newsBtn p {
margin:0;
padding:0;
}
p.newsText a {
display:block;
width:197px;
height:109px;
background:url(../images/web/btnNews.png) 0 0 no-repeat;
text-indent:-3000px;
overflow:hidden;
padding:0;
margin:0;
text-decoration:none;
cursor:hand;
}


/*****CONTACT TEXT*****/

#contactBoxHeader {
width:314px;
height:56px;
display:block;
float:right;
}
#contactBoxHeader p {
margin:0;
padding:0;
}
#contactBoxHeader .calls {
float:right;
}
p.contactText {
display:block;
width:314px;
height:56px;
background:url(../images/web/footer_links.png) 0 0 no-repeat;
text-indent:-3000px;
overflow:hidden;
padding:0;
margin:0;
text-decoration:none;
cursor:hand;
}


/*****SEARCH BAR*****/

#search {
width:300px;
height:40px;
margin:0;
padding:0;
color:#FFFFFF;
top:90px;
right:25px;
position:absolute;
}
#search a {
color:#7BC346;
text-decoration:none;
font-weight:bold;
}
#search a:hover {
text-decoration:underline;
}
#search p {
padding:0;
margin:3px 0 0 18px;
}
#search h2 {
color:#FFFFFF;
font-size:1.4em;
margin:10px 0 0 4px;
}
#search form {
margin:0;
padding:0;
}
#search .btn {
position: absolute;
right:10px;
width:60px;
display:none;
}
.searchLabel {
padding:12px 0 0 10px;
float:left;
font-weight:bold;
display:none;
}
#cntnt01moduleform_1 {
position:relative;
}
#cntnt01moduleform_1 .left {
display: block;
position: absolute;
left: 0;
top: 0;
width: 20px;
height: 19px;
}
div.search-wrapper>span.left {
background: url(../images/web/searchfield_leftcap.png) left top no-repeat;
}
#cntnt01moduleform_1 .right {
display: block;
position: absolute;
right: 0;
top: 0;
width: 10px;
height: 19px;
}
div.search-wrapper>span.right {
background: url(../images/web/searchfield_rightcap.png) right top no-repeat;
}
#cntnt01moduleform_1 input.txt {
width:177px;
height: 16px;
margin-top: 0;
margin-left: 20px;
position:absolute;
top:0;
left:0;
background: url(../images/web/searchfield_repeat.png) center top repeat-x;
font-size:0.9em;
color:#999999;
}
.search-wrapper {
position: relative;
width: 207px;
margin-top: 9px;
margin-left: 15px;
float:right;
}
.search-wrapper input.txt {
position: absolute;
width: 177px;
top: 0;
right: 10px;
background: url(../images/web/searchfield_repeat.png) center top repeat-x;
border: 0px;
margin: 0;
padding: 3px 0 0 0;
}
.search-wrapper input.txt {
width: 177px;
margin-left: 20px;
*margin-top:-1px;
*margin-right:-2px;
*margin-left:10px;
}


/*****NAV*****/

#nav {
margin:25px 0 20px 0;
font-size:1.1em;
float:left;
}
#nav ul {
margin:0;
padding:0;
list-style:none;
}
#nav li {
float:left;
background:url(../images/web/left.png) no-repeat left top;
margin:0;
padding:0 2px 0 9px;
}
#nav a {
float:left;
display:block;
background:url(../images/web/right.png) no-repeat right top;
padding:10px 17px 10px 8px;
text-decoration:none;
color:#FFFFFF;
}
#nav li:hover {
background:url(../images/web/left.png) no-repeat left -150px;
}
#nav a:hover {
background:url(../images/web/right.png) no-repeat right -150px;
}
/* Commented Backslash Hack
hides rule from IE5-Mac \*/
#nav a {float:none;}
/* End IE5-Mac hack */
#nav li a:hover, #nav .active a, #nav .activeparent a {
color:#FFFFFF;
}
#nav .active {
background:url(../images/web/left.png) no-repeat left -150px;
}
#nav .active a {
background:url(../images/web/right.png) no-repeat right -150px;
}
#nav .activeparent {
background:url(../images/web/left.png) no-repeat left -150px;
}
#nav .activeparent a {
background:url(../images/web/right.png) no-repeat right -150px;
}
#nav li {
position:relative;
}
#nav ul ul {
position:absolute;
z-index:500;
margin:0;
padding:0;
}
div#nav ul ul {
display:none;
width:100%;
}
div#nav ul li:hover ul {
display:block;
}
#nav ul ul li {
padding:0;
left:-9px;
background:#999999;
width:134px;
}
#nav ul ul a {
background:#999999;
}
#nav ul .active ul a, #nav ul .activeparent ul a {
background:#999999;
color:#FFFFFF;
}
#nav ul .active ul a:hover, #nav ul .activeparent ul a:hover {
background:#FFFFFF;
}


/*****CONTENT*****/

#contentMain {
width:918px;
margin:0;
padding:0 25px;
float:left;
}
#contentMain p {
padding:3px 0 6px 0;
margin:0;
}
#contentMain .big {
font-size:2em;
text-transform:uppercase;
}
#contentMain .small {
font-size:1.3em;
text-transform:uppercase;
}
#contentMain .clickHere {
margin:32px 0 0 0;
}
#contentLeft {
width:443px;
float:left;
padding:0 15px 0 0;
border-right:1px solid #5F5F5F;
min-height:240px;
_height:240px;
}
#contentRight {
width:444px;
float:right;
padding:0 0 0 15px;
}
form.question .left{
width:220px;
float:left;
}
form.question .right{
width:190px;
float:left;
}
form.question label {
color:#666666;
text-transform:uppercase;
float:left;
width:70px;
padding:5px 0 0 0;
}
form.question label.small {
width:50px;
}
form.question label.bottom {
padding:20px 0 0 0;
}
form.question textarea {
font-size:1.2em;
background:#111111;
padding:0 5px 5px 5px;
width:328px;
height:50px;
border:1px solid #222222;
color:#ffffff;
overflow:auto;
margin-top:15px;
float:left;
}
form.question .input {
font-size:1.2em;
background:#111111;
padding:0 5px 5px 5px;
width:108px;
height:20px;
border:1px solid #222222;
color:#ffffff;
margin-bottom:15px;
}
form.question .input2 {
font-size:1.2em;
background:#111111;
padding:0 5px 5px 5px;
width:328px;
height:20px;
border:1px solid #222222;
color:#ffffff;
}
form.question .submit {
float:right;
margin:15px 35px 0 0;
width:82px;
height:43px;
border:0;
color:#ffffff;
}
.submit {
opacity:0.5;
filter:alpha(opacity=50)
}
.submit:hover {
opacity:1.0;
filter:alpha(opacity=100)
}


/*****EXPERIENCE FORM*****/


.experienceForm {
margin:15px 0 0 0;
}
.experienceForm .left{
width:220px;
float:left;
}
.experienceForm .right{
width:190px;
float:left;
}
.experienceForm label {
color:#666666;
text-transform:uppercase;
float:left;
width:70px;
padding:5px 0 0 0;
}
.experienceForm label.small {
width:50px;
}
.experienceForm label.bottom {
padding:20px 0 0 0;
}
.experienceForm fieldset {
border:none;
margin:0;
padding:0;
}
.experienceForm legend {
display:none;
visibility:hidden;
}
.experienceForm textarea {
font-size:1.2em;
background:#111111;
padding:0 5px 5px 5px;
width:328px;
height:50px;
border:1px solid #333333;
color:#ffffff;
overflow:auto;
float:left;
}
/*.experienceForm input {
font-size:1.2em;
background:#111111;
padding:0 5px 5px 5px;
width:108px;
height:20px;
border:1px solid #222222;
color:#ffffff;
margin-bottom:15px;
}*/
.experienceForm input {
font-size:1.2em;
background:#111111;
padding:0 5px 5px 5px;
margin:0 0 15px 0;
width:328px;
height:20px;
border:1px solid #333333;
color:#ffffff;
}
.experienceForm .submit input {
float:right;
margin:15px 35px 0 0;
width:82px;
height:43px;
border:0;
color:#FFFFFF;
background:url(../images/web/submit.png) 0 0 no-repeat #872125;
text-indent:-99999px;
text-transform:uppercase;
}
.fsubmit {
opacity:0.5;
filter:alpha(opacity=50)
}
.submit:hover {
opacity:1.0;
filter:alpha(opacity=100)
}
#contentMain .subText {
margin:0 0 0 72px;
padding:5px 0 10px 0;
font-size:0.9em;
color:#666666;
}
.telNo {
font-size:2.6em;
}


/*****CONTENT BOTTOM*****/

#contentBottom {
border-top:1px solid #5f5f5f;
width:918px;
margin:25px;
padding:5px 0 0 0;
float:left;
}
#contentBottomLeft {
width:443px;
float:left;
padding:0 15px 0 0;
margin:15px 0;
border-right:1px solid #5f5f5f;
}
#contentBottomRight {
width:444px;
float:right;
padding:0 0 0 15px;
margin:15px 0;
}


/*****TAG CLOUD*****/

#contentBottomRight .heading {
margin:0 0 5px 0;
font-size:1.5em;
}
#contentBottomRight a {
text-transform:lowercase;
color:#555555;
}
#contentBottomRight a:hover {
color:#FFFFFF;
background:#872125;
text-decoration:none;
}
.tagList {
list-style:none;
margin:0;
padding:0;
color:#FFFFFF;
font-weight:normal;
}
.tagList a.heading {
font-size:1.3em;
color:#EB1F27;
padding:0 0 10px 0;
}
.tagList a {
font-weight:normal;
color:#872125;
}
.tagList li {
margin:0;
border-bottom:1px dotted #3F3222;
padding:5px;
}
.tagList li a:hover {
text-decoration:underline;
}


/*****NEWS*****/

#contentBottomLeft a {
color:#EB1f27;
text-decoration:none;
font-weight:bold;
}
#contentBottomLeft a:hover {
text-decoration:underline;
}
#contentBottomLeft p {
padding:0;
margin:0;
}
#contentBottomLeft .heading {
margin:0 0 5px 0;
font-size:1.5em;
}
#contentBottomLeft .newsStory {
margin:0 0 10px 0;
}
#contentBottomLeft dl {
margin:0;
padding:0;
float:left;
}
#contentBottomLeft .NewsSummaryField {
float:left;
width:99px;
min-height:100px;
_height:100px;
margin:0 8px 0 0;
overflow:hidden;
position:relative;
}
#contentBottomLeft dt {
margin:0;
padding:0;
color:#EB1f27;
font-weight:normal;
font-size:1.2em;
}
#contentBottomLeft dd {
margin:0;
padding:0 0 10px 0;
color:#FFFFFF;
}
#contentBottomLeft dd a {
text-decoration:none;
}
#contentBottomLeft dd a:hover {
text-decoration:underline;
}
#bookmarksBar {
float:left;
margin:15px 0 0 0;
}
#NewsPostDetailReturnLink {
float:left;
margin:15px 0 0 0;
}


/*****NEWS LIST*****/

#newsList {
float:left;
}
#newsList a {
color:#EB1F27;
text-decoration:none;
}
#newsList a:hover {
text-decoration:underline;
}
#newsList .NewsSummaryPostdate {
font-style:italic;
font-size:0.9em;
font-weight:lighter;
color:#999999;
}
#newsList .heading {
margin:0;
padding:5px 0;
font-size:0.9em;
}
#newsList dl {
margin:0 0 15px 0;
padding:0 0 15px 0;
float:left;
}
#newsList dt {
margin:0;
padding:15px 0 0 0;
color:#EB1F27;
font-size:1.3em;
}
#newsList dd {
margin:0;
padding:0 0 15px 0;
color:#FFFFFF;
border-bottom:1px solid #333333;
}
#newsList dd a {
text-decoration:none;
}
#newsList dd a:hover {
text-decoration:underline;
}
#newsList #NewsPostDetailReturnLink a {
padding:15px 0 0 0;
color:#EB1F27;
font-weight:bold;
}


/*****FOOTER*****/

#footer {
padding:10px 0;
width:918px;
margin:0 25px;
float:left;
color:#FFFFFF;
border-top:1px solid #333333;
}
#footer p {
margin:0;
padding:0;
}
#footer a {
color:#EB1F27;
}
#footerLeft {
float:left;
width:400px;
}
#footerLeft a {
color:#555555;
}
#footerLeft ul {
display:inline;
list-style:none;
margin:0;
padding:0;
}
#footerLeft li {
float:left;
padding:0 5px;
}
#footerLeft .divider {
visibility:visible;
display:block;
}
#footerLeft li a:hover {
}
#footerRight {
float:right;
width:400px;
text-align:right;
}








