
@charset "utf-8";
/* CSS Document */

/********************** Positional Elements ************************/

html {
	height: 100%;
	}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #1d1d63;
	background-image:url(images/bodybg.jpg);
	background-repeat:repeat-x;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #dbd9cb;
	line-height: 18px;
	height: 100%;
}

#wrapper {
  	width:852px;
  	margin:0px auto;
  	text-align:left;
	height: 100%;
	padding-bottom: 30px;
	background:url(images/wrapperbg.jpg) repeat-y;
	}
	
#nonFooter
{
position: relative;
min-height: 100%;
}

* html #nonFooter
{
height: 100%;
}

#footer {
	position: relative;
	margin-top: -30px;
	width: 100%;
	height:30px;
	padding: 0px;
	background-color: #000;
	background:url(images/footerbg.jpg) repeat;
	text-align:right;
	}

/*************************** Link Styles *************************************/

a {
	outline:none;
	text-decoration:none;
	color:#4997bd;
	border-bottom:1px dotted #4997bd;
	font-weight:bold;
	}
	
a:hover {
	outline:none;
	text-decoration:none;
	color:#FFF;
	border-bottom:1px dotted #FFF;
	}
	
img {
	border:none;
	}
	
a.link {
	border:none;
	}
	
a.link:hover {
	border:none;
	}

/*************************** Row One *************************************/
#topbar {
	height: 121px;
	padding: 0px;
	background:url(images/header.jpg) no-repeat;
	}
	
#logo {
		width:312px;
		height:132px;
		position:absolute;
		overflow:visible;
		margin: 9px 0 0 0px;
	}
	
#telno {
		width:255px;
		height:29px;
		float:right;
		margin: 72px 0 0;
		text-align:left;
	}
	
/*************************** Row Three *************************************/

#bar3 {
	height: 34px;
	width:850px;
	margin: 0px;
	padding: 0px 1px;
	}
	
/*************************** Main Menu Style *************************************/

.rollover1 {
	display:block;
	width: 134px;
	height:34px;
	background:url(images/menu/home.jpg) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
	}
	
a.rollover1:link, a.rollover1:visited, a.rollover1:active {
	background: url(images/menu/home.jpg) no-repeat;
	}
	
a.rollover1:hover {
	background-position:-134px 0;
	}
	
.rollover2 {
	display:block;
	width: 135px;
	height:34px;
	background:url(images/menu/about.jpg) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
	}
	
a.rollover2:link, a.rollover2:visited, a.rollover2:active {
	background: url(images/menu/about.jpg) no-repeat;
	}
	
a.rollover2:hover {
	background-position:-135px 0;
	}
	
.rollover3 {
	display:block;
	width: 135px;
	height:34px;
	background:url(images/menu/services.jpg) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
	}
	
a.rollover3:link, a.rollover3:visited, a.rollover3:active {
	background: url(images/menu/services.jpg) no-repeat;
	}
	
a.rollover3:hover {
	background-position:-135px 0;
	}
	
.rollover4 {
	display:block;
	width: 135px;
	height:34px;
	background:url(images/menu/testimonials.jpg) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
	}
	
a.rollover4:link, a.rollover4:visited, a.rollover4:active {
	background: url(images/menu/testimonials.jpg) no-repeat;
	}
	
a.rollover4:hover {
	background-position:-135px 0;
	}
	
.rollover5 {
	display:block;
	width: 135px;
	height:34px;
	background:url(images/menu/brochure.jpg) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
	}
	
a.rollover5:link, a.rollover5:visited, a.rollover5:active {
	background: url(images/menu/brochure.jpg) no-repeat;
	}
	
a.rollover5:hover {
	background-position:-135px 0;
	}

.rollover6 {
	display:block;
	width: 134px;
	height:34px;
	background:url(images/menu/contact.jpg) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
	}
	
a.rollover6:link, a.rollover6:visited, a.rollover6:active {
	background: url(images/menu/contact.jpg) no-repeat;
	}
	
a.rollover6:hover {
	background-position:-134px 0;
	}	
/*************************** Header Style *************************************/

h1 {
	font-size:1.4em;
	color:#FF0000;
	font-weight:bold;
}

h2 {
	font-size:1.1em;
	color:#FF0000;
	font-weight:bold;
	margin-bottom:0px;
}

/*************************** Main Content *************************************/

#bar4 {
	width: 810px;
	margin: 20px;
	padding: 0px;
	}
	
#bar5 {
	width: 740px;
	margin: 30px;
	padding: 0px;
	}

#bar6 {
	width: 740px;
	margin: 30px;
	padding: 0px;
	}
