html, body {
	margin:0;
	padding:0;
	width:100%;
}

body {
	font:76% Verdana,Tahoma,Arial,sans-serif;
	background:#eeeeee;
	color:#303030;
}


/***** Header *****/
#header {
	margin:0 auto;
	padding:0;
	position:relative;
	width:976px;
	height:143px;
	background: url(img/paperbg.png) top center repeat-y;
}

#nav {
	margin:0 48px 0px 0px;
	float:right;
	width:100%;
}

#nav ul {
    margin:0;
    list-style:none;
	display:inline-block;
	float:right;
}

#nav ul li {
	padding:0px 0px 0px 32px;
	display:inline;
}

#nav ul li a {
	color:#585858;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
}

#nav ul li a:hover, #nav ul li a.current {
	color:#96001a;
}

#banner {
	background:#262626 url('img/banner.jpg') no-repeat center top;
	margin:0 auto;
	padding:0;
	width:100%;
	height:352px;
	position:relative;
}



/***** Main content *****/
#contentandborder {
	margin:0 auto;
	padding:10px 0 0px 0;
	width:976px;
	background: url('img/paperbg.png') top center repeat-y;
}

#content {
	margin:10px 20px 0px;
}

#normalcontent {
	margin:30px 60px 0;
	line-height:1.6em;
}

#normalcontent h3 {
	margin:32px 0 8px;
}


h1 {
	margin:0;
	top:23px;
	left:31px;
	width:348px;
	height:96px;
	border:0;
	position:relative;
}

h1 a {
	text-decoration:none;
}

h2 {
	font-size:1.6em;
	margin:48px 0 10px;
}

h3 {
	font-size:1.4em;
	color: #666;
	line-height: normal;
}

h4 {
	font-size:1.1em;
	margin:0 0 24px;
	color:#505050;
	line-height: normal;
}

#content a {
	text-decoration:none;
	font-weight:bold;
	color:#286ea0;
}

#content a:hover {
	text-decoration:underline;
	color:#286ea0;
}

#content a img {
	border:0;
}


.boxesrow {
	margin:20px auto;
	width:910px;
	line-height:0em;
}

.boxesrow h3 {
	margin:0 0 8px;
}


.boxesrow img {
	padding:0px;
}

.boxwidebg {
	background: url('img/homewideboxbg.png') top left repeat-y;
	width:910px;
	padding:0px 26px 0px 30px;
	float:left;
	line-height:0em;
	position:relative;
}

.boxwideleft {
	float:left;
	width: 236px;
	padding: 14px 0 0 0;
	margin: 0;
	line-height:1.5em;
}

.lefttextwrapunderss {
    padding: 14px 0 0 0;
    margin: 0;
    line-height:1.5em;
    width: 845px;
}

.boxwideleftwrap {
	width: 845px;
	padding: 14px 65px 0 0;
	margin: 0;
	line-height:1.5em;
}

.homepagelargearticleimage {
	float:right;
	width: 582px;
	height: 361px;
	padding: 0;
	margin: 6px 0 20px 27px;
}

#slideshow1 {
    float: right;
    margin: 0px 65px 10px 0px;
}

.slides {
	float: left;
	width: 582px;
	height: 188px;
	padding: 0;
	margin: 20px 0 20px 27px;
	background-color: #dbdbdb;
}

.slides img {
	border: solid 1px white;
}

.ssbuttons img {
	position: absolute;
	cursor: pointer;
}

.ssbuttonleft {
	left: 325px;
	top: 98px
}

.ssbuttonzoom {
	left: 570px;
	top: 40px;
	display: none;
}

.ssbuttonright {
	left: 823px;
	top: 98px;
}

.ssbuttonclose {
	left: 896px;
	top: -114px;
	z-index: 3000;
	display: none;
}

.boxesbg {
	background: url('img/homeboxbg.png') top left repeat-y;
	width:910px;
	padding:0px;
	float:left;
	line-height:1.5em;
}

.homeboxcol1, .homeboxcol2, .homeboxcol3 {
	float:left;
	padding: 14px 18px;
	width: 236px;
}

.homeboxcol1 {
	margin: 0 0 0 12px;
}

.homeboxcol2 {
	margin: 0 0 0 35px;
}

.homeboxcol3 {
	margin: 0 0 0 35px;
}

.centeredimage {
	display:block;
	margin:0 auto;
}

/***** Footer *****/
#footer {
	clear:both;
	padding:100px 0 10px;
	text-align:center;
	color:#808080;
	font-size:0.9em;
}

#bottomshadow {
	margin:0 auto;
	padding:0px;
	width: 976px;
	height: 8px;
}

