/*
	Sussex Internet
	
	Screen Styles for Coast Watch
	
	Created by Neil Kelsey
	on: 25.01.2007

*/

/* Start of tag styles */

body
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	word-spacing:0.15em;
	letter-spacing:0.01em;
	margin:0;
	padding:0;
	color:#333333;
	overflow-x:hidden;
	background:
		#2f5ea5;
	}
	
img
	{
	border:none
	}
	
h1
	{
	color:#2f5ea5;
	font-weight:bold;
	margin:0;
	padding:0
	}

/* 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
	}

/* End of universal styles */

#header
	{
	float:left;
	width:100%;
	background:
		#2f5ea5;
	height:60px;

	}
	
#logo
	{
	height:32px;
	width:449px;
	margin-top:13px;
	margin-bottom:13px;
	margin-left:350px;
	background:
		url(../images/logo.png);
	}
	
#buttons
	{
	height:60px;
	padding-left:20px;
	background:
		#FFFFFF
		url(../images/left_gap.gif)
		top
		repeat-x;
	}
	
.selected_left
	{
	float:left;
	margin-top:30px;
	height:30px;
	width:14px;
	background:
		url(../images/selected_left.gif)
	}

.selected_centre
	{
	float:left;
	color:#FFFFFF;
	padding-top:39px;
	padding-bottom:5px;
	background:
		#2f5ea5;
	}

.selected_centre a
	{
	color:#FFFFFF;
	text-decoration:none;
	font-size:1.2em;
	}

.selected_centre a:hover
	{
	color:#FFFFFF;
	text-decoration:underline;
	font-size:1.2em;
	}

.selected_right
	{
	float:left;
	margin-top:30px;
	height:30px;
	width:14px;
	background:
		url(../images/selected_right.gif)
	}
	
.unselected_left
	{
	float:left;
	height:60px;
	width:13px;
	background:
		#FFFFFF
		url(../images/unselected_left.gif)
		no-repeat
		right
		top;
	}

.unselected_centre
	{
	float:left;
	height:55px;
	padding-top:5px;
	background:
		#FFFFFF
		url(../images/unselected_centre.gif)
		top
		repeat-x;
	}

.unselected_centre a
	{
	color:#2f5ea5;
	text-decoration:none;
	font-size:1.2em;
	}

.unselected_centre a:hover
	{
	color:#2f5ea5;
	text-decoration:underline;
	font-size:1.2em;
	}

.unselected_right
	{
	float:left;
	height:60px;
	width:13px;
	background:
		#FFFFFF
		url(../images/unselected_right.gif)
		no-repeat
		top
		left;
	}

#content
	{
	padding-top:150px;
	_padding-top:20px;
	padding-left:60px;
	padding-right:60px;
	padding-bottom:30px;
	background:
		#FFFFFF;
	}
	
#footer
	{
	height:30px;
	padding-right:30px;
	margin-bottom:10px;
	background:
		#FFFFFF;
	}

#footer a
	{
	color:#FFFFFF;
	}

#footer a:hover
	{
	color:#FFFFFF;
	text-decoration:none;
	}
	
#footer_left
	{
	float:right;
	width:14px;
	height:30px;
	background:
		url(../images/footer_left.gif)
	}
	
#footer_centre
	{
	float:right;
	color:#FFFFFF;
	height:25px;
	padding-top:5px;
	background-color:#2f5ea5;
	}
	
#footer_right
	{
	float:right;
	width:14px;
	height:30px;
	background:
		url(../images/footer_right.gif)
	}
	
#flash
	{
	width:850px;
	height:400px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:20px;
	}

/* Start of site structure */

/* End of site structure */


/* End of document */

