/* 
	Resets defualt browser settings
	reset.css
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
:focus { outline:0; }
a:active { outline:none; }
body { line-height:1; color:black; background:white; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

/*
	Page style
*/

.background {
	position: fixed;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #c3d9e7;
	background: url("/images/bg.png") repeat-x top;
	background-size: 1px 100%;
	z-index: -2;
}

body { 
	font:normal 62.5%/1.5 Helvetica, Arial, sans-serif;
	letter-spacing:0;
	color:#434343;
	position:relative;
	text-shadow:0 1px 0 rgba(255,255,255,.8);
	-webkit-font-smoothing: subpixel-antialiased;
}

#logo {
	position:relative;
	float:left;
	z-index:5;
}

#package {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 75;
}
.CTA {
	position:relative;
	font-size:large;
	font-weight:bold;
	color:#4b53a5;
}
.phone {
	position:relative;
	font-size:xx-large;
	font-weight:bold;
	color:#4b53a5;
}
#header .phone {
	text-align:right;
	margin-right: 20px;
}
#topbar {
	position: relative;
	clear:both;
	padding: 0px;
	margin-bottom:0px;
	height: 54px;
	vertical-align:bottom;
} 

#container {
	width:820px;
	padding: 10px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#MTbox {
	width:800px;
	height:400px;
	position:relative;
	z-index:101;
	background-color:#FFF;
	clear:both;
}

#banner {
	position:absolute;
	top:328px;
	z-index:500;
}

#frame {
	position:absolute;
	z-index:0;
	width:820px;
	height:420px;
	top:-3px;
	left:-80px;
}

#test {
	margin-top: 100px;
	background-color: #FFF;
	font-size:large;
	height: 100%;
	width: 100%;
	margin-left: 25px;
}

.indent {
	list-style:none;
	padding-left: 150px;
}

.lvl2 {
	list-style:disc;
	padding-left: 50px;
}
/*
	Slideshow
*/

#slides {
	position:absolute;
	top:0px;
	left:0px;
}

#about {
	background-color:#FFF;
	height: 370px;
	width: 770px;
	padding: 15px;
	font-size:small;
	overflow:hidden;
}


/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:800px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/
#Content {
	font-size:x-large;
	font-weight:bold;
}

.slides_container a {
	width:800px;
	height:400px;
	display:block;
}

.slides_container a img {
	display:block;
}
.center {
	text-align:center;
}

/*
	Next/prev buttons
*/

#slides .large .next, #slides .large .prev {
	position:absolute;
	top:175px;
	left:-27px;
	width:27px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .tiny {
	position: absolute;
	width: 25px;
	height:25px;
	bottom: 10px;
	left:780px;
	z-index:550;
}

#slides .large .next {
	left:800px;
}

/*
	Pagination
*/

.pagination {
	margin: 10px 0px 0px auto;
	width: 60px;
	}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../Images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/* bottom links */

#links {
	width: 770px;
	height: 200px;
	text-align:center;
	padding: 15px;
}

#lefty{
	float:left;
	width: 250px;
	height: 175px;
	
-webkit-box-shadow: 2px 5px 10px 0px #000;
        box-shadow: 2px 5px 10px 0px #000;
}

#middlin{
	position: absolute;
	width: 250px;
	height: 175px;
	left: 285px;
	
-webkit-box-shadow: 2px 5px 10px 0px #000;
        box-shadow: 2px 5px 10px 0px #000;
}

#righty{
	width: 250px;
	height: 175px;
	float: right;
	
-webkit-box-shadow: 5px 5px 10px 0px #000;
        box-shadow: 5px 5px 10px 0px #000;
}
#across {
	width: 750px;
	padding:  25px 10px 10px;
	clear: both;
	font-size:medium;
}

/*
	Footer
*/

/*.phone {
	font-size:x-large;
	font-weight: bold;
	color:#554488;
}*/

#footer {
	text-align:center;
	width: 800px;
	margin-top:25px;
	padding:4.5px 0 18px;
	border-top:1px solid #dfdfdf;
	background-color:#fff;
	zoom: 1;
	opacity:0.6;
  	filter:alpha(opacity=60); /* For IE8 and earlier */
}

p #footer {
	margin:4.5px 0;
	font-size:1.0em;
	opacity:1.0;
  	filter:alpha(opacity=100);
}

/*
	Anchors
*/

a:link,a:visited {
	color:#4b53a5;
	text-decoration:none;
}

a:hover,a:active {
	color:#192a94;
	text-decoration:underline;
}
