@charset "utf-8";
/* CSS Document for DDC
Created by Kaboodle Creative Ltd
Author: Roy Evans 01635 814444
c 2009. All right reserved - copyright laws apply.*/


/* Div Tag Elements */

/* ************ Outer wrapper ************ */
#outer_wrapper {
	text-align: right;
	width: 1010px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* ************ Left Column ************ */
#left_column {
	width: 140px;
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: left;
	float: left;
}

/* ************ Right Column ************ */
#right_column {
	text-align: left;
	width: 870px;
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
}

/* ************ Telephone banner ************ */

#telephone_banner {
	text-align: right;
	width: 870px;
	height: 23px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 11pt;
}

/* ************ Company name banner ************ */

#company {
	text-align: right;
	width: 870px;
	height: 55px;
}

/* ************ Menu ************ */

#menu {
	text-align: left;
	width: 850px;
	height: 31px;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	font-size: 10pt;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

/* ************ Main pic ************ */

#mainpic {
	text-align: right;
	width: 870px;
	height: 234px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/* ************ Content wrapper ************ 

#content_wrapper {
	text-align: right;
	width: 870px;
}*/

/* ************ Content left ************ */

#content_left {
	text-align: left;
	width: 500px;
	float: left;
	font-size: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #831C16;
	margin: 0px;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* ************ Content right ************ */

#content_right {
	text-align: left;
	width: 335px;
	float: left;
	font-size: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
}

/* ************ Footer ************ */

#footer {
	text-align: center;
	width: 870px;
	clear: both;
	font-size: 9px;
	color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



/* ************ Other Elements & Text ************ */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
}
.bold_red {
	color: #831C16;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}

a {
	font-weight: bold;
	color: #092F64;
	text-decoration: none;
}
#content_left li {
	list-style-image: url(images/bullet.gif);
	list-style-position: inside;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
