@charset "utf-8";
/* You can use this website template anywhere you want, for anything you want. All I ask is that you link back to Blank CSS (www.blankcss.com) in some way. Thank you very much and enjoy! */

/******** main elements ********/

#top{
width:100%;
background:#C7BEB5;
clear:both;
}

#middle{
width:100%;
height: 245px;
background:#ffffff;
clear:both;

}

#bottom{
width:100%;
height: 245px;
background-color: #9D9080;
clear:both;

}



/******** Body Elements ********/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: arial, verdana, tahoma;
	font-size: 12px;
	line-height: 180%;
	color: #3d3d3d;
	border-color: #3399FF;
}

/******** navigation menu ********/

#left_spacer{
	height:30px;
	width:30px;
	float:left;
	}
	
#nav_box{
	height: 30px;
	width: 103px;
	float:left;
	}
#nav_box_home{
	height: 30px;
	width: 112px;
	float:left;
	}
	
/******** header *******/

#header_boxes{
	height: 155px;
	width: 470px;
	float:left;
	}

.header_logo{
	height:125px;
	width:328px;
	background:url(assets/logos/header_logo.jpg);
	background-repeat:no-repeat;
	background-position:center;
	padding-left:80px;
	padding-top:40px;}
	
.header_quote{
	height:125px;
	width:400px;
	background: url(assets/logos/quote.jpg);
	background-repeat:no-repeat;
	background-position:right;
	padding-left:80px;
	padding-top:40px;}
	

/******** Layout Elements ********/

.wrapper {
	width: 960px;
	margin: 0 auto;
	background:#FFFFFF;
}

.innerwrapper {
	margin: 0 210px 0 0;
	height:455px;
}

.slogan{
	background:url(assets/logos/quote2.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	clear:both;
	margin-bottom:30px;
	}
	
.slogan_about{
	background-repeat:no-repeat;
	background-position:bottom right;
	clear:both;
	margin-bottom:30px;
	}

.header {
	height: 180px;
	background:#C7BEB5;

}

.main_nav {
	height: 30px;
	background:#c7beb5;
}

.content {
	margin: 0 0 0 310px;
	padding-top: 55px;
	width:350px;
}

.content_about{
	margin: 0 0 0 65px;
	padding-top: 55px;
	width:550px;
}

.left {
	margin: 0 0 0px 0;
	float: left;
	width: 190px;
	padding: 0px;

}

.cabinet{
	background: url(assets/logos/cabinet.jpg);
	background-repeat:no-repeat;
	background-position: bottom left;
	height:410px;
	width:350px;}
	
.cabinet_about{
	background-repeat:no-repeat;
	background-position: bottom left;
	height:410px;
	width:350px;}

.right {
	
	float: right;
	width: 200px;
	background-color: #f1eeec;
	clear:both;
	margin-top:50px;
	margin-right:60px;
	padding:10px;
	border:solid thin #9D9080
}

.footer {
	margin: 0 0 0 0;
	padding: 0;
	background-color: #9D9080;
	clear: both;
	text-align: center;
	padding-top:15px;
	color:#FFFFFF;
}

.footer A:link {
	colour:#FFFFFF;
}

.footer A:visited {
	colour:#FFFFFF;
	}
	
.footer A:active {
	colour:#FFFFFF;
	}

.footer A:hover {
	colour:#C7BEB5;
		
}

/******** Document Styles ********/

h1 {
	font-size: 12px;
	font-weight: lighter;
	color: #5d574e;
	text-transform: none;
	font:Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
	}

h2 {
	font-size: 11px;
	font-weight: lighter;
	color: #5d574e;
	text-transform: none;
	font:Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
	
}

h3 {
	font-size: 18px;
	font-weight: lighter;
	font-family:"Times New Roman", Times, serif;
	padding-bottom:15px;
}	

a, a:active, a:visited {
	color: #2d2d2d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.header a, .header a:active, .header a:visited {
	color: #aa0000;
}

.header a:hover {
	color: #2d2d2d;
	text-decoration: underline;
}

p {
	margin: 0 0 0px 0;
	font-size: 12px;
	font-weight: lighter;
	color: #5d574e;
	text-transform: none;
	font:Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
}

.footer p {
	margin: 0;
	font-size: 11px;
	line-height: 13px;
}


/******** List Styles Styles ********/

ul li {
	margin: 0 0 0 15px;
	list-style: square;
}

ul ul li {
	margin: 3px 0 3px 30px;
	list-style: circle;
}

ul ul {
	margin: 0 0 15px 0;
}
.list{padding-bottom:15px;
padding-top:15px;}

.list2{padding-bottom:15px;
	}
	
.quote{
	font-size: 13px;
	font-weight: lighter;
	font-family: "Times New Roman", Times, serif;
	padding-top:15px;
	colour:##3d3d3d;}

.names{
font-size: 14px;
	font-weight: lighter;
	font-family:"Times New Roman", Times, serif;
	padding-top:15px;
	text-transform:uppercase;}
	
	.para
{margin: 0 0 0px 0;
	font-size: 12px;
	font-weight: lighter;
	color: #5d574e;
	text-transform: none;
	font:Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;}