/********************************************************
* Base styles --                          			    *
********************************************************/

body { font-size: 80%;
    font-family: Verdana, Arial, san-serif;
    padding: 0px;
	margin: 0px;
	background: url(../images/bg_main.jpg) 0 0 repeat-x; 
	
}
p.what { margin: -10px 0 0 0; padding:0; color: #999999; }
p, li, h { color: #000000; line-height: 1.5em;}

p, li { font-size: 12px; color:#000000;}
li { list-style: none;  color:#000000;}
/*h1 { color: #000000; font: bold 12px Arial, sans-serif; text-align: left; border-bottom: 2px solid #aac638; background: #dee6cb; margin: 0px; padding: 10px 10px 5px 10px; }*/
h1 { color: #003468; font: bold 24px Arial, sans-serif; text-align: left; border-bottom: 0px dotted #529cd4; margin: 0px; padding: 0px 0px 0px 0px; }

h2 { font-size: 14px; color:#000000; text-decoration: none; padding-bottom: 4px; line-height: 18px;}
h3 { font-size: 14px; color:#000000; text-decoration: underline; padding-bottom: 4px; margin: 12px 0 -12px 0;}
h4 { font-size: 12px; font-weight: bold; line-height: 1.5em; margin: 12px 0 -12px 0; }
h5 { font-size: 12px; font-weight: normal; line-height: 1.5em; margin: 0; padding: 0; color: #003468; }
h6 { font-size: 1.1em; line-height: 1.1em; display: block; margin: 0; padding: 0;}

a:link     { color: #003468; text-decoration: underline;}
a:active   { color: #003468; text-decoration: underline;}
a:visited  { color: #003468; text-decoration: underline;}
a:hover    { color: #6d276a; text-decoration: underline;}

a img {border:0; text-decoration: none;}
a img:hover { border-bottom: none; }

.smalltext {font-size: 10px;}
.emph {
    font-family: Verdana, Arial, san-serif;
    padding: 0px;
	margin: 0px;
	background: url(../images/emph_bg.png) 0 0 repeat; 
}

.subhead { font-size: 18px; line-height: 12px; color: #6d276a; font-weight: bold;
}

/********************************************************
* Wrapper --                                 			*
********************************************************/

#wrapper {
clear: both;
	position: relative;
    width: 919px;
	height: 100%;
    margin: 0px auto;
	background-color:;
	z-index: 2;
	border: 0px solid #CCCCCC;
	background: url(../images/bg_wrapper.jpg) 0 0 repeat;
}


/********************************************************
* Header --                                 			*
********************************************************/

#header {

    width: 919px;
    height: 308px;
	margin: 0px;
	padding: 0px;
    background-color: #FFFFFF;
	background: url(../images/bg_header.jpg) 0 0 no-repeat;
}

#CallToAction {
	position:relative;
	left:266px;
	top:155px;
}

/********************************************************
* Topnav --                                 			*
********************************************************/

#mainnav {

	text-align: center; 			
	width: 919px; 
	height: 35px; 
	background-image: url(../images/bg_menubar.jpg);
	
}

#mainnav ul {margin: 0; padding: 0; list-style: none;}

#mainnav li { position: relative; z-index: 500; float: left;}

#mainnav a { display: block; padding: 8px 20px 2px 20px; height: 25px;}

#mainnav li a:link     {color: #000000; text-decoration: none;}
#mainnav li a:active   {color: #000000; text-decoration: none;}
#mainnav li a:visited  {color: #000000; text-decoration: none;}
#mainnav li a:hover    {color: #FFFFFF; background-color:#c95fc4; text-decoration: none;}

#mainnav li:hover ul, #topnavlist li.over ul { display: block; } 

#mainnav .leftmost { border-left: 1px solid #fff; }

#nav1 {width: 60px;}

.floatright
{
float: right;
width: 180px;
}

/* submenus  */
#mainnav li ul {
    position: absolute;
    display: none;
    top: 34px;
    left: 0;
    margin: 0;
	z-index: 100;
}

#mainnav li li {
    background-color:#c95fc4;
    border-width: 0 1px;
	font-size: 1em;
	clear: left;
}

#mainnav li ul a {
    display: block;
    padding: 2px 20px;
    height: 20px;
    color: #fff;
    text-align: left;
	width: 210px;
	background-color: #003468;
}

#mainnav li ul a:link     { color: #fff; text-decoration: none; }
#mainnav li ul a:active   { color: #fff; text-decoration: none; }
#mainnav li ul a:visited  { color: #fff; text-decoration: none; }
#mainnav li ul a:hover    { color: #000000;}

/* miscellany */
#mainnav .topmost { margin-top: 1px; }
#mainnav .bottommost { margin-bottom: 1px; }


/********************************************************
* SUB NAVBIGATION  ---                         			*
********************************************************/

#navcontainer { width: 299px; padding: 5px 5px 0 0; position: relative; }

#navcontainer a img { display:inline; vertical-align:baseline; padding: 1px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
font-family: Arial, Helvetica, sans-serif;
list-style: none;
}


#navcontainer li 
{
background-image: url(../images/bullet_pawn.png);
background-repeat: no-repeat;
background-position: 1em .5em;
background-color: #e5eaf0;
_background-image: url(../images/bullet_pawn.png);
_background-repeat: no-repeat;
_background-position: 1em .5em;
_background-color: #e5eaf0;
}

#navcontainer a
{
background-image: url(../images/bullet_pawn.png);
background-repeat: no-repeat;
background-position: 1em .5em;
_background-image: url(../images/bullet_pawn.png);
_background-repeat: no-repeat;
_background-position: 1em .5em;
display: block;
padding: 10px 0 10px 40px;
border-bottom: 1px solid #fff;
}

#navcontainer a:link, #navlist a:visited
{
color: #003468;
text-decoration: none;

}


#navcontainer a:hover
{
background-color: #003468;
color: #e5eaf0;
}


#navcontainer2 { width: 299px; margin: 0 0 -30px 0; padding:  0; position: relative; }

#navcontainer2 a img { display:inline; vertical-align:baseline; padding: 1px; }

#navcontainer2 ul
{
margin-left: 0;
padding-left: 0;
font-family: Arial, Helvetica, sans-serif;
list-style: none;
}


#navcontainer2 li 
{

background-image: url(../images/bullet_pawn.png);
background-repeat: no-repeat;
background-position: 1em .5em;
background-color: #6d276a;
}

#navcontainer2 a
{
background-image: url(../images/bullet_pawn.png);
background-repeat: no-repeat;
background-position: 1em .5em;
display: block;
padding: 10px 0 10px 40px;
border-bottom: 1px solid #fff;
}

#navcontainer2 a:link, #navlist2 a:visited
{
color: #ffffff;
text-decoration: none;

}


#navcontainer2 a:hover
{
background-color: #003468;
color: #e5eaf0;
}


/*
IE6
*/

html>body #navcontainer { width: 299px; padding: 5px 5px 0 0; position: relative; }

html>body #navcontainer a img { display:inline; vertical-align:baseline; padding: 1px; }

html>body #navcontainer ul
{
margin-left: 0;
padding-left: 0;
font-family: Arial, Helvetica, sans-serif;
list-style: none;
}


html>body #navcontainer li 
{
background-image: url(../images/bullet_pawn.png);
background-repeat: no-repeat;
background-position: 1em .5em;
background-color: #e5eaf0;
_background-image: url(../images/bullet_pawn.png);
_background-repeat: no-repeat;
_background-position: 1em .5em;
_background-color: #e5eaf0;
}

html>body #navcontainer a
{
background-image: url(../images/bullet_pawn.png);
background-repeat: no-repeat;
background-position: 1em .5em;
_background-image: url(../images/bullet_pawn.png);
_background-repeat: no-repeat;
_background-position: 1em .5em;
display: block;
padding: 10px 0 10px 40px;
border-bottom: 1px solid #fff;
}

html>body #navcontainer a:link, #navlist a:visited
{
color: #003468;
text-decoration: none;
}


html>body #navcontainer a:hover
{
background-color: #003468;
_background-color: #003468;
color: #e5eaf0;
}


html>body #navcontainer2 { width: 299px; margin: 0 0 -30px 0; padding:  0; position: relative; }

html>body #navcontainer2 a img { display:inline; vertical-align:baseline; padding: 1px; }

html>body #navcontainer2 ul
{
margin-left: 0;
padding-left: 0;
font-family: Arial, Helvetica, sans-serif;
list-style: none;
}


html>body #navcontainer2 li 
{
background-image: url(../images/bullet_pawn.png);
background-repeat: no-repeat;
background-position: 1em .5em;
background-color: #6d276a;
_background-image: url(../images/bullet_pawn.png);
_background-repeat: no-repeat;
_background-position: 1em .5em;
_background-color: #6d276a;
}

html>body #navcontainer2 a
{
background-image: url(../images/bullet_pawn.png);
background-repeat: no-repeat;
background-position: 1em .5em;
border-bottom: 1px solid #fff;
_background-image: url(../images/bullet_pawn.png);
_background-repeat: no-repeat;
_background-position: 1em .5em;
_border-bottom: 1px solid #fff;
display: block;
padding: 10px 0 10px 40px;
}

html>body #navcontainer2 a:link, #navlist2 a:visited
{
color: #ffffff;
text-decoration: none;
}


html>body #navcontainer2 a:hover
{
background-color: #003468;
color: #e5eaf0;
}










/********************************************************
* Custom --                                 			*
********************************************************/

#forms {
z-index: 100;
margin: 0;
padding:0;
position:relative;
}


#form-bkrd
{
background-image: url(../images/form_bkrd.jpg);
background-repeat: no-repeat;
background-position: -100px;
width: 32px;
height: 281px;
position:relative;
margin: -265px 0px 0 -5px ;
z-index: 1;
}


.clear {
clear: both;}


/* /* IE hack6 */
html #container { height:1%;
}

 /* IE7/FF hack */
#container:after {
height: 0;
visibility: hidden;
display: block;
content: ".";
clear: both;
}

#spacer {
 clear: both;
}

