/* Start of CMSMS style sheet 'ms' */
@charset "utf-8";
/* CSS Document */

body {
	background-image:url(uploads/images/background1.jpg);
	background-color:#ffffff;
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	font-size:80%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

div#frame {	
	margin-left:auto;
	margin-right:auto;
	width:907px;
}

div#top {
	background-image:url(uploads/images/topEdge.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:54px;
	margin:0px;
	padding:0px;
	margin-left:5px;
}

div#ms {
    float:left;
	margin-left:20px;
	margin-top:18px;
}

div#language {
	width:45px;
	margin-top:5px;
	margin-right:17px;
	float:right;
	height:46px;
}

div#header {
	background-image:url(uploads/images/topheader.jpg);
	background-repeat:no-repeat;
	width:907px;
	height:215px;
	margin-left:1px;
}

div#menu {
	background-image:url(uploads/images/menu.jpg);
	background-repeat:no-repeat;
	width:907px;
	height:48px;
}

div#menutext {
	width:850px;
	margin-left:25px;
	padding-top:9px;
        font-size:90%;
}
	
div#bg {
	background-image:url(uploads/images/bgTile.png);
	width:907px;
	background-repeat:repeat-y;
}

div#content {
	width:98%;
	margin-left:10px;
	margin-right:20px;
}

div#footer {
	background-image:url(uploads/images/footer.png);
	background-repeat:no-repeat;
	width:907px;
	height:57px;
}

div#footertext {
	width:907px;
	text-align:center;
	padding-top:20px;
	color:#02287d;
	font-size:80%;
	font-weight:bold;
}

div#footertext a:link {
	text-decoration:none;
	color:#02287d;
}

div#footertext a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}
	
div#services {
   	border-left: 1px #628dee dotted;
	padding-left:15px;
        padding-top:10px;
}

.line {
       border: 1px #628dee dotted;
}

div#rightline {
       border-left: 1px #628dee dotted;
}


div#contentservices {
	width:96%;
	margin-left:22px;
	margin-right:30px;
        padding-top:10px;
}

div#services {
	width:98%;
	padding:5px;
	border-top: 1px #628dee dotted;
        border-left:#FFFFFF;
        height:215px;
        margin-top:0px;
}

/* Quote form */
.formbuilderform fieldset {padding: 1em; background-color: #fff;} 

.formbuilderform fieldset legend {font-weight: bold;} 

.formbuilderform div {width: 100%;  padding: 0.25em 0 0.25em 0;} 

.formbuilderform div label { width: 100%;} 

.formbuilderform div.required {color: #f00;}

/* Contact form */

.contactform fieldset {padding: 1em; background-color: #fff;} 

.contactform fieldset legend {font-weight: bold; display:none;} 

.contactform div {width: 100%; padding: 0.25em 0 0.25em 0;} 

.contactform div label {display: block; width: 10em; } 

.contactform div.required {color: #f00;}

/* End of 'ms' */

