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

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #0B4881;
	background-color: #FFFFFF;
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 100%;
}

#container/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
  {
	width: 800px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #E3DFDC;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}



a {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#skips {
	width: 600px;
	margin-right: auto;
	clear: left;
	margin-top: 10px;
	margin-left: -33px;
}
#skips_body a {
	color: #666666;
	font-size: 12px;
	text-decoration: none;
	border: 0px none #FFFFFF;
}
#skips_body a:hover {
	color: #0B4881;
	font-size: 12px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#skip_tbl {
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
#skips td {
	width: 150px;

}

#skips_body {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	width: 758px;
	border-right-color: #0B4881;
	border-left-color: #0B4881;
	height: 162px;
	margin-right: auto;
	margin-left: auto;
}
#skips_body table {
	clear: both;
}

#skips_body td {
	text-align: center;
	font-size: 12px;
	clear: both;
	color: #eeeae9;
}

#skips_head {
	border-top-width: 1px;
	border-top-style: solid;
	float: left;
	width: 690px;
	border-top-color: #0B4881;
	height: 34px;
	font-size: 14px;
	text-align: center;
}



p {
	font-size: small;
	color: #0B4881;
}
h1 {
	font-size: x-large;
}
h2 {
	font-size: 16px;
	color: #666666;
	margin: 0px;
	height: 16px;
}

h3 {
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	font-size: 14px;
}
.h3_blue {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

h4 {
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	font-size: 10px;
}
h5 {
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	height: 10px;
	margin: 0px;
}

.image_right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.image_left {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
#header  {
	height: 90px;
	background-image: url(../images/header_bg.jpg);
} 
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.head_link {
	color: #FFFFFF;
	height: 60px;
	padding-top: 30px;
	float: right;
	width: 80px;
	line-height: 12px;
	font-size: 12px;
	padding-left: 7px;
	background-image: url(../images/header_link_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	padding-right: 7px;
	border-left-width: thin;
	border-left-style: groove;
	border-left-color: #0A457D;
}
.head_link  a{
	color: #E3DFDC;
	text-decoration: none;
}
.head_link  a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
.titlebar {
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 10px;
	color: #FFFF00;
	line-height: 12px;
}
#menu_container {
	width: 760px;
	padding: 0px;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
}

#menu {
	font-size: 11px;
	margin-top: 3px;
	color: #E3DFDC;
	text-align: left;
	margin-left: 15px;
}

#menu_l {
	width: 15px;
	background-image: url(../images/menu_l.gif);
	background-repeat: no-repeat;
	float: left;
	height: 21px;
}
#menu_r {
	width: 15px;
	background-image: url(../images/menu_r.gif);
	background-repeat: no-repeat;
	float: left;
	height: 21px;
}
#menu ul {
	margin: 0px;
	list-style-type: none;
	display: block;
	padding: 0px;
}
.menu li {
#	display: block;
	width: 130px;
	float: none;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0px;
}
.menu_item {
	width: 145px;
	line-height: 30px;
	background-image: url(../images/menu/recycling_01.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	margin-right: 2px;
	margin-top: 5px;
	padding-left: 2px;
}
.menu_item:hover {
	background-image: url(../images/menu/recycling_02.gif);
	background-repeat: no-repeat;
	display: block;
}
.menu_item a{
	color: #E3DFDC;
	font-weight: bold;
	text-align: center;
	padding-right: 15px;
	display: block;
}
.menu_item a:hover{
	color: #FFFF33;
	background-image: url(../images/menu/recycling_02.gif);
	background-repeat: no-repeat;
	display: block;
}
#mainContent  {
	padding-right: 20px;
	padding-left: 20px;
	float: right;
	width: 590px;
}
#Welcome {
	padding-right: 20px;
	padding-left: 20px;
}

#sidebar {
	font-size: 10px;
	width: 150px;
	float: left;
	padding: 10px;
}
#sidebar a {
	color: #0B4881;
}

#sidebar li {
	list-style-type: none;
	display: block;
	font-family: "Century Gothic", Verdana, Arial;
	margin-bottom: 3px;
	text-align: center;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
}
#quick_quote {
	text-align: center;
}
#feature_top  {
	background-image: url(../images/feature_top.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 150px;
	margin: 0px;
	padding: 0px;
}
#feature_body  {
	background-color: #F0F0F0;
	font-size: 12px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0B4881;
	border-left-color: #0B4881;
}
#feature_body h3 {
	color: #666666;
}
#feature_bottom  {
	background-image: url(../images/feature_bottom.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 5px;
	width: 150px;
}
#feature {
	width: 150px;
	float: left;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#feature a{
	color: #660000;
}
#feature a:hover{
	text-decoration: underline;
}
.feature {
	width: 150px;
	float: left;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.feature_top  {
	background-image: url(../images/feature_top.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 150px;
	margin: 0px;
	padding: 0px;
}
.quick_quote {
	text-align: center;
}
.feature_body  {
	background-color: #F0F0F0;
	font-size: 12px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0B4881;
	border-left-color: #0B4881;
}
.feature_bottom  {
	background-image: url(../images/feature_bottom.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 5px;
	width: 150px;
}




#popup_container {
	font-size: 12px;
	color: #0B4881;
	background-color: #EEEAE9;
	padding: 10px;
	height: 300px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
#popup_container #skip_tbl {
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 10px;
	text-align: center;
	border: 1px solid #9DACBF;
}
#landfill {
	background-image: url(../images/environment_pledge2.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 170px;
}





#footer  {
	background-color: #CCCCCC;
	font-size: 14px;
	clear: both;
	padding: 10px;
} 

#footer  p  {
	text-align: center;
	margin: 0px;
}
#footer a {
	color: #0C4982;
}

