@charset "utf-8";
/* CSS Document */

body{
	background-image: url(Images/bgTile.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #F9FAFB;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 1.5;
}

p
{
margin:0px;
padding:0px;
padding-bottom:15px;
}

a:link, a:visited
{
color:#703680;
}

a:hover
{
	color:#B173C4;
}

.wrapperDiv
{
	width:750px;
	margin:auto;
	padding:15px;
	background-color: #FFFFFF;
	border:1px solid #CCC;
	
}


.headerTD
{
	background-color: #703680;
	background-image: url(Images/headerGrad.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.logoDiv
{
padding-left:10px;
padding-top:4px;
float:left;

}

.menuDiv
{
padding-left:15px;
border-left:1px solid #703680;
border-right:1px solid #703680;
border-bottom:1px solid #703680;

}

.ContactDiv
{
	float:right;
	color: #FFFFFF;
	vertical-align:top;
	padding-top:10px;
	padding-right:10px;
text-align:right;
}

.ContactDiv a:link, 
.ContactDiv a:visited
{
	color:#fff;
	text-decoration:none;
	
	
	display:block;

} 

.ContactDiv a:hover
{
color:#fff;
text-decoration:underline;
} 



.Content
{
padding-top:15px;
padding-bottom:10px;

}

.Photo img
{
margin-left:30px;
margin-right:20px;
margin-bottom:50px;

}


.actionTD
{
	height:200px;
	
	background-image: url(Images/bTile.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top:1px solid #CCC;

}

.actionItem,
.actionItem_Hover
{
height:70px;
width:330px;
padding:15px;


}

.actionItem p
{
font-size:10px;
padding-left:64px;

}


.actionItem img,
.actionItem_Hover img,
{
float:left;
}

.actionItem_Hover,
.actionItem_Hover p
{
background-color:#EAE4F2;
cursor:pointer;
font-size:10px;
}

.pageTitle
{
	color:#703680;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 20px;
}

.pageSubTitle
{
	color:#703680;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
}


.bTitle
{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	padding-left:10px;
}




.FormDiv
{
	background-color:#FCFBFD;
	border:1px solid #bbb;
	padding:10px;
	margin-right:16px;
	background-image: url(Images/formCurl.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.Shadow
{
	background-image: url(Images/shadow.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	
}

.FeedbackHeader
{
display:block;
font-weight:bold;
margin-bottom:8px;
border-bottom:1px solid #9D75A9;
line-height:26px;
}

.FeedbackItem
{
padding-bottom:20px;
}

.Offer
{
	background-image: url(Images/bgTile.gif);
	background-repeat: repeat-x;
	background-position: left -140px;
	padding:10px;
	width:350px;
	border:1px solid #ccc;
	border-top:4px solid #71889F;
	background-color: #F9FAFB;
	margin-bottom:40px;
}

.Offer .Title
{
	display:block;
	font-family:"Trebuchet MS", Arial, sans-serif;
	color:#71889F;
	font-size: 19px;
	font-weight: bold;
}

