@charset "utf-8";
/* 
  -- frame - rounded corners --*/
/* Globals links */
a:link, a:visited{
	color:#287BB4;
	text-decoration:underline;
	}
a:active, a:hover {
	text-decoration:underline;
	}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image: url(../images/bg_gradient.png);	
}
#container {
	width:770px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.dialog {
	position:relative;
	margin:0px auto;
	min-width:8em;
	max-width:770px; /* based on image dimensions - not quite consistent with drip styles yet */
	z-index:1;
	margin-left:5px; /* default, width of left corner */
	margin-bottom:0.5em; /* spacing under dialog */
}
.dialog .content, .dialog .t, .dialog .b, .dialog .b div {
	background-color: transparent;
	background-image: url(../images/dialog2-blue-770x1600.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.dialog .content {
	position:relative;
	_overflow-y:hidden;
	padding:0px 12px 0px 0px;
}
.dialog .t {
	/* top+left vertical slice */
	position:absolute;
	left:0px;
	top:0px;
	width:5px; /* top slice width */
	margin-left:-5px;
	height:100%;
	_height:1600px; /* arbitrary long height, IE 6 */
	background-position:top left;
}
.dialog .b {
	/* bottom */
 position:relative;
	width:100%;
}
.dialog .b, .dialog .b div {
	height:30px; /* height of bottom cap/shade */
	font-size:1px;
}
.dialog .b {
	background-position:bottom right;
}
.dialog .b div {
	position:relative;
	width:5px; /* bottom corner width */
	margin-left:-5px;
	background-position:bottom left;
}
.dialog .hd, .dialog .bd, .dialog .ft {
	position:relative;
}
.dialog .wrapper {
	/* extra content protector - preventing vertical overflow (past background) */
	position:static;
	max-height:1000px;
	overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}
.dialog h1, .dialog p {
	margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
	padding:0.5em 0px 0.5em 0px;
	color: #999999;
}
.dialog h1 {
	padding-bottom:0px;
}
/* banner */

#HomePagebanner {
	width: 100%;  /* this will create a container 100% of the browser width */
	height:297px;
	margin: 0;
	border:0;
	background-image: url(../images/homeBanner.jpg);
	background-repeat: no-repeat;
	background-position: 2px 50px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* inside page header */
#InsideBanner {
	width: 100%;  
	height:94px;
	padding: 0;
	background-image:url(../images/top_InsidePagebanner.png);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}
#banner {
	width: 100%;  
	height:297px;
	margin: 0;
	border:0;
	background-image: url(../images/homeBanner.jpg);
	background-repeat: no-repeat;
	background-position: 2px 50px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#banner .hide { /* hide for layout porpose */
display:none
}
/* home page head */

#header {
	width:753px;
	height:131px;
	padding: 0;
	background-image:url(../images/top_banner.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#header_ie {
	width:753px;
	height:131px;
	padding: 0;
	background-image:url(../images/top_banner_ie6.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#header .h1, #header_ie .h1, #insidePage .h1 {
	float:left;
	width:200px;
	height:45px;
	overflow:hidden;
	text-indent:-9999px;
	padding: 0; 
	background-image: url(../images/together-logo.png);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#header p, #header_ie p, #insidePage p{
	float:left;
	width:261px;
	height:42px;
	overflow:hidden;
	text-indent:-9999px;
	margin: 1px 0 0 150px;
	background-image: url(../images/800Date.png);
	background-repeat: no-repeat;
}

#header h4, #header_ie h4, #insidePage h4{
	float:right;
	font-size:0.65em;
	color:#666666;
	text-align: left;
	margin: 0;
	padding: 2px 0;
	}

