/*--------------------------------------------------------------------------------------------------
	global styles and wrapper
--------------------------------------------------------------------------------------------------*/
a  {
	text-decoration: none;
	color:#c0272d;
}
a:hover {
	color:#c0272d;
	text-decoration : underline;
}

body {
	vertical-align:top;
	background-color:#adb0d8;
	padding:0;
	margin: 0;
	background-image: url(/images/gradient.gif);
	background-repeat:repeat-x;
}
h1, h2, h3, h4, h5, h6, p, ol {
	padding:0;
	margin:0;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	margin: 0;
	padding: 0 0 10px 0;
	font-style: normal;
	font-weight: normal;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #1d1060;
	margin: 0;
	padding: 0 0 5px 0;
	font-style: normal;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #1d1060;
	margin: 0;
	padding: 0 0 3px 0;
	font-style: normal;
	font-weight: bold;
}


img {
	display:inline;
	margin:0;
	padding:0;
}	

#wrapper {
	width:950px;
	height:auto;
	margin:0 auto 0 auto;
	padding:0;
}

/*--------------------------------------------------------------------------------------------------
	header and image hooks 
--------------------------------------------------------------------------------------------------*/
#header {
	width:950px;
	height:94px;
	float:left;
	margin:0;
	padding:0;
	position:relative;
	background-image: url(/images/header.gif);
	background-repeat:no-repeat;
}

.logo {
	display:block;
	margin:0;
	position:absolute;
    left:18px;
    top:25px;
}

.hook {
}
/*--------------------------------------------------------------------------------------------------
	horizontal navigation
--------------------------------------------------------------------------------------------------*/
#nav {
	padding:0;
	width:950px;
	margin:0;
	float:left;
	background-color:#0f0450;
	background-image: url(/images/nav.gif);
	background-repeat:repeat-x;
}

#nav ul {
	padding:0;
	margin:0;
	width:950px;
}

#nav ul li {
	display: inline;
	padding-bottom: 7px;
/* matches link padding except for left and right */
	padding-top: 7px;
	margin:0;
}

#nav ul li a {
    float:left; 
 	padding-left: 24px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-top: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #b4b6dc;
	font-weight: bold;
	text-decoration: none;
	background-image: url(/images/arrow_off.gif);
	background-repeat:no-repeat;
	background-position:left center;
	} 

#nav #active { 
	text-decoration: none;
	background-color:#0e034e;
	color:#FFFFFF;
	background-image: url(/images/arrow_on.gif);
	background-repeat:no-repeat;
	background-position:left center;
	}
	
#nav ul li a:hover {  
	text-decoration: none;
	background-color:#0e034e;
	color:#FFFFFF;
	background-image: url(/images/arrow_on.gif);
	background-repeat:no-repeat;
	background-position:left center;
	}

/*--------------------------------------------------------------------------------------------------
	index content
--------------------------------------------------------------------------------------------------*/
#container {
	width:950px;
	padding:0 0 20px 0;
	margin:0;
	float:left;
	background-image: url(/images/column.gif);
	background-repeat:repeat-y;
	background-position:right;
	background-color:#FFFFFF;
	text-align:left;
}

#leftcontainer {
	width:680px;
	padding:0;
	margin:0;
	float:left;
}

#leftheader {
	width:680px;
	height:97px;
	padding:0;
	margin:0;
	float:left;
	background-image: url(/images/title.gif);
	background-repeat:repeat-x;
}

#leftheader p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 29px;
	line-height: 31px;
	color: #ffff00;
	margin: 0;
	padding: 17px 30px 0 30px;
	font-style: normal;
	font-weight: bold;
}

#family {
	width:680px;
	height:265px;
	padding:0;
	margin:0;
	float:left;
	background-image: url(/images/family.jpg);
}

#content {
	width:620px;
	padding:20px 0 0 30px;
	margin:0;
	float:left;
}

#content ul { 
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	margin:0;
	padding:0 0 10px 0;
	font-style: normal;
	font-weight: normal;
}

#content li { 
	background: url(/images/bullet.gif) left top no-repeat;
	padding-left: 7px;
}

.imageright {
	padding:3px;
	margin:0 0 10px 10px;
	float:right;
	display:block;
	border:1px solid #bbbdc0;
	background-color:#FFFFFF;
}

.imageleft {
	padding:3px;
	margin:0 10px 10px 0;
	float:left;
	display:block;
	border:1px solid #bbbdc0;
	background-color:#FFFFFF;
}

