/*
	Sussex Internet
	
	Screen Styles for Richard Dean
	
	Created by Neil Kelsey
	on: 12.09.2007
	
*/

/* browser unification */

:link,:visited {text-decoration:none}
ul,ol {list-style:none}
h1,h2,h3,h4,h5,h6,pre,code {font-size:1em}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin:0; padding:0}
img {border:none}
address {font-style:normal}

/* End of browser unification */

/* Start of tag styles */

body
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	word-spacing:0.15em;
	letter-spacing:0.01em;
	background:
		url(/images/body_bg.png)
		top
		left
		repeat-x
		#777777
	}
	
img
	{
	vertical-align:middle;
	}
	
td
	{
	vertical-align:top;
	}
	
a
	{
	color:#000000;
	}

a:hover
	{
	text-decoration:underline;
	}

h1
	{
	font-size:1.7em;
	margin-bottom:10px;
	text-align:left
	}
h4
	{
	font-size:1.4em;
	margin-bottom:5px;
	text-align:left
	}

p
	{
	margin-bottom:10px;
	}

input, textarea
	{
	width:300px;
	font-size:0.9em;
	padding:1px;
	border:1px solid #000;
	font-family:Arial, Helvetica, sans-serif	
	}
	
textarea
	{
	height:100px
	}

input.button {
  width:auto
}

input.small {
  width:145px
}

td {
  vertical-align:top;
  padding-right:30px;
  padding-bottom:20px
}

/* End of tag styles */

/* Start of universal styles */

.bold
	{
	font-weight:bold
	}
	
.italic
	{
	font-style:italic
	}
	
.underline
	{
	text-decoration:underline
	}
	
.left
	{
	text-align:left
	}
	
.center
	{
	text-align:center
	}

.right
	{
	text-align:right
	}
	
.justify
	{
	text-align:justify
	}

.clear
	{
	clear:both;
	}

.GMapEZ {
  width:100%;
  height:300px;
  overflow:hidden;
  margin-bottom:15px
}

.error {
  color:#C00;
  margin-left:5px;
  font-size:0.95em
}

/* End of universal styles */

/* Start of site structure */

#container
	{
	width:730px;
	margin-left:auto;
	margin-right:auto;
	}
	
#header
	{
	width:357px;
	height:86px;
	margin-left:20px;
	margin-bottom:5px;
	text-indent:-9999px;
	background:
		url(/images/richard_dean_header.png)
		top
		left
		no-repeat;
	}

#main_top
	{
	float:left;
	width:730px;
	height:27px;
	margin-top:40px;
	background:
		url(/images/main_content_top.png)
		top
		left
		no-repeat;
	}
	
#main_middle
	{
	float:left;
	width:720px;
	padding-left:5px;
	padding-right:5px;
	background:
		url(/images/main_content_middle.png)
		top
		left
		repeat-y;
	}
	
#menu
	{
	float:left;
	width:170px;
	margin-bottom:10px;
	margin-top:13px;
	}

#menu li
	{
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	margin-right:20px;
	margin-left:10px;
	border-bottom:1px solid #4F1312
	}
	
#main_content
	{
	float:left;
	width:535px;
	text-align:justify;
	padding-right:15px
	}
	
#main_bottom
	{
	float:left;
	width:730px;
	height:27px;
	background:
		url(/images/main_content_bottom.png)
		top
		left
		no-repeat;
	}
	
#image_footer
	{
	float:left;
	width:720px;
	height:270px;
	margin-top:20px;
	background:
		url(/images/office.jpg)
		top
		left
		no-repeat
	}
	
#footer_image_text
	{
	float:left;
	width:600px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:60px;
	padding-right:60px;
	font-size:1.2em;
	font-weight:bold;
	color:#000;
	background:
		url(/images/footer_image_text_bg.png)
		top
		left
		repeat-y;
	}
	
#footer
	{
	float:left;
	position:relative;
	top:10px;
	width:690px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	color:#000000;
	}

#footer a
	{
	color:#000000;
	}

#footer a:hover
	{
	color:#000000;
	text-decoration:underline;
	}


/* End of site structure */

/* End of document */