/* 5 row layout - centred on screen */

/* primary page styles 
------------------------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../../images/misc/bg.gif);
	text-align: center; /* Centers the Design Layout for IE */
}

td {

}

th {

}

h1 {
margin: 0px;
padding: 0px;
color: #000066;
}

h2 {

}

h3 {

}

h4 {

}

h5 {

}

h6 {

}

p {
	font-size: 12px;
	text-align:justify;
	padding-left: 8px;
	padding-right: 8px;
}

/* Layout Containers  
--------------------------------------------------------*/
#container {
	background-color:#FFFFFF;
	width: 740px;
	margin-left:auto;
	margin-right:auto;
	text-align: left; /* This re-sets the text align. */
	padding: 0px;
	border-left: 8px solid #fff;
	position: relative;
	border-right: 8px solid #fff;
}
#keyword-container{
	background-color: #fff;
	font-size: 10px;
	width: 740px;

}
#banner-container {
	background-color: #fff;
	height: 168px;
	width: 740px;
}

#navigation-container {
	height: 22px;
	background-image: url(../../images/misc/nav-bg.gif);
	background-repeat:repeat-x;
	font-size: 12px;
	color: #fff; 
	margin-bottom: 10px;
	width: 740px;
}
#main-content {
	width: 740px;
}
#main-left {
	width: 530px;
}
#main-right{
	float: right;
	width: 570px;
}
#right-column{
	float: right;
	clear: both;
	background-image: url(../../images/misc/feature-bg-2.gif);
	background-repeat:no-repeat;
	width: 200px;
	height: 281px;
	margin: 0px;
	text-align:center;
	padding-top: 5px;


}
#middle-column {
	width: 365px;
	float:left;
	
}
#footer {
	background-color: #E51117;
	height: 25px;
	width: 740px;
	clear: both;
}
#flash-banner {
	background-image: url(../../images/index/flash-bg.jpg);
	background-position:left;
	background-repeat:no-repeat;
	font-size: 10px;
	height: 162px;
	width: 740px

}
#designed-by-footer {
	background-color: #FFF;
	font-size:10px;
}

#twenty-four-hour-service {
	position:absolute;
	width:107px;
	height:97px;
	z-index:1;
	left: 579px;
	top: 107px;
}
#twenty-four-hour-service-main {
	position:absolute;
	width:107px;
	height:97px;
	z-index:1;
	left: 575px;
	top: 129px;
}
/* End Layout Containers 
------------------------------------------------------------*/
/* Sub Styles
------------------------------------------------------------*/
#navigation-container ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	
}
#navigation-container li{
	display: inline;
	margin: 0;
	float: left;
	width: auto;
	color: #ffffff;
	font-size: 12px;
	line-height: 20px;
	
}
#navigation-container a{
	color: #ffffff;
	display: inline;
	width: auto;
	text-decoration: none;
	padding-left: 18px;
	padding-right: 18px;
}
#navigation-container a:hover{
text-decoration: underline;
font-weight: bold;
}

/* Class Styles
-----------------------------------------------------------*/
.red-header {
	text-align: center;
	width: 150px;
	background-color:#E51117;
	color:#fff;
	text-transform: uppercase;
	font-size:12px;
	font-weight:bold;
	margin-left: auto;
	margin-right: auto;
	margin-top:6px;
	padding: 3px;
	border: 1px solid #000066;
}
.blue-header{
	background-color: #000066;
	display:block;
	width: 166px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
#main-left UL{
	list-style: none;
	border-left: 10px solid #E51117;
	margin: 0px;
	padding: 0px;

}
#main-left p{
	padding-left: 30px;
	padding-right: 30px;
}
#main-left h1 {
	padding-left: 30px;
	color: #000066;


}
#main-left li{
	padding: 3px;
	font-size: 12px;
}

#freephone{
margin-top: 20px;
}
#guild-logo{
margin-top: 20px;
}
.last-para{
margin-bottom: 20px;
}
.float-left{
float: left;
padding: 5px;
margin: 5px;
border: 1px solid #333333;
}
.float-right{
float: right;
padding: 5px;
margin: 5px;
border: 1px solid #333333;

}
#contact-form{
	padding-left: 30px;
}
#contact-form td{
	font-size: 12px;
	}