#featured {
	width:598px;
	padding:10px;
	margin:10px 0 10px 0;
	float:right;
	border:1px solid #bbbdc0;
	background-color:#f6f6f6;
}

#featuredcopy {
	width:415px;
	padding:0px;
	margin:0;
	float:right;
}

#featured h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #1d1060;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	font-style: normal;
	font-weight: bold;
	border-bottom:1px solid #bbbdc0;
}

#featuredcopy p {
	line-height: 16px;
	padding:0 0 10px 0;
	border-bottom:1px solid #bbbdc0;
}

.featuredimage {
	padding:3px;
	margin:0;
	float:left;
	display:block;
	border:1px solid #bbbdc0;
	background-color:#FFFFFF;
}



#listings {
	width:598px;
	padding:10px;
	margin:10px 0 2px 0;
	float:right;
	border:1px solid #bbbdc0;
	background-color:#f6f6f6;
}

#listingscopy {
	width:415px;
	padding:0px;
	margin:0;
	float:right;
}

#listings h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #1d1060;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	font-style: italic;
	font-weight: bold;
	border-bottom:1px solid #bbbdc0;
}


#listings h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #1d1060;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	font-style: normal;
	font-weight: bold;
	border-bottom:1px solid #bbbdc0;
}

#listings h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #1d1060;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	font-style: normal;
	font-weight: bold;
	border-bottom:1px solid #bbbdc0;
	
}

#listingscopy p {
	line-height: 16px;
	padding:0 0 10px 0;
	border-bottom:1px solid #bbbdc0;
}

#detailcopy p {
	font-size: 12px;
	line-height: 16px;
	padding:0 0 10px 0;
	
}

#listings td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding:0 0 10px 0;

}


.listingsimage {
	padding:3px;
	margin:0;
	float:left;
	display:block;
	border:1px solid #bbbdc0;
	background-color:#FFFFFF;
}



#more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	padding:10px 0 0 0;
	margin:0;
	font-weight:bold;
	float:right;
	display:block;
}

#view {
	width:150px;
	height:27px;
	padding:10px 0 0 0;
	margin:0;
	float:right;
	display:block;
}

#view img {
	float:right;
}

#view:hover img {
	visibility:hidden;
}

.viewon {
	background-image: url(/images/view_on.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
/*--------------------------------------------------------------------------------------------------
	right column
--------------------------------------------------------------------------------------------------*/
#rightcontainer {
	width:270px;
	padding:0;
	margin:0;
	float:right;
}

#rightheader {
	width:270px;
	height:97px;
	padding:0;
	margin:0;
	float:right;
	background-image: url(/images/moreinfo.gif);
	background-repeat:no-repeat;
}

#rightheader p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 29px;
	line-height: 31px;
	color: #FFFFFF;
	margin: 0;
	padding: 32px 0 0 40px;
	font-style: normal;
	font-weight: bold;
}

#rightcontent {
	width:240px;
	padding:10px 15px 0 0;
	margin:0;
	float:right;
}

#formcontainer {
	width:218px;
	padding:5px 10px 10px 10px;
	margin:0 0 15px 0;
	float:right;
	border:1px solid #bbbdc0;
	background-color:#f6f6f6;
}

#formcontainer2 {
	width:300px;
	padding:5px 10px 10px 10px;
	margin:0 0 15px 0;
	float:left;
	border:1px solid #bbbdc0;
	background-color:#f6f6f6;
}

.formcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color:#1d1060;
	margin: 0;
	padding: 5px 0 1px 0;
	font-style: normal;
	font-weight: bold;
}

#submit {
	width:79px;
	height:27px;
	padding:10px 10px 0 0;
	margin:0;
	float:left;
	display:block;
}

#submit img {
	float:right;
}

#submit:hover img {
	visibility:hidden;
}

.submiton {
	background-image: url(/images/submit_on.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}

#reset {
	width:72px;
	height:27px;
	padding:10px 0 0 0;
	margin:0;
	float:left;
	display:block;
}

#reset img {
	float:right;
}

#reset:hover img {
	visibility:hidden;
}

.reseton {
	background-image: url(/images/reset_on.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

#affiliates {
	width:240px;
	padding:15px 0 0 0;
	margin:0;
	float:right;
	text-align:center;
	border-top:1px solid #bbbdc0;
}
/*--------------------------------------------------------------------------------------------------
	subpage
--------------------------------------------------------------------------------------------------*/

#leftheadersub {
	width:680px;
	height:97px;
	padding:0;
	margin:0;
	float:left;
	background-image: url(/images/title.gif);
	background-repeat:repeat-x;
}

