/* CSS Document */
body {
	font-family: arial, sans-serif;
	font-size: 11px;
	text-align: center;
	color: black;
	background-image: url(back.gif);
	background-position: center;
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	
}

/* basic divs */

#seo {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	font-size: 8px;
}

#header {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 86px;
	border-top: 1px solid #9E1E35;
	border-bottom: 1px solid #9E1E35;
	position: relative;
	text-align: left;
}

#rightheaddiv {
	position: absolute;
	top: 6px;
	right: 0px;
}

#mainpage {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	position: relative;
	text-align: left;
	border-bottom: 1px solid #9E1E35;
}

#navigation {
	margin-bottom: 10px;
}

/* within the navigation div - these control how links will look */

#navigation a:link, #navigation a:visited {
	display: block;
	width: 100px;
	height: 22px;
	background-image: url(but_off.gif);
	padding-top: 2px;
	background-color: white;
	color: black;
	text-align: center;
	font-size: 13px;
	margin-left: 3px;
	text-decoration: none;
}

#navigation a:hover {
	background-image: url(but_on.gif);
}

#contacthead {
	width: 412px;
}

#londoncontact {
	text-align: right;
	padding-right: 6px;
	color: #686868;
}

#guildfordcontact {
	border-left: 1px solid #9E1E35;
	padding-left: 6px;
	width: 198px;
	color: #686868;
}

#contacthead strong {
	color: #9E1E35;
	font-weight: bold;
}

#photoblock {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #9E1E35;
}

#phototab {
	width: 800px;
}

td.privatelink {
	width: 392px;
	padding-left: 8px;	
}

td.privatelink a:link, td.privatelink a:visited {
	display: block;
	width:392px;
	height: 205px;
	background-image: url(private_off.jpg);
	text-decoration: none;
}

td.privatelink a:hover {
		background-image: url(private_on.jpg);
}

td.businesslink {
	width: 392px;
	padding-right: 8px;
}
td.businesslink a:link, td.businesslink a:visited {
	display: block;
	width:392px;
	height: 205px;
	background-image: url(business_off.jpg);
	text-decoration: none;
}

td.businesslink a:hover {
		background-image: url(business_on.jpg);
}

#maincontent {
	padding: 0px 20px 0px 20px;
	color: #545353;
	font-size: 12px;
	line-height: 18px;
}

.partnerstab {
	width: 800px;
}

.partnerstab td {
	vertical-align: top;
}

td.partpic {
    width: 260px;
	padding-bottom: 30px;
}

td.partpic img {border: 1px solid #3B3234;}

td.partdesc  {
	padding: 30px 10px 10px 10px;
	width: 530px;
}


#info {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	font-size: 8px;
	text-align: right;
	color: Gray;
	padding-top: 10px;
}

/* mail form elements */

.error {
	color: red;
}

.mailustab {
	width: 400px;
	background-color:  #F5F5F5;
}

.mailusq {
	padding: 4px;
	text-align: right;
}

.mailusa {
	padding: 4px;
}

/* html standard tags as needed*/

h1 {
	font-size: 18px;
}

h2 {
	font-size: 15px;
	color: #9E1E35;
}

h3 {
	
}

h4 {
	
}

h5 {
	
}

h6 {
	
}

p {
	
}

a:link, a:visited {
	color: #000000;
}

a:hover {
	color:#9E1E35;
}

a:active {
	
}

input {
	border: 1px solid black;
	background-color: white;
}

.right {
	text-align: right;
}
