/* CSS Document */

body
{
	background-color: #1e7198;
}

p
{
	padding: 0;
	margin-top: 0;
/*	margin-top: 10px;*/
	margin-bottom: 14px;
}

h3
{
	color: #CC3300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#container
{
	color: #333;
	line-height: 130%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 864px;
}

#top
{
	background-image: url(../images/sfwss_top_bg.gif);
	background-repeat: no-repeat;
	width: 864px;
	height: 158px;
}

/* Top Navigation Container */
#navbar
{
	padding: 0;
	float:left;
	margin-top:53px;
	margin-left: 180px;
}

* html #navbar { margin-left: 90px; }


#left_bar
{
	background-image: url(../images/sfwss_left_bg.gif);
	background-repeat: no-repeat;
	float: left;
	height: 382px;
	width: 200px;
}

#signup
{
	margin-top: 186px;
	/*margin-left: 46px;*/
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	font-weight:bold;
	font-size: 8pt;
	text-align: center;
}

#leftsidelinks

{
	width: 155px;
	margin-left: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
	font-weight:normal;
	font-size: 8pt;
	margin-top: 20px;
	text-align:center;
	line-height: 16px;
}


#center_content
{
	float: left;
	height: 382px;
	width: 624px;
	background-image: url(../images/content_bg.gif);
	background-repeat: no-repeat;
	background-color: #fff;
	background-position: 270px 130px;
}

#content_title
{
	height: 40px;
	width: 200px;
	margin-left: 32px;
}

#scrollbox
{
	height: 290px;
	width: 540px;
	margin-left: 32px;
	overflow: auto;
	font: 9pt Arial, Helvetica, sans-serif;
	color: #333;
	padding-right: 60px;
}

#interiorbox
{
	font: 10pt Arial, Helvetica, sans-serif;
	color: #333;
	padding: 8px;
	
}

#bulletlist
{
	float: left;
	margin-left: 12px;
}

#right_bar
{
	float: left;
	background-image: url(../images/sfwss_right_bg.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 382px;
}

#footer
{
	clear: both;
	color: #fff;
	width: 864px;
	height: 60px;	
	background-image: url(../images/sfwss_bottom_bg2.gif);
	background-repeat: no-repeat;
}

#privacy
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 64px;
	padding-top: 18px;
}

#datecolumn
{
float:left;
margin-right:12px;
}


/* Classes */

/* BEGIN TOP MENU STYLES */

.menu {
	width:684px;
	font-size:0.67em;
	position:relative;
	z-index:100;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 13px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	text-align: center;
}
.menu ul ul {
	width:150px;
	text-align: left;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:92px;
	position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;

text-decoration:none; 
color:#fff;
width:87px;
height:32px; 
border:1px dotted #9E0614; 
border-width:1px 1px 0 1px; 
background:#9E0614;
line-height:30px;
padding-left: 5px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:92px;
w\idth:81px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#B3D6E5 url(../../graphics/drop.gif) bottom right no-repeat;

}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#B3D6E5 url(../../graphics/drop.gif) bottom right no-repeat;
}
.menu ul ul :hover > a.drop {
background:#B3D6E5 url(../../graphics/drop.gif) bottom right no-repeat;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#B3D6E5;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#B3D6E5;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0; 
width:150px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:150px; 
top:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#B3D6E5; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:150px;
w\idth:129px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#B3D6E5;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#B3D6E5;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}

/* END TOP MENU STYLES */

.whitelinks, .whitelinks a, a.whitelinks:visited
{
	text-decoration: none;
	color: #FFF;
}

a.whitelinks:hover
{
	color: #9E0614;
	/*background-color: #9E0614;*/
}

.yellowlinks, .yellowlinks a, a.yellowlinks:visited
{
	text-decoration: none;
	color: #FFF51E;
	
}

a.yellowlinks:hover
{
	font-weight: bold;
	color: #9E101D;
	/*background-color: #9E0614;*/
}

.bluelinks, .bluelinks a, .bluelinks a:visited
{
	color: #1e7198;
	text-decoration: none;
	font-weight: bold;
}
a.bluelinks:hover
{
	text-decoration: underline;
}

.redlinks, .redlinks a, .redlinks a:visited
{
	color: #cc3300;
	text-decoration: none;
	font-weight: bold;
}
a.redlinks:hover
{
	text-decoration: underline;
}

/* --- Basic Page Layout --- */
.textSection {
	clear: both;
}
.imageAndTextSection {
	clear: both;
}

.imageAndTextSection .image {
	float: left;
	width: 180px;
}

.imageAndTextSection .image a img{
	border: none;
}


.imageAndTextSection .text {
	margin-left: 15px;
	float: left;
	
	width: 325px;
}

.imageAndTextSection .text ul {
	padding-left: 15px;
}

* html .imageAndTextSection .text ul {
	margin-left: 17px;
	padding-left: 0px;	
}

.signupField {
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	font-weight:bold;
	font-size: 8pt;
	text-align: center;
	margin-left:60px;

	width:75px;
	height:12px;
	margin-top:3px;
	border:none;
	margin-bottom:4px;
}



.signupSubmit {
	margin-left:60px;
	width:70px;
	height:20px;
	margin-top:2px;
	
	border:solid 1px #75a8c0;
	background-color:#75a8c0;
	
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	font-weight:bold;
	font-size: 8pt;

}

#validationError {
	float:left;
	margin-top:50px;
	background:#1e7198;
	width:120px;
	margin-left:36px;
	
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	font-size: 10pt;
	text-align:center;
	line-height:15px;


}