

body {

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	background-color:#fff;
	}


#maintab {

	width: 740px;

}

#topbar {
	height: 192px;
	}
	
#contents {
	
	}
	
#nav {
	width: 160px;
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;

}

#nav ul {
	list-style:none;
	padding:0;
	margin-top:0;
	}
	
#nav ul li a
{display:block;
height:19px;
color:#fff;
background-image:url(../images/navBgd.gif);
padding-left: 21px;
padding-top: 0px;
text-decoration: none;
margin-bottom:17px;
text-transform:uppercase;
border:2px solid #BACDE9;;
border-style: solid solid solid none;
}

#nav ul li a:hover {
	border:2px solid #F26A00;
	border-style: solid solid solid none;
	margin-bottom:17px;
	}
	
#nav ul li a img {
	border:0;
	}


#login {
	width: 260px;
	margin-bottom: 16px;
	background-image:url(../images/loginBgd.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-color:#236DAA;
	text-align: right;
	color: #fff;
	height:140px;
	padding:20px 0;
	margin: 30px 0 0 60px;
	}
	
#login label {
	display:block;
	width: 220px;
	margin-right: 20px;
	margin-bottom: 16px;
	}
	
#logButt {
	margin-right:100px;
	}
	
#addclient {
	width: 380px;
	margin-bottom: 16px;
	background-image:url(../images/loginBgd.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-color:#236DAA;
	text-align: right;
	color: #fff;
	height:200px;
	padding:20px 0;
	margin: 30px 0 0 20px;
}

#addclient label {
	display:block;
	width: 340px;
	margin-right: 20px;
	margin-bottom: 16px;
	}
	
#addclient h3, #addclient .error {
	text-align:left;
	margin-left:20px;
	}
	
#addclient h3 {
	margin-top:0;
	}
	
.fileLink {
	margin-left:10px;
	}
	
.upload {
	margin-bottom: 16px;
	background-color: #EEE;
	color:black;
	border: #999999;
	text-align: left;
	color: #000;
	padding:20px;
	margin: 10px 0 0 0px;
	}
	
.upload label {
	display:block;
	margin:6px 0 2px 0;
	font-weight:bold;
	}
	
.upload h3 {
	margin-top:0;
	}
	
.thumbnail {
	width: 160px;
	float:left;
	margin-left:10px;
	height:220px;
	text-align:center;
	padding: 0 6px;
	}
	
.thumbnail img {
	border:0;}

.thumbnail a {
border:1px solid #fff;
	}
	
.thumbnail a:hover {
border-color: #F26A00
	}
	
.clear {
	clear:both;
	}
	
fieldset {
	border:0;
	margin-top:0;
	}
	
.catList {
	width: 290px;
}
	
	
.statusmessage {
	color:#CC0000;
	font-weight:bold;
	font-size:16px;
}
.error_message {
	color:#CC0000;
	font-weight:bold;
}
	
#contactDetails {
	color:#999;
	font-family: "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	margin-left:16px;
	text-transform: none;
	}
	
#pagecontent {
	width: 560px;
	float: right;
	}
	
h1 {margin:2px 0;
	padding:0;
	}
	
#pagecontent ul li{
	list-style:url(../images/squareBullet.gif);
	margin-bottom:5px;

	}
	
#pagecontent a {
	color:#990066;
	
	}
	
#pagecontent a:hover {text-decoration:none;}

#subnav {
	color: #FF6600;
	}
	
#subnav a{
	color:#193D92;
	text-transform:uppercase;
	text-decoration:none;
	}
	
#subnav a:hover {text-decoration:underline;}

.controls {	color: #FF6600;}


.controls a{
	color:#193D92;
	text-transform:uppercase;
	text-decoration:none;
	}
	
.controls a:hover {text-decoration:underline;}
	
	
#rightPic {
	float:right;
	margin: 16px 0 20px 40px;
	}
	
#footer {
	text-align:center;
	font-size: 10px;
	height: 40px;
	}
