body{
padding:0px;
margin:0px;
font:.97em sans-serif;
font-size:.97em;
background:#222 url(../pageimages/bg.gif);
line-height:1.3em;
}
img{
border:0px;
}
.clear{
clear:both;
}
a{
color:#fff;
}
a:hover{
color:#cec195;
}
fieldset{
border:0px;
margin:0px;
padding:0px;
}
.success_message{
background:url(../pageimages/checkmark.png) no-repeat;
height:50px;
vertical-align:middle;
padding-left:50px;
}
	.success_message span{
	margin:0px 0px 0px 50px;
	}
.admin_table{
border:1px solid #fff;
border-collapse:collapse;
width:100%;
}
	.admin_table td{
	border:1px solid #fff;
	}
#admin_nav{
list-style:none;
width:100%;
overflow:hidden;
margin:0px 0px 25px 0px;
padding:0px;
}
	#admin_nav li{
	float:left;
	text-align:center;
	}
		#admin_nav li a, .button a{
		border:1px solid #fff;
		color:#fff;
		display:block;
		height:20px;
		width:150px;
		text-decoration:none;
		padding:10px;
		background:#000;
		}
.client_support_form{
}
	.client_support_form .text{
	width:175px;
	display:inline-block;
	}
.center{
text-align:center;
}
.top{
vertical-align:top;
}
.help_ticket_detailed th{
white-space:nowrap;
text-align:right;
padding:0px 25px 0px 0px;
}

/*---------------------------------------------*/
/*---------------HEADER------------------------*/
/*---------------------------------------------*/
#header{
position:relative;
height:204px;
width:100%;
background:url(../pageimages/headerbg.png);
margin:0;
}
	#header h1{
	padding:0;
	margin:0;
	height:175px;
	background:url(../pageimages/header.png) no-repeat center;
	}
		#header h1 span{
		display:none;
		}
/*---------------------------------------------*/
/*---------------NAVIGATION--------------------*/
/*---------------------------------------------*/
#navigation{
position:relative;
margin:-25px 0 25px 0;
background:#fff;
width:100%;
}
	#navigation ul{
	position:relative;
	margin:0px;
	padding:0px;
	width:100%;
	}
	#navigation ul li{
	float:left;
	width:150px;
	list-style:none;
	text-align:center;
	color:#fff;
	vertical-align:middle;
	}
		#navigation ul li a{
		color:#fff;
		text-decoration:none;
		font-variant:small-caps;
		}
		#navigation ul li a:hover{
		text-decoration:underline;
		}
/*---------------------------------------------*/
/*---------------CONTENT-----------------------*/
/*---------------------------------------------*/
#content{
position:relative;
margin:0;
padding:15px 15px 0 15px;
color:#FCFBE3;
background:#111 url(../pageimages/bg.gif);
width:45%;
border-right:#8671e 2px solid;
float:left;
}
	#content h1, #content h2, #content h3{
	text-align:center;
	margin:0;
	padding:5px 0;
	}
	#content .pageheader{
	text-align:center;
	}
	#content #container_services{
	width:100%;
	padding-left:5%;
	}
		#content #container_services #services{
		text-align:center;
		position:relative;
		}
			#content #container_services #services .service{
			width:45%;
			float:left;
			background:#111;
			border:1px solid #cec195
			}
	#content .bio h3{
	font-size:smaller;
	}
	#content form.contactform{
	text-align:center;
	}
		#content form.contactform p{
		line-height:1.5em;
		}
	.content_clear{
	clear:both;
	margin:0px 0px 0px -225px;
	height:10px;
	}
		#content #admin_nav li a:hover, .button a:hover{
		background:#222;
		color:#fff;
		}
#featured_projects{
position:relative;
margin:0 0 0 50%;
width:45%;
color:#fff;
padding:15px 0 0 0;
text-align:center;
}
	#featured_projects h1, #featured_projects h2, #featured_projects h3{
	margin:0;
	padding:5px 0;}
label{
display:block;
}
input{
display:block;
}