/* RESET:: */
body,ul,li,ol,img,p,h1,h2,h3,h4,h5,h6,blockquote,form,textarea,input {
	border:none;
	margin:0;
	outline:0;
	padding:0;
	list-style:none;
	font-weight:normal;
	background-color: #fdf2c7;
}
/* // END OF RESET */

body {
	font: 0.8em/1em normal Verdana, Arial,sans-serif;
	background: #fdf2c7;
	color: #27404a;
}
a {
	color: #1d495b; 
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	background-color: #FFF;
}

/* RULES FOR #TOP AND CHILDREN */
#top {
	background: url(../img/shadow-upwards.png) repeat-x center bottom;
}
#head {
	margin: 0 auto;
	width: 930px;
	overflow: hidden;
}
#logo {
	width: 280px;
	height: 80px;
	padding: 25px 0 25px 28px;
	float: left;
}
#nav {
	float:right;
	margin: 30px 10px 0 0;
}
#nav li {
	display:inline;
}
#nav li a {
	float: left;
	display: inline;
	padding: 10px 15px;
	color: white;
	margin: 0 2px;
}

#nav #nav-home a { background: #b55805; }
#nav #nav-about a { background: #324a54; }
#nav #nav-whatwedo a { background: #526c24; }
#nav #nav-blog a { background: #3c7e99; }
#nav #nav-contact a { background: #7a0104; }
#nav #nav-home a:hover { background: #d06709; }
#nav #nav-about a:hover { background: #3c6c80; }
#nav #nav-whatwedo a:hover { background: #729b2b; }
#nav #nav-blog a:hover { background: #49a0c4; }
#nav #nav-contact a:hover { background: #af0a0e; }

/* RULES FOR #BANNER AND CHILDREN */
#banner {
	border-top: 10px solid white;
	border-bottom: 10px solid white;
	background: #4189a7 url(../images/welcome-banner.gif) center top no-repeat;
	height: 267px;
	width: 100%;
	clear: both;
}
#banner-content {
	width: 930px;
	margin: 0 auto;
	position: relative;
}
#banner ul {
	position: absolute;
	top: -1000px;
}
#banner #banner-read-more {
	background: url(../img/read-more-background.png) repeat-x;
	display: block;
	position: absolute;
	top: 234px;
	height: 29px;
	right: 30px;
	width: 207px;
	text-align: center;
	left: 753px;
}
#banner #banner-read-more span {
	background: url(../img/read-more-left.png) no-repeat left top;
	display: block;
	
}
#banner #banner-read-more a {
	height: 29px;
	line-height: 29px;
	background: url(../img/read-more-right.png) no-repeat right top;
	display: block;
	padding: 0 10px;
	
}
#middle {
	background: url(../img/shadow-downwards.png) repeat-x;
}
#main {
	margin: 0 auto;
	width: 930px;
	clear: both;
	padding: 15px 0 0 0;
}
h1 {
	padding: 20px 20px 0 20px;
	font-size: 1.8em;
	background-color: #fdf2c7;
	background-image: url(../img/main-content-top.png);
	background-repeat: no-repeat;
	background-position: left top;
}
p {
	padding: 0.4em 0;
	line-height: 1.2em;
	background-color: #fdf2c7;
}

/* RULES FOR #CONTENT-WRAPPER AND CHILDREN */
#content-wrapper {
	background: url(../img/main-content-repeat.png);
	width: 580px;
	overflow: hidden;
	float: left;
	margin-bottom: 15px;

}
#content ul, #sidebar ul {
	padding: 0.4em 0 0.4em 35px;
	list-style: circle;
}
#sidebar ul { padding: 0 30px 5px 30px; 
}
#content li, #sidebar li {
	list-style: circle;
	padding: 2px 0;
	line-height: 1.2em;
}
#content {
	padding: 10px 20px 20px 20px;
	overflow: hidden;
	float: left;
	width: 540px;
	background-color: #fdf2c7;
	background-image: url(../img/main-content-base.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.unit-box {
	float: left;
	width: 161px;
	margin: 15px 9px;
}
#content .unit-box ul {
	padding: 5px 0 0 20px;
	font-size: 0.8em;
}
#content .unit-box li {
	list-style: square;
	padding: 2px 0;
}
.unit-box h2 {padding: 0.4em 0 0.4em 5px;	}

/* Forms */

form {
    margin: 0;
    padding: 0;
    width:50%;
    background-color: #fdf2c7;

}
form input {
       padding: 5px;
       background-color: #ffffff;
       border: 1px solid #cccccc;
}


fieldset {
       margin: 1em 10px 20px 0;
       padding: 1em;
       border: 0px solid #cccccc;
}

legend {
font-weight: bold;
color: #003366;
font-size: 120%;
margin: 0;
padding: 0.5em;
}

label {
display: inline;
}

form table {
       width:50%;
}
td.formlabel {
       text-align:right;
       vertical-align:top;
       padding:4px 2px;
       width:20%;
}
td.forminput {
       text-align:left;
       vertical-align:middle;
       padding:4px 2px;
       width:67%;
}

/* RULES FOR #SIDEBAR AND CHILDREN */
a.rss {
	background: url(../img/rss.png) no-repeat left center;
	display: block;
	padding: 2px 2px 2px 20px;
	text-transform: uppercase;	
}
#subscribe {
	position: absolute;
	right: 20px;
	top: 20px;
}
#sidebar {
	float: right;
	width: 335px;
	position: relative;
	margin-bottom: 15px;
	background-color: #fdf2c7;
	background-image: url(../img/side-content-repeat.png);
}
#sidebar-content {
	overflow: hidden;
	background-color: #fdf2c7;
	background-image: url(../img/side-content-base.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#sidebar h2 {
	background: url(../img/side-content-top.png) no-repeat left top;
	padding: 20px 0 15px 20px;
	font-weight: normal;
	font-size: 1.6em;	
}
#sidebar #news-items {
	background: url(../img/seperator.png) no-repeat center top;
	padding: 0;
}
#sidebar #news-items li img {
	float: left;
	padding: 0 5px 0 0;
}
#sidebar #news-items li {
	margin: 5px 0;
	overflow: hidden;
	padding: 15px 10px;
	background: url(../img/seperator.png) no-repeat center bottom;
	width: 315px;
	list-style: none;
}
#sidebar #news-items h3 {
	font-weight: 700;
	font-size: 1.2em;
	color: #356273;	
}
#sidebar #news-items p {
	padding: 0.2em 0;
	line-height: 1em;
	background-color: #fdf2c7;
}
#sidebar #news-items a.readmore {
	background: #4189a7 url(../img/read-more-arrow.png) no-repeat right top;
	padding: 0 15px 0 8px;
	color: #FFFFFF;
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
	margin: 5px 10px 5px 0;
	font-size: 0.8em;
}
a.blue-button {
	background: #4189a7 url(../img/button-rounded-left.png) no-repeat;
	display: block;
	text-align: center;
	margin: 10px 30px;
	color: white;
}
a.blue-button span {
	background: url(../img/button-rounded-right.png) no-repeat right top;
	display: block;
	line-height: 31px;
	height: 31px;

}


/* RULES FOR #FOOTER AND CHILDREN */
#foot {
	text-align: center;
	background: #37748d;
	border-top: 10px solid white;
	padding: 20px 0;
	color: white;
	line-height: 1.4em;
	clear: both;
	border-bottom: 10px solid white;
}
#foot a {color: white;}

