/***** Global Styles *****/
body {
	 margin: 0px;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size: 0.75em;
	 /*color: #6a737b;*/
	 color: #000;
}

.Clear { clear:both; }

h1 { 
     color: #00535e;
	 font-size: 1.2em;
}

h2 {
	color: #FFFFFF;
	background-color: #00535e;
	font-size: 0.9em;
	padding: 3px 3px 3px 6px;
}

h3 
{
    padding: 5px 0px 0px 0px;
    font-size: 1.0em;
    font-weight: bold;
    color: #00535e;
    border-top: 3px solid #6a737b;
}

h4 { 
     color: #00535e;
	 font-size: 1.0em;
	 padding: 0px;
	 margin: 0px;
}

h5 { 
     /*color: #6a737b;*/
	 color: #000;
	 font-size: 1.0em;
	 padding: 0px;
	 margin: 0px;
}

.ActionButtons 
{
   height: 18px;
   background: url("../images/button-bg-repeater.gif") repeat-x;
   color: #00535e;
   line-height: 12px;
   background-color: #a3a2a3;
   border: 1px solid #383838;
   margin-top: 5px;
   float: right;
}

.ActionButtons_NewsItems
{
   height: 18px;
   background: url("../images/button-bg-repeater.gif") repeat-x;
   color: #00535e;
   background-color: #a3a2a3;
   border: 1px solid #383838;
   float: right;
   padding: 0px 3px 0px 3px;
}

a {
	/*color: #6a737b; */
	color: #000;
	text-decoration: none; 
}
a:hover {color: #00535e; text-decoration: none; }

a.GreenLink {color: #00535e; text-decoration: none; }
a:hover.GreenLink {
	/*color: #6a737b; */
	color: #000;
	text-decoration: none; 
}

a.WhiteLink {color: #FFFFFF; text-decoration: none; }
a:hover.WhiteLink {color: #FFFFFF; text-decoration: underline; }

/***** Main Containers *****/
#Wrapper {
	width: 1024px;
	margin: 0 auto;
	}
	
#Page {
	width: 936px;
	background:url(../images/page-bg.gif) repeat-y;
	min-height: 710px;
	height: auto !important;
	height: 710px;
	padding: 0px 44px 0px 44px;
}

#PageFooter {
	width: 1024px;
	height: 23px;
	background:url(../images/page-footer.gif) no-repeat;
}

/* Banner Styles */
#Banner {
	 width: 936px;
	 height: 233px;
}

#Banner .DateBar {
	width: 936px;
	height: 25px;
	line-height: 20px;
}

#Banner .GreenBar {
	width: 936px;
	height: 25px;
	background-color: #00535e;
}

#Banner .Image {
	width: 936px;
	height: 183px;
}

/* Navigation Styles */
#Navigation {
	width: 936px;
	height: 35px;
}

#Navigation .Items {
	width: 936px;
	height: 25px;
}

#Navigation .Shadow {
	width: 936px;
	height: 10px;
	background:url(../images/navigation-shadow.gif) no-repeat;
}

/* Main Content Styles */
#Content {
	width: 936px;
	min-height: 477px;
	height: auto !important;
	height: 477px;
	background:url(../images/content-repeater.gif) repeat-y;
}

#Content .Items {
	width: 220px;
	padding: 15px 0px 15px 7px;
	float: left;
}

#Content .Items .SubPageTitles 
{
    min-height: 20px;
    height: auto !important;
    height: 20px;
    background-color: #00535e;
    color: #FFFFFF;
    line-height: 20px;
    padding: 0px 0px 0px 15px;
    margin-bottom: 10px;
}

#Content .Text {
	width: 664px;
	padding: 15px 15px 15px 25px;
	float: right;
}

/* Footer */
#Footer {
	width: 936px;
	height: 30px;
}

#Footer .Shadow {
	width: 936px;
	height: 10px;
	background:url(../images/footer-shadow.gif) no-repeat;
}

#Footer .Copyright {
	width: 206px;
	float: left;
	line-height: 20px;
	height: 20px;
	padding: 0px 15px 0px 15px;
}

#Footer .Items {
	width: 670px;
	padding: 0px 15px 0px 15px;
	line-height: 20px;
	height: 20px;
	float: right;
}

/* Front Page Left Panel */
.ItemContainer 
{
    width: 220px;
    margin-bottom: 10px;
}

.ItemContainer ul.MimicSubNav 
{
    margin:0px;
    padding: 0px;
    list-style: none;
}

.ItemContainer ul.MimicSubNav li 
{
    padding: 4px 20px 4px 8px;
    /*color: #6a737b;*/
	color: #000;
}

.ItemContainer ul.MimicSubNav li:hover 
{
    padding: 4px 20px 4px 8px;
    /*color: #6a737b;*/
	color: #000;
    background: url(../images/nav-rollover-gray.gif) #cad0d5 center right no-repeat;
}

.ItemContainer ul.MimicSubNav li a 
{
    /*color: #6a737b;*/
	color: #000;
    text-decoration: none;
    
}

.ItemContainer ul.MimicSubNav li a:hover
{
    /*color: #6a737b;*/
	color: #000;
    text-decoration: none;
}

