/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #FFFFFF url(images/bg-body.jpg) repeat-x top;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;

}
/* Sets the margin and padding to zero */
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, fieldset, address, blockquote, th, td {
	 margin: 0;
	 padding: 0;
	 text-align: left;  /* Not necessary if not using text-align center in body tag for older IE browsers. */
}



/* Styles h1, h2, h3, h4, h5 tags */
h1, h2, h3 {
	color: #466A9E;
	margin-left: 20px;
	margin-right: 30px;
	}
h1 {
	font-weight: normal;
	font-size: 24px;
	padding: 10px 0px 10px 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #DBE2F2;
}
h2 {
	font-size: 36px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-transform: uppercase;
	padding-left: 0px;
	border-bottom: 1px solid #DEE4F2;
	margin: 5px 50px;
	text-align: center;
}
h3 {
	font-size: 14px;
	color: #5D0738;
	padding: 10px 10px 5px 15px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
h4 {
	font-size: 12px;
	color: #590033;
	background: #DDE4F2;
	text-align: center;
	padding: 5px 0px;
	margin: 10px 50px 0px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #590033;
}
h5 {
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Sets the line-height for the p, td, and address tags */
p {
	line-height: 22px;
	color: #666666;
	padding: 7px 30px;
	margin-top: 10px;
}

td {
	line-height: 18px;
}
		
/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited, a:active{
	font-size:12px;
	color:#5A0034;
	font-weight:bold;
	font-family:Arial, sans-serif;
	text-decoration: underline;
}

a:hover {
	font-size:12px;
	color:#40A0C6;
	font-weight:bold;
	font-family:Arial, sans-serif;
	text-decoration:none;
}
address {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	margin: 50px 5px 0px 15px;
	padding: 30px 15px 30px 10px;
	border: 1px solid #C4D2EC;
	background: url(images/address.gif) repeat-y;
		
}

address a:link{
	font-size:11px;
	color: #5D0537;
	font-weight: bold;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}

address a:hover{
	font-size:11px;
	font-weight: bold;
	color: #4576B8;
}

/* ----------------- MAIN NAVIGATION ----------------- */

/* Apply the ul#mainnav style to our entire <ul>.*/

/* Sets a background color and width for our navigation box. Removes all default margins and padding. */


ul#mainnav {
	width: 668px;
	position: absolute;
	left: 305px;
	z-index: 2;
	top: -1px;
	height: 36px;
}

/* Removes the default bullets. */
ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
}

/* Styles links. Setting the display to block ensures  links will stack back on top of one another as block level elements. The width sets the "hit" area of the links.  */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #2D62A6;
	display: block;
	float: left;
	font: normal 11px Arial, Helvetica, sans-serif;
	padding: 12px 17px 7px;
	text-decoration: none;
	text-transform: uppercase;
	border-right: 1px solid #4F75A4;
	border-bottom: 1px solid #7B9BCE;
	border-left: 1px solid #F3F4F8;
}

/* Creates hover status. */
ul#mainnav li a:hover {
	color: #FFFFFF;
	width: auto;
	background: #5A0034;
}

