/*
Theme Name: STS
Description: An Astone Project.
Version: 1.0
Author: Bryan Harley
*/

body {
	text-align:center;
	margin:0;
	padding:0;
	font-family:Verdana,Arial;
	color:#fff;
	font-size:12px;
	background: #fff url('images/bg.gif') repeat-x;
}

.rightside{
	text-align:center;
	width:205px;
	background:#284a83;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	behavior:url('border-radius.htc');
}

.rightside p{
	font-size:10px;
	padding:2px 10px 5px;
	text-align:left;
}

.rightside p a{color:#fff;text-decoration: underline;}
.rightside p a:hover{text-decoration: none;}

.box-pad{padding:8px 0 0 6px;font-size:9px;}

.box{background:url('images/border.jpg') no-repeat;float:left;width:190px;height:260px;margin-right:11px;}

.box2{background:url('images/fp-family.jpg') no-repeat;float:left;width:190px;height:260px;margin-right:11px;}
.box3{background:url('images/border.jpg') no-repeat;float:left;width:190px;height:260px;}

img{border:none;}

.preloader{
position:absolute;
top:-1000px;
height:100px;
width:100px;
overflow:hidden;
}

h2{font-size:18px;color:#7f98cc;font-weight:normal;}

.nav ul li{
	text-transform: uppercase; 
	width:171px;
	border-top:2px dotted #f5f5f5;
	padding:10px 0;
	list-style:none;
	margin-left:-12px;
}

.nav ul li:hover{list-style: url('images/dbull.gif');}

.nav ul li a{color:#fff;text-decoration: none;}

.nav ul li a:hover{text-decoration: underline;}

.nav ul li:first-child{border:none;}

.nav ul li.current_page_item{list-style: url('images/dbull.gif');}
.nav ul li.home{list-style: url('images/dbull.gif');}

.wrap {
	text-align:left;
	margin:0 auto;
	width:1111px;
	height:834px;
}

.top {
	width:1111px;
	height:198px;
	background-image:url('images/banner.jpg');
}

.bar {
	background-color:#fff;
	width:1111px;
	height:2px;
}

.photo{float:left;text-align:center;font-size:10px;width:125px;margin-right:5px;margin-bottom:8px;}

.social{height:35px;}
.social h3{font-size:14px;margin:0;padding:0;font-weight:normal;display:inline;}
.tagline{float:left;padding-left:8px;padding-top:8px;}
.links{float:left;padding-left:225px;padding-top:9px;}
.search{float:left;padding-left:35px;padding-top:5px;}

.nav{float:left;width:205px;}

.nav-top{background:url('images/nav-top.png') no-repeat bottom;width:205px;height:7px;margin-bottom:-12px;}
.nav-bot{background:url('images/nav-bot.png') no-repeat;width:205px;height:7px;margin-top:-12px;}
.nav-contain{background-color:#284a83;}
.nav-contain img{
	margin: 0;padding: 5px 0 0 5px;
}

.nav-top2{background:url('images/nav-top.png') no-repeat bottom;width:205px;height:7px;margin-top: 10px;}
.nav-contain2{ margin-top: 0px;background-color:#284a83;}
.nav-contain2 img{
	margin: 0;padding: 5px 0 0 8px;
}
.nav-contain2 p {color: white;padding:0px 5px 6px 8px;font-size:9px;}
.nav-contain2 a {color: white;}



.main{float:left;}
.main-bg{background-color:#fff;width:634px;color:#000;}
.main-pad{padding:2px 20px 10px 20px;}
.main-top{background:url('images/main-top.png') no-repeat bottom;width:635px;height:11px;}
.main-bot{background:url('images/main-bot.png') no-repeat;width:635px;height:11px;}

.content {
	width:1111px;
	background:#aec3e3 url('images/content-bg.gif') repeat-x;
}

.container {
padding-left:15px;
}

.bot {
	background-color:#004986;
	width:1111px;
	height:41px;
	font-size:11px;
}

.bot-contain {text-align:center;padding-top:5px;}

.bot-contain ul{margin:0;padding:0;text-transform: uppercase;}
.bot-contain ul li{display:inline;margin:0 5px;}
.bot-contain ul li a{color:#fff;text-decoration: none;}
.bot-contain ul li a:hover{text-decoration: underline;}

.clearall {clear:left;margin:0;padding:0;}
