*
{
	font-family:verdana,sans-serif;
}

body
{
	text-align:center; /* this is because IE doesn't recognise margin auto, it centers everything */
	margin:0;
	background-color:#e9dfe4;
	font-size:62.5%;
}
#container
{
	background-color:white;
	border:solid 1px #906078;
	width:720px;
	height:auto;
	margin:0 auto;
	text-align:left;
}

#masthead
{
	width:100%;
	height:auto;
}

img#masth
{
	float:right;
	margin-top:5px;
}
#menu_nav
{
	width:100%;
	height:2.5em;
	background-color:#906078;
}
#left_img
{
	width:150px;
	height:500px;
	border-right:solid #906078 1px;
	float:left;
}
#content
{
	/*height:500px;*/
	/*border:solid #906078 1px;*/
	width:550px;
	float:left;
	padding-right:0px;
	/*border:solid 1px black;*/

}

#footer_nav
{
	clear:both;
	background-color:#906078;
	width:100%;
	height:2em;
}

#logo
{
	margin-left:10px;
	margin-top:5px;
	margin-bottom:5px;
	margin-right:0px;
	float:left;
}

ul
{
	list-style:none;
	margin:0px;
	padding-right:0px;
	padding-left:0px;
}
ul#menu
{
	height:2.5em;
}
ul#footer
{
	height:2em;
}
ul#ul_content
{
	width:240px;
	float:left;
	padding-left:1em;
	text-indent:-1em;
	/*border:solid 1px black;*/


}
li
{

	color:white;
	float:left;
	padding:0;
	border-right:solid 2px white;
}
li.right_hand
{
	border:none;
}

#menu li
{
	font-size:1.2em;
	padding:0.45em;
}
#footer li
{
	font-size:1em;
	padding:0.4em;
}

li.list_item
{
	font-size:1.4em;
	color:#906078;
	font-weight:bold;
	border:none;
	float:none;
	padding-left:30px;
	text-indent:-1px;
	margin-left:0px;
	margin-top:0.8em;
	margin-bottom:0.8em;
	background:url(../images/bullet.png) no-repeat 0 50%;
	

	cursor:pointer;
}

li.list_item_hover
{
	font-size:1.4em;
	border:none;
	float:none;
	padding-left:30px;
	text-indent:-1px;
	background:url(../images/bullet2.png) no-repeat 0 50%;
	margin-left:0px;;
	margin-top:0.8em;
	margin-bottom:0.8em;
	cursor:pointer;
	font-weight:bold;
	color:red;
		
}


h2
{
	padding-left:0.8em;
	padding-top:0.8em;
	font-size:1.5em;
	font-weight:bold;
	color:#906078;
}
div.sidebar_div
{
	/*border:solid 1px black;*/
	display:none;
	width:292px;
	float:left;
	margin-top:5px;
	margin-left:5px;
	padding:0px;
	padding-top:0px;
	padding-bottom:0px;
	background:url(../images/box_middle.png) repeat-y;

	}

div.brd_top 
{
		margin-top:0px;
		padding-top:5px;
		
		background:url(../images/box_top.png) left top no-repeat;
	}
	
div.brd_bottom 
{
		margin:0;
		/*margin-bottom:20px;*/
		padding-bottom:10px;
		padding-right:5px;
		background:url(../images/box_bottom.png) left bottom no-repeat;
	}

div.brd_middle 
{
		margin-top:10px;
		margin-bottom:10px;
		padding:0px;
		/*background:url(../images/box_middle.png) repeat-y;*/
	}



p
{
	padding-left:0.8em;
	padding-bottom:0.2em;
	font-size:1.2em;
	/*font-weight:bold;*/
	color:black;
}

table
{
	margin-left:0.8em;
	padding-left:0.8em;
	padding-bottom:0.4em;
	font-size:1.2em;
	/*font-weight:bold;*/
	color:black;
}

table td
{
	vertical-align:top;
	text-align:right;
	padding-right:5px;
}

div.clear
{
	padding:0px;
	margin:0px;
	width:0px;
	height:0px;
	clear:both;
}
a
{
	text-decoration:none;
	color:white;
}
a:hover
{
	color:red;
}

a#contact
{
	color:blue;
	text-decoration:underline;
}


	.textInput,textarea{	/* General style for my inputs when they're not highlighted */
		width:300px;	
		font-family:arial;
		background-color:#FFFFFF;
		border:1px solid #906078;
	}
	
	
	.inputHighlighted{	/* Highlighting style */
		background-color:#e9dfe4;
		color:#000;
		width:300px;
		border:1px solid #906078;
	}
	
p.legal
{
	font-size:0.9em;
	padding-bottom:0.05em;
	padding-top:0.05em;
	margin:0;
	text-align:center;
}

p.address
{
	padding-bottom:0.3em;
	margin-top:0.1em;
	margin-bottom:0.1em;
}