/* Creates current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	color: #FFFFFF;
	width: auto;
	background: #2D62A6;
}

	
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#container {
	width: 973px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg-container.gif);
	background-repeat: repeat;
}
div#header {
	height: 270px;
	background-image: url(images/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}
div#header2 {
	height: 270px;
	background-image: url(images/bg-intro-header2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}

.introlink {
	position: absolute;
	top: 143px;
	right: 163px;
}

div#sidebar {
	float: left;
	width: 240px;
	padding-top: 0px;
	padding-right: 2px;
	padding-left: 2px;
	
}
	
div#content {
	width: 690px;
	padding: 0px 10px 20px 20px;
	float: left;
	
} 
div#content ol, div#content ul {
	line-height: 18px;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-right: 15px;
	color: #666666;
}
div#content ul li{
	padding-left: 5px;
	list-style: disc url(none);
	padding-top: 5px;
	padding-bottom: 5px;
	color: #016CBD;
	margin-left: 40px;
} 

div#content ol li{
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #666666;
	margin-left: 40px;
} 

div#footer {
	clear: both;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2D62A6;
	padding: 100px 0px 0px;
	position: relative;
	background-image: url(images/bg-footer.gif);
	background-repeat: no-repeat;
	height: 32px;
		
	
}
div#footer a:link, div#footer a:visited {
	color: #590033;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 5px;
	padding-left: 5px;
	text-transform: uppercase;
}
div#footer  a:hover {
	color: #2D62A6;
	font-size: 10px;
	font-weight: bold;
}


div#copyright {
	text-align: center;
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-right: auto;
	margin-left: auto;
	color: #1462A3;
	clear: both;
	padding-top: 10px;
}

div#copyright a:link, div#copyright a:visited {
	color:#4C90C9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

div#copyright a:hover, div#copyright a.current:link, div#copyright a.current:visited {
	color: #1464A7;
	font-weight: bold;
	
}
	
div#admin {
	position: absolute;
	right: 20px;
	bottom: -28px;

}
div#admin a:link, div#admin a:visited {
	color:#A29E94;
}

div#admin a:hover, div#admin a.current:link, div#admin a.current:visited {
	color: #2E3134;
	font-weight: bold;	
	
}



div#iframe {
	margin-left:-10px;
}


/* DIVs to create columns for paragraphs. */
div#leftpara {
	float: left;
	width: 310px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
}	
div#rightpara {
	float: left;
	padding-left: 10px;
	padding-bottom: 10px;
	border-left: 1px solid #6D080D;
	clear: left;

}




/* -------------------Splash Page Layout--------------------*/


div#contentsplash address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	margin: 20px auto;
	background: url(images/address.gif);
	padding: 20px 0px 20px 10px;
	width: 210px;
		
}
div#contentsplash {
	width: 300px;
	padding: 20px 0px;
	float: left;
	margin-left: 20px;

} 
div#flash {
	width: 613px;
	float: left;
	padding-left: 10px;
	
}
div#contentsplash p{
	line-height: 21px;
	color: #666666;
	padding: 5px 20px;
	margin-top: 10px;
	font-size: 14px;
}

div#offer {
	background-image:url(images/current-offer-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 248px;
	margin-right: auto;
	margin-left: auto;
	padding: 70px 0px 40px;
	border: 1px solid #610B3C;
}	

/*div#contentsplash a:link {
	font-size:14px;
	color:#65BD45;
	font-weight:bold;
	font-family:Arial, sans-serif;
	text-decoration: none;
}

div#contentsplash a:hover{
	font-size:14px;
	color:#40A0C6;
	font-weight:bold;
	font-family:Arial, sans-serif;
	text-decoration:none;
}*/







/* ----------------- IMAGE/ALIGNMENT ELEMENTS ----------------- */

.middleimg
 {
	float: left;
	margin: 10px 20px 10px 40px;
	clear: none;
	border: 1px solid #999999;
	
}
.leftimg {
	float: left;
	clear: both;
	margin: 15px 10px 2px 5px;
}

.leftimg2 {
	float:left;
	margin:20px 20px 15px;
	border-color: #DDE4F2;
	clear: both;
}

.clear {
	clear: both;
}


/* CLASSES to create columns for unordered lists. */
ul.leftul {
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	float: left;
	clear: none;
	margin: 0px;
	width: 200px;
}
ul.rightul{
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 10px;
}


/* Class for text for emphasis */
.empasis
 {
	color: #466A9E;
	font-weight: bold;
	font-size: 13px;

}
.companyname {
	color: #5A0034;
	font-weight: bold;
	font-size: 12px;

}


div#qd-plan-video

{
  	  height: 215px;
    margin-bottom: 5px;
    margin-left: 654px;
    margin-right: 5px;
    margin-top: -64px;
    width: 280px;
}

