html {
overflow-Y: scroll;
text-align:center;

}


/* === Misc === */
body {
	background:white url(images/bg.jpg) repeat-y center;
	margin:0;
	text-align:center;
}
body {
	font-family: Verdana;
	font-size: 0.8em;
	color: #000;
}

td,th {
	font-family: Verdana;
	font-size: 0.9em;
	color: #000;
}

a:link, a:visited {
	color: #3370a6;
	text-decoration: none;
}
a:hover{
	color:#000;
	text-decoration: underline;
}
#wrapper{
	width:958px;
	margin:0 auto;
	text-align:left;
	padding:2px;
	position:relative;
	/* background:url(images/contentrepeat.jpg) repeat-y;   */
}

#wrapper2{
	width:958px;
	margin:0 auto;
	text-align:left;
	padding:2px;
	position:relative;
	/* background:url(images/contentrepeat.jpg) repeat-y;   */
}

.clear{
	clear:both;
}
img.border{
		background:#fff;
		padding:3px;
		border:1px solid #FFF;
	}
	img.fright{
		float:right;
		background:#ddd;
		border:1px solid #000;
		padding:5px;
		margin-left:10px;
		margin-bottom:10px;
		margin-top:10px;
	}
		img.fleft{
		float:left;
		background:#ddd;
		border:1px solid #000;
		padding:5px;
		margin-right:10px;
		margin-bottom:10px;
		margin-top:10px;
	}
	
		img.fleft2{
		float:left;
		background:#fff;
		border:1px solid #fff;
		padding:5px;
		margin-right:10px;
		margin-bottom:10px;
		margin-top:10px;
	}
	
	
.flashleft	{
		float:left;
        padding-left: 5px;
		padding-right: 5px;
		padding-top: 5px;
		padding-bottom: 1px;
		margin-right:10px;
		margin-bottom:10px;
		margin-top:10px;
}

/* === Header === */
#header{
	width:100%;
	height:100px;
	background:url(images/heed2.jpg) repeat-x top;
	text-align:center;
}
/* === Logo === */
h1, h1 a:link, h1 a:visited, h1 a:hover{
	font-size:36px;
	color:white;
	padding:0;
	font-weight:normal;
	margin:0;
	text-decoration:none;
}
/* === Nav === */
#nav{
	background:url(images/navbg-repeat.jpg) repeat-x top;
	height:56px;
	width:956px;
	margin:2px 0;
	position:relative;z-index:999;
}
#nav .inner{
	width:100%;
	z-index:999;
	height:56px;
	background:url(images/navbg-middle.jpg) top center no-repeat;
}
#nav ul {
	font-size:18px;
	padding: 5px 0 0 135px; /*   Nav Positioning   T   B   R   L*/
	margin: 7px 0;
	list-style: none;
	float: left;
	z-index:999;
}
#nav ul li{
	display:inline;
	float:left;
    z-index:100;
	
}
#nav ul li a:link, #nav ul li a:visited{
	display:inline;
	color:#000;
	display:block;
	text-decoration:none;
	height:44px;
}
#nav ul li a:hover{
	display:inline;
	color:#000;
	background:url(images/bgright.jpg) no-repeat top right ;
	display:block;
	text-decoration:none;
	height:44px;
}
#nav ul li a.current{
		background:url(images/bgright.jpg) no-repeat top right ;
		height:44px;
		color: #07133D;
}
#nav ul li a.active{
		background:url(images/bgright.jpg) no-repeat top right ;
		height:44px;
}
#nav ul li a.current span.link,#nav ul li a.active span.link, #nav ul li a:hover span.link {
	background: url(images/bgleft.jpg) no-repeat top left; color: #07133D;
}
#nav ul li a span.link {
	margin: 0 14px 0 0px;
	padding: 12px 2px 14px 8px; /*   T   B   R   L*/
	position: relative; /*To fix IE6 problem (not displaying)*/
	float:left;
	cursor:pointer;
}
/* === Dropdown Nav === */
#nav ul ul {
position:absolute;
display:none;
top:37px;
z-index:9999;
background:#d0d2d3;
padding:5px;
border:1px solid #a2a2a2;
width:170px;
}
ul#nav ul ul li{
background:none;
padding:0;
margin:0;
z-index:999;
}
#nav ul li ul li{
	background:none;
	border-top:1px solid #fff;
	border-bottom:1px solid #e4e4e4;
	z-index:999;
	padding:0;margin:0
	
}
#nav ul li ul a:link, #nav ul li ul a:visited{
display:block;
padding:10px 0 8px 10px;
width:160px;
font-size:12px;
color:#333;
text-decoration:none;
font-weight:normal;
background:#fff;
float:left;
margin:0;z-index:999;
height:16px;
}
#nav ul li ul a:hover{
display:block;
width:160px;
text-decoration: none;
font-weight: bold;
font-size:12px;
float:left;
z-index:999;
background:url(images/nav-submenu.jpg) repeat-x bottom #fff;
background-color: #06113F;
color:#FFFFFF;
z-index: 200;

}

