html
{
	padding: 0;
	margin: 0;
	width: 100%;
}
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-image: url(../img/ss_bg.gif);
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
	width: 100%;
}
a
{
	text-decoration: none;
	color: #C61E3D;
}
a:hover
{
	color: #990000;
}
a:focus
{
	outline: none;
}
a img
{
	border: 0;
}
.title
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding: 5px 15px;
}
.names
{
	color: #C61E3D;
	font-size: 12px;
	font-weight: bold;
}

#footer
{
	position:absolute;
	left:445px;
	width:380px;
	text-align:right;
	color:#AAAAAA;
	font-size:10px;
	z-index:5;
	top: 28px;	
}
#footer a
{
	color:#AAAAAA;
	text-decoration:none;
}
#footer a:hover
{
	color:#990000;
}
#staticbg
{
	position: absolute;
	width: 420px;
	height: 420px;
	background-image: url(../img/ss_bg2.gif);
	background-repeat: no-repeat;
}
#nav
{
	position: absolute;
	display: block;
	top: 50px;
	width: 860px;
	height: 20px;
	background-color: #FB9100;
	text-align: right;
}
#nav img
{
	display: block;
	float: right;
}
#pagetitle
{
	position: absolute;
	top: 95px;
	left: 210px;
}
#logo
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
	height: 130px;
}
#content
{
	position: absolute;
	top: 130px;
	left: 210px;
	width: 550px;
}
#homegallery
{
	position: absolute;
	top: 130px;
	left: 310px;
	width: 450px;
}
#newsgallery a
{
	float: left;
	margin: 10px;
	position: relative;
}
#titlecap
{
	position: absolute;
	top: 130px;
	left: 10px;
}
#titlebar
{
	position: absolute;
	top: 130px;
	left: 10px;
	width: 290px;
	height: 23px;
	background-color: #fb9100;
	vertical-align: top;
}
#events
{
	position: absolute;
	top: 152px;
	left: 10px;
	width: 290px;
}
#client
{
	position: absolute;
	top: 130px;
	left: 210px;
	width: 240px;
}
#client ul
{
	list-style: none;
	margin-left: 0;
	padding: 0;
}
#gallery
{
	position: absolute;
	top: 130px;
	left: 460px;
	width: 300px;
	height: 300px;
}
#gallery2
{
	position: absolute;
	top: 130px;
	left: 310px;
	width: 300px;
	height: 300px;
}
#copy
{
	width: 230px;
	padding: 5px;
}
#copy2
{
	padding: 5px;
}
#titlecap2
{
	position: absolute;
	top: 0px;
	left: 0px;
}
#titlebar2
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 240px;
	background-color: #fb9100;
	vertical-align: top;
}
#sidenav
{
	position: absolute;
	top: 130px;
	left: 10px;
	width: 180px;
}
#sidenav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#sidenav li
{
	border-bottom: 1px solid #E5CCD1;
	margin: 0;
}
#sidenav li a
{
	display: block;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
}
#sidenav li a:hover
{
	color: #FF3300;
}

#sidenav #testimonial
{
	background: url(../img/quoteopen.gif) no-repeat left top !important;
	color: #C61E3D;
	display: block;
	padding: 0 12px 0 5px;
}

#sidenav #testimonial .quote
{
	background: url(../img/quoteclose.gif) no-repeat bottom right !important;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 22px;
}

#sidenav #testimonial .byline
{
	padding: 0 22px;
}

#seperate
{
	position: absolute;
	top: 130px;
	left: 300px;
}
#seperate2
{
	position: absolute;
	top: 130px;
	left: 200px;
}
#seperate3
{
	position: absolute;
	top: 130px;
	left: 450px;
}

/* FORM TAGS */
#form
{	
	margin: 0 0 15px 0;
	padding: 5px 0 5px 0;
}

#form label
{
	text-align:right;
	width:70px;
	float:left;
	padding:2px;
	margin:1px 0 0 0;
}


#form .textarea
{
	height:100px;
}

#form .textfield, #form .textarea
{
	width:450px;
	margin:3px;
	padding:2px;
	background-color: #EEEEEE;
	border:solid #999999;
	border-width: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	
