/* CSS Document */

body
{	background-color: #378dc8;
	font-family: Arial;
 	color: black;
 	margin: 0px;}

img
{	border: 0px;}

a
{	text-decoration: none;
 	color:#378dc8;}

hr
{	color: #e5e5e5;
	padding: 0px;
	margin: 0 0 30px 0;}

.wrap
{	width: 980px;
	margin: 10px auto;
	position:relative;
	display:block;
}


.header
{	width: 950px;
    height: 150px;
	margin: 0 auto;
	padding: 20px 0 0 30px;
    text-align: left;
	color: #378dc8;
	background-color: white;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;}

.header h1
{	font-size: 50px;
	margin: 0px;
	padding: 0px;}

.header h2
{	font-size: 19px;
	margin: 0px;
	padding: 0px;}


.content
{	width:980px;
	height:auto;
	margin: 10px 0 50px 0;
	background-color: white;
	position: absolute;
	display: block;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;}



/* ---------------------- nav ---------------------- */

#tabs28
{	position:relative;
	display:block;
	height:42px;
	font-size:15px;
	font-weight:bold;
	background:transparent url(../images/purpleslate_background.gif) repeat-x top left;
	font-family:Arial;
	font-weight: lighter;
	letter-spacing: 0.1em;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;}

#tabs28 ul{
	margin:0px;
	padding:0;
	list-style-type:none;
	width:auto;}

#tabs28 ul li{
	display:block;
	float:left;
	margin:0 0px 0 37px;}

#tabs28 ul li a
{	display:block;
	float:left;
	color:white;
	text-decoration:none;
	padding:14px 22px 0 22px;
	height:28px;}

#tabs28 ul li a:hover,#tabs28 ul li a.current
{	color:white;
	background:transparent url(../images/purpleslate_backgroundOVER.gif) no-repeat top center;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;}

/* ---------------------- nav ---------------------- */


	
.textbox
{	text-align: left;
	line-height: 1.2em;
	width: 690px;
	height: 100%;
	float: left;
	margin: 30px 0 0 30px;
	background-color: white;}
	
.textbox p
{	margin: 0 0 20px 0;
	font-size: 13px;
	padding: 0 20px 0 0;}


.linkblock
{	width: 220px;
	text-align: right;
	margin: 10px 20px 0 0;
	float: right;}

.linkblock p
{	font-size: 23px;
	color: gray;
	line-height: 1.4em;
	padding: 5px 0 0 0;}

h1
{	font-size:20px;
    margin: 0 0 15px 0;}
	
h2
{	font-size:16px;
    margin: 40px 0 10px 0;}
	







