/* Thanks for taking the time to study our CSS. It's nothing fancy, but it gets
 * the job done. Or does it get the job done because it's not fancy?
 * Copyright 2008 Webstarters, help@webstarters.co.nz
 */

/*****
 * Layout
 */

body {
	padding: 0px;
	margin: 0px;
}
#header {
	width: 930px;
	margin: 0 auto;
	}
#header .wrapper {
	width: 930px;
	}
#container {
	width: 930px;
	margin: 0 auto;
	}
#footer {
	width: 930px;
	margin: 0 auto;
	clear: both;
	padding: 30px 0 15px 0;
	}
#navbar {
	height: 26px;
	width: 930px;
	margin: 0 auto 30px auto;
	}

.content-left {
	float: left;
	width: 210px;
	padding: 20px;
	}
.main-content {
	float: left;
	width: 600px;
	padding: 0 0 0 50px;
	}






/*****
 * Borders
 * for debugging
#header {
	border: 1px solid red;
	}
#container {
	border: 3px solid orange;
	}
.main-content {
	border: 1px solid blue;
	}
.second-content {
	border: 1px solid green;
	}
#footer {
	border: 1px solid violet;
	}
.content-center {
	border: 1px solid black;
	}
 */








/*****
 * Formatting
 */

body {
	background: #d5d2be url(../images/template4/page_bg.gif) top center repeat-y;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 0.7em;
	color: #404a4b;
	}

a img {
	border: 0;
	}
a:hover {
	text-decoration: underline;
	}
a {
	color: #db1818;
	}
a.yah {
	color: #000;
	text-decoration: none;
	}
fieldset {
	border: 0;
	padding: 0 0 0 20px;
	margin-bottom: 20px;
	}
	legend {
		background: #fff;
		font-weight: bold;
		padding: 5px 5px 5px 0;
		font-size: 1.4em;
		position: relative;
		left: -50px;
		}
		legend span {
			color: #bcb9a6;
			}
	input.basic,
	textarea.basic {
		border: 1px solid #ccc;
		}
	select.basic {
		border: 1px solid #ccc;
		}

#header {
	}
#header .wrapper {
	}


.main-content {
	font-size: 1em;
	line-height: 1.7em;
	}
	.main-content h1 {
		font-size: 2.5em;
		line-height: 1em;
		font-weight: normal;
		color: #666;
		margin: 0;
		}
	.main-content h2 {
		font-size: 1.5em;
		font-weight: normal;
		line-height: 1.2em;
		margin: 25px 0 10px 0;
		}
	.main-content h3 {
		font-size: 1.2em;
		font-weight: normal;
		line-height: 1.5em;
		margin-top: 25px;
		margin-bottom: 10px;
		}
	.main-content h4 {
		font-size: 1em;
		font-weight: normal;
		margin-left: 10px;
		margin-bottom: 0;
		margin-top: 10px;
		padding-left: 5px;
		border-left: 3px solid #009;
		}
dd {
	margin: 5px;
	font-size: 0.75em;
	}
dt {
	font-weight: bold;
	margin-top: 25px;
	}
dd label {
	display: block;
	}

td {
	vertical-align: top;
	}



.content-left {
	border: 1px solid #dcd9c6;
	background: #f9f9f6;
	}
	.content-left h3 {
		font-size: 1em;
		font-weight: normal;
		color: #777a7b;
		padding-bottom: 7px;
		padding-left: 8px;
		border-bottom: 1px dotted #cfcfcd;
		margin-bottom: 0px;
		background: url(../images/template4/arrow.gif) 0px 4px no-repeat;
		}
	.content-left a {
		text-decoration: none;
		}
	.content-left ul {
		margin: 0 0 0 10px;
		list-style-type: none;
		padding: 0;
		}
	.content-left li {
		padding: 0;
		margin: 7px 0;
		}
	.content-left blockquote {
		padding: 0;
		margin: 5px 10px;
		}

#footer {
	}
	#footer a {
		color: #707a7b;
		}



.instructions {
	color: #669;
	}

.diagram {
	color: #339;
	padding-left: 20px;
	}

.screenshot {
	border: 1px solid #999;
	}

.wrapper {
	clear: both;
	padding: 0 10px;
	}

.out-of-site {
	padding-left: 18px;
	background: url(../images/icons/icon.new_window.gif) top left no-repeat;
	}


.news-teasers h4 {
	font-size: 1em;
	margin-bottom: 0;
	}
.news-teasers p {
	margin-top: 0;
	}


img.photo {
	border: 3px solid #ddd;
	}



.portfolio-list td {
	padding-bottom: 40px;
	vertical-align: middle;
	}
	.portfolio-list td img {
		border: 7px solid #e3e3e3;
		}
	.portfolio-list td h3 {
		font-weight: normal;
		margin: 0;
		}


.disabled {
	color: #999;
	}
.minor {
	color: #999;
	}
.warning {
	color: #c00;
	}
/* Warnings on the contact form don't need extra padding. */
p.warning {
	padding: 0;
	margin: 0;
	}

