/* 
	
	Primary Site Styles
	Created: 01/23/2008
	Author: Stephen Rushing, eSiteful
	
*/

@import "header.css";
@import "nav.css";
@import "page.css";
@import "footer.css";

*, .blank{
	outline:0px;
	border:0px;
	margin:0px;
	padding:0px;
	background:none;
	background-position:0px 0px;
	font-family:inherit;
	font-size:100%;
	line-height:inherit;
	text-align:inherit;
	list-style:none;
	vertical-align:top;
	border-collapse:collapse;
	white-space:normal;
}

html{
	overflow:-moz-scrollbars-vertical;
}

a{
	color:#017AC3;
	text-decoration:underline;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	padding:0px;
	margin:0px;
	text-align:center;
	font-size:78%;
	color:#635e56;
}

.clearboth{
	clear:both;
	display:block;
}

input, select, textarea{
	border:1px solid #cccccc;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	line-height:normal;
	padding:1px 0px 1px 1px;
}
	.input-button{
		background-color:#999999;
		color:#eeeeee;
		font-variant:small-caps;
		border-bottom:1px solid #333333;
		border-right:1px solid #333333;
		border-top:1px solid #999999;
		border-left:1px solid #999999;
		padding:1px 4px 1px 4px;
		cursor:pointer;
	}
	
	.input-checkbox{
		border:0px;
	}

label{
	padding-right:5px;
}

#siteContainer{
	margin:0px auto 0px auto;
	padding:0px 0px 10px 0px;
	
}




.btn{
	background-color:#598ba5;
	background-image:url(../images/btn-bg.jpg);
	background-repeat:repeat-x;
	text-transform:uppercase;
	color:#ffffff;
	padding:2px 9px 2px 9px;
	text-decoration:none;
	font-family:futura, arial narrow, arial, helvetica;
	letter-spacing:1px;
	cursor:pointer;
}

.customteaser {
	border-top: 1px solid #cccccc;
}
