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

body{
margin:0;
background-image:url(images/splatbg.jpg);
background-repeat:no-repeat;
}
#wrap{
	position:relative;
	margin-left:auto;
	margin-right:auto;
width:960px;
height:100%;
background-image:url(images/navtopBG.png);
background-repeat:repeat-x;
}

#nav{
height:33px;
width:910px;
text-align:right;
margin-left:20px;
}
#header{
width:910px;
height:221px;
}

#main {
	margin-left: 15px;
	display: inline;
	padding-right: 10px;
	padding-bottom:10px;
	border-right: dotted 1px #ccc;
	position:absolute;
	top:40px;
	left:0;
	float:left;
	width:720px;
	height:100%;
	margin-top:25px;
}
	#main h2, #main h3 {
		padding:0 10px;
    }
	#maintextbox{
	position:relative;
	top:360px;
	width:50%;
    text-align:justify;
	}
	#sidebar {
	position:absolute;
	top:65px;
	left:751px;
	width:170px;
	height:500px;
	padding:5px;
	text-align:left;
	}
	#sidebar ul {
		margin-bottom:0;
    }
    #sidebar h3, #sidebar p {
		padding:0 10px 0 0;
    }
	#sidebarpics{
	margin:5px;
	}
	
.navcontainer {

margin: 0;
padding: 0;
height: 22px;
}

.navcontainer ul {
border: 0;
margin: 0;
padding: 0;
list-style-type: none;

}

.navcontainer ul li
{
display: block;
float: right;

padding: 3px;
margin: 0;
}

.navcontainer ul li a{

width: 60px;
height: 22px;

padding:3px;
margin: 0 0 0 0;
color:#000;
text-decoration: none;
display: block;
text-align: center;
font: normal 18px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

.navcontainer ul li a:hover
{
color: #fff;
background: #000;
}

.navcontainer a:active
{

}

.navcontainer li#active a
{


}
h1, h2 {
font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	clear:both;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #f2f2f2;
	width: 400px;
	padding-bottom: 3px;
	clear:both;
}
.text{
font-family: Arial, Helvetica, sans-serif;
	color: #5C5C5C;
	font-size:13px;
}
.imgpadvert{
padding:0 0 10px 0;
}
#pressquoteblueblock{
	width:700px;
	background-color:#57a4da;
	margin-left:10px;
	padding:4px;
	color:#fff;
}
#pressquoteblue{
	position:relative;
	width:20px;
	height:40px;
	top:0;
	left:25px;
	z-index:2;
}
#pressquoteredblock{
	width:700px;
	background-color:#da5863;
	margin-left:10px;
	padding:4px;
	color:#fff;
}
#pressquotered{
	position:relative;
	width:20px;
	height:40px;
	top:0;
	right:25px;
	float:right;
	z-index:2;
}