#leftheadersub p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 29px;
	line-height: 31px;
	color: #FFFFFF;
	margin: 0;
	padding: 32px 0 0 30px;
	font-style: normal;
	font-weight: bold;
}

#formsubmit {
	width:79px;
	height:27px;
	padding:10px 0 0 0;
	margin:0;
	display:block;
}

#formsubmit:hover img {
	visibility:hidden;
}

.formsubmiton {
	background-image: url(/images/submit_on.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}
/*--------------------------------------------------------------------------------------------------
	form
--------------------------------------------------------------------------------------------------*/
#formbox {
	width:540px;
	padding:10px 0 10px 10px;
	margin:5px 0 15px 0;
	float: left;
	text-align:left;
	border:1px solid #bbbdc0;
	background-color:#f6f6f6;
}

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #1d1060;
	padding: 0 0 5px 0;
	font-style: normal;
	font-weight: bold;
}

.inputborder {
	border: 1px solid #7481bf;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	padding:2px;
	margin:0;
}
/*--------------------------------------------------------------------------------------------------
	button
--------------------------------------------------------------------------------------------------*/

.TextButton
{
	display: inline-table;
	display: inline-block;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border: solid 1px #999;
	border-top-color: #bbbdc0;
	border-left-color: #bbbdc0;
	background-color: #0071bc;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
}

.TextButton:LINK, .CommonTextButton:VISITED
{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #0071bc;
}

.TextButton:ACTIVE
{
	text-decoration: none;
	color: #FFFFFF;
}

.TextButton:HOVER
{
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #00235d;
	text-decoration: none;
}


.TextButtonHighlight
{
	display: inline-table;
	display: inline-block;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border: solid 1px #999;
	border-top-color: #bbbdc0;
	border-left-color: #bbbdc0;
	background-color: #00235d;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.TextButtonHighlight:LINK, .TextButtonHighlight:VISITED, .TextButtonHighlight:ACTIVE, .TextButtonHighlight:HOVER
{
	text-decoration: none;
	background-color:#00235d;
	color: #FFFFFF;
}

/*--------------------------------------------------------------------------------------------------
	footer
--------------------------------------------------------------------------------------------------*/
#footer {
	width:950px;
	margin:0;
	float:left;
	padding:0;
	text-align:right;
	background-color:#211e71;
	background-image: url(/images/bottom.gif);
	background-repeat:repeat-x;
}

#footer p {
	font-family: Arial, Helvetica, san-serif;
	font-size: 9px;
	line-height: 12px;
	color:#FFC20E;
	margin: 0;
	padding: 8px 0 8px 0;
	font-style: normal;
	font-weight: normal;
}		

#footerright {
	width:300px;
	margin:0;
	float:right;
	text-align:right;
	padding:0 10px 0 0;
}

#footerleft {
	width:600px;
	margin:0;
	float:left;
	text-align:left;
	padding:0 0 0 10px;
}
#footerright p {
	color:#FFFFFF;
}

a.navlink:link {color: #FFFFFF; text-decoration: none;}
a.navlink:active {color: #FFFFFF; text-decoration: none;}
a.navlink:visited {color: #FFFFFF; text-decoration: none;}
a.navlink:hover {color: #FFFFFF; text-decoration: underline;}

/*--------------------------------------------------------------------------------------------------
	footer2
--------------------------------------------------------------------------------------------------*/
#footer2 {
	width:950px;
	margin:0;
	float:left;
	padding:0;
	text-align:right;
}

#footer2 p {
	font-family: Arial, Helvetica, san-serif;
	font-size: 9px;
	line-height: 12px;
	color:#000000;
	margin: 0;
	padding: 5px 0 10px 0;
	font-style: normal;
	font-weight: normal;
}		

#footer2right {
	width:200px;
	margin:0;
	float:right;
	text-align:right;
	padding:0;
}

#footer2left {
	width:680px;
	margin:0;
	float:left;
	text-align:left;
	padding:0;
}
#footer2right p {
	color:#9299cc;
}

a.gecko:link {color: #9299cc; text-decoration: none;}
a.gecko:active {color: #9299cc; text-decoration: none;}
a.gecko:visited {color: #9299cc; text-decoration: none;}
a.gecko:hover {color: #000000; text-decoration: underline;}

/*--------------------------------------------------------------------------------------------------
	misc
--------------------------------------------------------------------------------------------------*/
.spacer {
	clear:both;
}