.picLeft{
z-index:  1;
float: left;
display: block;
position: relative;
padding: 0px 0px 0px 0px;
margin:  0px 20px 0px 0px;
}	

.picBestvalue{
	z-index:  1;
	position: absolute;
	display: block;
	padding: 0px 0px 0px 0px;
	margin:  0px 100px 0px 0px;
	left: 325px;
	top: 452px;
}	
			

/********************************************************
* Content --                                 			*
********************************************************/

#content {
	/*clear: both;*/
    width: 915px;
	height: 100%;
    background: url(../images/bg_body.png) repeat;
	margin: 0px;
	padding: 10px;
}

#MainCopy {
    width: /*590px;*/ 500px;
	padding-right: 16px;
    text-align: left;
    padding: 12px 15px;
}

#MainCopy1 {
    width: /*590px;*/ 850px;
	padding-right: 16px;
    text-align: left;
    padding: 12px 15px;
}

#MainCopy li { 
	background:url(../images/bullet_LtBlue.png) 0px 9px no-repeat; font-size: 12px; line-height: 18px; padding: 0 0 0 5px;
	list-style-type: disc
}

#OneColumn {
width: 869px;
padding: 12px 15px;
text-align: left;
}

img.frame {
		padding: 5px;
		border: 0;
		border: 1px solid #ccc;
}

