@charset "UTF-8";
/* CSS Document */

@import url("reset.css");

body	{
	background: #ebebeb;
	font-size: 12px;
	font-family:"Palatino", "Times New Roman", Times, serif;
}

.containerWrapper	{
	background: url(scatterImages/bodyBG.png);
}

.container	{
	width: 1024px;
	margin: 0 auto 0 auto;
}
.header		{
	padding: 50px 0 0 50px;	
	height: 150px;
}
.page	{
	padding: 10px 50px 50px 50px;
	float: left;
	position:relative;
	width: 924px;
}

.page h1	{	
	font-style: italic;
	font-size: 4.5em;
	color: #428abf;
	line-height: 72px;
	letter-spacing: -0.05em;
	text-shadow: 0px -1px 0px #805230;
	padding: 20px 0 20px 0;
}

.page p {
	margin: 0;
	font-size: 1.4em;
	letter-spacing: -0.5px;
	margin: 0 0 15px 0;
	color: #357697;
	text-align:justify;
}

.page p a {
	color: #357697;
}

.page p a:hover {
	text-decoration:none;
}

.page blockquote	{
	color: #357697;
	background: white;
	font-size:1.3em;
	padding: 20px 20px 1px 20px;
	border: 2px solid #357697;
	margin: 0 0 15px 0;
}

.page blockquote p	{
	letter-spacing: -1px;
}


.page input[type=text], .page textarea  	{
	border-top: 2px solid #666;
	border-left: 2px solid #999;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	margin-top: 10px;
	padding: 10px;
	font-size: 1em;
	width: 400px;
	color: #357697;
	font-family:"Palatino", "Times New Roman", Times, serif;
}


.page input[type=submit]	{
	border-top: 2px solid #999;
	border-left: 2px solid #666;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	font-family:"Palatino", "Times New Roman", Times, serif;
	background: white;
	margin-top: 10px;
	padding: 10px;
	font-size: 1.4em;
	letter-spacing: -0.5px;
	color: #357697;
	cursor:pointer;
}

.page input[type=submit]:hover	{
	border-top: 2px solid #666;
	border-left: 2px solid #999;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	font-family:"Palatino", "Times New Roman", Times, serif;
	background: #428abf;
	margin-top: 10px;
	padding: 10px;
	font-size: 1.4em;
	letter-spacing: -0.5px;
	color: #fff;
	cursor:pointer;
}

h2	{
 	font-size: 8.4em;
	font-style: italic;
	letter-spacing: -0.05em;
	line-height: 101px;
	color: #a7a7a7;
	text-shadow: 0px 2px 2px #fff;
}


.page h3	{
 	font-style: italic;
	font-size: 3em;
	color: #428abf;
	line-height: 72px;
	letter-spacing: -0.05em;
	text-shadow: 0px -1px 0px #805230;
}

div.footer {
	background: url(scatterImages/footerBG.png) repeat-x;	
	width: 100%;
	float: left;
}

#footerContent { 
	width: 924px;
	margin:0 auto 0 auto;
	height: 75px;
	padding: 25px 50px 0px 50px;
}

#footerSubContent { 
	width: 924px;
	margin:0 auto  auto;
	padding: 25px 50px 25px 50px;
	height: 28px;
	color: white;
}

#footerSubContent p, #footerSubContent a 	{
	color: #89888a;
	text-decoration:none;
}
#footerSubContent a:hover	{
	color: white;	
}
#footerSubContent .left, #footerSubContent .right, #footerSubContent .right ul li	{
	position:relative;
	float: left;
}
#footerSubContent .left 	{
	width: 477px;
}

#footerSubContent .left ul	{
	list-style: none;
}

#footerSubContent .left ul li	{
	float: left;
	padding-right: 10px;
}

#footerSubContent .left p	{
}

#footerSubContent .right ul	{
	list-style:none;
}
#footerSubContent .right	ul li a	{
	width: 100px;
	height: 17px;
	display: block;
}
#footerSubContent .right	ul li#twitter a	{
	background:url(homeImages/footerTwitter.png) no-repeat;
}
#footerSubContent .right	ul li#twitter a:hover	{
	background-position: 0 -17px;
}
#footerSubContent .right	ul li#linkedin a	{
	background:url(homeImages/footerLinkedin.png) no-repeat;
}
#footerSubContent .right	ul li#linkedin a:hover	{
	background-position: 0 -17px;
}
#footerSubContent .right	ul li#facebook a	{
	background:url(homeImages/footerFacebook.png) no-repeat;
}
#footerSubContent .right	ul li#facebook a:hover	{
	background-position: 0 -17px;
}

/*Feature Button Controls*/



#footerContent ul {
    float:left;
	position:relative;
	list-style:none;
    }
#footerContent ul li {
	float:left;
	background: url(scatterImages/scatterButton.png) no-repeat left top;
	margin:0;
	padding:0 0 0 20px;
	cursor: pointer;
	}
#footerContent ul li a {
	float:left;
	display:block;
	background:url(scatterImages/scatterButton.png) no-repeat right top;
	padding:13px 20px 13px 0px;
	width:auto;
	color: white;
	text-decoration:none;
	font-size: 1.3em;
	color: white;
	font-style: italic;
	}
#footerContent li {
	background-position:0 -50px;
	}
#footerContent li a {
	background-position:100% -50px;
	}
	#footerContent li:hover, #featureButtons li:hover a {
	background-position:0% -50px;
	}
#footerContent li:hover a {
	background-position:100% -50px;
	}
#footerContent .left li	{
	margin-right: 10px;
}
#footerContent .right li	{
	margin-left: 10px;
}




