* {
	padding: 0;
	margin: 0;
}
body {
	background: ##fff;
	font: 62.5% "Trebuchet MS", Verdana, sans-serif;
}
h1, h2, h3, h4, h5, h6, #feedback, label {
	font-family:"Century Gothic", "Trebuchet MS", Verdana, sans-serif;
}
p, li {
	margin: 0 0 15px 0;
	font-size: 1.1em;
}
td {
	font-size: 1.1em;
}
a:link, a:visited {
	text-decoration:none;
	color: #7597CE;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
#container {
	margin: 5px auto 0;
	width: 880px;
	background:#fff;
	z-index:1000;
}
/*H E A D E R
------------------------------------------------------*/

#header {
	height: 60px;
	position: relative;
	margin: 5px 0 0;
	padding: 0 20px;
	z-index:990;
}
#header h1 {
	position:absolute;
	margin: 0;
	font-size: 2px;
	height: 8px;
	z-index: 100;
	right: 20px;
	top:0;
}
#header h1 a {
	display: block;
	width: 261px;
	height: 60px;
	text-indent: -700em;
	text-decoration: none;
	background: url(/images/SHPlogo.png) no-repeat 0px top;
}
#header #site {
	position:absolute;
	margin: 0;
	font-size: 2px;
	height: 8px;
	z-index: 100;
	right: 20px;
	top:0;
}
#header #site a {
	display: block;
	width: 261px;
	height: 60px;
	text-indent: -700em;
	text-decoration: none;
	background: url(/images/SHPlogo.png) no-repeat 0px top;
}

/*N A V
------------------------------------------------------*/
ul#nav {
	margin: 0;
	padding: 0;
}
#nav {
	width: 499px;
	height: 30px;
	position:relative;
	top:30px;
	z-index:980;
	background: transparent url(/images/nav.png) no-repeat 0px 0px;
}

#nav li {
	z-index:200:
}

#nav_portfolio, #nav_info, #nav_access, #nav_blog, #nav_contact {
	text-indent: -9999px;
	text-decoration: none;
	outline: none;
}

#nav_portfolio ul *, #nav_info ul *, #nav_access ul *, #nav_blog ul *, #nav_contact ul * {
	text-indent: 0;
}

#nav_portfolio{
	width: 78px;
}
#nav_info {
	width: 62px;
}
#nav_access {
	width: 77px;
}
#nav_blog {
	width: 68px;
}
#nav_contact {
	width: 88px;
}
#nav_portfolio a.top:hover {
	background: transparent url("/images/nav.png") no-repeat 0px -30px;
}
#nav_info a.top:hover {
	background: transparent url("/images/nav.png") no-repeat -78px -30px;
}
#nav_access a:hover {
	background: transparent url("/images/nav.png") no-repeat -140px -30px;
}
#nav_blog a:hover {
	background: transparent url("/images/nav.png") no-repeat -217px -30px;
}
#nav_contact a:hover {
	background: transparent url("/images/nav.png") no-repeat -285px -30px;
}
body.portfolio #nav_portfolio a.top {
	background: transparent url("/images/nav.png") no-repeat 0px -30px;
}
body.info #nav_info a.top {
	background: transparent url("/images/nav.png") no-repeat -78px -30px;
}
body.access #nav_access a.top {
	background: transparent url("/images/nav.png") no-repeat -140px -30px;
}
body.blog #nav_blog a.top {
	background: transparent url("/images/nav.png") no-repeat -217px -30px;
}
body.contact #nav_contact a.top {
	background: transparent url("/images/nav.png") no-repeat -285px -30px;
}

/*** SuperFish Menu ***/

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			14em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			14em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#7597CE;
	font-weight:normal;
	font-size:1.1em;
}
.sf-menu li {
	background:none;
}
.sf-menu li li {
	background:		#fff;
}
.sf-menu li li li {
	background:		#fff;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:	none;
	outline:		0;
	color:#61382A;
}

.sf-menu ul li:hover, .sf-menu ul li.sfHover,
.sf-menu ul a:focus, .sf-menu ul a:hover, .sf-menu ul a:active {
	background:	#fff;
	outline:		0;
	color:#61382A;
}



/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('/images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('/images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


/*C O N T E N T
------------------------------------------------------*/

#content {
	margin: 0 20px;
	background:#fff;
	z-index:970;
}

body.portfolio #content {
	margin:0 10px 0 20px;
}
#content_main {
	background: #61382A;
	padding: 0 40px 0 0;
	margin: 0;
	color: #fff;
	font-size: 1.2em;
	height: 560px;
	z-index:960;
}
body.home #content_main {
	background: #fff;
}
body.access #content_main, body.contact #content_main {
	padding: 0 0 0 20px;
	background: #7597CE;
}

body.portfolio #content_main {
	padding: 0;
	background: #fff;
}
body.access #content a:link, body.access #content a:visited, body.contact #content a:link, body.contact #content a:visited {
	color: #61382A;
}
#content {
	color: #666;
}
h1  {
	font-size: 1.8em;
	margin: 0 0 0.5em 0;
	padding: .8em 0 0 0;
}
#content_main h2 {
	font-size: 1.6em;
	margin: 0 0 0.2em 0;
	padding: .4em 0 0 0;
}
#content_main h3 {
	font-size: 1.4em;
	margin: 0;
}
#content_main ul {
	margin: 0 0 1.5em 0;
}
#content_main li {
	margin: 0 0 7px 0px;
	font-size: 1.1em;
	list-style: none
}
#image {
	float:left;
	width:415px;
}
#flashcontent {
	padding: 0;
	margin: 0;
}
.lower {
	padding-top: 10px;
	text-align: center;
}
#footer {
	color: #707070;
	padding: 10px 15px;
	text-align: right;
	clear: both;
	background: url(/images/wide_boxbtm.png) no-repeat center top;
}
.warning {
	font-weight: bold;
	color: #AC0000;
}
form p {
	margin: 0 0 10px 0;
}
.formbox {
	width: 250px;
}
fieldset {
	border: none;
}
label {
	font-weight: bold;
	color: #fff;
	display: block;
}
.imgUR {
	float:right;
	margin: 0 0 0 30px;
}
.imgUL {
	float:left;
	margin: 0 30px 0 0;
}
#feedback, #comments {
	width: 390px;
	font: 1em "Trebuchet MS", Verdana, sans-serif;
}
.portvert {
	height:560px;
	padding-right: 12px;
	float:left;
}
#content_main .portvert h2 {
	color:#7597CE;
	text-align:left;
	margin: 0;
	padding: 0;
}
.portvertr {
	float:right;
}
#raves {
	padding: 0 20px 20px;
}
.rave {
	width: 350px;
	height: 200px;
	float: left;
	padding: 0 25px 25px 0;
}
.rave img {
	float: left;
	margin: 0 15px 5px 0;
}
.album {
	float:left;
	height:290px;
	margin:0 5px 15px 0;
	padding:0;
	width:420px;
}
.album_tall {
	float:left;
	height:560px;
	margin:0 5px 15px 0;
	padding:0;
	width:420px;
}
.album img, .album_tall img {
	float: left;
	margin: 0;
	border:0;
}
.album h3, .album_tall h3 {
	text-align: right;
	color: #7597CE;
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 7px 0 0;
}
#application {
	margin: 20px 0 0 15px;
}
