/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, "Sans Serif";
	background: #eee url(images/bg2.gif) repeat-x;
	color: #222;
	font-size: 12px;
}

#container {
	float: center;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: navy;
	text-decoration: underline;
}

.link {
	text-decoration: none;
	border-bottom: 1px dashed #888;
}

.link:hover {
	text-decoration: none;
	border-bottom: 1px dashed tan;
}

input, textarea {
	padding: 2px;
	font-family: Tahoma, Arial, Helvetica, "Sans Serif";
	border: 1px solid #bbb;
	background-color: #f9fbf8;
}

input:hover, select:hover, textarea:hover {
	background-color: #fff;
}

#toolbar {
	height:26px;
	margin: 0px;
	padding: 0px;
}

#maintable {
	background-color: #fff;
	margin:0px;
	padding:0px;
}

#submit_btn {
	padding: 2px;
}

.input_default {
	border: none;
	padding: 1px;
	background-color: transparent;
}
.input_default:hover {
	border: none;
	padding: 1px;
	background-color: transparent;
}



#footer_area {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}

.footer {
	font-size: 10px;
	color: #555;
}

.body {
	color: #394b5c;
	font-size: 13px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.quote {
	font-size: 12px;
}

#testimonial {
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 15px;
	padding-bottom: 0px;
	background: url(images/quotes.png) no-repeat top left;
}

#front_container {
	width: 870px;
	/* border: solid 0px black; */
	margin-left: 0px;
	/* background: url(images/splash4.jpg) no-repeat; */
}

#header {
	width: 880px;
	height: 104px;
	background: url(images/dad_child_header.gif) no-repeat;
	background-position: bottom right;
	float: center;
}

#header_splash {
	width: 870px;
	height: 200px;
	background-position: top left;
}

#header_splash_text {
	float: right;
	width: 250px;
	text-align: center;
	font-size: 24px;
	font-family: Times New Roman;
	font-style: italic;
	color: #5a2c0b;
	padding:15px;
	padding-top: 30px;
	padding-right: 30px;
}
#content {
	width: 880px;
	margin-top: 0px;
}

.subtitle {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 0px;
}

ul {
	padding-top: 0px;
}

h1 {
	margin-top: 0px;
	font-size: 25px;
	color: #3d5c7a;
	margin-bottom: -10px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #aaa;
}

h3 {
	font-weight: bold;
	font-size: 12px;
}

fieldset {
	margin-top: 20px;
}

legend {
	padding: 3px;
}

.blank_list {
	list-style: none;
}

.start_button {
	padding: 5px;
	color: #000;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background-color: #dddddd;
	border: 2px solid #bbd2e8;
}

.start_button:hover {
	background-color: #eeeeee;
	border: 2px solid #dbe6f0;
}

.gray_box {
	margin-top: 15px;
	padding: 10px;
	background-color: #eee;
	border: 1px solid #ccc;
}

.big_gray {
	padding-right: 20px;
	padding-top: 0px;
	margin-top: 0px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	font-size: 80px;
	color: #ccc;
}

.big_gray_text {
	padding-top: 15px;
	padding-bottom: 20px;
}

.faded {
	background-color: rgb(255, 255, 255);
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}

.indent {
	padding-left: 75px;
	padding-right: 10px;
	padding-bottom: 20px;
}

.indent p {
	margin: 6px;
	margin-left:0px;
}

#f_photos {
	background: url(images/icons/camera.png) no-repeat;
}

#f_blog {
	background: url(images/icons/blog.png) no-repeat;
}

#f_documents {
	background: url(images/icons/documents.png) no-repeat;
}

#f_recipes {
	background: url(images/icons/recipes.png) no-repeat;
}

#f_addressbook {
	background: url(images/icons/addressbook.png) no-repeat;
}

#f_calendar {
	background: url(images/icons/calendar.png) no-repeat;
}

#f_domainname {
	background: url(images/icons/home.png) no-repeat;
}

#f_storage {
	background: url(images/icons/harddrive.png) no-repeat;
}

#f_announcements {
	background: url(images/icons/announcements.png) no-repeat;
}

#f_weather {
	background: url(images/icons/weather.png) no-repeat;
}

#f_noads {
	background: url(images/icons/noads.png) no-repeat;
}

#f_access {
	background: url(images/icons/locked.png) no-repeat;
}

#f_chat {
	background: url(images/icons/chat.png) no-repeat;
}

.bp_invalid {
	padding: 2px;
	color: white;
	background: red;
}
.bp_valid {
	padding: 2px;
	font-weight: bold;
    color: green;
}