/*div {
	outline: 1px solid #f00;

	}

/*clear all margins and padding*/
	* {
		margin: 0;
		padding: 0;
	}
	
/*main defaults*/
	body {
		background: #837560 url('contbg.jpg') center repeat-y;
		margin: 0;
		padding: 0;
		font: normal 62.5% 'Lucida Grande', Veranda, sans-serif;
		text-align: center;
		color: #4D453D;
	}

	p {
		line-height: 140%;
		padding: 5px;
	}
	
	table {
		font-size: 1.6em;
	}
	
	a {
		color: #4D453D;
		font-weight: bold;
	}


/*container*/
	#container {
		background: #fff;
		margin: 0 auto 0 auto;
		width: 760px;
	}
	
/*Top nav*/
	#topnav {
		padding: 10px 15px 10px 10px;
	}
	
	#topnav ul {
		list-style: none;
		text-align: right;
	}
	
	#topnav li {
		display: inline;
	}
	
	#topnav li a {
		padding: 0 10px 0 10px;
	}
	
	#topnav li a:link, #topnav li a:visited {
		font-size: 1.3em;
		text-decoration: none;
	}
	
	#topnav li a:active, #topnav li a:hover {
		font-size: 1.3em;
		text-decoration: underline;
	}
	
/*Logo bar*/
	#logo {	
		background: url('topimg.jpg') center no-repeat;
		width: 760px;
		height: 125px;
	}
	
	#logo p{
		font-size: 0em;
	}
	
/*main nav bar*/
	#mainnav {
		padding: 10px 10px 10px 15px ;
	}
	
	#mainnav ul {
		list-style: none;
		text-align: left;
	}
	
	#mainnav li {
		display: inline;
	}
	
	#mainnav li a {
		padding-right: 10px;
	}
	
	#mainnav li a:link, #mainnav li a:visited {
		font-size: 1.3em;
		text-decoration: none;
	}
	
	#mainnav li a:active, #mainnav li a:hover {
		font-size: 1.3em;
		text-decoration: underline;
	}


/*highlight current page*/
	#index #mainnav a.index {
		color: #D81010;
	}
	
	#services #mainnav a.services{
		color: #D81010;
	}
	#portfolio #mainnav a.portfolio{
		color: #D81010;
	}
	#faq #mainnav a.faq{
		color: #D81010;
	}
	#contact #mainnav a.contact{
		color: #D81010;
	}
	#about #mainnav a.about {
		color: #D81010;
	}
	#loginpage #topnav a.loginpage {
		color: #D81010;
	}
	#adminoptions #topnav a.adminoptions {
		color: #D81010;
	}
	#changepass #topnav a.changepass {
		color: #D81010;
	}

	
/*Main Content*/

	#content {
		padding: 10px 10px 40px 10px;
	}
	
	#content p {
		font-size: 1.6em;
	}

	#content h1{
		color: #D81010;	
		text-align: center;
		font-size: 2.4em;
		text-decoration: underline;
		padding: 0 0 5px 0;
		}
	
	#content h2 {
		color: #D81010;
		margin: 10px 0 10px 5px ;
		font-size: 1.8em;
		text-align: left;
		text-decoration: underline;
	}
	
	#content h3 {
		color: #D81010;
		font-size: 1.6em;
		text-decoration: underline;
		padding: 5px 0 5px 0;
		}
		
	#content h4 {
		color: #D81010;
		padding: 5px 0 5px 0;
		font-size: 1.8em;
		text-decoration: underline;
	}
	
/*index page*/
#index #content a {
		color: #D81010;
	}	

/*services page*/
	#serviceleft {
		margin: 15px 0 15px 0;
		float: left;
		width: 370px;
		font-size: 1.6em;
		font-weight: bold;
		line-height: 150%;
	}
	
	#serviceright {
		margin: 15px 0 15px 0;
		float: right;
		width: 370px;
		font-size: 1.6em;
		font-weight: bold;
		line-height: 150%;
	}
	
	#services #content a {
		color: #D81010;
	}
	
/*portfolio*/
	#portfolio .portcontainer {
		width: 730px;
		text-align: center;
		margin: 20px auto 0 auto;
	}
	
	#portfolio .portleft {
		float: left;
		width: 250px;
		margin: 0px 0 30px 0;
	}
	
	#portfolio .portleft img{
		border: 3px double #000;
	}
	
	#portfolio .portright {
		width: 450px;
		margin-left: 270px;
		padding-bottom: 30px;
	}
	
	#portfolio span {
		font-weight: bold;
		text-decoration: underline;
	}
	
	#portfolio sup {
		font-size: 0.5em;
	}
	
