/*CSS Reset*/

html, body, div, dl, dt, dd, li, pre, form, fieldset, input, textarea, p, blockquote, th, td, button { margin: 0; padding: 0; }

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }

/* address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; } */

input, select, textarea, table { font-size: 100%; }

table { border-collapse: collapse; border-spacing: 0; }

caption, th { text-align: left; font-weight: normal; font-style: normal; }

acronym, abbr, fieldset, img { border: 0;}

/* basic styles */

a:link { color: #153ac4; }
a:visited { color: #42559b; }
a:active, a:hover { color: #a035c3; }

body {
	color: #171616; 
	background: #fff url('images/topbg.jpg') center top no-repeat;
	text-align: center;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times, "Times New Roman", serif;
}

p {
	margin-bottom: 1em;
}

h1 {
	color: #9116ba;
	font-size: 1.8em;
	font-style: italic;
	margin-bottom: 10px;
}

h2 {
        color: #9116ba;
        font-size: 1.4em;
        margin-bottom: 10px;
}


h3 {
        color: #9116ba;
        font-size: 1.2em;
        margin-bottom: 10px;
}

/* classes */
.aligncenter { text-align: center; }
.alignleft { text-align: left; }
.alignright { text-align: right; }

.box {
	background: #b5eaf8 url('images/leftboxb.gif') bottom left no-repeat;
	width: 210px;
	padding-bottom: 10px;
}
	.box-inner {
		width: 190px;
		background: url('images/leftboxt.gif') top left no-repeat;
		padding: 10px 10px 0px 10px;
		min-height: 100px;
	}

.box_pkg {
	width: 287px;
	height: 168px;
	position: relative;
	background: url('images/homemid1.gif') no-repeat;
}
	.package2 { background: url('images/homemid2.gif') no-repeat; }

	.box_pkg h2 {
		color: #fff;
		padding: 10px 20px 0px 20px;
		font-style: italic;
		font-size: 25px;
	}
	.box_pkg p {
		margin-bottom: .5em;
		padding: 0px 20px;
	}
	.box_pkg ul {
		margin-top: 0px;
		margin-bottom: .5em;
	}
	.box_pkg .action {
		position: absolute;
		bottom: 23px;
		right: 14px;
		text-align: center;
		width: 105px;
	}	
		.box_pkg .action a, .box_pkg .action a:link, .box_pkg .action a:visited {
			font-weight: bold;
			color: #fff;
			text-decoration: none;
		}
		.box_pkg .action a:active, .box_pkg .action a:hover {
			color: #efb8f3;
		}

.clear { clear: both; }

.floatleft { float: left; margin: 0px 1em 1em 0px; }
.floatright { float: right; margin: 0px 0px 1em 1em; }

/* layout */



/*********** basic layout **************/
#wrapper {
	width: 902px;
	margin: 0px auto;
}

#top {
	height: 107px;
	width: 902px;
	text-align: center;
}

#logo {
	height: 78px;
	width: 420px;
	margin: 0px auto;
}
	#logo a {
		display: block;
		width: 420px;
		height: 78px;
		background: url('images/logo.gif') center top no-repeat;
		text-indent: -9999px;
	}

#menu {
	margin: 0px; padding: 5px 0px 0px 0px; list-style: none;
}
	#menu li { display: inline; }
	#menu a, #menu a:link, #menu a:visited {
		text-decoration: none;
		color: #212945;
		font-weight: bold;
		padding: 0px 5px;
	}
	#menu a:active, #menu a:hover {
		background: #fff;
		color: #153ac4;
	}

#footer {
	width: 892px;
	height: 25px;
	background: url('images/footerbg.gif') no-repeat;
	text-align: left;
	padding: 10px 0px 0px 10px;
	color: #858383;
	font-size: .8em;
}
	#footer a:link, #footer a:visited { color: #858383; }
	#footer a:active, #footer a:hover { color: #153ac4; }

/*********** page layouts ***************/

#pagecontent {
	width: 880px;
	padding: 11px;
	text-align: left;
}

.breadcrumb {
	margin: 0px 0px 10px 0px;
	font-size: .8em;
	color: #171616;
}
	.breadcrumb a:link, .breadcrumb a:visited { color: #171616; text-decoration: none; }
	.breadcrumb a:active, .breadcrumb a:hover { text-decoration: underline; }

.hometop {
	width: 880px;
	height: 185px;
	margin-bottom: 10px;
	position: relative;
	background: url('images/hometop.gif') no-repeat;
}
	#flashmovie {
	position: absolute;
	left: 149px;
	top: 12px;
	}
	
	.hometop .content_main {
		padding: 30px 165px 0px 300px; 
	}
	
	.hometop h1 {
		color: #fff;	
		font-style: italic;
		font-size: 28px;
	}
	.hometop h1.blurb {
		color: #0c6a88;
		font: 20px Verdana, Arial, Helvetica, sans-serif;
	}
	
	.starburst a, .starburst a:link, .starburst a:visited {
		displaly: block;
		width: 100px;
		height: 100px;
		position: absolute;
		top: 0px;
		right: 0px;
		padding: 25px 20px 25px 30px;
		text-align: center;
		text-decoration: none;
		color: #fff;
		font: 18px Verdana, Arial, Helvetica, sans-serif;
		text-transform: uppercase;
	}
		.starburst a em {
			font: italic 25px Georgia, "Times New Roman", Times, serif;
		}

.onecol { 
	margin-bottom: 10px;
}

.twocol {
	margin-bottom: 10px;
}

	.twocol .content_sub {
		width: 210px;
		float: left;
	}
	
	.twocol .content_main {
		width: 640px;
		padding-right: 10px;
		float: right;
	}

.threecol {
	margin-bottom: 10px;
}
	.threecol .content_left, .threecol .content_middle, .threecol .content_right {
		width: 287px;
		float: left;
	}
	
	.threecol .content_middle {
		margin-left: 9px;
		margin-right: 9px;
	}
