body {
	background: #fff;
}

* { padding: 0; margin: 0; }

img { border: 0; }


ul, li { list-style-type: none; }

table, tr, td {
    border: 0;
    border-collapse: collapse;
    vertical-align: top;
}

#bigimage img{
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

#topbar {
	display: block;
	visibility: visible;
    width: 100%;
    height: 90px;
	background: url("/images/topbar.png") 50% 100%;
	border-bottom: 8px solid #182e3c;
}

#topcontainer {
    position: relative;
    margin: 0 auto;
    width: 1000px;
    text-align: right;
}

#logo {
	float: left;
	margin-top:20px;
}

#navigation {
	margin-top:63px;
	float: right;
}

#navigation li {

float: left;
	height: 27px;
padding-right: 10px;
padding-left: 10px;
border-right: 1px solid #fff;
	text-align: center;
	background: url("/images/stbutton-off.png") 50% 100%;
}

#navigation li a {
	font: bold 90% Helvetica, Arial, Verdana, sans;
	color: #fff;
	position: relative;
	top: 5px;
	border: none;
	text-decoration: none;
}

#navigation li a:hover {
	color: #595858;
}

#navigation li:hover {
	font: bold 100% Helvetica, Arial, Verdana, sans;
	background: url("/images/stbutton-selected.png") 50% 100% ;
	color: #595858;
}


#navigation li.selected  {

	font: bold 100% Helvetica, Arial, Verdana, sans;
	background: url("/images/stbutton-selected.png") 50% 100% ;
}

#navigation li.selected a {

	color: #595858;
	font-weight: bold;
}


#maincontain {
	background: #fff url("/images/stfade.png") repeat-x;
    display: block;
	padding-top: 10px;

}

#smallimage {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 20px;
}

    
#bigimage {
	background: url("/images/stbigbackground2.png") no-repeat;
	height: 366px;
	width: 900px;
	margin: 0 auto;
	padding-bottom: 20px;
}

#video {
	float: left;
	margin-top: 7px;
	padding-left: 20px;
}

#bigright {
margin-top: 30px;
	float: right;
	padding-right: 20px;
}    

#bigright li {
	margin-bottom: -25px;
padding-bottom: 20px

}




#contentcontain {
	left: auto;
	right: auto;
	margin:0px auto;
	width: 900px;
	padding-bottom: 20px;
}

#widecolumn {
	margin:0px auto;
	width: 850px;
	padding-bottom: 10px;
	background-image: url(/images/stwidecol.png);
	min-height: 270px;
}

#widecolumn li {
	background-image: url(/images/stbullet.png);
	background-repeat: no-repeat;
	background-position: 0 3;
	padding-left: 30px;
}

#leftcol	{
	float: left;
	width: 545px;
	margin-right: 5px;
}

#leftcol ul {
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
	line-height: 30px;
}

#leftcol li {
	color: #182e3c;
	font: bold 14px Helvetica, Arial, Verdana, sans;
padding-top: 3px;	
padding-left: 30px;
	padding-bottom: 5px;
	background-image: url(/images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0 2;
}

#rightcol {
	margin-left: 10px;
	margin-right: 5px;
	width: 265px;
	float: right;
}	

#news {
	clear: both;
	margin:0px auto;
	width: 869px;
	background-image: url("/images/news.png");
	background-repeat: no-repeat;
	padding: 10px;
	margin-bottom: 10px;
}

#news h2 {
	width: 860px;
	font-size: 16px;
	margin-bottom: 0.05em;
}

#news h2 a {
	text-decoration: none;
}

#news p {
	width: 850px;
	margin-bottom: 0.5em;
}

#leftcolumn {
	width: 600px;
	float:left;
}    

#rightcolumn {
	width: 245px;
	float: right;
}

.clear,
.clearfooter {
    position: relative;
    clear: both;
}

div#footer {
    display: block;
	visibility: visible;
	background: #182e3c; 
	border-top: 1px solid #444;
    width: 100%;
    padding: 0 0 2em 0;
}
    div#footer_links {
        width: 900px;
        margin: 0 auto;
        text-align: center;
    }
		
		div#footerbox {
			display: block;
			background: #364853;
			margin: 30px 0;
			padding: 20px 0 10px 0;
		}
		
	        div.footercolumn {
	            text-align: center;
	            width: 900px;

	        }

	        div.footercolumn-news {
	            float: left;
	            text-align: left;
	            width: 320px;
	            margin: 0;
	        }


h1 strong { display: none; }

h1 {
	color: #182e3c;
	font: bold 160% Helvetica, Arial, Verdana, sans;
	letter-spacing: -1px;
    margin: 0 0 0.5em 0;
}

h2 {
	color: #182e3c;
	font: bold 16px Helvetica, Arial, Verdana, sans;
	letter-spacing: -1px;
    margin: 0 0 0.5em 0;
}

h3 {
	color: #182e3c;
	font: bold 14px Helvetica, Arial, Verdana, sans;
	letter-spacing: -1px;
}

h3 a {
	text-decoration: none;
}

h3 a:hover {
	color: #222;
}

table {
	font: normal 12px Helvetica, Arial, Verdana, sans;
    color: #444;
    line-height: 150%;
    margin: 0 0 1.5em 0;
}

p {
	font: normal 12px Helvetica, Arial, Verdana, sans;
    color: #444;
    line-height: 150%;
    margin: 0 0 1em 0;
    text-align: left;
}

a {
	color: #2b3145;
}