#nav ul ul ul{
top:auto;z-index:999;
}	

#nav ul li ul ul {
left:146px;
margin:0px 0 0 10px;
z-index:9999;
}
#nav ul li{
		position:relative;
}
/* === Featured Area === */
#hold{
	z-index:3;
	position:absolute;
	top:198px;
	left:2px;
	width:958px;
}
#featured{
	background:url(images/featured.jpg) top left no-repeat;
	width:956px;
	height:242px;
	padding-bottom:2px;
	position:relative;
	overflow:hidden;
	margin:0;
	z-index:4;
}
/* === Featured Packages (images to left) === */
#featured .sliderImages{
	position:absolute;
	left:30px;
	text-align:center;
	width:380px;
	height:202px;
	top:30px;
}
ul.slider-img-list{
	width:380px;
	margin: 0pt; padding: 0pt; position: relative; list-style-type: none; z-index: 1; top: 1200px;
}

ul.slider-img-list li{
overflow: hidden; float: left; width: 380px; height: 202px; vertical-align:bottom;

}

a.package1{
	width:270px;
	height:180px;
	display:block;
	margin:0 auto;
}
a.package2{
	width:270px;
	height:180px;
	display:block;
	margin:0 auto;
}
a.package3{
	width:270px;
	height:180px;
	display:block;
	margin:0 auto;
}
a.package4{
	width:270px;
	height:180px;
	display:block;
	/* background:url(images/slideleft-personality.png) top left no-repeat;   */
	margin:0 auto;
}

a.package5{
	width:270px;
	height:180px;
	display:block;
	/* background:url(images/slideleft-personality.png) top left no-repeat;   */
	margin:0 auto;
}

.sliderImages span, .arrows span{
	display:none;
}
/* === Featured next and previous links === */
#featured .arrows{
	left:398px;
	position:absolute;
	top:47px;
	width:44px;
	
	
}
#featured .arrows a.next{
	margin-bottom:66px;
}
#featured .arrows a:link.next, #featured .arrows a:visited.next, #featured .arrows a:link.prev, #featured .arrows a:visited.prev{
	height:44px;
	width:44px;
	display:block;
	position:relative;
}
#featured .arrows a:hover.next, #featured .arrows a:hover.prev{
	height:44px;
	width:44px;
	display:block;
}
#featured .arrows a:link.next, #featured .arrows a:visited.next{
/*  background:url(images/next.png) top left no-repeat;     in order to apply transparency in IE 6 & below use code on the page   */
}

#featured .arrows a:link.prev, #featured .arrows a:visited.prev{
/*   background:url(images/previous.png) top left no-repeat;    in order to apply transparency in IE 6 & below use code on the page   */

}

/* === Featured Text (right side) === */
.texthold{
	right:0px;
	top:30px;
	width:402px;
	height:242px;
	position:absolute;
	background:url(images/slideright-title.png) top left no-repeat ;
}
#featured .sliderText{
	width:402px;
	height:242px;
	position:relative;
}
ul.slider-text-list{
	width:402px;
	margin: 0pt; padding: 0pt; position: relative; list-style-type: none; z-index: 1; left:-1800px;
}
ul.slider-text-list li{
overflow: hidden; float: left; width: 402px; vertical-align:bottom; height:auto;
}
ul.slider-text-list li h2{
	width:392px;
	font-size:24px;
	color: #06113F;
	margin:0;
	font-weight:normal;
	height:29px;
	padding:6px 0 10px 10px;
}
ul.slider-text-list li p{
	color:#FFF;
	margin:0;
	padding:10px 30px 10px 10px;
	line-height:20px;
}
a.more{
	background:url(images/readmore.jpg) repeat-x top white;
	display:block;
	color: #FFF;
	font-weight:bold;
	border:1px solid #E4E4E4;
	width:70px;
	text-align:center;
	padding:4px;
	float:right;
	margin-right:30px;
	text-decoration: none;
}

