@charset "utf-8";
/* CSS Document */

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

body, html {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color:#f4f5f5;
	background-image:url(images/gradientgrey.jpg);
	background-position:top;
	background-repeat:repeat-x;
	}
	
/* MAIN LAYOUT STYLES */

#topBar { /* dark green bar across top of page */
	width:100%;
	height:20px;
	background-color:#284541;
	}
	
#container { /* centre-aligns whole layout */
	margin:0 auto;
	padding:0px;
	width: 990px;
	height:1100px;
	background-color:#daefe7;
	background-image:url(images/gradientlight.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	position:relative;
	}
	
#header { /* contains main header image and logo*/
	position:absolute;
	left:0px;
	top:0px;
	width:990px;
	background-image:url(images/header.png);
	height:207px;
	z-index:50;
	}
	
#leftCol { /* dark green left column, contains menu and contact details */
	position:absolute;
	top:0px;
	left:0px;
	width: 184px;
	height:100%;
	background-color:#3c908f;
	background-image:url(images/gradientdark.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	z-index:40;
	}
	
#rightCol { /* contains main page content: one 'primary content box' and two secondary boxes */
	position:absolute;
	left:204px;
	top: 0px;
	width: 766px;
	height:100%;
	}
	
#footer { /*holds the designhand logo */
	margin:0 auto;
	width:990px;
	background:transparent url(images/footerbg.jpg);
	height:60px;
	}

#footerlogo {
	width:299px;
	height:60px;
	float:right;
	background:transparent url(images/footerimg.jpg);
	}
	
#subfooter { /*dark bar at base of page */
	margin:0 auto;
	width:990px;
	background:#284541;
	height:20px;
	}

.pagephoto {
float:right;
margin-left:20px;
}
.newsletterphoto {
	margin-right: 100px;
	border: none;
	float: right;
}
	
/* LEFT COLUMN CONTENT STYLES */

div#leftCol ul { /* removes default list padding */
	padding-left:0px;
	margin:0px;
	}

div#leftCol ul li{ /* styled to create dark line separating links */
	list-style:none;
	border-bottom:1px solid #235554;
	}
	
ul#mainmenu li a{ /* main menu normal styling */
	color:#dde9e8;
	line-height:23px;
	text-decoration:none;
	text-transform:uppercase;
	font-size:10px;
	padding-left:20px;
	display:block;
	}
	
ul#mainmenu li a:hover { /* main menu hover styling */
	padding-left:20px;
	background:#235554;
	color:#dde9e8;
	line-height:23px;
	text-decoration:none;
	text-transform:uppercase;
	font-size:10px;
	display:block;
	}
	
#address { /* reduces font size and sets color for contact details in left column */
	margin-top:20px;
	font-size:70%;
	color:#aacbcb;
	}

#address dt { /* info heading style */
	font-weight:bold;
	margin-left:20px;
	}
	
#address dd { /* actual info style */
	font-weight:100;
	margin-left:20px;
	margin-bottom:10px;
	}
	
/* MAIN CONTENT BOX STYLING */

#mainbox {
	width:100%;
	background:transparent url(images/mainboxbg.jpg);
	margin-bottom:20px;
	}

#boxhead {
	width:100%;
	height:75px;
	background:transparent url(images/mainboxtop.jpg);
	}

#boxfoot{
	width:100%;
	height:25px;
	background:transparent url(images/mainboxbottom.jpg);
	}

.boxcontent {
	margin:0 auto;
	width:93%;
	text-align:justify;
	font-size:80%;
	line-height:20px;
	color:#444444;
	}

.boxcontent2 {
	margin:0 auto;
	width:93%;
	text-align:justify;
	font-size:80%;
	line-height:20px;
	color:#444444;
	height:300px;
	}
.boxcontent2 a:link {
	text-decoration: none;
	color: #333333;
	font-size: 1em;
}
.boxcontent2 a:visited {
	text-decoration: none;
	color: #333333;
	font-size: 1em;
}
.boxcontent2 a:hover {
	text-decoration: none;
	color: #CCCCCC;
	font-size: 1em;
}




/* SMALL CONTENT BOX STYLING */

#leftbox {
	width:373px;
	float:left;
	background:transparent url(images/smallboxbg.jpg);
	}
	
#rightbox {
	width:373px;
	float:right;
	background:transparent url(images/smallboxbg.jpg);
	}
	
#smallboxhead {
	width:100%;
	height:75px;
	background:transparent url(images/smallboxtop.jpg);
	}

#smallboxfoot {
	width:100%;
	height:25px;
	background:transparent url(images/smallboxbottom.jpg);
	}
	
	
/* EXTRANEOUS STYLES */

div.boxcontent a:link, a:visited, a:active {
	color:#006699;
	font-size:1em;
	font-weight:100;
	text-decoration:none;
	letter-spacing:normal;
	text-transform:none;
	line-height:normal;
	padding:0px;
	display:inline;
	}
	
div.boxcontent a:hover {
	color:#0099FF;
	font-size:1em;
	font-weight:100;
	text-decoration:none;
	letter-spacing:normal;
	text-transform:none;
	line-height:normal;
	padding:0px;
	display:inline;
	}
	dd.email {
font-size:11px;
}

	dd.email a:link, a:visited, a:active {
	color:#999;
	font-size:1.2em;
	font-weight:100;
	text-decoration:none;
	letter-spacing:normal;
	text-transform:none;
	line-height:normal;
	padding:0px;
	display:inline;
	}
	
dd.email a:hover {
	color:#0099FF;
	font-size:1.2em;
	font-weight:100;
	text-decoration:none;
	letter-spacing:normal;
	text-transform:none;
	line-height:normal;
	padding:0px;
	display:inline;
	}
div.menuspacer {
	width:100%;
	height:230px;
	}
	
h1 {
	padding-left:30px;
	padding-top:20px;
	padding-bottom:0px;
	color:#990000;
	font-size:1em;
	/*text-transform:uppercase;*/
	font-stretch:narrower;
	font-weight:100;
	}

h2 {
	padding-left:30px;
	padding-top:20px;
	padding-bottom:0px;
	color:#990000;
	font-size:1em;
	/*text-transform:uppercase;*/
	font-stretch:narrower;
	font-weight:100;
	}
	
h4 {
	padding-top:0px;
	color:#006666;
	font-size:12px;
	font-weight:bold;
	}
		
p {
	padding-bottom:10px;
	}
	

	
/*accordion styles*/

.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size: 11px;
	font-weight: normal;
	font-family: 'Andale Mono', sans-serif;
}
 
.element {
 
}
 
.element p {
	margin: 0;
	padding: 4px;
}
 
.float-right {
	padding:10px 20px;
	float:right;
}
 
blockquote {
	text-style:italic;
	padding:5px 0 5px 30px;
}

/*staff page styles */
div.staffpic {
	padding-top:15px;
	float:left;
	width:170px;
	height:100%;
	padding-bottom: 10px;
}

div.staffbio {
height:280px;

}

#book {
margin-left:20px;
padding-top:5px;
margin-bottom:-15px;
}
