html, body{
	font-family: helvetica;
	background: url(/img/bggrad.png) repeat;
	height: 100%;
	color: #666;
}

li {
	list-style-type: square;
}

a {
	color: #999;
	text-decoration: none;
}

a:hover {
	color: #363636;
	border-bottom: 3px solid #333;
}

a:hover[rel=lightbox], #lightbox a:hover {
	border: none;
}

.clear {
	clear: both;
}

#container {
	margin: 0px auto 0px auto;
	position: relative;
	height:auto !important;
	height:100%; 
	min-height:100%;
}

#header{
	background-color: #333333;
	height: 100px;
	margin: 0px auto 0px auto;
	color: #FFF;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	border-bottom: 5px solid #000;
}

#header
{
	text-align: center
}

#header a, #header a:hover
{
	font-size: 50px;
	vertical-align: text-bottom;
	font-variant: small-caps;
	position: relative;
	top: 57px;
	color: #FFF;
	background-color:Transparent;
	text-decoration: none;
}

#links
{
	width: 798px;
	background-color: #EBEBEB;
	margin: 0px auto;
	height: 30px;
	padding: 20px 30px 10px 30px;
	border-right: 2px solid #999;
	border-left: 2px solid #999;
}

#linkList {
	width: 550px;
	margin: 0px auto;
}

#linkList li {
	float: left;
	width: 88px;
	padding: 5px 10px;
	text-align: center;
	list-style-type: none;
}

#links a {
	text-decoration: none;
	color: #999;
	font-size: 20px;
}

#links a:hover {
	color: #363636;
	border-bottom: 3px solid #333;
}

#sidebar li{
	font-size: .8em;
}

h2 a{
	color: #999;
}

h2 a:hover{
	color: #363636;
}

#content
{
	width: 798px;
	margin: 0px auto 0px auto;
	padding: 10px 30px;
	background-color: #EBEBEB;
	border-right: 2px solid #999;
	border-left: 2px solid #999;
	font-size: 20px;
	text-align: justify;
	line-height: 30px;
	padding:1em 1.5em 5em;
}

#homeContent p {

}

#homeContent a 
{
	color: #999;
}

#homeContent a:hover 
{
	color: #363636;
}

.linePad {
	padding-left: 120px;
}

#leftContent 
{
	float: left;
	width: 600px;
	padding-right: 20px;
}

#rightLinks
{
	float:right;
	width: 170px;
	margin: 10px 0px;
	text-align:center;
}

#rightLinks h3
{
	font-size: 15px;
	color: #696969;
	text-align:center;
	text-decoration: underline;
}

.left {
	margin: 5px;
	float: left;
}

#connectWrap {
	margin: 0px auto;
	width: 96px;
}


/* Portfolio Styles */

.sliderWrapper
{
	width: 650px;
	border: 2px solid #333;
	margin: 10px auto;
}

.leftArrow
{
	float: left;
	width: 70px;
}

.rightArrow
{
	float: right;
	width: 70px;
}

.mainWrap
{
	width: 520px;
	height: 200px;
	overflow: hidden;
	margin-top: 10px;
}

#profSlider
{
	width: 750px;
}

.sliderDiv
{
	float: left;
	height: 180px;
	width: 186px;
	margin: 10px 54px 10px 10px;
	text-align: center;
        overflow: hidden;
}

#selfSlider {
	background-color: #000;
	width: 750px;
	height: 290px;
	padding-left: 30px;
	margin: 10px auto;
	border: 3px solid #666;
}

.siteLink {
	position: relative;
	left: -20px;
}

/* Contact Styles */

#contactContent
{
	width: 700px;
	margin: 0px auto;
}

#errorBox{
	font-size: 12px;
	color: red;
	line-height: 14px;
}

.subBtn, #submit
{
	border: 1px solid #7F9DB9;
	color: #636363;
	font-size: 20px;
	height: 30px;
	padding-bottom: 5px;
}

#searchsubmit
{
	border: 1px solid #7F9DB9;
	color: #636363;
	font-size: 18px;
	height: 24px;
	padding-bottom: 10px; 
	position: relative;
	top: 4px;
}

.disBtn{
	color: #CCC;
}

.errorInput{
	border: 1px solid red;
}

/* About Styles */
#aboutWrap {
	margin-bottom: 20px;
}

#aboutContent h3 {
	font-size: 19px;
}

#aboutContent li {
	list-style-position: inside;
	padding-left: 20px;
}

/* Footer Styles */

#footer 
{
	width: 798px;
	background-color: #EBEBEB;
	text-align: center;
	font-size: 13px;
	padding: 20px 30px;
	margin: 0px auto;
	border: 2px solid #999;
	border-top: none;
	border-bottom: none;
}

#header a:hover{
	border: none;
}

#sidebar a:hover{
	border-bottom: 2px solid #333;
}

#footer a:hover{
	border-bottom: 1px solid #333;
}

h2.pagetitle
{
	text-align: left;
}