a.more:hover{
	background:url(images/readmore.jpg) repeat-x top white;
	display:block;
	color: #B3E8FF;
	font-weight:bold;
	width:70px;
	text-align:center;
	padding:4px;
	float:right;
	margin-right:30px;
	text-decoration: underline;
}

/* === Services Section (homepage under featured) === */
#services{
	background:url(images/servicerepeat.jpg) repeat-x top;
	height:127px;
	width:100%;
	border-top:2px solid white;
	border-bottom:1px solid #ccc;
}
#services .box{
	float:left;
	height:97px;
	border-right:1px solid #cbcbcb;
	width:190px;
	position:relative;
	padding-left:104px;
	padding-top:30px;
	padding-right:20px;
}
#services .box2{
	float:left;
	height:97px;
	width:190px;
	position:relative;
	padding-left:104px;
	padding-top:30px;
	padding-right:20px;
}
#services .box img,#services .box2 img{
	position:absolute;
	left:20px;
	top:30px;
}
#services .box p, #services .box2 p{
line-height:18px;
padding:10px 0 0 0;
margin:0;
}


#content p{
line-height:18px;
padding:10px 0 0 0;
margin:0;
margin-bottom: 15px;
}

#content2 p{
line-height:18px;
padding:10px 0 0 0;
margin:0;
margin-bottom: 15px;
}

#services h3{
	margin:0;
	color:#525252;
	font-size:18px;
	font-weight:normal;
}
/* === Main Content === */
	#content{
		width:958px;
		position:relative;
	}
	#content2{
		width:958px;
		position:relative;
	}
	
	
/* === Subpages header === */
	#subheader{
		padding:15px 30px 10px 30px;
		display:block;
		background:#fff;


	}
	#subheader h2{
		margin:0;
		padding:0;
		color:black;
		font-weight:normal;
		font-size:24px;
		
	}
/* === Full Page Holder (portfolio) === */
	#fullpage{
		padding:15px;
		background:white;
	}
/* ===  Portfolio === */
	.portitem{
		float:left;
		width:260px;
		padding:7px;
		float:left;
		margin:5px;
		border:1px solid #ccc;
		background:#e9e9e9;
		position:relative;
		overflow:hidden;
	}
	.portitem img{
		border:1px solid white;
	}
	.portitem span{
		background:white;
		padding:7px;
		width:246px;
		position:absolute;
		bottom:-100px; /*    position slider starts at must correspond with general.js line 41 */
		left:8px;
		color:#000;
		filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
		-moz-opacity: 0.8;
		opacity: 0.8;
		font-weight: normal;

	}
/* === Left Column === */
	#content #leftcolumn{
	float:left;
	width:900px;
	background:url(images/leftcolumn.jpg) top repeat-x;
	padding:10px 30px 30px 30px;
	line-height:20px;
	position:relative;
}

	#content2 #leftcolumn{
	float:left;
	width:569px;
	background:url(images/leftcolumn.jpg) top repeat-x;
	padding:10px 30px 30px 30px;
	line-height:20px;
	position:relative;
}

#leftcolumn-wide{
	float:left;
	width:100%;
	background:url(images/leftcolumn.jpg) top repeat-x;
	padding:30px 30px 30px 30px;
	line-height:20px;
	position:relative;
}

/* === Split Left Column into 2 === */
	.col1{
		float:left;
		width:254px;
		padding-right:30px;
		margin-top:15px;
		margin-bottom:15px;
	}
	.col2{
		float:right;
		width:254px;
		padding-left:30px;
		margin-top:15px;
		margin-bottom:15px;
	}
	#content h4{
		font-size:16px;
		margin:0;
		color:black;
		font-weight:normal;
	}
		#content h5{
		font-size:14px;
		margin:0;
		color:black;
		font-weight:normal;
	}
	table{
		background:white;
		border:1px solid #ccc;
		margin:20px 0;
	}
	
	table2{
		background: blue;
		border:1px solid #ccc;
		margin:20px 0;
	}
	td{
		border:1px solid #ccc;
		padding:5px;
	}
	th{
		color:white;
		background:#1159a8;
		padding:5px;
	}
	blockquote{
		font-style:italic;
	}

	.blog{
		margin-bottom:30px;
	}
	.blog .info{
		background:#f8f8f8;
		display:block;
		padding:5px;
		border:1px solid #e2e2e2;
	}
	/* === Contact Page === */
	/*   Split left column into two   Contact Page */

