/* CSS Document - Work Savvy Pareents*/

/* Header Blue/Green #1AA5B4 */
/* Header Brown #3F2A15 */
/* Pink #F11280 */

html, body {
	padding: 0px;
	margin: 0px;
	background: #ffffff;
	width: 100%;
	height: 100%;
}
#wrapper {
	width: 900px;
	margin-left: auto;
	margin-right:auto;
	padding-top: 5px;
	text-align: left;
}
ul {
	font-family: "Trebuchet MS", "Lucida Sans", sans-serif;
	list-style-image: url("images/bullet.gif");
	margin: 0px;
	padding: 10px 0px 0px 25px;
	line-height: 1.6;
}
ul li {
	font-size: 10pt;
	font-weight: normal;
	color: #3f2a15;
	padding-bottom: 10px;
	text-align: left;
}
.div-columnOne ul li {
	text-align: left;
}
.div-columnTwo ul li {
	text-align: left;
}
ul li a {
	color: #ef127a;
	text-decoration: none;
}
ul li a:hover {
	text-decoration: underline;
}
ul.big {
	list-style-image: url("images/bullet.gif");
	margin: 0px;
	padding: 10px 0px 0px 25px;
}
ul.big li {
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	font-weight: bold;
	color: #3f2a15;
	margin: 0px;
	padding: 0px 0px 10px 10px;
}
ul.small {
	list-style-image: url("images/bullet.gif");
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
ul.small li {
	/*font-weight: bold;*/
	color: #3f2a15;
	margin: 0px;
	padding: 0px 0px 0px 5px;
}
li li {
	list-style-image: url("images/tick.gif");
}
h1 {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #25B8BF;
	margin: 0px;
	padding: 5px 0px;
}
h2 {
	font-family:  "Georgia", "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #25B8BF;
	margin: 0px;
	padding: 5px 0px;
}
h3 {
	font-family:  "Georgia", "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #ef127a;
	margin: 0px;
	padding: 5px 0px;
}
td {
	font-family: "trebuchet MS", "Lucida Sans", Verdana, sans-serif;
	font-size: 10pt;
	color: #51474e;
}
td a {
	color: #ef127a;
	text-decoration: none;
}
td a:hover {
	text-decoration: underline;
}
p, .standardtext {
	font-family: "trebuchet MS", "Lucida Sans", Verdana, sans-serif;
	font-size: 10pt;
	color: #51474e;
	padding: 5px 0px 5px 0px;
	margin: 0px;
}
p a, .standardtext a {
	color: #ef127a;
	text-decoration: none;
}
p a:hover {
	text-decoration: underline;
}
p.bullet {
	padding-left: 25px;
}
p.bullet span {
	margin-left:-15px;
	font-size: 20px;
	font-weight: bold;
	color: #25B8BF;
}
#shadowL {
	background:url("images/shadow-left.gif") repeat-y left;
	position: relative;
}
#shadowR {
	background: url("images/shadow-right.gif") repeat-y right;
}
#top {
	height: 30px;
	background: url("images/shadow-top.gif") repeat-x top #1AA5B4;
}
#top img {
	display: block;
}
#bottom {
	height: 27px;
	background: url("images/shadow-bottom.gif") repeat-x bottom #ffffff;
	clear: both;
}
* html #bottom {
	margin-bottom: 1px;
}
#bottom img {
	display: block;
}
#header {
	height: 170px;
	background: #1AA5B4;
	margin: 0px 10px;
}
#header .logo1 {
	display: block;
	float: right;
	padding-top: 15px;
	border: 0px none;
}
* html #header .logo1 {
	margin-right: 10px;
}
#navigation {
	height: 35px;
	background-color: #634523;
	margin: 0px 10px;
	position: relative;
}
#navigation .logo2 {
	display: block;
	float: right;
	margin-right: 20px;
	border: 0px none;
}
* html #navigation .logo2 {
	margin-right: 10px;
}
#navigation #menu {
	height: 33px;
	float: left;
	color: #ffffff;
}
#headbottom {
	height: 29px;
	background-color: #ffffff;
	margin: 0px 10px;
}
#headbottom .logo3 {
	display: block;
	float: right;
	margin-right: 20px;
	padding-top: 0px;
	border: 0px none;
}
* html #headbottom .logo3 {
	margin-right: 10px;
}
#content {
	margin: 0px 10px;
	min-height: 400px;
}
* html #content {
	height: 400px;
}
#footernav {
	text-align: right;
	padding-right: 18px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin-top: 0px;
	position: relative;
}
#footernav a {
	text-decoration: none;
	color: #666;
	display: inline;
}
#footernav a:hover {
	color: #999;
}
#table-fp {
	margin-bottom: 15px;
}
#table-fp-col1 {
	width: 220px;
	padding-left: 10px;
	padding-right: 0px;
}
#table-fp-col2 {
	padding-left: 0px;
	padding-right: 10px;
}
.team-table {
	width: 100%;
}
.team-table-col1 {
	width: 160px;
}
input, textarea, select {
	border: solid 1px #808080;
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 0px;
	color: #808080;
}
.contactUs {
	width: 180px;
	padding-top: 20px;
	text-align: right;
}
.contactFormIndent {
	width: 90%;
	text-align: left;
	padding-left: 25px;
	padding-bottom: 10px;
}
.contactForm {
	width: 80%;
	text-align: right;
	padding-left: 45px;
}
.contactForm textarea {
	width: 99%;
	height: 60px;
	font-size: 12px;
}
.contactForm input.text {
	width: 99%;
	height: 15px;
	font-size: 12px;
}
span.border {
	border: solid 1px #DEDEDE;
	padding: 1px;
}
input.submit {
	height: 19px;
	background: #FF6600;
url(images/submit.jpg) repeat-x;
	color: #ffffff;
	border: solid 1px #ffffff;
	line-height: 11px;
	padding: 0px 5px;
	font-size: 11px;
	margin: 0px;
}
hr {
	width: 99%;
	margin-left: auto;
	margin-right: auto;
	height: 0px;
	line-height: 0px;
	border: none;
	border-top: 1px solid #999999;
}
/* styles from raw.dwt */
.style1 {
	font-size: 12px;
	font-family: "trebuchet MS", "Lucida Sans", Verdana, sans-serif;
	font-weight: bold;
}
/* disabled styles
a:link {
	text-decoration: none;
	color: #666;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}*/
.style3 {
	font-size: 12px;
	font-family: "trebuchet MS", "Lucida Sans", Verdana, sans-serif;
	font-weight: bold;
	color: #666;
}

