@charset "utf-8";
/* CSS Document */

/*General */

body {
	margin: 0px;
	background: #e5e5e5; 
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

#wrapper {
	width: 984px; /*total width is 1024 plus 20px and 20px padding to ritgh and left*/
	margin-left: auto;
	margin-right: auto;
	margin-top:12px;
	margin-bottom:6px;
	padding:25px 20px 25px 20px;
	border:#d9d9d9 8px solid;
	background: #FFF;
}

#wrapper img {
border:none;
}

#clear {
	clear:both;
}

#footer {
	width: 1024px; 
	margin-left: auto;
	margin-right: auto;
	color:#757772;
	line-height:20px;
	text-align:center;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color:#757772;
	text-decoration:none;
}
#footer a:hover { 
	text-decoration:underline;
	}
	

a {
	color: #004178;
	text-decoration: underline;
}

a:hover {
	color:#004178;
 	text-decoration: none;
}

h2 {
	color:#004178;
	font-size:16px;
	font-weight:bold;
	margin:0px;
	padding:0px; 
}

h3 {
	color:#333;
	font-size:14px;
	font-weight:bold;
	margin:20px 0px 20px 0px;
	padding:0px;
}

h4 {
	color:#F30;
	font-size:18px;
	font-weight:bold;
	margin:10px 0px 10px 0px;
	padding:0px;
}

img {
	margin:0px;
	padding:0px;
}

fieldset {
	margin:0;
	padding:0;
	border:none;
}

/* HEADER */
#header {
	width:984px;
	height:180px;
}

#header img {
border:none;
}

.header_left {
	width:264px;
	float:left;
}

.header_right {
	width:635px;
	float:right;
	text-align:right;
}

.call_now {
	margin-top:19px;
}

/* MENU HORIZONTAL */

#menu {
	width:984px;
	height:32px;
}
#menu img {
	border:none;
}

/* BANNER */

#banner {
	width:984px;
	padding:20px 0px 20px 0px;
}
#banner img { 
	border:none;
}

/* CONTAINER */

#container_left {
	float:left;
	width:264px;
}

#container_right {
	float:right;
	width:720px;
}
/*
#container_right li{
	list-style: inside;
	list-style-image:url(images/bullet_tick.gif);
	line-height:18px;
	padding-left: 20px;
	text-indent: -20px;
}*/

li.bluetick {
	list-style: inside;
	list-style-image:url(images/bullet_tick.gif);
	line-height:20px;
	padding-left: 20px;
	text-indent: -20px;

}

ul.bluetick {
	margin:0px;
	padding:0px;
}
	

.container_img_right {
	float:right;
	margin:0px 0px 0px 30px;
}

.container_img_left {
	float:left;
	margin:0px 20px 0px 0px;
}

.container_img_right2{
	float:right;
	margin:0;
}


.content_350 {
	width:350px;
	margin:0px;
	padding:0px;
}

/* CONTAINER RIGHT part */

#container_image_left {
	float:left;
	width:425px;
	height:282px;
	margin-bottom:20px;
}
#container_image_right {
	float:right;
	width:295px;
	height:282px;
	margin-bottom:20px;
}


#container_bottom {
	width:678px;
	height:auto;
	margin-bottom:20px;
	float: left;
	background-image: url(images/bottom_box_bg.gif);
	text-align: left;
	background-repeat: repeat-x;
	border: 1px solid #d8dcdf;
	padding-left: 20px;
	padding-right: 20px;
}

#box_left {
	float:left;
	width:244px;
}


#box_right {
	float:right;
	width:232px;
}

#box_grey {
	width:232px;
	height:239px;
	background-image:url(images/box_grey.gif);
	background-repeat:no-repeat;
	font-size:11px;
	color:#000;
	margin-bottom:10px;
}

#box_left a, #box_left a:link, #box_left a:active, #box_left a:visited {
	text-decoration:none;
	cursor:hand;
}

#box_right a, #box_right a:link, #box_right a:active, #box_right a:visited {
	text-decoration:none;
	cursor:hand;
}

#box_grey_pad {
	padding:6px 12px 12px 12px;
}




#box_grey_header {
	font-size:16px;
	color:#004178;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:18px;
}

/* Edwino Code */

#box_left-testiomials {
	width:232px;
	height:auto;
	background-image:url(images/news_title_box.gif); 
	background-repeat:no-repeat;
	background-color:#fbfbfb;
	font-size:11px;
	color:#000;
	margin-bottom:10px;
	border: 1px solid #d8dcdf;
	
}

#box_left_testiomials-pad {
	padding:6px 12px 12px 12px;
}

#box_left_header-testiomials {
	font-size:16px;
	color:#004178;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:18px;
	display:inline;
	width:100px;
	float:left;

}

#box_left_header-rss {
	float:right;
	display:inline;
}

.rss {
	margin-top:2px;
}
	

#box_left-news {
	width:232px;
	height:auto;
	background-image:url(images/box_grey.gif);
	background-repeat:no-repeat;
	font-size:11px;
	color:#000;
	margin-bottom:10px;
}

#box_left_news-pad {
	padding:6px 12px 12px 12px;
}

#box_left_header-news {
	font-size:16px;
	color:#004178;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:18px;
}


#box_grey li,  #box_grey ul{
	list-style: inside;
	list-style-image:url(images/bullet_tick.gif);
	line-height:18px;
	padding-left: 20px;
	text-indent: -20px;
}





/* Menu Vertical */

#box_menu {
	width:232px;
	height:auto;
	background-repeat:no-repeat;
	font-size:11px;
	color:#000;
	margin-bottom:10px;
}

#box_menu_pad {
	padding:0px 0px 16px 0px;
}

#box_menu_header {
	font-size:16px;
	color:#004178;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:18px;
}

#box_menu li,  #box_menu ul{
	list-style: inside;
	list-style-image: url(images/bullet_blue2.gif);
	line-height:18px;
	margin-left:15px;
	
}



#button_vertical   {
	width: 232px;
	height:auto;
	border-bottom: #CCCCCC solid 1px;
	padding: 10px 0 10px 0;
	font-size: 12px;}
		
  
.buttontext {
	color:#000;
    text-decoration: none;         
    cursor: hand;
	}

.buttonover  {
	color:#0d5279;
	background-color: #bee6fa;
    cursor: hand;
	}



.image-right{
float:right;
padding:0 20px 20px 20px;
}

/* Spaces*/

#space_10 {height:10px;}
#space_15 {height:15px;}
#space_20 {height:20px;}
#space_40 {height:40px;}