/* nav */
#nav {
	clear:both;
	width:770px;
	padding:0;
	margin:0;
	overflow:hidden;
	list-style:none;
}
#nav li {
	float:left;
	margin:0;
}
#nav li.last {
	margin:0
}
#nav li a {
	display:block;
	height:54px;
	text-indent:-9999px;
}
#nav li a.home {
	width:95px;
	background-image: url(../images/btn_home-new.png);
	background-repeat: no-repeat;
}
#nav li a.home:hover {
	background:url(../images/btn_home-new-over.png) no-repeat
}
#nav li a.active1 {
	width:95px;
	background:url(../images/btn_home-new-active.png) no-repeat
}
#nav li a.tour {
	width:166px;
	background-image: url(../images/btn_take-a-tour-new.png);
	background-repeat: no-repeat;
}
#nav li a.tour:hover {
	background:url(../images/btn_take-a-tour-new-over.png) no-repeat
}
#nav li a.active2 {
	width:166px;
	background:url(../images/btn_take-a-tour-new-active.png) no-repeat
}
#nav li a.stories {
	width:191px;
	background-image: url(../images/btn_success-stories-new.png);
	background-repeat: no-repeat;
}
#nav li a.stories:hover {
	background:url(../images/btn_success-stories-new-over.png) no-repeat
}
#nav li a.active3 {
	width:191px;
	background:url(../images/btn_success-stories-new-active.png) no-repeat
}
/* media page is not ready
#nav li a.media{
	background:url(../images/media.png) no-repeat;
	width:123px;
}
#nav li a.media:hover{background:url(../images/media-over.png) no-repeat}
#nav li a.active4{background:url(../images/media-over.png) no-repeat}*/
#nav li a.locations {
	width:166px;
	background-image: url(../images/btn_locations.png);
	background-repeat: no-repeat;
}
#nav li a.locations:hover {
	background:url(../images/btn_locations-over.png) no-repeat
}
#nav li a.active5 {
	width:166px;
	background:url(../images/btn_locations-active.png) no-repeat
}
#nav li a.started {
	width:138px;
	background-image: url(../images/btn_get_started-new.png);
	background-repeat: no-repeat;
}
#nav li a.started:hover {
	background:url(../images/btn_get_started-new-over.png) no-repeat
}
#nav li a.active6 {
	width:138px;
	background:url(../images/btn_get_started-new-active.png) no-repeat
}
/* home page only*/
#homeContent {
	clear:both;
	margin: 1em 2em;
	background-image:url(../images/bg_homeContent.png);
	background-repeat:no-repeat;
}
#homeContent p {
	font-size:0.69em;
	color:#333333;
	text-align: left;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	line-height: 250%; /*add 150% distance between lines  */
}
#homeContent img { /*Text Wrap around the image*/
	float:left;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
}

/* inside page only*/
#insideContent {
	clear:both;
	margin: 1em 2em;
}

#insideContent.privacy {
	width: 700px; 
	height:550px;
	overflow:auto;
}
#insideContent.matchmaker_box {
	background-image: url(../images/matchamaker.jpg);
	background-repeat: no-repeat;
	background-position: right 130px;
}
#insideContent h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color:#4C91BE;
	text-align: left;
	margin: 0; 
	padding: 10px; 
}

#insideContent h2 {
	width: 400px;
	font-size: 1.5em;
	color:#4C91BE;
	text-align: left;
	margin: 0; 
	padding: 10px; 
	line-height: 110%; 
}

#insideContent h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#4C91BE;
	text-align: left;
	margin: 0; 
	padding: 10px; 
	line-height: 110%; 
	}
#insideContent p {
	font-size:0.79em;
	color:#333333;
	text-align: left;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	line-height: 150%; /*add 150% distance between lines  */
}
#insideContent img { /*Text Wrap around the image*/
	float:left;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
}
/* boxes */
#box_Left {
	float: left;
	width: 215px;
	height:235px;
	margin:18px 0 0 24px;
}
#box_middle {
	float: left;
	width: 215px;
	height:235px;
	margin:18px 0 0 30px;
}
#box_Right {
	float: right;
	width: 215px;
	height:235px;
	margin:18px 24px 0 0;
}
#box_Left h3, #box_Left p, #box_Right p, #box_middle p, #box_Right h3 {
	color:#666666;
	font-size:.79em;
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	line-height: 150%; 
}
.learnMore {
	display: block;
	text-align:right;
	padding: 1px;
	top: 10px;
}
#box_Left .h2 {
	float:left;
	overflow:hidden;
	margin: 0 0 10px 0;
	background-image: url(../images/getStarted.png);
	background-repeat: no-repeat;
	width:215px;
	height:111px;
	text-indent:-9999px;
}
#box_middle .h2 {
	float:left;
	overflow:hidden;
	margin: 0 0 10px 0;
	background-image: url(../images/matchmaking.png);
	background-repeat: no-repeat;
	width:215px;
	height:111px;
	text-indent:-9999px;
}
#box_Right .h2 {
	float:left;
	overflow:hidden;
	margin: 0 0 10px 0;
	background-image: url(../images/successStories.png);
	background-repeat: no-repeat;
	width:215px;
	height:111px;
	text-indent:-9999px;
}
.boxesParagraph {
	width: 190px;
	font-size:0.75em;
	color:#666666;
	text-align: left;
	margin: 0;
	padding: 5px;
	line-height: 150%; /*add 150% distance between lines  */
}
/* 5 steps tour*/
#insideContent .step1{
	float:left;
	overflow:hidden;
	margin: 0; 
	background-image: url(../images/1-step.png);
	background-repeat: no-repeat;
	width:600px;
	height:44px;
	text-indent:-9999px;
}

