/* Generic Styling */

body {
	background: url(images/bg-body.png) center 350px  no-repeat #FFFFFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:62.5%; /* Sets default font size to 10px */
	color:#333;
	}

* {
	margin:0;
	padding:0;
	}

img {
	border:0;
}

table {
	font-size: 12px;
}

p {
	margin-bottom:1.0em;
}
a:link,a:visited {
	text-decoration:none;
	color:#FF9900;
	}
a:hover,a:active {
	text-decoration:none;
	color:#000000;
}
a.assoc:link,a.assoc:visited {
	text-decoration:none;
	color:#AAAAAA;
	}
a.assoc:hover,a.assoc:active {
	text-decoration:none;
	color:#333333;
}
ol, ul 
{
	margin-left: 20px;
	padding: 0;
}
#content ul, #content ol 
{
	margin:0.5em;
	padding:0 1em;
}
ul.list-right {
	list-style: none;
}
/* Structure */

#wrapper {
	margin:0 auto;
	width:900px;
	background:#307500;
	font-size:1.20em;
}
#logo-strip {
	height: 100px;
	background: #FFFFFF;
}
#logo {
	float: left; 
	margin-left: -40px; 
	margin-top: 0px;
}
#sitename {
	float:left; 
	margin-top: 70px; 
	width: 300px; 
	text-align: left;
}
#contact {
	width: 325px; 
	float: right; 
	text-align: right; 
	padding: 15px;
}
#header {
	width: 900px;
	height:239px;
}
#header-special {
	float: right; 
	margin: 20px; 
	text-align: right; 
	width:800px;
}
#menu-wrapper {
	clear: both;
	width: 900px; 
	margin-top: 0px; 
	margin-bottom: 5px;
	 
	text-align: center;
}
#menu {
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	height:50px;
	line-height:50px;
	padding: 0px;
	/* text-align: center; */
	width: 800px;
	}
#split {
	margin: 0;
	width: 900px;
	height: 15px;
	border-bottom: solid 4px #FF9900;
}
#content {
	float:left;
	width:900px;
	margin:0;
	text-align: center;
	background: #5D9E1C;
	}
#triple {
	float:left;
	width:870px;
	padding: 15px;
	background: #5D9E1C;
	height: 185px;
}
#portfolio-holder {
	width:442px;
	height: 284px;
	margin: 15px;
	background: url(images/bg-big-box.png);
}
#portfolio-image {
	width: 442px;
	height: 284px;
	background: url(images/portfolio/portfolio-v2dt.png) center center no-repeat;
}
#page-wrapper {
	text-align: center;
	width: 900px;
	
}
#page-top {
	clear:both;
	height: 15px;
	background:url('images/bg-page-top.png') no-repeat;

}
#page {
	margin: 0 auto;
	width: 760px;
	padding: 15px;
	text-align: left;
	background: #5A9134;
	overflow: auto;
}
.page-column {
	float: left;
	margin-left: 0px;
	width: 350px;
	text-align: justify;
}
#page-strap {
	clear:both; 
	margin-top: 10px;
}
#footer {
	height:70px;
	background:url('images/bg-footer.png') no-repeat;
}
#wrap-up {
	background: #FFFFFF;
	padding-left: 30px;
}


/* Entries */

/* Menu */

#menu ul {
	list-style-type:none;
}
#menu li {
	float:left;
}
#menu li a {
	padding:0 15px;
	display:block;
	color:#ffffff;
	margin-right:2px;
	font-size:20px;
}
#menu li a:hover, #menu li.current_page_item a:link, #menu li.current_page_item a:visited,#menu li.current_page_item a:hover,#menu li.current_page_item a:active 
{
	color:#FF9900;
	background:url('images/bg-menu-hover.png') no-repeat center;
}


/* Boxes */

.box-title {
	text-align: right; margin-right: 15px;
}

.box-content {
	text-align: right
}

#bottom-bar-left
{
	float: left;
	width: 260px;
	height: 180px;
	padding: 10px;
	text-align: justify;
	background: url('images/bg-box.png') no-repeat top left;
}

#bottom-bar-mid
{
	float:left;
	width: 260px;
	height: 180px;
	padding: 10px;
	margin-left: 15px;
	text-align: justify;
	background: url('images/bg-box.png') no-repeat top left;
}

#bottom-bar-right
{
	float: left;
	width: 260px;
	height: 180px;
	padding: 10px;
	margin-left: 15px;
	text-align: justify;
	background: url('images/bg-box.png') no-repeat top left;
}

/* Footer */

#footer-valid 
{
	float: right;
	padding-top:12px;
	padding-right: 70px;
	cursor:default;
	color:#333;
	}
#footer-valid a {
	color:#FF9900;
	text-decoration:none;
	}
#footer-valid a:hover {
	color:#000000;
	text-decoration:none;
	}

/* Heading's */

h1 {
	font-size:2.5em;
	font-weight:bold;
	letter-spacing:1px;
	color:#FFFFFF;
	}
	
h2,h3 {
	font-size:1.80em;
	font-weight:normal;
	color:#FFFFFF;
}