/*--------------------------------------------------------------------------------------------------
	global styles and wrapper
--------------------------------------------------------------------------------------------------*/

a  {
	text-decoration: none;
	color: #4a63ae;
}
a:hover {
	color: #4a63ae;
	text-decoration : underline;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:top;
	background-color: #5a2049;
	padding:0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, ol, ul {
	padding:0;
	margin:0;
}

img {
	padding:0;
	margin:0;
	display:block;	
}

p {
    padding:0 0 12px 0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color:#666666;
	font-style: normal;
	font-weight: normal;
}

h1 {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 21px;
	line-height: 23px;
	color: #820053;
	margin: 0;
	padding: 0 0 8px 0;
	font-style: normal;
	font-weight: normal;
}


.header1 {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 21px;
	line-height: 23px;
	color: #820053;
	margin: 0;
	padding: 0 0 8px 0;
	font-style: normal;
	font-weight: normal;
}

h2 {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #820053;
	margin: 0;
	padding: 0 0 3px 0;
	font-style: normal;
	font-weight: bold;
}


.header2 {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #820053;
	margin: 0;
	padding: 0 0 3px 0;
	font-style: normal;
	font-weight: bold;
}

#container {
	width:100%;
	min-height:100%; height:auto;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #5a2049;
	background-image: url(../images/gradient.jpg);
	background-repeat:repeat-x;
}

#wrapper {
	width:950px;
	height:auto;
	margin:0 auto 0 auto;
	padding:0;
	position:relative;
}
/*--------------------------------------------------------------------------------------------------
	header and image hooks 
--------------------------------------------------------------------------------------------------*/
#header {
	width:950px;
	height:147px;
	text-align:right;
	margin:0;
	padding:0;
	background-image: url(../images/header.jpg);
	background-repeat:no-repeat;
}


#header img {
	display:block;
	margin:0;
    position:absolute;
    left:23px;
     top:0;
}

.hook {
}
/*--------------------------------------------------------------------------------------------------
	main navigation horizontal
--------------------------------------------------------------------------------------------------*/
 
#header ul {
	float:right;
	padding: 0;
	margin:0;
	width:600px;
}

#header ul li {
	display: inline;
	padding-bottom: 5px;
/* matches link padding except for left and right */
	padding-top: 15px;
}

#header ul li a { 
	float:right;
 	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 10px;
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 12px;
	color: #4a63ae;
	font-weight: normal;
	text-decoration: none;
		/* background-image: url(../images/navline.gif); */
	background-repeat:no-repeat;
	background-position:left;
	} 

#header #active { 
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 13px;
	color: #8ba4d5;
	font-weight: normal;
	text-decoration: none;
	}
	
#header ul li a:hover {  
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 12px;
	color: #8ba4d5;
	font-weight: normal;
	text-decoration: none;
	}

/*--------------------------------------------------------------------------------------------------
	main content area
--------------------------------------------------------------------------------------------------*/

#hometop {
	width:950px;
	margin:0;
	padding:0;
}

#hometop img {
	display:block;
	margin:0;
	float:left;
}

#content {
	width:950px;
	min-height:340px;
	padding:0;
	margin: 0;
	background-image: url(../images/columns.gif);
	background-repeat:repeat-y;
}

#content img {
	display:block;
	margin:0;
}
/*--------------------------------------------------------------------------------------------------
	left column
--------------------------------------------------------------------------------------------------*/
#table1 {
	width:170px;
	padding:0 0 0 5px;
	margin: 0;
	text-align:left;
	float: left;
}


#table1nav {
	width:170px;
	padding:0;
	margin: 0;
	text-align:left;
	float: left;
}
#table1nav  ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
color: #4a63ae;
font-size: 12px;
font-weight: normal;
}

#table1nav  a
{
display: block;
padding: 5px 0 5px 15px;
width: 155px;
background-image: url(../images/bullet.gif);
background-repeat:no-repeat;
background-position: center left;
border-bottom: 1px solid #FFFFFF;
}

