/* CSS INITIALISATION  */
html, body, div, span, applet, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, 
address, big, cite, code, del, dfn, img, small, strike, sub, sup, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td		
		{margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; /*vertical-align: baseline;*/}
:focus	{outline: 0;}
ol, ul	{list-style: none;}
table	{ border-collapse: separate; border-spacing: 0;}
a img,:link img,:visited img { border:none }

/*  DEFAULT STYLING  */	
p	{padding: 0px 0px 10px 0px; font-size: 12px; font-family: arial, helvetica, sans-serif; line-height: 16px;}	
a 	{
	color: #519838;
	text-decoration: underline;
}	




body {
	background:#D4D4D4 url(images/bg.jpg) repeat-x scroll center top;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #333333;
	min-width: 750px;
	height: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;	
	vertical-align:top;
}


#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 750px;
	text-align:left;
	}
	

#logo {
	margin: 0px auto;
	padding: 50px 0px 0px 0px;
	width: 750px;
	height: 90px;
	text-align: left;	
}

#header {
	margin: 0px auto;
	padding: 0px 0px 20px 0px;
	width: 750px;
	text-align: left;	
}

	
#main {
	margin: 0 auto;
	padding: 0px;
	width: 750px;
	height: 100%;
	background-color: #E2DDBE;
	
	}

#leftcol {
	background-color: #E2DDBE;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
	width: 190px;
	text-align: left;
}

#nav {
	padding:40px 0 0 0;
	margin:0;
}


#middlecol {
	background-color:#E2DDBE;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 40px 0px 0px;
	width: 490px;
	text-align: left;
}

#prop {
	padding:0;
	height: 550px;
}


#contactprop {
	padding:0;
	height: 460px;	
}


#footer {
	/*clear:both;*/
	background-color:#E2DDBE;
	margin:0 auto;
	padding:0;
	width:750px
}

	
h1 {
	color: #0D1B35;
	font-family: Times New Roman, Times, serif;
	font-size: 15px;
	margin: 0px;
	font-weight: bold;
	padding: 0px 0px 25px 0px;
}

h2 {
	color: #0D1B35;
	font-family: Times New Roman, Times, serif;
	font-size: 13px;
	padding: 20px 0px 20px 0px;
	margin: 0px;
	font-weight: bold;
}


h3 {
	color: #1D2A4D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-weight: bold;
}

.testimonial p{
	color:#8E582F;
	font-family:georgia,times,serif;
	font-size:12px;
	font-size-adjust:none;
	font-style:italic;
	font-variant:normal;
	font-weight:normal;
	line-height:18px;
	padding: 30px 35px 0px 0px;
}


.subhead {
	color:#9C6033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


.italic {
	color:#3E2B25;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	font-style: italic;
}

.bold {
	color: #333333;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


.title {
	color: #1B2748;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

.blue {
	color: #1D2A4D;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.team {
	color: #1D2A4D;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 20px 0px 10px 0px;
}

.padleft {
	padding-left: 20px;
}

.padtop {
	padding-top: 120px;
}



#middlecol ul	{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	list-style-type:disc;
	list-style-position:inside;
}
	

#middlecol li	{
	padding: 0 0 5px 0px;
}	


#nav ul	{
	font-family: Times New Roman, Times, serif;
	font-size: 13px;
	font-weight: bold;
	}
	
	
#nav li	{
	padding: 0 0 15px 0;
}	


#nav a:link, #nav a:visited {

	text-decoration: none;
	color: #0D1C34;	
	}

#nav a:hover {
	
	text-decoration : underline;
	color: #0D1C34;
	}

#nav a#active {

	text-decoration : underline; 
	color: #0D1C34;
	}
	
	
a:link, a:visited {

	text-decoration : underline;
	color: #1D2A4D;
	}

a:hover {
	
	text-decoration : underline;
	color: #6685A2;
	}

a:active {

	text-decoration : underline;
	color: #1D2A4D;
	}
