/**************************************************************
   AUTHOR:  Steven Ball
   DATE:    20/11/2006
   PURPOSE: Controls the layout of the site and styles
            the menus
 **************************************************************/

body{
	margin:0px;
	padding:0px;
	background-color:white;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
	
#main{
	margin:0px;
	padding:0px;
	margin-right:auto;
	margin-left:auto;
	width:600px;
	margin-top:auto;
	margin-bottom:auto;
	overflow:visible;
 	width:600px;
	background-color:#4572b0;
	clear:none;
}

#banner{
	width:598px;
	background-color:#4572b0;
	border-right:1px solid #4572b0;
	border-left:1px solid #4572b0;
	height:161px;
	background-repeat:no-repeat;
	background-position:top;
}

#nav{
	background-color:#4572b0;
	font-size:12px;
	text-align:center;
	color:white;
	margin:0px;
	padding:0px;
	width:100px;
	float:left;
	clear:none;
}

#nav ul{
	margin:0px;
	padding:0px;
}

#nav li{
	margin:0px;
	padding:5px;
	background-color:#4572b0;
	list-style:none;
}

#nav li a:hover{
	color:white;
	text-decoration:none;
	font-weight:bold;
}

#nav li a{
	color:white;
	text-decoration:none;
	background-color:#4572b0;
}

#content{
	width:488px;
	font-size:12px;
	padding:5px;
	border-right:1px solid #4572b0;
	border-left:1px solid #4572b0;
	background-color:white;
	margin-left:100px;
}

#footer{
	width:600px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	background-color:#4572b0;
	background-position:bottom;
	color:white;
}

a{
	color:white;
	text-decoration:none;
}

a:hover{
	color:white;
	text-decoration:underline;
}

a:visited{
	color:white;
}

#content a{
	color:#000aca;
	text-decoration:none;
}

#content a:hover{
	color:#000aca;
	text-decoration:underline;
}

#content a:visited{
	color:#000aca;
}

h1{
	font-size:13px;
	font-weight:bold;
	background-image: url(images/titles.jpg);
	background-repeat:no-repeat;
	color:white;
	padding:0px;
	margin:0px;
}

h2{
	font-size:13px;
	font-weight:bold;
	color:black;
	padding:0px;
	margin:0px;
}

h3{
	font-size:15px;
	font-weight:bold;
	color:black;
	padding:0px;
	margin:0px;
}

.list{
	margin:0px 0px 0px 30px;
	padding:0px;
}

.lists{
	margin:0px 0px 0px 30px;
	padding:0px;
	list-style:none;
}

.table{
	border-right:solid 1px #000aca;
}

.table2{
	font-size:10px;
}

.services{
	color:white;
	text-align:center;
}

.clients{
	border:1px solid black;
	width:90%;
	text-align:left;
}
.clients2{
	border-bottom:1px solid black;
	border-left:1px solid black;
}

.clients1{
	border-bottom:1px solid black;
}

.both{
	clear:both;
	}
	
#faux {
 	overflow: auto;
 	width:600px;
	background-color:#4572b0;
	clear:none;
}

.clear {
	clear: both;
	background: none;
}

.lefttable{
	width:200px;
	background-color:#FFFFFF;
	border:0px;
	float:left;
	font-size:10px;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.righttable{
	width:300px;
	background-color:#FFFFFF;
	border:0px;
	font-size:12px;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.middletable{
	width:200px;
	background-color:#FFFFFF;
	border:0px;
	float:right;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}