#container {
	width: 990px;
	padding: 0px;
	background-image: url(../images/bgPur.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
	margin: 0px auto;
	background-color: #0B1C4A;
}
body {
	font: 62.5%/2em "Lucida Grande", Verdana, sans-serif;
	color: #333333;
	background-color: #000000;
	}
body a:link { color: #666666; text-decoration: underline}
body a:visited { color: #999999; text-decoration: underline}
body a:hover { color: #333333; text-decoration: underline}
body a:active { color: #000000; text-decoration: underline}

a img{
	border: none;
}

p {
	font-size: 1.3em;
}

/* Wireframing - use border:1px to place borders around all div elements during development, but be aware that you'll need to change sidebar width to 306px to allow for the border widths */

div {
	margin:0;
	padding:0;
	border: 0px #F00;
	}
h1 {
	color: #585858;
	font: bold 1.8em Geneva, Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 1.5em;
	margin-top: 1.5em;
	line-height: 1em;
}

#header {
	text-align:center; /* IE6 centring- */
	width: 988px;
	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: 0px 0 40px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	clear: both;
	height: 115px;
}
#header img {
	display: block;
	clear: left;
	float: right;
}
#navcontainer
{
	margin: 0 auto;
	text-align:left; /*Remove IE centring hack*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	position: relative;
	width: 988px;
	background-color: #5FA5D1;
	font-weight: bolder;
	color: #FFFFFF;
	top: 5px;
	clear: both;
}

#navcontainer ul li
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	text-align: center;
	background-image: url(../images/menubac.gif);
	background-repeat: repeat-x;
	background-position: left;
}

#navcontainer a
{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 162px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #A8B090;
	border-right-color: #666666;
	border-bottom-color: #A8B090;
	border-left-color: #CCCCCC;
}

#navcontainer li#active {
	background-image: url(../images/menuhover.gif);
	background-repeat: repeat-x;
	background-position: 0;
}
#navcontainer a:hover {
	background-image: url(../images/menuhover.gif);
	background-repeat: repeat-x;
	background-position: 0px;
	color: #FFFFFF;
}
#navlist {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	bottom: auto;
	line-height: 20px;
}	

standardList {
	list-style-position: inside;
	list-style-type: disc;
}
#mainContent {
	text-align: left;
	border-right: 2px dotted #0099FF;
	border-left: 2px dotted #0099FF;
	color: #000000;
	float: left;
	background-color: #DADAE0;
	width: 720px;
	padding: 15px 15px 10px 20px;
	font-size: 0.85em;
	background-attachment: inherit;
	background-repeat: no-repeat;
	background-position: left top;
}

#mainContent p {
	padding: 10px 20px;
}

#mainContent ul {
	color: #333333;
	font: bold normal 1.8em/2.5em Geneva, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	padding-left: 0px;
}
#mainContent ul li{
	font: bold 0.8em/1.5em Geneva, Arial, Helvetica, sans-serif;
	color: #3484B4;
	list-style-type: none;
	padding-left: 4em;
	margin-left: 0px;
	background-color: transparent;
	background-image: url(../images/abullet.GIF);
	background-repeat: no-repeat;
	background-position: 2.4em center;
}
#mainContent #smList ul {
	color: #333333;
	font: bold normal 1.4em/2.5em Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
}
#mainContent #smList ul li {
	font: bold 0.8em/1.5em Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	list-style-type: none;
	padding-left: 4.5em;
	margin-left: 0px;
	background-color: transparent;
	background-image: url(../images/abullet.GIF);
	background-repeat: no-repeat;
	background-position: 2.4em center;
}
#mainContent td{
	font: normal 0.8em/1.6em Geneva, Arial, Helvetica, sans-serif;
	list-style-type: none;
	padding-left: 2em;
	vertical-align: top;
	padding-bottom: 1em;
}


#mainContent td strong {
	font: bold normal 1.1em/1.6em Geneva, Arial, Helvetica, sans-serif;
	list-style-type: none;
}

#mainContent a:link {  color: #333333; text-decoration: underline}
#mainContent a:visited {  color: #747474; text-decoration: underline}
#mainContent a:hover {	color: #3399FF; text-decoration: underline}
#mainContent #homebuttons {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}




#sidebar1 {
	float:left;
	width:192px;
	text-align:left;
	padding-left: 8px;
}
#sidebar1 ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0em 0px 1.2em;
	padding: 0px;
	font: bold 1.1em Geneva, Arial, Helvetica, sans-serif;
}
#sidebar1 li a:hover{
	color: #3399FF;
}
#sidebar1 ul li ul a{

}
#sidebar1 ul li ul a:hover{
	color: #3399FF;
}
#sidebar1 ul li ul li{
	font: normal 0.9em/1.6em Geneva, Arial, Helvetica, sans-serif;
}
#detailnav li a {
	list-style-type: none;
	font: bold 1.3em/1.6em Geneva, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #000000;
	border-bottom: 1px dashed #CE0000;
	text-decoration: none;
}
#detailnav li a:hover{
	color: #33CCFF;
	border-bottom: 1px dashed #3399FF;
	text-decoration: none;
}
#sidebar2 {
	text-align: left;
	width: 214px;
	float: right;
	padding-left: 10px;
	clear: right;
}
#sidebar2 img {
	background-color:#fff;
}

#sidebar2 p {
	font-size: 1.1em;
}
#sidebar2 p img {
	background-color:#fff;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #CCCCCC;
	margin: 20px 0px 0px 0px;
}
#NavGraphics {
	padding-top: 6em;
}
#noborder {
	border-style: none;
}


.RightPhone {
	color: #000000;
	list-style-type: square;
	font: bold 2.1em/normal Arial, Helvetica, sans-serif;
}
.RightTitle {
	color: #FFFF66;
	list-style-type: square;
	font: 1.4em/normal Arial, Helvetica, sans-serif;
}
.RightSub {
	color: #666666;
	list-style-type: square;
	font: bold 1.2em/normal Verdana, Arial, Helvetica, sans-serif;
}



.addressline {
	text-align: left;
	vertical-align: bottom;
	color: #333333;
	font: 0.9em/1.4em Verdana, Arial, Helvetica, sans-serif;
}

#footer {
	clear: both;
	font-size: 0.9em;
	line-height: normal;
	color: #999999;
	border-top: 2px solid #3399FF;
	padding: 10px 20px 10px 40px;
	background-color: #333333;
}
.imgCentred {
	margin-right: auto;
	margin-left: auto;
	display: block;
	border: 1px dashed #CCCCCC;
}
.imgRight {
	display: block;
	float: right;
}

#red  {
	font-weight: bold;
	color: #CC0000;
}
#mid {
	margin-right: auto;
	margin-left: auto;
	width: 450px;
}
#Quoteme {
	font-size: 2em;
}
#response {
	background-color: #FFFFFF;
	margin: 2em auto;
	padding: 2em;
	width: 50%;
}
#responsefooter {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}
