﻿body {
}

.Report
{
	border:solid 1px whitesmoke;
}

.Report th
{
	text-align:left;
	background-color:#f0f0f0;
	padding:5px;
}

.ReadingLine TD
{
	border-bottom: solid 1px #c0c0c0;
	padding:5px;
}

.Introduction
{
	
}

.Introduction strong
{
	color:#2c3948;
	font-size:.9em;
	margin-bottom:10px;
	
}


.Introduction P
{
	font-size:.9em;
	margin-bottom:10px;
	text-align:justify;
	color:#2c3948;
}

p
{
	font-size:.8em;
}

h1
{
	color:#5882a8;
	font-size:1.4em;
}

h2
{
	color:#5882a8;
	font-size:1em;
	margin-top:10px;
	margin-bottom:5px;
}

a
{
	text-decoration:none;
	color:Blue;
}

h3
{
	color:#fb3300;
}

.TopBelt
{
	background-image:url(../../Images/topbannerbg.jpg);
	background-repeat:repeat-x;
	height:29px;
	width:950px;
	margin:auto;
	color:#37557a;
}

.TopBelt A
{
	color:White;
	font-weight:Bold;
	text-decoration:none;
	font-size:.85em;
}
.TopBelt A:hover
{
	color:White;
	text-decoration:underline;
}



#TopMenuItems a
{
	color: #000;
	background:  url(../../Images/MenuButtons_01.jpg) left top no-repeat;
	text-decoration: none;
	padding-left: 10px;
	font-weight:normal;
	height:33px;
}

#TopMenuItems a span
{
	background: url(../../Images/MenuButtons_02.jpg) right top no-repeat;
	padding-right: 10px;
	color:#ffffff;
	font-size:.9em;
	font-weight:bold;
	font-family:Verdana,Tahoma;
	padding-top:7px;
	height:33px;
	min-width:80px;
	text-align:center;
	cursor:pointer;

}


#TopMenuItems a.NoBlocked, #TopMenuItems a.NoBlocked span
{
	display: block;
	float: left;
	background-image:none;
	
}

#TopMenuItems a, #TopMenuItems a span
{
	display: block;
	float: left;
}

/* Hide from IE5-Mac \*/
#TopMenuItems a, #TopMenuItems a span
{
	float: none;
}
/* End hide */

#TopMenuItems ul
{
	list-style: none;
	padding: 0;
	margin: 0;

}

#TopMenuItems li
{
	float: right;
	margin:0px 0px 0px 1px;
	list-style-type:none;
	display: inline;
} 





.LogoBanner
{
	width:950px;
	margin:auto;
}

.MainContents
{
	width:950px;
	margin: 5px auto 5px auto;
	min-height:400px;
}

