html { margin:0;
padding:0;
}

body {
	text-align: left;
	margin: 0px;
	padding: 0px;
	height:100%;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../_media/backgrounds/bg.jpg);
	background-position: left center;
}

#masterContainer {
	position: relatives;
	top: 0px;
	left: 0px;
	height:100%;
	height: auto !important;
	min-height: 100%;
	width:100%;
    }
	
	
#banner_wrap{
	width: 100%;
	}

#banner{
	width: 900px;
	padding: 0px;
	height:240px;
	position:relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}	
	
#bannerText {
	width:100%;
	position:absolute;
	bottom:0;
	text-align:center;
}

#bannerText p {
	color:#FFF;
	text-align:center;
	line-height:0%;
	margin:15px 0px;
	font-weight:bold;
}
	
#content_Container {
	width: 900px;
	min-height: 500px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: hidden;
	background-image: url(../_media/backgrounds/contentWrapper.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
	
#content {
	width: 100%;
	float:left;
	padding: 0px;
	height: 238px;
	background-image: url(../_media/backgrounds/topBucket.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position:relative;
}
 
#leftContent {
	position:absolute;
	left:1px;
	top:-5px;
	width:246px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#phoneNumber {
	width:210px;
	margin-left:335px;
	margin-top:205px;
	height:auto;
	}

#sideNav {
	width: 100%;
	min-height:490px;
	height: auto;
	position: relative;
}

#leftCol {
	position:absolute;
	left:0;
	top:0;
	padding:14px;
	width:246px;
}

#leftCol ul {
	padding-left:15px;
}

#leftCol li {
	padding-left:0;
	color:#333;
	line-height:90%;
	list-style:none;
	list-style-image:url(../_media/backgrounds/listItem.jpg);
}

#leftCol li a {
	color:#000;	
}

#leftCol p a {
	text-decoration:none;
	color: #000;
}

#leftCol a:hover {
	color: #317993;
}

.linkCenter {
	margin-left:25px;
}

#videoBox {
	margin-left:290px;
	width:565px;
	height:205px;
	float:right;
	padding-top: 15px;
	position:relative;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-right: 25px;
}

#videoHolder{
	position:absolute;
	width:293px;
	height:176px;
	right:0;
	bottom:22px;
	margin-right: 35px;
}

#videoHolder p {
	text-align:left;
	color:#333;
	margin:0;
	font-weight:bold;
	font-size:110%;
}

#videoBox ul {
	background-image: url(../_media/backgrounds/videoBullets.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 30px;
	color:#666;
}

#videoBox li {
	
	list-style-type: none;
	padding-left: 20px;
	line-height: 145%;
	font-size: 125%;
	padding-top: 0px;
}

#bottomContainer{
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#bottom{
	text-align: center;
	width: 880px;
	height: auto;
	background-color: #000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 10px 10px 5px 10px;
	position: relative;
}

#bottom p {
	margin-top:45px;
}

#bottom a {
	text-decoration:none;
	padding-right: 5px;
	padding-left: 5px;
}

#bottom a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}

#btmRightBucket {
	width:565px;
	min-height:70px;
		margin-right: 25px;

	position:absolute;
	bottom:0;
	right:0;
}

#bottomLinks {
	position:absolute;
	right:41px;
	bottom:-1px;
	width:auto;
	height:auto;
	padding-bottom: 4px;
	padding-right: 10px;
}
	
	
	
/* CSS Font Styles */	
	
p {
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: justify;
	line-height: 125%;
	}

h1 {
	color: #197290;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	background-image: url(../_media/backgrounds/h1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	}
	


h2 {
	color: #4B98B6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	}

h3 {
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	}

h4 {
	color: #000;
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times;
	}
	
	
h5 {
	color: #000;
	font-size: 120%;
	font-family: Verdana, Geneva, sans-serif;
	}
	
h6 {
	color: #197290;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	background-image: url(../_media/backgrounds/h6.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	}
	

a {
	color:#fff;
	text-decoration:none;
	padding-right: 2px;
	padding-left: 2px;
	}

a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	text-decoration:none;
	}

ul {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: outside;
	}
ol {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: outside;
	}	
	
li {
	padding: 8px 8px 8px 0px;
	}

	
.openText {
	font-size:80%;
	font-weight:normal;
}
.fontRedsm {
	color: #B0372A;
}

#btmRightBucket li {
	line-height:70%;
	color:#333;
}

.redFont {
	font-weight:bold;
	color:#b0372a;
	font-size:135%;
}
	

	
@charset "utf-8";
/* CSS Document */
.phoneRed {
	font-size: 20px;
	font-weight: bold;
	color: #B0372A;
}

#btmRightBucket	ul {
	background-image: url(../_media/backgrounds/easyBullets.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-left: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	min-height:150px;
}

#btmRightBucket ul li {
	list-style-type: none;
	padding: 1px 5px 5px 5px;
	display:block;
	font-size: 125%;
	color:#666;
	line-height:150%;
}
