@import url("../../includes/univ_styles.css");

* { 
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #90704A;
	}


	
#fck_background { background: #fff; }

td { vertical-align: top; }
	
a img { border: none; }
a {
	 cursor: pointer; 
}

		
.action_Button {
	color: #fff;
	font-size : 8pt;
	font-weight : bold;
	background: url(images/header_bg.jpg) top left repeat-x;
	border : 1px solid #948975;
	margin : 2px;
	height : 20px;
	padding: 0 5px 0 5px;
	cursor: pointer;}
	.action_Button_hover {
		border : 1px solid #bdae93;
		}
		
	
.passive_Button {
	color: #999;
	font-size : 8pt;
	font-weight : bold;
	background:url(images/content_bg.jpg) top left repeat-x;
	border : 1px solid #948975;
	margin : 2px;
	height : 20px;
	padding: 0 5px 0 5px;
	text-decoration: none;
	cursor: pointer;}
	.passive_Button_hover {
		border : 1px solid #bdae93;
		text-decoration: underline;}
		
	
.system_Button {
	color: #fff;
	font-size : 8pt;
	font-weight : bold;
	background: url(images/footer_bg.jpg) top left repeat-x;
	border : 1px solid #522;
	margin : 2px;
	height : 20px;
	padding: 0 5px 0 5px;
	text-decoration: none;
	cursor: pointer;}
	.system_Button_hover {
		border : 1px solid #d55;
		text-decoration: underline;}

body { margin: 0 ; padding: 0; background: #a49882 url(images/bg_gradient.png) left top repeat-x; }

.header_text, tr.header_text td { font-size: 20px; font-weight: bold; }
.headline, tr.headline td, .headline b, .headline span { font-size: 17px; padding: 15px 5px 0 5px; }
.tab_text, tr.tab_text td { font-size: 16px; font-weight: bold; }
.purple_text, tr.purple_text td { color: #55324c; }

.full_width { width: 900px; }
	.width100 { width: 100%; }
	.width50 { width: 50%; }

.altrow, tr.altrow td { background: #d8caa6; }

.time_tracker_logo { 
	background: url(images/time_tracker_logo.png) top right no-repeat;
	height: 100px;
	padding-bottom: 25px;
	padding-right: 25px;
	}

#main_container { 
	width: 100%;
	height: 100%;
	}

.header { 
	background: url(images/header_bg.jpg) center bottom repeat-x;
	height: 168px; 
	}
.nav_row { 
	background: url(images/nav_bg.jpg) left top repeat-x;
	height: 45px;
	}

.footer td{ 
	background: #3b1b08 url(images/footer_bg.jpg) left top repeat-x;
	color:#78492b;
	height: 100%;
	}
	.footer div { color: #fff; }
	.footer b { color: #fff; }
	.footer a { color: #fff; }
	
.module_column {
	width: 950px;
	}

.questionaire {
	background: url(images/questionaire_bg.png) center top no-repeat;
	padding-top: 350px;
		height: 50px;
		width: 699px;
	}
	.questionaire form {
		padding-left: 50px;
		padding-right: 50px;
		}

.left_fade { background: url(images/left_fade.png) right top repeat-y; }
.right_fade { background: url(images/right_fade.png) left top repeat-y; }
	
#content_container {
	width: 959px;
	text-align: left;
	background: #3b1b08; 
	}
	
	#content_container .all_lines, #content_container .all_lines td {
		border: 1px solid #948975;
		}
		#content_container .bottom_line, #content_container .bottom_line td {
			border-bottom: 1px solid #948975;
			}
		#content_container .top_line, #content_container .top_line td {
			border-top: 1px solid #948975;
			}
		#content_container .right_line, #content_container .right_line td {
			border-right: 1px solid #948975;
			}
		#content_container .left_line, #content_container .left_line td {
			border-left: 1px solid #948975;
			}
		#content_container .dotted_left_line, #content_container .dotted_left_line td {
			border-left: 1px dotted #948975;
			}
		
	#content_container .landings_column {
		width: 100%;
		}
	#content_container .blocks_column  {
		background: url(images/blocks_bg.jpg) top right repeat-y;
		width: 260px;
		}
	#content_container .articles_column  {
		width: 699px;
		background: url(images/article_bg.jpg) top left repeat-y;
		}
		