.MainContents:after
{
	content: ".";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.BottomContents
{
	background-color:#2d609d;
	min-height:100px;
	padding-top:10px;
	padding-bottom:20px;
	margin-bottom:20px;
	width:950px;
	margin-left:auto;
	margin-right:auto;
	color:White;
	font-family:Verdana,Tahoma,Geramond;
	
}

.BottomContents div
{
	padding:5px;
	margin-right:20px;
	margin-top:5px;
}



.BottomContents a
{
	color:White;
	font-size:.85em;
	font-family:Verdana,Tahoma,Geramond;
	
}





.LoginTable
{
	margin-bottom:10px;
	border-left:solid 1px #3771b7;
	border-right:solid 1px #3771b7;
	border-bottom:solid 1px #3771b7;
}
.LoginTable TH
{
	background-color:#3771b7;
	color:White;
	padding-top:5px;
	padding-bottom:5px;
}
.LoginTable TD
{
	padding:5px;
}

.MessageBlock
{
	 background-color:#f0f0f0;
	 border:solid 1px #d0d0d0;
	 color:navy;
	 width:500px;
	 margin:auto;
	 padding:10px;
}

.MessageBlockInFlow
{
	 background-color:#f0f0f0;
	 border:solid 1px #d0d0d0;
	 color:navy;
	 width:500px;
	 padding:10px;
}

.MessageBlockInFlowfull
{
	 background-color:#f0f0f0;
	 border:solid 1px #d0d0d0;
	 color:navy;
	 
	 padding:10px;
}




.CommonForms
{
	width:100%;
}
.CommonForms TH
{
	text-align:left;
	background-color:SteelBlue;
	color:White;
	height:25px;
	font-size:9pt;
	padding-left:10px;
}

.CommonForms select.date
{
  width:60px;
}

.CommonForms TD
{
	font-size:9pt;
	padding:5px;
	color:#515253;
}

.CommonForms TH A
{
	color:White;
}

.CommonForms TH.ContainsLinks
{
	text-align:right;
	padding-right:15px;
}

.ContentHolder
{
	padding-left:20px;
}


.FullWidthBlock
{
	border-left:solid 1px #6dac97;
	border-right:solid 1px #6dac97;
	border-bottom:solid 1px #6dac97;
	margin-bottom:10px;
}

.FullWidthBlock div.Contents
{
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	padding-top:0px;
}

.FullWidthBlock div.Header
{
	background-image:url(../../Images/Headingbg.jpg);
	background-repeat:repeat-x;
	font-size:.85em;
	height:23px;
	color:White;
	text-align:center;
	padding-top:7px;
	font-weight:bold;
}

.FullWidthBlock div.Contents a
{
	color:#000000;
	text-decoration:none;
	font-family:Verdana,Tahoma,Geramond;
	font-size:1.2em;
}
.FullWidthBlock div.Contents a:hover
{
	color:#002b42;
	text-decoration:underline;
}
.FullWidthBlock div.Contents a.SeperateLink
{
	color:#346bae;
	text-decoration:underline;
	font-style:italic;
}

.FullWidthBlock Table TD.ButtonBlock
{
	
	text-align:center;
	background-image:url(../../Images/categorybtn.jpg);
	background-repeat:repeat-x;
	height:29px;
}


.JobSections
{
	
}
 div.Header
{
	background-image:url(../../Images/Headingbg.jpg);
	background-repeat:repeat-x;
	
	font-size:1.0em;
	height:30px;
	
	color:White;
	text-align:center;
	padding:2pt;
	font-weight:bold;
}
.JobSections Div.pagerDiv
{
	
}

.CategoryListingTable
{
	
}

.CategoryListingTable TD
{
	font-size:.7em;
	
}

.CategoryListingTable TD a span
{
	font-size:.7em;
	color:red;
}

.WhiteText
{
	color:White;
}

.OrangeTextBold
{
	color:#ffcc33;
	font-weight:bold;
}

.HolderBg
{
	background-image:url(../../Images/Holder_03.jpg);
	background-repeat:repeat-x;
	color:#2c3948;
}

.WebpartContents
{
	border-left:solid 1px #6dac97;
	border-right:solid 1px #6dac97;
	border-bottom:solid 1px #6dac97;
	margin-bottom:10px;
	padding-bottom:10px;
	background-image:url(../../Images/forbottombg.jpg);
	background-repeat:repeat-x;
	background-position:bottom left;
}

.WebpartContents div.Contents
{
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
}


.WebpartContents input[type=text]
{
	border:solid 1px steelblue;
}
.WebpartContents div.Header
{
	background-image:url(../../Images/Headingbg.jpg);
	background-repeat:repeat-x;
	font-size:.85em;
	height:29px;
	color:White;
	text-align:center;
	padding-top:5px;
	font-weight:bold;
}


.WebpartLabelTD
{
	border-bottom:dotted 1px #ffcc33;
	color:steelblue;
}

.MenuOption
{
	background-image:url(../../Images/bgimg.jpg);
	width:100px;
}
.MenuOption Div.cornor
{
	background-image:url();
	background-position:right center;
	background-repeat:no-repeat;
	width:100%;
}




#categoryitem a
{
	color: #5d6673;
	background:  url(../../Images/btns_01.jpg) left top no-repeat;
	text-decoration: none;
	padding-left: 10px;
	font-weight:normal;
	height:29px;
}

#categoryitem a span
{
	background: url(../../Images/btns_02.jpg) right top no-repeat;
	padding-right: 10px;
	color:#5d6673;
	font-size:11pt;
	font-weight:normal;
	font-family:Calibri,Verdana,Tahoma;
	padding-top:5px;
	height:29px;
	min-width:80px;
	text-align:center;
	cursor:pointer;

}


#categoryitem a.NoBlocked
{
	display: block;
	float: left;
	background:  url(../../Images/btns_01_nonsel.jpg) left top no-repeat;
	color:#505264;
}

#categoryitem a.NoBlocked span
{
	background:  url(../../Images/btns_02_nonsel.jpg) right top no-repeat;
	color:#505264;
	font-weight:bold;
}


#categoryitem a, #categoryitem a span
{
	display: block;
	float: left;
}

/* Hide from IE5-Mac \*/
#categoryitem a, #categoryitem a span
{
	float: none;
}
/* End hide */

#categoryitem ul
{
	list-style: none;
	padding: 0;
	margin: 0;

}

#categoryitem li
{
	float: left;
	margin:0px 0px 0px 1px;
	list-style-type:none;
	display: inline;
} 





#navigation a
{
color: #000;
background: #3366cc url(../../Images/leftcornor.jpg) left top no-repeat;
text-decoration: none;
padding-left: 10px;
font-weight:bold;
height:20px;
}

#navigation a span
{
background: url(../../Images/rightcornor.jpg) right top no-repeat;
padding-right: 10px;
color:White;
padding-top:2px;
}

#navigation a, #navigation a span
{
display: block;
float: left
}

/* Hide from IE5-Mac \*/
#navigation a, #navigation a span
{
float: none
}
/* End hide */



#navigation ul
{
list-style: none;
padding: 0;
margin: 0;
}

#navigation li
{
float: right;
margin:0px 0px 0px 1px;
list-style-type:none;
} 

/*
	Default Grid Style
*/
.GridView
{
	background-color:#4c6088;
	font-size:.8em;
	margin-top:5px;
}

.GridView TH
{
	background-color:#21448a;
	background-image:url(../../Images/bgGrad.jpg);
	color:#ffffff;
	font-size:1em;
	height:15px;
	padding:5px;
}

.GridView TH a
{
	color:#ffffff;
	font-size:1em;
}


.GridView TD
{
	background-color:#ffffff;
	padding:5px;
	color:#27395d;
}

.GridView TR.Alternate TD
{
	background-color:#e4eaf9;
}


/*
	Form Stylesheets
*/

.FormHolder
{
	border:solid 1px #7789ad;
	width:650px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	font-size:.8em;
}
.FormHeader
{
	height:30px;
	background-color:#7789ad;
	background-image:url(../../Images/FormHeaderBg.jpg);
	padding-top:5px;
	padding-left:10px;
	font-size:1.5em;
	font-variant:small-caps;
	color:White;
}
.FormContents
{
	margin:10px;
}

TD.Title
{
	text-align:right;
	font-weight:bold;
	padding-right:2px;
	color:#5c6984;
	vertical-align:top;
}

.ButtonsHolder
{
	padding:10px;
}

.FormHolder input[type=text]
{
	border:solid 1px #7789ad;
	color:#5c6984;
}

.FormHolder input[type=password]
{
	border:solid 1px #7789ad;
	color:#5c6984;
}

.FormHolder textarea
{
	border:solid 1px #7789ad;
	color:#5c6984;
	behavior:url(../../Common/maxlength.htc);
}

.FormHolder select
{
	border:solid 1px #7789ad;
	width:200px;
}

.FormHolder select.small
{
	border:solid 1px #7789ad;
	width:50px;
}


div.rounded {
    clear:both;
    max-width:2400px;
    margin:  0px auto 10px auto;
    width:100%;
}

div.rounded div.top {
    background:url(../../images/tl.jpg) no-repeat bottom left;
    padding:0px;
    width:100%;
}

div.rounded div.top div.right {
    background:url(../../images/tr.jpg) no-repeat bottom right;
    height:15px;
    margin-left:12px;
}

div.rounded div.middle {
    background:url(../../images/l.jpg) repeat-y left;
    clear:both;
    width:100%;
}

div.rounded div.middle div.right {
    background:url(../../images/r.jpg) repeat-y right;
    margin-left:5px;
}

div.rounded div.middle div.right div.content {
    background-color:#e0ebed;
    color:#000000;
    font-family:"Trebuchet MS", Calibri, Tahoma, sans-serif;
    font-size:1.0em;
    line-height:1.3em;
    margin-right:5px;
    padding:0px 7px;
    text-align:justify;
}

div.rounded div.middle div.right div.content p {
    margin:0px;
    padding-top:15px;
}

div.rounded div.middle div.right div.content h2 {
    color:#0f2;
    font-size:1.75em;
    font-weight:bold;
    margin:0px;
    padding:7px 0px;
}

div.rounded div.bottom {
    background:url(../../images/bl.jpg) no-repeat top left;
    clear:both;
    padding:0px;
    width:100%;
}

div.rounded div.bottom div.right {
    background:url(../../images/br.jpg) no-repeat top right;
    height:17px;
    margin-left:12px;
}


.SearchBox
{
	color:#4c5e8e;
	
}

.SearchBox input[type=text]
{
	border:solid 1px #5a81a0;
	color:#5c6984;
}

.AdvanceSearchPanel
{
	
}
.AdvanceSearchPanel TD.Title
{
	font-weight:normal;
	font-size:.9em;
	padding-right:5px;
}
.AdvanceSearchPanel select
{
	border:solid 1px #7789ad;
	width:200px;
}
.AdvanceSearchPanel select.small
{
	border:solid 1px #7789ad;
	width:50px;
}

.SmallBlock
{
	padding:2px;
	font-size:.75em;
	color:#4c6378;
	margin-bottom:5px;
	border-bottom:dashed 1px #b5c6d5;
}

.ListboxBlock
{
	width:250px;
	height:200px;
	font-size:.9em;
	font-family:Verdana,Tahoma,Geramond;
}

.LinkBlock
{
	background-image:url(../../Images/forbottombg.jpg);
	background-repeat:repeat-x;
	background-position:bottom left;
	border:solid 1px #b5c6d5;
	padding:2px;
}

.LinkBlock:hover
{
	
	border:solid 1px #b5c6d5;
	padding:2px;
}
.SelLinkBlock
{
	background-color:Navy;
	border:solid 1px #b5c6d5;
	padding:2px;
	color:White;
}

div.FileUploadHidden
{
  
  width:96px;
  overflow:hidden;
  background-image:url(../../Images/choosefile.jpg);
  background-repeat:no-repeat;
  background-position:right;
  height:28px;
  margin:0px;
  cursor:pointer;
}

.FileUploadHidden div.PositionFile
{
	
	position:relative;
	left:-135px;
	width:96px;
}
.FileUploadHidden input.Hidden
{
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	
}

input[type=text].dateformat
{
	width:80px;
}

#spanTotal
{
	color:Red;
}

input[type=text].Login,input[type=password].Login
{
	border:solid 1px steelblue;
	width:150px;
}

.NormalTitle
{
	text-align:right;
	padding-right:2px;
	color:#2c3948;
	vertical-align:top;
}

.NormalText
{
	
	padding-right:2px;
	color:#2c3948;
	vertical-align:top;
}

.TopBorder
{
	border-top:solid 1px #6dac97;
	padding:5px;
	color:#2c3948;
}

.PostResumeFree
{
  text-align:center;
  color:#2c3948;
  font-size:1em;
  font-weight:bold;
   width:100%;
}

.PostResumeFree TR TD
{
	background-image:url(../../Images/QuickResumeSubmission_02.jpg);
	background-repeat:repeat-x;
}

.PostResumeFree TR TD.Text
{
	background-image:url(../../Images/QuickResumeSubmission_02.jpg);
	background-repeat:repeat-x;
	padding-top:2px;
}


.ResumeDisplay
{
	padding:20px;
	min-width:600px;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:50px;
	
	border-top: solid 1px steelblue;
	border-left: solid 1px steelblue;
	border-right: solid 2px steelblue;
	border-Bottom: solid 2px steelblue;
}

.ResumeDisplay hr
{
	border-width:1px;
	height:1px;
	border-style:dotted;
	color:steelblue;
}

.ResumeDisplay h1
{
	color:steelblue;
	font-variant:small-caps;
}
.ResumeDisplay h2
{
	color:Navy;
}

.ResumeDisplay strong
{
	color:Navy;
}
.ResumeDisplay b
{
	color:Navy;
	font-size:8pt;
}

.ResumeText
{
	 border:solid 1px #c0c0c0;
	 margin-top:20px;
}

Div.PlanDiv
{
	border-left:solid 1px #3267a9;
	border-right:solid 1px #3267a9;
	border-bottom:solid 1px #3267a9;
	
	background-image:url(../../Images/PlanBottom.jpg);
	background-repeat:repeat-x;
	background-position:left bottom;
	margin-bottom:20px;
}

.SinglePlan
{
	width:400px;
	min-height:100px;
}

.MultiPlan
{
	width:560px;
	min-height:100px;
}

.Heading
{
	background-color:#3267a9;
	height:30px;
	color:White;
	padding-top:5px;
	font-weight:bold;
	text-align:left;
	padding-left:10px;
	
}
.CareerService
{
	background-image:none;/*url(../../Images/CareerServices.jpg);*/
	background-repeat:no-repeat;
	background-position:right top;
	
}

.PlanContents
{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:5px;
	margin-right:5px;
	text-align:left;
}
.PlanContents table
{
	width:100%;
}

.PlanContents table.plan td.planblock
{
	border:solid 1px gray;
	height:200px;
	padding:5px;
	background-image:url(../../Images/Plantablebg.jpg);
	background-repeat:repeat-x;
}
.PlanContents table.plan td.planblock strong
{
	color:#3267a9;
	margin-top:10px;
}

input[type=submit]
{
	height:25px;
	background-image:url(../../Images/btnbg.jpg);
	background-repeat:repeat-x;
	border:outset 1px #3267a9;
	color:White;
	text-align:center;
	
}

div.Articles
{
	line-height:12pt;
	margin-bottom:10px;
}

div.Articles h1
{
	color: #DE7807;
	font-size:1.4em;
}

.CalenderDiv
{
	width: 50px;
	height: 50px;
	border: 1px solid #F48413;
	background-color: #FBCD9F;
	padding: 5px;
	font-size: .8em;
	color: #844506;
	text-align:center;
}

.CalenderDiv hr
{
	height:1px;
	color:#F48413;
}

.WebForms
{
	font-size:1em;
}

.WebForms TH
{
	text-align:left;
	font-weight:normal;
	padding:10px;
	border-bottom:dashed 1px #cecfcf;
}
.WebForms input.Captcha
{
	 height:25px;
	 width:50px;
	 vertical-align:middle;
	 text-align:center;
}

.FormContents span.Message
{
	font-size:1.2em;
}
.WebForms TD
{
	padding:5px;
}

.WebForms TH Strong
{
	font-size:1.4em;
	color:#484848;
}

.GridViewPager a
{
	display:block;
	
	background-color:#f0f0f0;
	border:solid 1px silver;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
}

.GridViewPager span
{
	display:block;
	background-color:#3e7cc7;
	border:solid 1px #3e7cc7;
	color:White;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
}

.GridViewPagerspan
{
	
	background-color:#3e7cc7;
	border:solid 1px #3e7cc7;
	color:White;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
}

.GridViewPagera
{
	
	background-color:#f0f0f0;
	border:solid 1px silver;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
}


.SplJobPosting
{
	background-color:#a4d76e;
}

.MenuTable 
{
  
}

.MenuTable TD
{
	padding-left:1px;
	vertical-align:top;
}


.MenuTable TD a
{
	color: #000;
	background:  url(../../Images/MenuButtons_01.jpg) left top no-repeat;
	text-decoration: none;
	padding-left: 10px;
	font-weight:normal;
	height:20px;
	display:block;  
	padding-top:5px;
	background-color:#2f65a3;
	
}

.MenuTable TD a span
{
	padding-top:5px;
	background: url(../../Images/MenuButtons_02.jpg) right top no-repeat;
	padding-right: 10px;
	color:#ffffff;
	font-size:.9em;
	font-weight:bold;
	min-width:80px;
	font-family:Verdana,Tahoma;
	height:20px;
	text-align:center;
	cursor:pointer;
	
}

.SectionIntroduction
{
	background: url(../../Images/ArticleIntro.jpg);
	background-repeat:repeat-x;
	padding:10px;
	margin-bottom:10px;
}

.DetailText
{
	font-size:10pt;
	color:#343333;
	width:900px;
	padding:10px;
}

.DetailText p,strong
{
	margin-top:10px;
	margin-bottom:10px;
}

.DetailText p
{
	text-align:justify;
}


.DetailText a
{
	 text-decoration:underline;	
}

.PlanBox
{
	margin-right:5px;
}

.PlanBox h1
{
	font-size:1.4em;
	color:#5c89c0;
	margin-bottom:10px;
}

.PlanBox h2
{
	font-size:1.2em;
	color:#2f5a8e;
}

.PlanDisplay
{
	padding:5px;
	margin-bottom:10px;
}

.PlanDisplay strong
{
	color:#cc5c19;
}

.PlanDisplayOptional
{	
	border:solid 1px #c4cdd4;
	
	padding:5px;
	margin-top:10px;
	background-image:url(../../Images/forbottombg.jpg);
	background-repeat:repeat-x;
	background-position:bottom left;
}


.PlanDisplayOptional h2
{	
	font-size:.95em;
	font-weight:bold;
	margin:0px;
}






.PlanOptions
{	
	margin-top:10px;
	padding:5px;
}

.NormalContentTab
{
	background-color:#acb6c2;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	min-width:100px;
	color:#2d5f9c;
	font-size:.8em;
	border-right:solid 1px white;
	text-align:center;
	
}

.NormalContentTab:hover
{
	background-color: #5E6C80;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	min-width: 100px;
	color: #E6EDF7;
	font-size: .8em;
	border-right: solid 1px white;
	text-align: center;
}

.NormalContentTab:hover a span
{
	
	color: #E6EDF7;
	
}
.NormalContentTab a span
{
	color:#1d3a5d;
	text-decoration:none;
	width:100%;
	display:block;
	cursor:pointer;
}

.SelectedTag
{
	background-color:#2d5f9c;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	min-width:100px;
	font-size:.8em;
	border-right:solid 1px white;
	text-decoration:none;
	text-align:center;
	
}
.SelectedTag:hover
{
	background-color: #3877C2;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	min-width: 100px;
	font-size: .8em;
	border-right: solid 1px white;
	text-decoration: none;
	text-align: center;
}

.SelectedTag a span
{
	color:White;
	text-decoration:none;
	width:100%;
	display:block;
	cursor:pointer;
}
.TabHolder
{
	border-bottom:solid 1px gray;
	
}


.PagerLinks a
{
	color:Red;
	text-decoration:underline;
	font-style:italic;
	font-size:.8em;
}

.HiddenCell
{
	display:none;
}

.AdListing
{
	text-indent:10px;padding-left:10px;padding-top:10px;font-size:.85em;font-weight:bold;color:#2c3948;
	list-style:square;
}

.AdListing li
{
	color:#2c3948;
	margin-top:5px;
}

div.HeaderSeperate
{
	background-image:url(../../Images/Headingbg.jpg);
	background-repeat:repeat-x;
	font-size:.85em;
	height:29px;
	color:White;
	text-align:center;
	padding-top:5px;
	font-weight:bold;
}

.FormBlock
{
	border:solid 1px #6dac97;
	padding-bottom:20px;
	color:#211a27;
}
.BottomPhone
{
	background-image:url(../../Images/bottomphone.png);
	background-position:left bottom;
	background-repeat:no-repeat;
}

#nav
{
	margin:0;
	padding:0;
	margin-top:5px;
	list-style-type:none;
	float:left;
	width:950px;
	display:inline;
	margin-left:inherit;
	border-bottom:solid 2px #3b71af;
}

#nav li
{
	display:inline;
	padding:0;
	margin:0;
}

#nav a {
	float:right;
	background-image:url(../../Images/menubackground.png);
	background-position:left 0;
	background-repeat:no-repeat;
	margin-top:0px;
	padding-left:15px;
	height:25px;
	display:block;
	margin-left:1px;
	color:White;
}