#insideContent .step2{
	float:left;
	overflow:hidden;
	margin: 0; 
	background-image: url(../images/2-step.png);
	background-repeat: no-repeat;
	width:600px;
	height:44px;
	text-indent:-9999px;
}

#insideContent .step3{
	float:left;
	overflow:hidden;
	margin: 0; 
	background-image: url(../images/3-step.png);
	background-repeat: no-repeat;
	width:600px;
	height:44px;
	text-indent:-9999px;
}

#insideContent .step4{
	float:left;
	overflow:hidden;
	margin: 0; 
	background-image: url(../images/4-step.png);
	background-repeat: no-repeat;
	width:600px;
	height:44px;
	text-indent:-9999px;
}
#insideContent .step5{
	float:left;
	overflow:hidden;
	margin: 0; 
	background-image: url(../images/5-step.png);
	background-repeat: no-repeat;
	width:600px;
	height:44px;
	text-indent:-9999px;
}

#insideContent img  { /*Text Wrap around the image*/
	float:right;
	margin:10px
	}

#insideContent.lightBlue {
	color:#81AACE;
	}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* buttons */
a.next{
	float:right;
	background:url(../images/btn_next.png) no-repeat;
	width:132px;
	height:30px;
	margin:10px 400px 0 0;
	overflow:hidden;
	text-indent:-9999px;
}
a.prev{
	float:left;
	background:url(../images/btn_previous.png) no-repeat;
	width:132px;
	height:30px;
	margin:10px 20px 0 0;
	overflow:hidden;
	text-indent:-9999px;
}

a.get_started{
	float:right;
	background:url(../images/btn_getstarted.png) no-repeat;
	width:140px;
	height:30px;
	margin:10px 400px 0 0;	
	overflow:hidden;
	text-indent:-9999px;
}
a.get_started_action{
	float:right;
	background:url(../images/btn_getstarted.png) no-repeat;
	width:140px;
	height:30px;
	margin:-30px 200px 0 0;	
	overflow:hidden;
	text-indent:-9999px;
}
.paragraph_tour{
	display: block;
	height:30px;
	vertical-align:bottom;
	width:720px;
	margin-bottom: 10px;
}

a#submit{
	float:right;
	background:url(../images/btn_submit.png) no-repeat;
	width:137px;
	height:88px;
	margin:57px 5px 0 0;
}	

/*get_started*/


label {
	font-size:.70em;
	font-weight:bold;
	width: 10em;
	display:block;
	float:left;
	padding-right:1.8em;
	padding-left:1.5em;
	text-align: left;
}
form label.long {
	width:27em;
	padding-right:1em;
/*	border-bottom-style: dashed;
	border-bottom-color: #4c91be;
	border-bottom-width: .1em;*/
}
form fieldset {
	border: 0.1em solid #E0ECF3;
	padding:10px;
}
#info {
}
#referral{
}

form div {
	margin: 0 0 0.35em 0;
	clear:left;
}
legend {
	color: #fff;
	background: #4C91BE;
	border: 1px solid #4C91BE;
	padding: 2px 6px;
	font-size: 14px;
	font-weight: bold;
} 

form label.secondary {
	float:none;
	width:auto;
	font-weight:normal;
	margin:0.25em 0 0 6em;
}
form div.actions {
	margin:1em 0 2em 7em;
	padding-left: 1.5em;
}
input[type=text]  {
	text-align: left;
	font-size:12px;
	border:solid;
	border-color:#4C91BE;
	border-width:1px;
	background:#fff;
}
textarea{
	width: 350px;
	height: 50px;
	text-align: left;
	font-size:12px;
	border:solid;
	border-color:#4C91BE;
	border-width:1px;
	background:#fff;
}
input[type=text]:focus, textarea {
	background-color: #FF9;
}
/*td,th, div {
	color:#333333;
}*/
table td div h3{
	font-size:10px;
}

td strong {
	font-weight: bold;
	font-size: 11px;
}

/* footer*/
#footer {
	clear:both;
	padding: 0 10px 20px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(../images/bg_footer.png);
	background-repeat:no-repeat;
	background-position: bottom;
}
#footer p {
	font-size:0.69em;
	color:#000000;
	text-align: center;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.errormessage {
	background-color:#4889AF;
	font-family:verdana,arial,helvetica;
	font-size: 12px;
	font-weight : bold;	
	color: #FFFFFF;
}

.formfield {
	font-size: 10px;
	color: #000000;
}	
.highlight {
	background-color: #4889af;
}
.hidden {
	display: none;
}