#admin_table { 
	width: 900px;
	}
	
/* styles below used for moo-tools accordion */	
	
#moo_container{
	width:500px;
	margin:30px auto;
	background:url(images/bg.png);
}

.moo_bg{
	background:url(images/moo_bg.png);
}

/*
#title{
	padding:35px;
	font-size:28px;
}
*/

.toggle{
	font-family: Arial Rounded MT Bold normal, Arial, Helvetica, sans-serif;
	margin-left:20px;
	cursor:pointer;
	font-size:20px;
	color: #FFF;
	padding:10px;
	background:#7e5372;
	border-bottom:2px solid #200;
}

.toggle:hover{
	background:#997c91;
	border-bottom-color:#300;
}

.toggle.active{
	background:#001;
	border-bottom-color:#002;
}

.toggle_sub{
	font-family: Arial Rounded MT Bold normal, Arial, Helvetica, sans-serif;
	margin-left:20px;
	cursor:pointer;
	font-size:16px;
	color: #FFF;
	padding:8px;
	background:#7da193;
	border-bottom:2px solid #200;
}

.toggle_sub:hover{
	background:#91b3a3;
	border-bottom-color:#300;
}

.toggle_sub2{
	font-family: Arial Rounded MT Bold normal, Arial, Helvetica, sans-serif;
	margin-left:20px;
	cursor:pointer;
	font-size:14px;
	color: #FFF;
	padding:5px;
	background:#c0bb8b;
	border-bottom:2px solid #200;
}

.toggle_sub2:hover{
	background:#cecaa2;
	border-bottom-color:#300;
}

.element{
	margin-left:20px;
	border-left:1px solid #000;
	
}

.element p{
	padding:5px 20px;
}

.element a {
	color:#000;
}
.element a:hover {
	color:#525252;
}

.blue {
	color:#1d5069;
}

.brown {
	color:#67331e;
}

.ltbrown {
	color:#817e71;
}

	.ltbrown a {
		font-size: 1em;
		color:#67331e;
		text-decoration:none;
	}

	.ltbrown a:hover {
		text-decoration:underline;
	}

.orange {
	color:#b04c08;
}

.orange b {
	font-size: 1em;	
}

.redorange {
		
}

.invite {
	background:#fdf7e4;
	border:1px solid;
	border-color:#bbaa99;
	padding:10px;
	width:85%;
}

.lpadding13 {
	padding-left:13px;
}

.article p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 24px;
	color: #222;
}

.article strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 24px;
}

.article a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 24px;
	color:#b04c08;
	text-decoration: none;
}

.article a:hover {
	text-decoration: underline;
}

#article_41 h3 {
	color: #9b1c04;	
}

.block_grand_opening {
	color:#fff;
	background:url(images/graphic_block_grand_opening.jpg) top left no-repeat;
	height:115px;
	padding:70px 20px 0px 20px;
}

	.block_grand_opening a {
		font-size:1em;
		color:#ae8148;
		text-decoration:none
	}

	.block_grand_opening a:hover {
		text-decoration:underline;
	}

.block_email_us {
	color:#fff;
	background:url(images/graphic_block_email_us.jpg) top left no-repeat;
	height:30px;
	padding:70px 20px 0px 20px;
}

	.block_email_us a {
		font-size:14px;
		color:#fff;
		text-decoration:none;
	}

	.block_email_us a:hover {
		text-decoration:underline;
	}
	
.block_child_care {
	color:#fff;
	background:url(images/graphic_block_child_care.jpg) top left no-repeat;
	height: 70px;
	padding:70px 20px 0px 20px;
}

	.block_child_care a {
		font-size:14px;
		color:#fff;
		text-decoration:none;
	}

	.block_child_care a:hover {
		text-decoration:underline;
	}
	
h3 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 32px;
	font-weight: normal;
	line-height: 45px;
	margin: 5px 20px;
	color:#67331e;
	border-bottom: 2px dotted;
}

h4 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;	
	margin: 0px;
	padding: 10px 0px;
	color: #222;
}

.headline_med {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;	
}

.read_more a {
	color:#b04c08;
	margin-right: 50px;	
}

/* SLIGHTLY LESS GENERIC STYLES */
.full_width { width: 950px; }