a:hover {
	color: #222;
	text-decoration: none;

}

.contentpic {
	float: right;
	padding: 0px 0px 5px 5px;
}

#gallery {
	width: 150px;
	float: right;
	padding: 0px 0px 5px 5px;
}


#rightcolumn h1 {
	color: #2b3145;
	font: bold 120% Helvetica, Arial, Verdana, sans;
	letter-spacing: -1px;
}

#rightcolumn h2 {
	color: #000;
	font: bold 110% Helvetica, Arial, Verdana, sans;
	letter-spacing: -1px;
	color: #444;
}


#rightcolumn p {
	font: normal 70% Helvetica, Arial, Verdana, sans;
    color: #444;
    line-height: 150%;
    margin: 0 0 1.5em 0;
}



#footer #footer_links p#footer_copyright, 
#footer #footer_links p#footer{
	text-align: center;
	font: normal 11px Arial, Helvetica, Verdana, sans-serif;
	color: #ffcc46;
	padding: 0;
	margin: 0;

}

#footer a {
	color: #ffcc46;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.footercolumn p {
text-align: center;	
font: normal 11px Arial, Helvetica, Verdana, sans-serif;
	color: #ffcc46;
width: 900px;
}



.floaty {
	float: right;
	padding: 0px 0px 5px 5px;

}


#pdf li {
	font: bold 14px Arial, Helvetica, Verdana, sans-serif;
	color: #595858;
	background-image: url(/images/lipdf.jpg);
	background-repeat: no-repeat;
	background-position: 0 3;
	padding-left: 30px;
	padding-bottom: 10px;
	margin-left: 20px;
}





	
/* slider */

#frame, #frame div.button, #scroller, .section { height: 750px; }

#frame {
clear:both;
	overflow: hidden;
	margin: 0 auto;
	width: 545px;
	position: relative;
	}
	
#frame div.button {
display: none;
	position: absolute;
	top: 10%;
	}
	
div.button#left { left: 0; }
div.button#right { right: 0; }

#scroller {
	width: 545px;
	margin: 0 auto;	
	border-top: 1px solid #fff;
	overflow: hidden;
	}

#content {
	width: 2260px;
	}
	
.section {
padding-top: 20px;
	width: 510px;
	margin-left: 20px;
	float: left;
	}

.section li {
	font: normal 12px Helvetica, Arial, Verdana, sans;
    color: #444;
    margin: 0 0 1em 0;
    text-align: left;
}

#toolbar {
}

#toolbar li {
	list-style-type: none;
	padding-left: 0;
	float: left;
	height: 25px;
	width: 120px;
	text-align: center;
	background-color: #c0dc8d;
	border-left: 1px solid #c0dc8d;
	border-right: 1px solid #c0dc8d;
	border-top: 1px solid #c0dc8d;
	margin-right: 5px;
	background: url("/images/toolbar.png") 50% 100%;
}

#toolbar li a {
	font: bold 90% Helvetica, Arial, Verdana, sans;
	color: #fff;
	position: relative;
	top: 3px;
	border: none;
	text-decoration: none;
}

#toolbar li a:hover {
	color: #595858;
}

#toolbar li:hover {
	background-color: #c0dc8d;
	border-left: 1px solid #fff;
	background: url("/images/toolbarselect.png") 50% 100%;
	color: #595858;
}


#toolbar li.selected  {
	background-color: #c0dc8d;
	border-left: 1px solid #fff;
	background-image:none;
}

#toolbar li.active a {
	color: #595858;
	font-weight: bold;
}

#rightcol #bigright {
margin-top: 0px;
width: 260px;

}    


#rightcol #bigright li {
	margin-bottom: -25px;
background-image: none;
margin-left: -20px;

}

#rightcol #bigright li img {
width: 260px;
}

#quotehome  {
padding-top: 230px;
}

#quotes  {
padding-top: 140px;
}

#quotes li {
	padding-left: 0px;
background-image: url(/images/quotes.png);
width: 255px;
}

#quotes p {
font-size: 11px;
font-style: italic;
}

#quotes h3 {
font-size: 14px;
}

#quotes img {
float: right;
padding: 0px 0px 5px 5px;
width: 55px;
height: 55px;
}

#homeul {
background-image: url(/images/ulbg.png);
background-repeat: no-repeat;
height: 175px;
padding-top: 12px;
}


#homeul li {
color: #fff;
}

#contact  {
width: 235px;
margin-top: 150px;
margin-left:10px;
}

#contact h2 {
	color: #182e3c;
border-bottom: 1px solid #ccc;
}


#contact p {
font-size: 14px;
}

#contact img {
float: right;}

#contact h3 {
font-size: 16px;
}

.row {
	min-height: 0;
	padding-bottom: 20px;

}

.row img {
	width: 150px;
	height: 150px;
}

.row:after,
{
	content: '';
	display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.column,
.lead-column,
.section-nav
{
	float: left;
	width: 160px;
	margin-left: 10px;
}

.lead-column,
.section-nav
{
	margin-left: 0;

}


.feature
{
	background-color: #ffefc9;
	margin-bottom: 20px;
	color: #333;
}

.feature p {
	font-size: 11px;
	line-height: 1.1em;
	padding: 2px;
	margin: 0;
	min-height: 90px;
	text-justify: none;

}

.feature img
{
	display: block;
	padding: 0px 5px;
	margin: 0;
}
.lefty {
float: left;
padding-right: 10px;
padding-bottom: 30px;
}