/*********************************************/
/*   Coversure Dudley Fleet CSS Document     */
/*   DataMatters Limited - Lee Jeffery       */
/*   dmatters.co.uk                          */
/*   18/06/2009                              */
/*********************************************
* Layout                                     *
*********************************************/

#container {
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	min-height: 840px;
}

#flashcontent {
	margin: 0px auto;
	width: 840px;
}

/*********************************************
* Top Section                                *
*********************************************/

#top {
	margin: 0px auto;
	width: 840px;
}

.top-left {
	margin: 5px auto;
	float: left;
	padding: 5px 0px 5px 0px;
}

.top-right {
	margin: 0px auto;
	float: right;
}

#header {
	position: relative;
	background: #317023 url(../images/bg2.gif) repeat-x;
	border-bottom: 2px solid #cccccc;
}

.header-left {
	float:left;
	width:500px;
}

.header-right {
	float:right;
	padding: 0px 20px 0px 0px;
}

#header-container {
	margin: 0px auto;
	width: 840px;
	position: relative;
	text-align:left;
}

/*********************************************
* Main Content                               *
*********************************************/

#content-container {
	margin: 20px auto;
	width: 840px;
	position: relative;
	padding: 0px 0px 0px 0px;
}

#page-content { 
	width: 500px; 
	float: left; 
	padding:0px 0px 20px 20px;
	text-align:left;
	min-height: 480px;
	margin-left: 30px;
}

#page-content img { 
	padding:2px;
	margin:0px 0px 10px 10px;
	float:right;
}

#page-content ul { 
	color: #317023;
	list-style-image: url(../images/point.png);
	list-style-type: circle;
	margin:0px 0px 10px 10px;
	font: 14px Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#page-content li { 
	margin:0px 0px 6px 10px;
	padding:0px 0px 6px 10px
}

#page-content a:link {
	color: #317023;
	text-decoration: underline;
	font-weight:bold;
}

#page-content a:visited {
	color: #317023;
	text-decoration: underline;
	font-weight:bold;
}

#page-content a:hover {
	color: #2D9B14;
	text-decoration: underline;
	font-weight:bold;
}

#right-content { 
	width: 300px; 
	float: right;
	background-color: #ffffff;
	margin-right: 10px;
}

.call-img { 
	border: 1px solid #cccccc;
	margin: 0px 0px 10px 0px;
	padding: 2px;
}

/*********************************************
* Footer                                     *
*********************************************/

#footer {
	clear: both;
	color: #666666;
	font-size: 9px;
	border-top: 1px dotted #cccccc;
	padding: 15px 20px 10px 20px;
	margin: 10px 0px 0px 0px;
	text-align: center;
}

#footer a, #footer a:visited{
	color: #666666;
	font-size: 10px;
}

#footer a:hover{
	color: #333333;
	font-size: 10px;
}

#footer h4 {
	font: 10px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #F6C416;
	margin: 10px 0px 10px;
	font-weight:bold;
}

.getQuoteBox {
	background-color: #45A032;
	width: 235px;
	margin: 10px 0px 10px 0px;
	padding: 10px 15px 10px 15px;
}

.getQuoteBox h1 {
	font-family: Arial;
	font-size: 18px;
	color: #ffffff;
	margin: 0px 0px 1px 0px;
}

.getQuoteBox h1 a {
    color: #ffffff;
	text-decoration: underline;
}

.getQuoteBox h1 a:link {
    color: #ffffff;
	text-decoration: underline;
}

.getQuoteBox h1 a:hover {
	color: #AFE2A5;
    text-decoration: underline;
}

.getQuoteBox p {
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	margin: 4px 0px 0px 0px;
}

.getQuoteBox img {
	float:right;
	margin: 4px 0px 5px 4px;
}

.bubble {
	padding: 0px 20px 0px 20px;
}

.sbl { 
	background: url('../images/bl2.gif') bottom left no-repeat #efefef;
}

.sbr { 
	background: url('../images/br2.gif') bottom right no-repeat;
}

.stl { 
	background: url('../images/tl2.gif') top left no-repeat;
}

.str {
	background: url('../images/tr2.gif') top right no-repeat; 
	padding: 10px;
} 

.sb {
	padding: 2px 0px 30px 50px;
	background: url('../images/b2.gif') 410px top no-repeat;
}