.read-more {
	padding-right: 18px;
	background: url(../images/icons/icon.action_forward_blue.gif) right 3px no-repeat;
	display: block;
	text-align: right;
	}


.portfolio-thumbnails td {
	padding: 0px 9px 25px 9px;
	width: 33%;
	}
.portfolio-list td img {
	border: 1px solid #ccc;
	}
.portfolio-thumbnails td p {
	font-size: 0.85em;
	line-height: 1.7em;
	margin: 0;
	}
.portfolio-thumbnails td h3 {
	margin-bottom: 0;
	margin-top: 4px;
	}


.portfolio-list td {
	padding-bottom: 40px;
	}
.portfolio-list td img {
	border: 1px solid #ccc;
	}
.portfolio-list td p {
	font-size: 0.85em;
	line-height: 1.7em;
	margin: 0;
	}
.portfolio-list td h3 {
	margin: 0;
	}
.portfolio-list td.thumbnail {
	text-align: right;
	}
.portfolio-list td.summary {
	padding-left: 30px;
	}

.sitemap ul {
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 20px;
	}
.sitemap ul ul {
	font-weight: normal;
	}


.contact-details td {
	padding: 0 10px 10px 0;
	}



.article-list h3 {
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 1.4em;
	}
.article-list p {
	margin: 0;
	}
.publication-date {
	color: #a09e83;
	font-weight: bold;
	padding-right: 6px;
	}




/*****
 * Custom navigation
 * (Thanks, Damian)
 */

#navbar {
	background-color: #dcd9c6;
	color: #666;
}
ul#nav {
	margin: 0;
	border: 0px none;
	padding: 0;
	/*For KHTML*/
	height: 26px;
	list-style-type:none
}
ul#nav li {
	margin: 0;
	border: 0px none;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	position: relative;
	height: 23px;
	list-style-type:none
}
/*FIRST DROP MENU*/
ul#nav ul {
	margin: 0;
	border: 0px none;
	padding: 0;
	width: 120px;
	display: none;
	position: absolute;
	top: 26px;
	left: 0px;
	list-style-type:none
}
ul#nav ul:after /*From IE 7 lack of compliance*/ {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
ul#nav ul li {
	width: 120px;
	float: left; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline; /*For IE*/
}
/* Root Menu NOTE THE WIDTH ON THIS ONE - HAS TO TAKE IN THE PADDING OF 3+3 FOR TOTAL OF 6 PIXELS*/
ul#nav a {
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	color: #666;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	text-align: center;
	background-color: #dcd9c6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 26px;
	font-weight: bold;
	padding-top: 0;
	padding-right: 9px;
	padding-bottom: 0;
	padding-left: 9px;
}
/* Root Menu Hover Persistence */
ul#nav a:hover, ul#nav li:hover a, ul#nav li.sfhover a {
	background-color: #ccc9b6;
	color: #000;
}
/* 2nd Menu */
ul#nav li:hover li a, ul#nav li.sfhover li a {
	float: none;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	background-image: none;
	background-color: #dcd9c6;
	width: 150px;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 12px;
}
/* 2nd Menu Hover Persistence */
ul#nav li:hover li a:hover, ul#nav li:hover li:hover a, ul#nav li.sfhover li a:hover, ul#nav li.sfhover li.sfhover a {
	background-color: #ccc9b6;
	color: #000;
}
/* 3rd Menu */
ul#nav li:hover li:hover li a, ul#nav li.sfhover li.sfhover li a {
	background-color: #dcd9c6;
	color: #000;
}
/* 3rd Menu Hover Persistence */
ul#nav li:hover li:hover li a:hover, ul#nav li:hover li:hover li:hover a, ul#nav li.sfhover li.sfhover li a:hover, ul#nav li.sfhover li.sfhover li.sfhover a {
	background-color: #ccc9b6;
	color: #000;
}
/* 4th Menu */
ul#nav li:hover li:hover li:hover li a, ul#nav li.sfhover li.sfhover li.sfhover li a {
	background: #dcd9c6;
	color: #000;
}
/* 4th Menu Hover */
ul#nav li:hover li:hover li:hover li a:hover, ul#nav li.sfhover li.sfhover li.sfhover li a:hover {
	background: #ccc9b6;
	color: #000;
}
/* second tier inside a dropdown SIZE and POSITION*/
ul#nav ul ul, ul#nav ul ul ul {
	display: none;
	position: absolute;
	top: 9px;
	left: 143px;
}
/* Do Not Move - Must Come Before display:block for Gecko */
ul#nav li:hover ul ul, ul#nav li:hover ul ul ul, ul#nav li.sfhover ul ul, ul#nav li.sfhover ul ul ul {
	display: none;
}
ul#nav li:hover ul, ul#nav ul li:hover ul, ul#nav ul ul li:hover ul, ul#nav li.sfhover ul, ul#nav ul li.sfhover ul, ul#nav ul ul li.sfhover ul {
	display: block;/* END OF MENU SYSTEM */
}

