/* CSS Document */

body {
    margin: 0;
	padding: 0;
}

p {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px;
}

blockquote {
    color: #0099CC;
	font-size: 18px;
	width: 210px;
    float: right;
	text-align: center;
	border: #006699 solid;
	border-width: 2px 0 2px 0;
}

blockquote.left {
    color: #0099CC;
	font-size: 18px;
	width: 210px;
    float: left;
	text-align: center;
	border: #006699 solid;
	border-width: 2px 0 2px 0;
}

div.secnav {
    float: right;
	width: 900px;
    font-size:13px; 
	font-weight: bold;
	text-align: right;
	color: #FFFF00;
	background-color: #025996;
	padding: 5px;
	margin: 0 0 15px 0;
	border-left: 20px solid #000;
	border-right: 8px solid #0099CC;
}

div.secnav a:link, div.secnav a:visited {
    font-size:13px; 
	font-weight: bold;
	color: #FFFF00;
	padding: 1px 2px;
	margin: 0;
}

div.secnav a:hover, div.secnav a:active {
    font-size:13px; 
	font-weight: bold;	
	color: #FFF;
	text-decoration: none;
	padding: 1px 2px;
	margin: 0;	
}

#wrapme {
	position: relative;
    width: 970px;
	margin: 0 auto 0 auto;
    }
	
#wsheader {
    width: 970px;
	height: 145px;
	background-color: #003a63;
}

#menu {
 	width: 970px;
	background-color: #003a63;
    text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #ffe415;
	padding: 0 0 6px 0;	
	margin: 0;	
}

#menu a:link, #menu a:visited {
    text-decoration: none;
	padding: 1px 2px;	
	margin: 2px;
	color: #ffe415;
}

#menu a:hover, #menu a:active {
    color: #003a63;
	background-color: #ffe415;
    text-decoration: none;
	padding: 1px 2px;	
	margin: 2px;
}

#menu1 {
    margin: 0;
	padding: 0;
}

#menu2 {
    margin: 3px 0 0 0;
	padding: 0;
}

#hdrtitle {
    position: absolute;
	left: 113px;
	top: 10px;
	padding:0;
	margin:0;
	}
		
#hdrlogo {
    position: absolute;
	left: 850px;
	top: 60px;
	padding:0;
	margin:0;
	}

#wscontent {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	padding: 5px 15px 60px 15px;
	margin: 0;
	background-color: #c2d4e1;
}

div.picx {
    float: left;
	width: 118px;
}

div.teasx {
    float: left;
	width: 600px;
	font-size: 14px;
}


#ftr {
    width: 970px;
    background-color: #003a62;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 20px 0 20px 0;
}


#ftr a:link, #ftr a:visited, #ftr a:hover, #ftr a:active{
    color: white;
	text-decoration: underline;
}

div.ftrbox {
	width:313px;
	float:left;
	margin:0;
	padding:0;
}

div.leftbox {
	width: 232px;
	float:left;	
	margin:0 90px 0 10px;	
	padding-left: 0 80px 0 10px;
	text-align:center;
}

div.rightbox {
	width: 232px;
	float:left;	
	margin:0 0 0 90px;	
	padding-left: 0 10px 0 80px;
	text-align:center;	
}

img.gocenter{margin-left:auto;margin-right:auto}

/*

#ftrleftpic {
    float: left;
	width: 129px;
	margin: 0 0 0 10px;
	padding:0;
}

#ftrlefttext {
    float: left;
	width: 215px;
	margin:0;
	padding:0;	
}

#ftrenter {
    float: left;
    width: 256px;
    margin:0;
	padding:0;   
}

#ftrright {
    
    float: left;
	width: 215px;
	margin:0 10px 0 0;
	padding:0 0 0 135px;	
	text-align: center;
 }

#ftrrighttext {
    float: right;
	width: 215px;
	margin:0 10px 0 0;
	padding:0;	
	text-align: right;
 }

#ftrrightpic {
    float: right;
	width: 129px;
	margin:0;
	padding:0;	
}

*/

#btmftr {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 20px 0 0 0;

}


h1, h2, h3, h4 {
    font-family:Arial, Helvetica, sans-serif;
	}

h1 {
	font-size:22px;
	color:#003a63; 
	}
	
h2 {
    font-style: italic;
	font-size:18px;
	}
	
h3 {
	font-size:16px;
	}
	
h4 {
	font-size:14px;
	}
	
.stepcarousel{
position: relative; /*leave this value alone*/
border: 10px solid #003a62;
background-color: #003a62;
overflow: scroll; /*leave this value alone*/
width: 950px; /*Width of Carousel Viewer itself*/
height: 148px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px; /*margin around each panel*/
width: 160px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 16px;
text-align: center;
color: #fff;
}

.stepcarousel .panel a{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 16px;
text-align: center;
color: #fff;
text-decoration: none;
}



.panel img { border: 0; }
#ScrollTitle {background-color: #003a62; text-align:center; color: #ffe512; }

p.byline { text-align: right;line-height: normal;color: #666666; border-top: 1px solid #666666; font-family:Georgia, "Times New Roman", Times, serif; font-size: 12px; font-style: italic; margin-bottom: 25px;}

p.markco { text-align: right;line-height: normal;color: #666666; font-family:Georgia, "Times New Roman", Times, serif; font-size: 12px; font-style: italic; margin-bottom: 25px;}

/* FlipMods */
.t1 { margin-bottom: 0 }
.t2 { margin-top: 0 }
