/* TAG STYLES */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*line-height: 13px;*/
	text-align: center;
	color: #000000;
	}
	
p {
	margin: 0px 0px 15px 0px;
	}
	
a:link {color: #008AC9; }
a:visited {color: #008AC9;}
a:hover {color: #FF6B33; }
a:active {color: #FF6B33;}

#page {
	width: 730px;
	margin: 0px auto;
	padding: 0px 0px 75px 0px;
	}
	
/* MENUS */
#menu {
	width: 730px;
	height: 30px;
	background-image:url(images/bg_menu.jpg);
	background-repeat: repeat-x;
	text-align: right;
	}
	
#menu #lcap {
	float: left;
	}

#menu a {
  	color: white; 
	text-decoration: none; 
	font-weight: bold;
}	
#menu a.highlight {
	color: yellow;
	text-transform: uppercase;
}

/* HEADERS */

.menutext {
	font-family: verdana;
	color: white; 
	text-decoration: none; 
	font-weight: bold;
	font-size: 12px;
}

.menutext a {
  	margin: 0px 25px 0px 0px;
}

#header {
	width: 730px;
	margin: 0px auto;
	padding: 0px;
	}

#header img {
	margin: 0px;
	}
	
/* SERVICES */

#services {
	margin: 5px 0px 0px 0px;
	padding: 5px;
	width: 718px;
	border: 1px solid #9DB5BF;
	color: #5A6970;
	font-size: 10px;
	line-height: 12px;
	}

#services p {
	margin-bottom: 0px;
	}
	
#services img{
	margin-bottom: 7px;
	}
	
/* BANNERS */

#banners {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	width: 730px;
	}

#banners .bannerBlock {
	width: 228px;
	min-height: 75px;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	border: 1px solid #9DB5BF;
	background-repeat:no-repeat;
	}
	
#banners .bannerBlock p {
	margin-bottom: 5px;
	padding: 0px 10px 0px 10px;
	text-align: left;
	}
	
#banners .bannerBlock p.readMore {
	text-align: right;
	font-size: 13px;
	font-weight:bold;
	}

#banners .bannerBlock h1 {
	padding: 5px 85px 0px 10px;
	color: #008AC9;
	text-align: left;
	font-size: 14px;	
	line-height: 16px;
}

/* TITLES */

#title {

	}

/* CONTENT */
	
#content {
	margin: 20px 0px 0px 0px;
	padding: 0px 40px 0px 40px;
	text-align: left;
	}
	
h1.heading1 {
	margin: 0px 0px 13px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	line-height: 30px;
	color: #FF6B33;
	}
	
#content h2.heading2 {
	color: #008AC9;
	}
	
/* FOOTER */	

#footer {
	width: 710px;
	height: 70px;
	margin: 20px 0px 0px 0px;
	padding: 120px 10px 10px 10px;
	background-image: url(images/bg_footer.jpg);
	background-repeat:no-repeat;
	background-position: center;
	clear: both;
	font-size: 10px;
	font-weight: bold;
	color: #008AC9;
	}	
	
#footer p {
	margin-bottom: 2px;
	}
	
#footer p.copyright {
	color: #333333;
	}

.text
{
border: solid 1px #FDF0EA;
padding: 3px;
font-size: 8pt;
font-family: verdana, helvetica, sans-serif;
color: black;
font-weight: bold;
background: #F1F9FC;
width: 400px;
}

select
{
font-family: verdana, helvetica, sans-serif;
color: black;
font-size: 8pt;
height: 20px;
vertical-align: top;
background: #F1F9FC;
}

input.button
{
background: url('images/bg_menu.jpg') repeat-x;
color: #fff;
border: solid 1px #FF6B33;
font-weight: bold;
font-size: 12px;
height: 25px;
width: 100px;
padding: 0px 0px 5px 0px;
}