#table1nav  a:link, #table1nav  a:visited
{
color: #4a63ae;
text-decoration: none;
background-image: url(../images/bullet.gif);
background-repeat:no-repeat;
background-position: center left;
}

#table1nav  a:hover
{
color: #4a63ae;
background-image: url(../images/bullet.gif);
background-color:#f5cadf;
background-repeat:no-repeat;
background-position: center left;
}

#table1nav  a#current, #table1 a#current
{
color: #4a63ae;
background-image: url(../images/bullet.gif);
background-repeat:no-repeat;
background-color:#f5cadf;
background-position: center left;
}

#table1arrow {
	width:170px;
	padding:0;
	margin: 0;
	text-align:left;
	float: left;
}

#table1arrow ul { 
	list-style-type: none;
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
	margin: 0;
	padding: 0 0 6px 0;
	font-style: normal;
	font-weight: bold;
	background-color:#820053;
	border-bottom: 1px solid #FFFFFF;
}

#table1arrow li { 
	background: url(../images/arrow.gif) left center no-repeat;
	padding-left: 21px;
}
/*--------------------------------------------------------------------------------------------------
	center column
--------------------------------------------------------------------------------------------------*/

#table2 {
	width:554px;
	padding:0;
	margin: 0 0 0 23px;
	text-align:center;
	float: left;
}

.table2background {
	background: url(../images/woman.jpg) no-repeat;
}

#table2content {
	width:504px;
	padding: 0 0 0 25px;
	margin:0;
	text-align:left;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color:#666666;
	font-style: normal;
	font-weight: normal;
}

#table2contentsub {
	width:504px;
	padding: 0 0 0 48px;
	margin:0;
	text-align:left;
	float:left;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color:#666666;
	font-style: normal;
	font-weight: normal;
}

#table2 ul { 
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 12px 0;
	font-size: 12px;
	line-height: 16px;
	color:#666666;
	font-style: normal;
	font-weight: normal;
}

#table2 li { 
	background: url(../images/bullet2.gif) left top no-repeat;
	padding-left: 7px;
}

#introcopy {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #4a63ae;
	margin: 0;
	padding: 10px 120px 125px 0;
	font-style: normal;
	font-weight: bold;
}

.crumb {
    padding:0 0 12px 0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color:#820053;
	font-style: normal;
	font-weight: normal;
}

.states {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 15px;
	line-height: 17px;
	color: #820053;
	margin: 0;
	padding: 0 0 6px 0;
	font-style: normal;
	font-weight: bold;
}

#storecopy p {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	margin: 0;
	padding: 10px 0 10px 0;
	font-style: normal;
	font-weight: normal;
	border-bottom: 1px dotted #820053;
}

#statescontainer {
	width:482px;
	padding:10px;
	margin:0;
	text-align:left;
	float:left;
	border: 1px solid #820053;
	background-color:#fcf9e6;
}
#statescopy {
	width:504px;
	padding:12px 0 0 0;
	margin:0;
	text-align:left;
	float:left;
}


#storecontainer {
	width:482px;
	padding:10px 10px 0 10px;
	margin:0;
	text-align:left;
	float:left;
	border: 1px solid #820053;
	background-color:#fcf9e6;
}

#storecopy {
	width:504px;
	padding:12px 0 0 0;
	margin:0;
	text-align:left;
	float:left;
}
.blue {
    color: #4a63ae;
}

/*--------------------------------------------------------------------------------------------------
	offer forms
--------------------------------------------------------------------------------------------------*/

#formcontainer {
	width:502px;
	padding:0;
	margin:0;
	text-align:center;
	float:left;
	border: 1px solid #820053;
}

#formcontainer_smaller {
	width:240px;
	padding:0;
	margin:0;
	text-align:center;
	float:left;
	border: 1px solid #820053;
}