/*Contact form*/
	#contact fieldset {
		text-align: left;
		margin: 0 auto;
		padding: 0;
		border: 0;
		width: 350px;
		font-size: 1.6em;
	}

	#contact fieldset p {
		margin: 3px 0 2px 0;
	}
	
	#contact #name,#contact #company,#contact  #email,#contact  #phone, #contact  #message{
		width: 100%;
	}
	
	#contact input, #contact textarea {
		border: 3px double #333;
		margin: 5px 0 5px 0;
	}
	
	.star {
		font-weight: bold;
		color: #FF0000;
		font-size: 1.2em;
	}	
	
/*FAQ's*/
	#faq #content {
		text-align: left;
	}
	
	#faq .backtotop {
		float: right;
		margin: 0 10px 10px 0;
		font-size: 1.2em;
		font-weight: bold;
		line-height: 150%;
	}
	
/*login page*/
	#loginpage #content table {
		margin: 0 auto 0 auto;
		text-align: center;
		
	}
	
	#loginpage #content table .loginleft {
		text-align: right;
	}
	
	#loginpage #content a {
		font-weight: normal;
	}
	
	#loginpage input, #loginpage select {
		width: 200px;
		border: 3px double #333;
		margin: 5px 0 5px 0;
	}
	
/*changepassword page*/
	#changepass #content table {
		margin: 0 auto 0 auto;
		text-align: center;
		
	}
	
	#changepass #content table .loginleft {
		text-align: right;
	}
	
	#changepass #content table .loginright {
		text-align: left;
		font-weight: bold;
	}
	
	#changepass #content a {
		font-weight: normal;
	}
	
	#changepass input, #changepass select {
		width: 200px;
		border: 3px double #333;
		margin: 5px 0 5px 0;
	}
	
/*amend page*/
	#amenduser #content table {
		margin: 0 auto 0 auto;
		text-align: center;
	}
	
	
	#amenduser #content table .loginleft {
		text-align: right;
	}
	
	#amenduser #content table .loginright {
		text-align: left;
		font-weight: bold;
	}
	
	#amenduser #content a {
		font-weight: normal;
	}
	
	#amenduser input, #amenduser select {
		width: 200px;
		border: 3px double #333;
		margin: 5px 0 5px 0;
	}
	
/*delete user page*/
	#deleteuser input, #deleteuser select {
		width: 200px;
		border: 3px double #333;
		margin: 5px 0 5px 0;
	}
	
/*Admin Options*/
	#adminoptions #content a {
		font-weight: normal;
	}
	
	#adminoptions #content a:link, #adminoptions #content a:visited {
		text-decoration: none;
	}
	
	#adminoptions #content a:active, #adminoptions #content a:hover {
		text-decoration: underline;
	}
	
/*Add an account page*/
	#adduser #content table {
		margin: 0 auto 0 auto;
		text-align: center;
	}
	
	#adduser #content table .loginleft {
		text-align: right;
	}
	
	#adduser #content table .loginright {
		text-align: left;
		font-weight: bold;
	}
	
	#adduser #content a {
		font-weight: normal;
	}
	
	#adduser input, #adduser select {
		width: 200px;
		border: 3px double #333;
		margin: 5px 0 5px 0;
	}
	
/*allusers page styling*/
	/*table styling*/
	#allusers #content table {
		width: 740px;
		margin: 0 auto 0 auto;
		text-align: center;
	}
	
	#allusers #content td {
		padding: 5px 0 5px 0;
		WORD-BREAK:BREAK-ALL;
	}
	
	#allusers #content .auusername {
		width: 166px;
		font-weight: bold;
	}
	
	#allusers #content .auwrapun {
		width: 166px;
		overflow: auto;
	}
	
	#allusers #content .auaccount {
		width: 100px;
		font-weight: bold;
	}
	
	#allusers #content .ausitelink {
		width: 274px;
		font-weight: bold;
		overflow: auto;
	}
	
	#allusers #content .auwrapsl {
		width: 274px;
		overflow: auto;
	}
	
	#allusers #content .auamend {
		width: 100px;
		font-weight: bold;
	}
	
	#allusers #content .audelete {
		width: 100px;
		font-weight: bold;
	}
	
	#allusers #content .wraptext {
	
} 	
	
	/*table content styling*/
	#allusers #content input {
		width: 90px;
		border: 3px double #333;
		margin: 5px 0 5px 0;
	}

		
	
/*Footer*/
	#footer {
		padding: 5px;
		margin-bottom: 10px;
		width: 740px;
		background: #fff url('footbg.jpg') center repeat-y;
	}
	
	#footer ul {
		list-style: none;
		text-align: center;
	}
	
	#footer li {
		display: inline;
	}
	
	#footer li {
		padding-right: 10px;
	}
	
	/*footer link properties*/
	#footer, #footer a{ 
		color: #fff;
		font-weight: normal;
		font-size: 1.1em;
	}
	
	#footer li a:link, #footer li a:visited {
		text-decoration: none;
	}
	
	#footer li a:active, #footer li a:hover {
		text-decoration: underline;
		
	}
	
	
/*Clear Floats*/
	.clearfloats {
		clear: both;
	}