/*
Template Design by ZhengDesign.com
http://www.zhengdesign.com
Released for free under a Creative Commons Attribution-Share Alike 3.0 Philippines
*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	background: #EAEAEA;
	text-align: justify;
	font-family:Tahoma,Arial;
	font-size: 13px;
	color: #797979;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-family:Tahoma,Arial;
	font-weight: normal;
	color: #3981ED;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5em;
}

ul, ol {
	margin-left: 3em;
}

a {
	color: #525252;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

#wrap {
	margin: 0;
	padding-top: 50px;
	background: #FFFFFF url(../template001/images/image01.jpg) repeat-x left top;
}

#container {
	width: 900px;
	margin: 0px auto;
	padding: 0px;
}

#column1 {
	float: left;
	width: 290px;
	
}

#column2 {
	float: right;
	width: 610px;
}

#site-logo {
	width: 900px;
	height: 105px;
	background:#EAEAEA url(images/GreaterWorks.jpg) no-repeat left top;
	color: #9D9D9D;
}

#site-logo h2 {
	text-transform: uppercase;
	font-family:Tahoma,Arial;
	font-size: 10px;
}

#site-logo h2 a {
	text-decoration: none;
	color: #9D9D9D;
}

#navigation {
	width: 250px;
	margin: 0px;
	padding: 0px;
}

#navigation ul {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	list-style: none;
}

#navigation li {
	padding: 7px 0px;
	background: url(images/image08.gif) repeat-x left top;
}

#navigation .first {
	background: none;
}

#navigation a {
	background: url(images/image06.gif) no-repeat left 6px;
	margin-left: 20px;
	padding-left: 15px;
	text-decoration: none;
	color: #525252;
}

#navigation a:hover {
	background: url(images/image07.gif) no-repeat left 6px;
	color: #9F6840;
}

#navigation .nav-selected {
	color: #9F6840;
}

#navigation .nav-path-selected li {
	padding: 7px 21px;
	background: url(images/image08.gif) repeat-x left top;
}

#page-content {
	background: url(images/image08.gif) repeat-x left top;
}

#latest-news {
	width: 250px;
	padding-top: 0px;
	background: url(images/image08.gif) repeat-x left top;
	border: 1px solid #CCB;
	margin: 10px 5px;
}

#latest-news p {
	margin: 10px;
	padding: 0px;
}

#latest-news .date {
	font-weight: bold;
	color: #009933;
}

.content {
	line-height: 22px;
	padding: 20px 5px;
}

.content h2 {
	font-weight: normal;
}


#footer {
	background: #EAEAEA url(images/image02.jpg) repeat-x left top;
	color: #979797;
}

#footer p {
	margin: 0px;
	padding: 0px;
	padding: 30px;
	text-align: center;
	font-size: 11px;
}

#footer a {
	color: #727272;
}

.box {margin-bottom: 1.5em;}
.box_title {
	background: #EAEAEA;
	color: #665;
	font-weight: bold;
	padding: 5px 8px;
}
.box_content {padding: 8px 0 8px;}
.box li {
	border-top: 1px solid #DDC;
	padding: 4px 6px;
}
.box li:first-child {border-top: none;}

/* Dashboard */
#dashboard {
	background: #DDD url('img/grain_dark.gif');
	border-top: 1px dashed #C0C0B0;
}
.col3 {width: 190px;}
.col3_content {
	border-left: 1px solid #CCB;
	border-right: 1px solid #CCB;
	border-top: 1px solid #CCB;
	border-bottom: 1px solid #CCB;
	padding: 0 10px;
	margin: 0 5px;
}
.col3mid {width: 220px;}
.col3mid .col3_content {
	border-left: 1px solid #CCB;
	border-right: 1px solid #CCB;
	border-top: 1px solid #CCB;
	border-bottom: 1px solid #CCB;
	padding: 0 10px;
	margin: 0 5px;
}

#dashboard li {
	color: #887;
	padding: 5px 0;
}
#dashboard li {border-top: 1px dashed #C6C6B6;}
#dashboard li a {
	color: #606050;
	text-decoration: none;
}
#dashboard li a:hover {
	color: #332;
	text-decoration: underline;
}
.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;	
}
.left {float: left;}
.right {float: right;}