#phone_numbers {
	margin-right: auto;
	margin-left: auto;
	width: 145px;
	height: 30px;
	margin-top: 5px;
}
#footer #phone {
	height: 30px;
	width: 145px;
	background-image: url(../images/menu/phone_foot.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #FFFF00;
	float: left;
}
#phone p {
	color: #FFFF00;
	font-size: 14px;
	line-height: 30px;
}


#copyright {
	color: #CCCCCC;
	background-color: #666666;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
	height: 18px;
}
#mainContent a {
	color: #0B4881;
}
#material {
	margin-bottom: 5px;
}
#material td {
	font-size: 10px;
	text-align: center;
}
#enquiry_form legend {
	font-size: 12px;
	padding: 2px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	color: #0B4881;
}
#mainContent li {
	font-size: small;
	list-style-position: outside;
	list-style-image: url(../images/bullet01.gif);
	list-style-type: none;
}
#skip_bullets li {
	list-style-position: outside;
	list-style-image: url(../images/bullet02.gif);
}
#skip_bullets ul {
	margin: 0px;
}

#addresses {
	float: left;
}
#mainContent #banner {
	margin-top: 10px;
	margin-left: -10px;
}

.form_title {
	font-size: 12px;
	vertical-align: top;
	text-align: right;
}
#symbols table {
	text-align: left;
	font-size: small;
}
#symbols  table  td {
	padding: 5px;
	margin: 2px;
	vertical-align: top;
}


.quote {
	font-size: 12px;
	font-style: italic;
}
.mapbox {
	width:580px;
	height:580px;
	padding:0px;
}
#map {
	padding: 0px;
	clear: both;
	float: left;
	height: 580px;
	width: 580px;
}


.mybox { width:90px; height:115px; border-color:black; border-style:solid; border-width:1px; padding:0px; }
.bullet_heading {
	font-weight: bold;
	color: #666666;
}
#skip_label {
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
#news_headlines {
	float: right;
	width: 250px;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	overflow: hidden;
}
#news_top {
	background-image: url(../images/news/news_top.jpg);
	background-repeat: no-repeat;
	height: 6px;
}
#news_txt {
	background-image: url(../images/news/news_txt.jpg);
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 5px;
}
news_txt a {
	color: #0B4881;
}
#news_txt a:hover {
	text-decoration: underline;
}
#news_txt img {
	margin-left: -20px;
}

#news_txt p {
	margin: 5px;
}
#news_txt ul {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}
news_txt li {
	font-size: small;
	font-weight: bold;
}
#news_txt li ul {
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#news_txt li ul li {
	list-style-image: none;
	font-size: xx-small;
	font-weight: normal;
}
#news_bot {
	background-image: url(../images/news/news_bot.jpg);
	background-repeat: no-repeat;
	height: 6px;
	margin: 0px;
}
.center_txt {
	text-align: center;
}
#mainContent #sitemap {
	font-size: 12px;
}
#sitemap table {
	float: left;
	width: 250px;
	margin-right: 30px;
}
.sublink {
	padding-left: 30px;
}
#mainContent #steps {
	width: 560px;
	height: 100px;
	float: left;
	margin-top: 15px;
}
#steps #text {
	float: left;
	width: 100px;
	margin-right: 10px;
}
#skip_type {
	width: 125px;
	float: left;
	text-align: center;
	font-size: 12px;
	padding-bottom: 15px;
}
#steps #contact_details {
	float: left;
	width: 380px;
	font-size: 12px;
}
#steps #delivery_details {
	float: left;
	width: 380px;
	font-size: 12px;
}
.input_123 {
	width: 230px;
}

#steps .image_left {
	margin: 0px;
	padding: 0px;
}

#horizontal_line {
	background-color: #5192D8;
	height: 3px;
	clear: both;
	margin-bottom: 10px;
	margin-right: 30px;
}

#submitbox {
	text-align: center;
	margin-bottom: 20px;
}
form #contact {
	height: 136px;
}
#details {
	font-size: 12px;
	margin-right: 40px;
	margin-left: 40px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.labelfield{ /*CSS for label field in general*/
	color:#5692BA;
	font-size: 90%;
}
.datefield{ /*CSS for date field in general*/
	color:gray;
	font-size: 60%;
}
#example3 a{ /*CSS specific to demo 3*/
	color: #0B4881;
	text-decoration: none;
	font-weight: bold;
}
#example3 p{ /*CSS specific to demo 3*/
	margin-bottom: 2px;
	color: #5692BA;
	font-size: 12px;
}
code{ /*CSS for insructions*/
color: red;
}
#team table tr td p {
	font-size: 11px;
}
#team table tr td {
	padding-bottom: 15px;
	padding-left: 10px;
}
