/***** css for Ros Tasker *****/

/***** General *****/
body {
	padding: 0;
	margin: 0;
	background: url(../images/interface/bg_tile.gif) repeat;
	text-align: center;
	font-family: "trebuchet MS", helvetica, arial;
}
#container {
	width: 798px;
	margin: 0 auto;
	text-align: left;
	border-left: 2px solid #F3E5E8;
	border-right: 2px solid #F3E5E8;
	border-bottom: 2px solid #F3E5E8;
	background: #fff;
	padding: 0;
}
#wrapper {
	border-left: 1px solid #9E2761;
	border-right: 1px solid #9E2761;
	border-bottom: 1px solid #9E2761;
	padding-bottom: 5px;
}
img {
	border: none;
}


/***** Header ******/
#header {
	height: 185px;
	background: url(../images/interface/bg_header.jpg) no-repeat;
	position: relative;
}
#header ul {
	position: absolute;
	left: 214px;
	top: 40px; /* mac.css */
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 0.8em; /* mac.css */
	font-weight: bold;
	color: #fff;
}
#header li {
	float: left;
}
#header li a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}
#header a:link {
	color: #fff;
}
#header a:visited {
	color: #fff;
}
#header a:hover {
	color: #fff;
	background: #CB99CC;
	text-decoration: underline;
}
#header a:active {
	color: #cc0000;
}
#header a.logo:hover {
	background: none;
}
#header li.selected a {
	display: block;
	padding: 5px 10px;
	text-decoration: underline;
}


/***** ColOne *****/
/*#colOne {
	float: left;
	width: 523px;
	margin-left: 22px;
}*/
#colOne {
	width: 523px;
	margin: 0 0 0 22px;
}
h1 {
	padding: 0;
	margin: 0;
	font-weight: normal;
	color: #A02A64;
	font-size: 1.6em;
}
#colOne p {
	padding: 0;
	margin: 5px 0 20px 0;
	font-size: 0.8em;
	color: #333;
	line-height: 1.6;
}
#colOne ul {
	font-size: 0.8em;
	color: #333;
	margin: -10px 0 20px 15px; /* ie6.css & ie7.css */
	line-height: 1.4;
	list-style-type: dot;
}
a:link {
	color: #7FBF43;
}
a:visited {
	color: #A52DA4;
}
a:hover {
	color: #fff;
	background: #7FBF43;
	text-decoration: none;
}
a:active {
	color: #cc0000;
}

/***** colTwo *****/
/*#colTwo {
	margin-left: 570px;
	padding: 5px 25px 0 0;
}*/
#colTwo {
	float: right;
	width: 200px;
	padding: 5px 25px 0 0;
}
h2 {
	padding: 0;
	margin: 0;
	font-weight: normal;
	color: #A02A64;
	font-size: 1.3em;
}
#colTwo p {
	font-size: 0.8em;
	line-height: 1.6;
	margin: 5px 0 15px 0;
	color: #A89561;
}
#colTwo p.newsletter {
	margin: 5px 0 5px 0;
}
#colTwo p.seePrevious {
	margin: 28px 0 0 0;
}
form {
	position: relative;
}
form, label {
	padding: 0;
	margin: 0;
}
label {
	font-size: 0.8em;
	color: #A02A64;
	display: block;
	font-weight: bold;
}
input.buttonGo {
	position: absolute;
	top: 18px;
	right: 8px; /* ie6.css */
	width: 26px;
	height: 26px;
	border: 0;
	padding: 0;
	margin: 0;
}
input#mb-bjtj-bjtj {
	position: absolute;
	top: 18px;
	left: 0;
	width: 158px;
	border: 1px solid ##7FBF43;
	height: 16px; /* mac.css */
	margin: 0;
	padding: 3px 0; /* mac.css */
}


/***** contact box *****/
#contact {
	width: 522px;
	height: 205px;
	background: url(../images/interface/bg_contact.jpg) no-repeat left bottom;
	position: relative;
	margin-top: 45px; /*mac.css*/
}
#contact h2 {
	position: absolute;
	top: 1px;
	left: 15px;
	width: 360px;
	height: 47px;
	background: url(../images/interface/contact_rosslyn.jpg) no-repeat left top;
}
#contact h2 span {
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
#contact p {
	padding: 58px 0 0 46px;
	font-size: 0.9em;
	line-height: 1.3;
	color: #A28E56;
}


#clear {
	clear: both;
}


/**** coaching ****/
#colOne p.bullet {
	padding-left: 15px;
	background: url(../images/interface/bullet.gif) no-repeat 2px 7px; /* mac.css */
}


/**** contact ****/
h3 {
	margin-bottom: 0;
}


/**** footer start ****/
#footer {
	height: 40px;
	width: 750px;
	margin: 10px auto; /* ie6.css & ie7.css */
	font-size: 0.7em;
	position: relative;
}
#footer ul {
	list-style-type: none;
	padding: 0;
	margin: 5px 0 1px 0;
}
#footer li {
	float: left;
	margin-right: 10px;
}
#footer li a {
	display: block;
	padding-left: 10px;
	border-left: 1px solid #c9c9c9;
}
#footer li.first a {
	border-left: none;
	padding-left: 5px;
}
p#credit {
	position: absolute;
	top: 0px; /* ie6.css & ie7.css */
	right: 0;
	margin: 0;
}