div.my_left_box{
    float: left;
    padding: 0px;
    width: 235px;
}

div.my_right_box{
    float: right;
    padding: 0px;
    width: 235px;
	padding-right: 60px;
}

/*  Left Column */
#leftcolumn h2{
	font-weight:normal;
	color:black;
	font-size:24px;
	margin:0;
	padding:0;
}
#leftcolumn h3{
	margin:0;
	color:#000;
	font-weight:normal;
	font-size:18px;
}

#fullpage h3{
	margin:0;
	color:#000;
	font-weight:normal;
	font-size:18px;
}
ul.checklist{
		padding:15px 0 25px 15px;
		margin:0;
		list-style:none;
		line-height:22px;
	}
	ul.checklist li{
		background:url(images/tick.png) left no-repeat;
		padding-left:20px;
		width:255px;
		float:left;
	}
/*  Right Column */
#rightcolumn{
	float:right;
	width:284px;
	background:url(images/rightcolumn.jpg) top repeat-x;
	padding:30px 20px 30px 20px;
}
#rightcolumn h3{
	color:#000;
	font-weight:normal;
	font-size:18px;
	padding-bottom:10px;
	margin:0 0 10px 0;
	border-bottom:1px solid #dadada;
}
	#rightcolumn  ul{
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		margin:0;
		padding:0 0 30px 0;
	}			
			
	#rightcolumn  ul li{
		padding:0px;
		margin:0px;
	}
		.col1 h3, .col2 h3{
		padding:0 0 15px 0;
		margin:0;
	}


		
		#rightcolumn  ul li.bd{position:relative;}
		#rightcolumn  ul.bd a{text-decoration:none;}
		#rightcolumn  li.bd ul{
			padding:15px 0 15px 10px;
			width:264px;
			border-bottom: 1px solid #ededed;
		}
		
		#rightcolumn  li.bd ul li{
			line-height:18px;
			font-size:11px;
		}
		
		#rightcolumn  ul li.bd ul li.title{
			font-size:12px;
			font-weight:bold;
		}
		#rightcolumn  ul li.bd ul li.title a{color:#3370a6;}
		#rightcolumn  ul li.ft{line-height:1px;}

		#rightcolumn  ul.blog-entires li.bd ul li.image{	
			float:left;	
			padding:0px 15px 0 0px;
		}
		
		#rightcolumn  ul.blog-entires li.bd ul li.image{
			background:url(images/thumbbg.png) no-repeat;
			width:89px;
			height:60px;
		}
li.bd{
}
/*  Right hand side quick pics */
	#rightcolumn ul li.testimonial{
		padding:20px 0 0px 0;
		border-bottom:1px solid #ededed;
	}
		#rightcolumn ul li.testimonial ul li.extract{
font-size:12px;
color:black;}
		#rightcolumn ul li.testimonial ul li.testimonial-main{
			line-height:18px;
			padding:10px 0 10px 0;
font-size:12px;
font-style:italic;
	}
			#rightcolumn ul li.testimonial ul li.testimonial-author{
			line-height:18px;
			padding:0 0 0 0;
		font-size:11px;
			}
			a img{
				border:none;
			}
/**************** Footer  *******************/

/*    Footer    */
#footer{
width:956px;
background: #06113F;
padding:30px 0;
background:url(images/foot.jpg) no-repeat;

}

#footer .box{
	float:left;
	width:254px;
	height: 185px; /*remove this if putting links back in  */
	position:relative;
	padding-left:30px;
	padding-right:30px;
}
#footer .box2{
	float:left;
	width:955px;
	position:relative;
}

#footer .box p, #footer .box2 p{
	line-height:18px;
padding:0 0 0 0;
margin:0;
color:#dce9f8;
}

.box2 a{
text-decoration: underline;
	color:#fff;
}

.box2 a:hover{
text-decoration: none;
	color:#ff0000;
}

ul#menu_footer a {
	font: normal 11px Verdana, Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	text-decoration: none;
	margin-left:15px;
	margin-right:15px;
	
}

ul#menu_footer a:hover {
	text-decoration: underline;
}

ul#menu_footer a:active {
}

ul#menu_footer {
	list-style-type:none;
	text-align:center;
	margin:0px;
	padding:0px;
	padding-top: 20px;
	padding-bottom: 15px;
	

}

ul#menu_footer li {
	display:inline;
	border-left: 1px ridge #000;
	
}

li {margin-left:0px;} 

ul#menu_footer li.left {
	display:inline;
	border-left: none;
}

