/* General styles */
body {
	color:#333333;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:14px;
	background: url(../images/topBG-rpt.jpg) 0% 0% repeat-x;
	margin:0;
	padding:0;
	}
a img,
a {
	border:0px;
	color:#369;
}
a:hover {
	color:#fff;
	background:#369;
	text-decoration:none;
}
h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
img {
	margin:10px 0 5px;
}
.clearBoth {
	clear:both;
}
#wrapper {
	width: 980px;
	margin: 0 auto;
}
#wrapper2 {
	background:transparent url(../images/mid-spanBG.jpg) repeat-y scroll center 0;
}
#content {
	background:transparent url(../images/contentTopBG.jpg) no-repeat scroll center 0;
	padding: 80px 90px;
}
#footer {
	height: 100px;
	background:transparent url(../images/footerBG.jpg) no-repeat scroll center 0;
}

img#sfLogo {
	float:left;
	clear:both;
	margin: 10px 20px;
	padding: 15px;
	background:transparent url(../images/logoBG.jpg) no-repeat scroll center center;	
	width: 60px;
	height: 60px;
}
img#sfTitle {
	float:left;
	clear:both;
	margin-top:20px;
	height:73px;
	width:514px;
	clear:right;
}
img.small {
	height:175px;
	width:175px;
}
img.right {
	float:right;
}

#pageTitle {
	width:100%;
	border-bottom: 1px dashed #abc;
	font-size: 1.3em;
	font-weight:bold;
}

/* Header styles */
#header {
	background:transparent url(../images/topBG.jpg) no-repeat scroll center 0;
	height:140px;
	padding: 0px 80px;
	overflow:hidden;
}
#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}
/*general  navigation styles */
div#header .navigation ul {
	background-color:#FFF;
	clear:left; 
	float:left;
	list-style:none;
	margin:0;
	padding:0px 20px 10px 20px;
}
div#footer .navigation ul li,
div#header .navigation ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
div#header .navigation ul li a {
	float:left;
	margin:0px;
	padding:6px 10px;
	text-align:center;
	color:#000;
	text-decoration:none;
	left:15px;
	}	
div#footer .navigation ul li a:hover ,	
div#header .navigation ul li a:hover {
	background:#369;
	color:#fff;
}
div#header .navigation ul li a:hover {
	border-top: 1px solid #369;
}
div#header .navigation ul li a#active,
div#header .navigation ul li  a#active:hover {
	border-top: 2px solid #369;
	padding-top: 4px;
}
div#header .navigation {
	clear:both;
	float:right;
	border:0px solid #000;
}
div#footer .navigation {
	margin:0;
	padding:2px 0px;
	text-align:center;
}
div#footer .navigation ul {
	margin:0;
	padding:0;
}
div#footer a, 
div#footer .navigation ul li a {
	margin:0px;
	padding:2px 10px;
	text-align:center;
	color:#000;
	text-decoration:none;
	left:15px;
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	text-align:center;
	padding-top: 55px;
	width:100%;
	border-top:0px solid #000;
}
	
/* Form styles */
fieldset, 
legend {
	border:1px solid #cccdff;
	font-size:1em;
}
legend {
	padding:2px 10px;
}
input, 
textarea {
    /*background-color:#cccdff;*/
	background-color:#edeeff;
	font-size:.9em;
	border:1px solid #cccdff;
}

/* step ladder listings*/
.step_ladder_wrapper {
	width:100%;
}
.step_ladder {
	width:400px;
	margin:0 auto;
	color:#369;
}
.step_container {
	width:100%;
	margin-bottom:3px;
	clear:both;
	height:90px;
	overflow:hidden;
}

.step_ladder .orange {
	background: transparent url(../images/glow_button_orange.png) top left no-repeat;
}

.step_button {
	width: 50px;
	height:50px;
	font-weight: bold;
    font-size: 30px;
	margin:auto 0;
	padding-left:20px;
	padding-top:10px;
	margin:5px;
	float:left;
	clear:none;
}
.step_content {
	margin-left:80px;
	clear:none;
}
a:hover.step_link  span,
.step_content span {
	padding:10px;
	text-decoration:none;
}
a:hover.step_link ,
a:hover.step_link  span {
	color:#369;
	background:#fff5eb;
}

span.step_title  {
	font-weight:bold;
	border-bottom: 1px dashed #f48f35;
	display:block;
}
a:hover span.step_title,
span.step_title  {
	padding-bottom:1px;
}
a:hover span.step_description, 
span.step_description {
	padding-top: 5px;
	display:block;
}
