/*Contact Form Pages*/

body {
	
	font: 12px verdana, arial, sans-serif;
	color:#666;
}

strong {
	font-weight:bold;
}
h1 {
	font-size:18px; 
	margin:8px; 
	padding:10px 0px 0px 3px; 
	font-weight:600; 
	color:#336699;
}
.bold{
	font-size:18px; 
	color:#336699; 
	}

.normal{
	line-height:18px;
}

#contact {
    line-height: normal;
}
#contact h1, #contact p, #contact ul, #contact .fieldset
{
	margin: 15px 0 15px 0 !important;
}
#contact h2 {
	font:14px sans-serif;  
	color:#666; 
	margin:0px !important;
}
#contact .fieldset {
    padding: 5px 15px 5px 15px;
    border-bottom: 1px solid #cccccc;
    line-height: normal;
    background: url(/assets/images/bg_toRedeem.gif) repeat-x top;
}
#contact p.legend {
    font-weight: bold;
    margin-bottom: 10px;
}
#contact ul {
    list-style-type: disc;
    line-height: normal;
}
#contact li 
{
	margin-left: 25px;
    line-height: normal;
}
#contact input, #contact select, #contact textarea
{
	margin: 3px 0 5px 0;
}
#contact table tr td 
{
	border: 1px solid #999999;
	padding: 5px;
}
#contact table tr > td:first-child 
{
	text-align: right;
	background-color: #cccccc;
}

#TabbedContentContainer {position:relative;}
#TabbedContentBackground {position:relative; top:41px; left:0px; width:470px; border:1px solid #ccc; background:#efefef url('../images/bg_propertyTabs.gif') repeat-x; margin-bottom:25px; z-index:0;}	
#TabbedContentBackground #tab1_content p{padding:15px;}
#Tabs {position:relative; top:1px; left:0px; padding:0; margin:0; z-index:100;}	
#Tabs a{float:left;  height:26px; margin:15px 0px 0px 0; text-decoration:none; background:transparent url('../images/bg_propertyTabsBtn.gif') no-repeat; padding:8px 5px 0px 12px;}	
#Tabs a.Tabs_on{background:transparent url('../images/bg_propertyTabsBtn_on.gif') no-repeat; padding:8px 5px 0px 12px;}
.TabRight_on {float:left; width:7px; height:26px; margin:15px 2px 0px 0; text-decoration:none; background:transparent url('../images/bg_propertyTabsRight_on.gif') no-repeat;}
#Tabs a:hover {text-decoration:underline;}	
.TabRight {float:left; width:7px; height:26px; margin:15px 2px 0px 0; text-decoration:none; background:transparent url('../images/bg_propertyTabsRight.gif') no-repeat;}	

.tabContent{padding: 25px; text-align:left; line-height:16px;}
.tabContent p{padding:0px; margin:0px; line-height:18px;}
.tabContent ul{list-style-type:disc; margin:20px;}	
