@charset "utf-8";
/* CSS Document Name:nav_left.css */

/* theodin.co.uk -Designed and developed by Philip Beel All Rights Reserved*/

/* 
------------------------------------------------------------------------------------------------------Genetic--------------*/

/Reset 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

body
	{
		background-color:#28385c;
	}

#leftNav_div
	{
		position:absolute; 
		top:0px; 
		left:0px; 
		width:230px;
		height:auto;
		background-color:#28385c;
	}
	
/*TOP NAV*/	
#leftTopNav_div
	{
		position:relative;
		top:0px;
		left:0px;
		width:230px;
		height:406px;
		background-image:url(../images/LeftNavTop_backgnd.png); 
		background-repeat:no-repeat; 
	}
#leftTopNav_sub
		{
			position:relative;
			top:65px;
			left:40px;
			width:165px;
		}
	.leftTopNav_hdr
		{
			position:relative;
			top:60px;
			left:42px;
			font-family:Verdana, Geneva, sans-serif;
			font-size:.75em;
			font-weight:bold;
			color:#28375a;
			width: 165px;
		}
	.leftTopNav_subtxt
		{
			font-family:Verdana, Geneva, sans-serif;
			font-size:12px;
			font-weight:normal;
			line-height:12px;
		}
		a.leftTopNav_subtxt:link
			{
				color:#28375a;
				text-decoration:none;
			}
		a.leftTopNav_subtxt:visited
			{
				color:#28375a;
				text-decoration:none;
			}
		a.leftTopNav_subtxt:hover
			{
				color:#900;
				text-decoration:underline;
			}
			
/*NEWSLETTER BOX*/
#newsletter_div
	{
	position:relative;
	top:0;
	left:20px;
	width:180px;
	height:65px;
	background-color:#485f9d;
	border-width:1px;
	border-color:#f9cc8b;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding-left:10px;
	padding-top:5px;
	}
	
#newsletterBTN_div
	{
	position:relative;
	top:0;
	left:33px;
	width:180px;
	height:65px;
	}	
		
	
/*BOTTOM NAV*/
#leftBotNav_div
	{
		position:relative;
		top:5px;
		left:0px;
		width:230px;
		height:406px;
		background-image:url(../images/LeftNavBot_backgnd.png); 
		background-repeat:no-repeat; 
	}
	#leftBotNav_sub
		{
			position:relative;
			top:65px;
			left:40px;
			width:165px;
		}
	.leftBotNav_txt
		{
			font-family:Verdana, Geneva, sans-serif;
			font-size:.75em;
			font-weight:bold;
			line-height:.3em;
			color:#28375a;
		}
		a.leftBotNav_txt:link
			{
				color:#28375a;
				text-decoration:none;
			}
		a.leftBotNav_txt:visited
			{
				color:#28375a;
				text-decoration:none;
			}
		a.leftBotNav_txt:hover
			{
				color:#900;
				text-decoration:underline;
			}