#nav a span
{
	background-image:url(../../Images/menubackground.png);
	background-position:right 0;
	background-repeat:no-repeat;
	margin-top:0px;
	padding-top:5px;
	padding-right:15px;
	display:block;
}

#nav a:hover 
{
	background-position:left -48px;
	color:#16314f;
}


#nav a:hover span
{
	background-position:right -48px;
}

/*SEO Styles*/
h1.seoh1
{
	font-weight:normal;
	margin:0px;
	padding:0px;
	color:White;
	font-size:12pt;
}

div.transparent
{
	filter:alpha(opacity=60); 
   -moz-opacity: 0.6; 
   opacity: 0.6;
}

.layer
{
	background-color:Navy;
	width:100%;
	min-height:100%;
	position:absolute;
	z-index:100000;
	
}

.Prompts
{
	background-color:White;
	color:Black;
	border:solid 1px navy;
	z-index:1000000;
	position:absolute;
	width:500px;
	margin-left:auto;
	margin-right:auto;
	margin-top:100px;
	padding:10px;
	background-image:url(../../Images/forbottombg.jpg);
	background-repeat:repeat-x;
	background-position:bottom left;
}

.Prompts p
{
	font-size:9pt;
	color:#505050;
}

div.suggestions {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:none;
    position: absolute;  
    background-color:transparent; 
}

div.suggestions div {
    cursor: default;
    padding: 0px 3px;
}
div.suggestions div:hover
{
	 background-color: #3366cc;
    color: white;
    display:block;
}

div.suggestions div.current {
    background-color: #3366cc;
    color: white;
}

.Loader
{
	position:fixed;top:0px;
	background-color:#0000ff;
	width:100%;
	height:100%;
	text-align:center;
	vertical-align:middle;
	filter:alpha(opacity=60); 
   -moz-opacity: 0.6; 
   opacity: 0.6;
}
.Loader img
{
	margin-top:200px;
}

.Help
{
	border:none;
	width:100%;
}

