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


/* Set up the layout */
body {
	margin: 20px 0px;
	padding: 0px;
	background-color: #9A8E72;
	background-image: url(../img/page_bg.jpg);
	background-repeat: repeat-x;
	font-size: 101%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#container {
	margin: 0 auto;
	width: 1000px;
	background-color: #FFF;
}

#header {
	background-image: url(../img/banner.jpg);
	background-repeat: no-repeat;
	height: 65px;
}

#nav {
	background-image: url(../img/nav_bg.jpg);
	background-repeat: repeat-x;
	height: 26px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#home_advert {
	background-image: url(../img/latest_project_1.jpg);
	height: 120px;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

#main_content {
	margin: 0px;
	padding: 0px 15px;
	background-image: url(../img/main_top_shadow.jpg);
	background-position:top;
	background-repeat: no-repeat;
	text-align: left;
	font-size: 0.9em;
	color: #444;
}

.callout {
	width: 300px;
	float: right;
	padding: 0;
	margin: 10px;
}

#footer {
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	height: 50px;
	clear: both;
}

/* H1 settings */
/* use of <span> tags to hide H1 text and use image replacement */

h1 span {
	display: none;
	margin-top: 0px;
	padding: 0;
}

.h1_welcome {
	background-image: url(../img/h1_welcome.gif);
	background-repeat: no-repeat;
	height: 35px;
	margin-top: 10px;
}

.h1_work {
	background-image: url(../img/h1_work.gif);
	background-repeat: no-repeat;
	height: 35px;
	margin-top: 10px;
}

.h1_contact {
	background-image: url(../img/h1_contact.gif);
	background-repeat: no-repeat;
	height: 35px;
	margin-top: 10px;
}

.h1_options {
	background-image: url(../img/h1_options.gif);
	background-repeat: no-repeat;
	height: 35px;
	margin-top: 10px;
}

/* text settings */
p {
	margin: 10px;
}

h2 {
	font-size: 1.15em;
	margin-left: 5px;
	font-family: "Comic Sans MS", cursive;
	font-weight: normal;
	font-variant: normal;
	font-style: italic;
}

.optionbox {
	width: 280px;
	margin-left: 20px;
	background-color: #FFF;
	border: 1px solid #91856B;
	float: left;
	padding: 5px;
	color:#333;
}

.optionbox h2 {
	font-size: 1.4em;
	text-align: center;
	color: #B40000;
}

.optionbox li {
	list-style-image: url(../img/bullet.jpg);
}