/********************************************************
* Rightcol --                                 			*
********************************************************/

#rightcol {
    float: left;
    width: 326px;
    text-align: left;
    padding: 4px 6px;
	margin: 0px;
   /*  display: inline; fix IE */
}

#rightSide {
	position:relative;
	float: right;
	left:0px;
	top:0px;
	width:314;
	padding: 20px;
}

#right-rule { postion: absolute; left: 700px; width: 2px; height: 98%; background-image: url(../images/bg_rule.jpg); }

/********************************************************
* Element styling classes --                            *
********************************************************/

.rightcolform {padding: 0px; margin:0px; background-color:#FFFFFF;}

#rightcol li { background:url(../images/bulletRelatedLinks.gif) 0px 9px no-repeat; font-size: 14px; line-height: 20px; padding: 0 0 0 18px; }

#agendaRight {
	border-right:1px dotted #000000;
	border-bottom:1px dotted #000000;
	/*font-size: 88%;*/
	font-size: 12px;
}

#agendaRightOnly {
	border-right:1px dotted #000000;
	/*font-size: 88%;*/
	font-size: 12px;
}

#agendaBottom {
	border-bottom:1px dotted #000000;
	/*font-size: 88%;*/
	font-size: 12px;
}

#agenda {
	/*font-size: 88%;*/
	font-size: 12px;
}

#sidebar {
	/*font-size: 88%;*/
	font-size: 12px;
}

/********************************************************
* Footer --                                 			*
********************************************************/

#footer {
	clear: both;
	color: #ffffff;
	height: 59px;
	width: 919px;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	background-color: 6d276a;
	font-size: 10px;
	background: url(../images/bg_footer.jpg) 0 0 repeat;
}

/*#footerWrapper {
	clear: both;
	height: 59px;
	width: 915px;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 2px;
	padding-left:2px;
	background-color:;
	
}*/

#footerLine {
	float: none ;
	clear:both;
	width:700px;
	height:1px;
}

#formLine {
	float: none ;
	clear:both;
	width:200px;
	height:1px;
}

#footer a:link     { color: #666666; border: 1px solid #dee6cb; padding: 2px 4px; text-decoration: none; }
#footer a:active   { color: #666666; border: 1px solid #dee6cb; padding: 2px 4px; text-decoration: none; }
#footer a:visited  { color: #666666; border: 1px solid #dee6cb; padding: 2px 4px; text-decoration: none; }
#footer a:hover    { color: #FFFFFF; background-color:#ce5d21; border: 1px solid #FFFFFF; padding: 2px 4px; text-decoration: none; }

#bottom {
	
	width: 784px; 
	height: 10px; 
	background-image: url(../images/bg_bottom.jpg);
	
}

#quuote_foot {
position: relative;
float:right;
top: 0px;
margin: 50px 0 0 0;
}

html>body #quuote_foot {
position: relative;
float:right;
top:0px;
margin: 50px 0 0 0;
}
/********************************************************
* END --                                 				*
********************************************************/