.HomeItemContainer 
{
    width: 196px;
    padding: 0px 10px 0px 10px;
    margin-bottom: 10px;
}

/* News Items Home Page ONLY */

.ItemContainer .NewsItem 
{
    margin-bottom: 10px;
}

/* Quick Contact */
.ItemContainer .QCRow 
{
    width: 196px;
    height: 20px;
    padding-bottom: 3px;
}
.ItemContainer .QCRow .LabelCol 
{
    width: 46px;
    float: left;
    height: 20px;
    font-weight: bold;
}
.ItemContainer .QCRow .InputCol
{
    width: 145px;
    height: 20px;
    padding-left: 5px;
    float: right;
}
.ItemContainer .QCRow .InputCol .TextBoxCss 
{
    width: 140px;
    height: 14px;
    color: #00535e;
    padding: 1px;
}

/* Misc Boxes */

.LongBox 
{
    width: 658px;
    min-height: 180px;
    height: auto !important;
    height: 180px;
}

.LongBox .Top 
{
    width: 658px;
    height: 12px;
    background: url("../images/Boxes/long-top.gif") no-repeat;
}

.LongBox .Body 
{
    width: 618px;
    min-height: 148px;
    height: auto !important;
    height: 148px;
    padding: 10px 20px 10px 20px;
    background: url("../images/Boxes/long-bg-repeater.gif") repeat-y;
}

.LongBox .Bottom 
{
    width: 658px;
    height: 20px;
    background: url("../images/Boxes/long-bottom.gif") no-repeat;
}

/* Careers Contact */

.LongBox .Body .LongLeftCol 
{
    float: left;
    width: 300px;
    margin-right: 9px;
}

.LongBox .Body .LongRightCol
{
    float: right;
    width: 305px;
    margin-right: 4px;
}

.LongBox .Body .LongLeftCol .Row
{
    width: 300px;
    min-height: 30px;
    height: auto !important;
    height: 30px;
}

.LongBox .Body .LongRightCol .Row
{
    width: 305px;
    min-height: 30px;
    height: auto !important;
    height: 30px;
}

.LongBox .Body .LongLeftCol .Row .Careers_TextBox 
{
    width: 298px;
    border: 1px solid #6a737b;
    color: #00535e;
}

.LongBox .Body .LongLeftCol .Row .Careers_TextBox_DoubleRow
{
    width: 298px;
    height: 51px;
    border: 1px solid #6a737b;
    color: #00535e;
}

.LongBox .Body .LongRightCol .Row .Careers_TextBox_MultiRow 
{
    width: 303px;
    height: 86px;
    border: 1px solid #6a737b;
    color: #00535e;
}

.LongBox .Body .LongRightCol .Row .Careers_FileUpload 
{
    width: 303px;
    border: 1px solid #6a737b;
    color: #00535e;
}

/* Profile Contact */
.LongBox .Body .Image 
{
    float: left;
    width: 90px;
    margin-right: 10px;
    border: 1px solid #6a737b;
}

.LongBox .Body .LeftCol 
{
    float: left;
    width: 255px;
    margin-right: 3px;
}
.LongBox .Body .LeftCol .Row 
{
    width: 255px;
    height: 35px;
}

.LongBox .Body .LeftCol .Row .Profile_TexBox 
{
    width: 253px;
    border: 1px solid #6a737b;
    color: #00535e;
}

.LongBox .Body .TitleRow 
{
    width: 255px;
    height: 20px;
}

.LongBox .Body .RightCol 
{
    float: right;
    width: 255px;
    margin-left: 3px;
}
.LongBox .Body .RightCol .Row 
{
    width: 247px;
    margin-left: 8px;
}

.LongBox .Body .RightCol .Row .Profile_TexBox_MultiRow
{
    width: 245px;
    height: 87px;
    border: 1px solid #6a737b;
    color: #00535e;
}

/* News Boxes */
.LongBox .Body .NewsImage 
{
    width: 130px;
    padding: 10px;
    float: left;
}

.LongBox .Body .NewsContent 
{
    width: 445px;
    padding: 10px;
    float: right;
}

#SecondNav .SubNavigation .RootNodesSub {width: 160px; color:#898a8a; font-family:Arial; line-height:18px; padding: 8px 3px 8px 3px; border-bottom: #3f953c 1px solid; list-style:none; border-right:#3f953c 1px solid;}
#SecondNav .SubNavigation .RootNodesOnSub {width: 160px; color:#d46f00; font-family:Arial; line-height:18px; padding: 8px 3px 8px 3px; border-bottom: #3f953c 1px solid; border-right:#3f953c 1px solid;}
#SecondNav .SubNavigation .ChildNodesSub {width:150px; color:#898a8a; background-color:#FFFFFF; border-bottom: #3f953c 1px solid; height:30px; padding-left:5px;}
#SecondNav .SubNavigation .ChildNodesOnSub {width:150px; color:#d46f00; background-color:#FFFFFF; border-bottom: #3f953c 1px solid; height:30px;}
#SecondNav .SubNavigation .ChildNodesWrapSub {background-color: #FFFFFF; border-top: #3f953c 1px solid; border-left: #3f953c 1px solid; border-right: #3f953c 1px solid;}