#formcontainer img {
	display:block;
	margin:0;
}
.row {
	padding:0;
	color: #000000;
	line-height:13px;
}

.description {
	padding:10px 0 0 0;
	color: #666666;
	line-height:13px;
}

.please {
	padding:0 0 10px 0;
	color: #000000;
	line-height:13px;
}


.please2 {
	padding:10px 0 0 0;
	color: #000000;
	line-height:13px;
}
.company {
	color: #820053;
	font-weight: bold;
}

.fieldheader {
	color: #820053;
	font-weight: bold;
	padding:0 10px 3px 0;
}

.fieldborder {
    border: 1px solid #820053;
	padding:0 10px 3px 0;
}
#row1 {
	width:502px;
	padding:10px 0 10px 0;
	margin:0;
	text-align:center;
	float:left;
	border-bottom: 1px solid #820053;
	background-color:#fcf6d2;
}

#row1_smaller {
	width:240px;
	padding:10px 0 10px 0;
	margin:0;
	text-align:center;
	float:left;
	border-bottom: 1px solid #820053;
	background-color:#fcf6d2;
}

#row2 {
	width:502px;
	padding:10px 0 10px 0;
	margin:0;
	text-align:center;
	float:left;
	border-bottom: 1px solid #820053;
	background-color:#fcf9e6;
}


#row3 {
	width:502px;
	padding:4px 0 5px 0;
	margin:0;
	text-align:center;
	float:left;
	background-color:#820053;
}

#row3_smaller {
	width:240px;
	padding:4px 0 5px 0;
	margin:0;
	text-align:center;
	float:left;
	background-color:#820053;
}

#row4 {
	width:502px;
	padding:10px 0 10px 0;
	margin:0;
	text-align:center;
	float:left;
	border-bottom: 1px solid #820053;
}

#row4 img {
	display:block;
	margin:0 auto 0 auto;
}
.continue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	color: #FFFFFF;
	margin: 0 10px 0 0;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-top: 1px;
	font-style: normal;
	font-weight: bold;
	border: 1px solid #000000;
	background-color: #4a63ae;
}

a.skip:link {color: #b95495; text-decoration: none;}
a.skip:active {color: #b95495; text-decoration: none;}
a.skip:visited {color: #b95495; text-decoration: none;}
a.skip:hover {color: #FFFFFF; text-decoration: underline;}
/*--------------------------------------------------------------------------------------------------
	right column
--------------------------------------------------------------------------------------------------*/

#table3 {
	width:140px;
	padding:0 20px 0 0;
	margin:0;
	text-align:left;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color:#000000;
	font-style: normal;
	font-weight: normal;
}

#table3 ul { 
	list-style-type: none;
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #820053;
	margin: 0;
	padding: 0 0 6px 0;
	font-style: normal;
	font-weight: bold;
}

#table3 li { 
	background: url(../images/arrow2.gif) left center no-repeat;
	padding-left: 11px;
}

#table3 p {
    padding:0 0 12px 0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color:#666666;
	font-style: normal;
	font-weight: normal;
}
/*--------------------------------------------------------------------------------------------------
	footer
--------------------------------------------------------------------------------------------------*/
#footer {
	width:950px;
	font-size:9px;
	color:#c2a303;
	vertical-align:top;
	padding:33px 0 5px 0;
	text-align: center;
	margin:0 auto 0 auto;
	background: url(../images/bottom.gif) no-repeat;
}

a.nav:link {color: #FFFFFF; text-decoration: none;}
a.nav:active {color: #FFFFFF; text-decoration: none;}
a.nav:visited {color: #FFFFFF; text-decoration: none;}
a.nav:hover {color: #FFFFFF; text-decoration: underline;}

/*--------------------------------------------------------------------------------------------------
	misc
--------------------------------------------------------------------------------------------------*/
.spacer {
	clear:both;
}
