/* CSS Document */

body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:12px;
	margin: 0;
	padding: 0;
	text-align:center;
	background-image:  url(../img/slicebg.jpg);
	background-repeat: repeat-x;
	background-color: #274E80;
}
 
#container {
	width:900px;
	height: 350px;
	position: relative;
	margin: 0 auto 0;
	overflow: visible;
	text-align:left;
}
#logo{
	position:absolute;
	margin: 70px 0 0 200px;
	color: #316295;
	font-size: 2.3em;
}

#header {
	float: left;
	width: 950px;
	height:175px;
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#content {
	float: left;
	width:900px;
	overflow: visible;
	margin: 5px 0 0 0;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
	padding: 10px 0;
}

#nav {
	float: left;
	width: 180px;
}
#nav ul {
	float: left;
	display: block;
	margin: 0 0 0 43px;
	list-style: none inside;
}

#nav li{
	float:left;
	width:180px;
	margin: 0;
	background-image: url(../img/navbg.jpg);
	background-repeat: repeat-y;
}

.bord {border-bottom: 1px solid #FC9F00}

#nav li a{
	padding: 7px 15px;
	display: block;
	color: #fff;
	text-decoration:none;
	text-transform: uppercase;
	font-size:12px;
	text-align:right;
	font-weight: normal;
}

#nav li a#current {background: #B65701; color:#fff}

#nav li a:hover {background: #B65701; color:#fff}


#main {
	float: right;
	width:620px;
	overflow: visible;
	margin: 0 3px 0 0;
	padding-bottom: 10px;
}
	
table{
	width:90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.pricingtable{
	margin-left:100px; 
	width:350px;	
	text-align:center;
	font-weight: bold;
}

.rowtitle{
	background-color:#99aac2;
	font-size: 13px;
	text-transform:uppercase;
	color:#fff;
}

.rowsub{
	background-color:#274E80;
	font-size: 12px;
	color:#fff;
}

h1 {
	font-size: 2.3em;
	color: #274E80;
	margin-left:10px;
	font-family: ShangriLaNF;
	border-bottom: 1px dotted #aaa;
}


h2 {
	font-size: 1.1em;
	color: #7F1f00;
	margin-left:10px;
	text-transform: uppercase;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 5px;
	padding: 0 10px 10px 20px;
	line-height: 140%;
}

ul, ol{
	line-height: 140%;
}

p span{
	font-size: 1.1em;
	background-color: #7F1F00;
	padding: 7px 20px;
	color: #fff;
	text-decoration:none;
	text-transform: uppercase;
	border: 2px solid #FEA100;
}
p#special{
	padding: 7px;
	margin-left:20px;
	width: 330px;
	border: 1px solid #FEA100;
}

	
a {color: #274E80;text-decoration:none;font-weight: bold;
}

a:hover {color:FC9F00;text-decoration:underline }

#footer {

	float: right;
	width:820px;
	overflow: visible;
	text-align:center;
	font-size: 0.9em;
	color: #000;
	height: 80px;
	padding: 2px 0 5px 50px;
	border-top: 2px solid #274E80;
}
.small{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

.bordershowcase {
	height: 300px;
	border: 2px solid #aaa;
	background-color: #eee;
	text-align: right;	
}

.border {
	border: 1px solid #aaa;
	background-color: #eee;

}

/* ----------- stylized ----------- */
#stylized{
width: 500px;float: left;padding: 7px 20px;
}

#stylized p{
font-size:12px;
color:#000;
padding-bottom:5px;
}
#stylized label{
display:block;
text-align:left;
width:300px;
float:left;
}

#stylized input{
float:left;
font-size:12px;
padding:2px;
border:solid 1px #98AD80;
width:180px;
margin:2px;
}
#stylized inputbox{
float:right;
font-size:12px;
padding:2px;
border:solid 1px #98AD80;
width:20px;
margin:2px;
}
#stylized select{float: left;}

#stylized button{
clear:both;
float:left;
width:120px;
text-align:center;
}
#stylized textarea {
float:left;
font-size:12px;
padding:2px;
border:solid 1px #98AD80;
margin:2px;
width:300px;

}