@charset "utf-8";
/* CSS Document */
/* Designed and coded by Carol & Ang of Dirrty-Laundry Designs   -   http://www.dirrty-laundry.com */

body {
	margin: 0px;
	background-color: #E4DEDE;
	font: 11px "Tahoma";
	color: #C1C1C1;
	line-height: 15px;
}

#layout {
	margin: 0px auto;
}


/* Navigation */
ul.nav { width: 100%; height: 31px; list-style-type: none; padding-left: 3px; margin: 0px auto; margin-bottom: 5px;}
	ul.nav li {display: inline; float: left; }
	ul.nav li a {display: block; padding: 10px 4px 10px 4px; width: 95px; border-right: 1px solid #3F3F3F; background: #2B2B2B; color: #E0BC5C; text-align: center; font: 10px "Helvetica", sans-serif; }
	ul.nav li a:hover {background: #78BCC9; color: #1F1F1F; text-decoration: none;}




/* Bold, Italic & Underline */
strong, b {
	color:#9EAC4F; 
	text-transform:uppercase;
}

em, i {
	color: #8E706E;
}

u {
	color: #8E706E; 
	text-decoration: none;
	background: #F2EEE3;
	padding: 2px;
}




/* Main Link Style */
a:link {
	color:#254347; 
	text-decoration:none;
}
a:visited {
	color:#254347;
	text-decoration:none;
}
a:hover {
	color:#8E706E;
	text-decoration: none;
}




/* Table Styles */
.thead {
	background: #8E706E; 
	font: 18px "Trebuchet Ms"; 
	color: #F2EEE3; 
	padding: 7px 0px 7px 0px;
	line-height:18px;
	text-transform: uppercase;  
	letter-spacing: -1px;
	text-align: center; 
}

.thead2 {
	background: #F2EEE3; 
	font: 10px "Tahoma"; 
	color: #8E706E; 
	line-height: 12px; 
	text-transform: uppercase; 
	padding: 5px;
	text-align: center; 
}

.thead3 {
	background: #B9C37C; 
	font: 10px "Tahoma"; 
	color: #697335; 
	line-height: 12px; 
	text-transform: uppercase; 
	letter-spacing: 0px;
	padding: 2px;
	text-align: center; 
}

.tcontent {
	background: #E4DEDE; 
	font: 10px "Verdana";
	color: #254347;
	line-height: 15px;
	text-align: justify; 
	letter-spacing:0px;
	padding: 0px 5px 5px 5px;
	border-bottom: 1px solid #D7CECE;
}


#foot {
	margin: 0px;
	background: #232323; 
	width: 840px;
	padding: 10px;
}

.footer {
	margin: 0px;
	font: 10px "Tahoma"; 
	color: #C1C1C1; 
	line-height: 12px; 
	text-align: justify; 
}

.footer a { 
	padding: 6px 15px 6px 15px; 
	width: 110px; 
	border-right: 0px solid #3F3F3F; 
	background: #2A2A2A; 
	color: #E0BC5C; 
	text-align: center; 
	font: 10px "Helvetica", sans-serif; 
}
.footer a:hover {
	background: #78BCC9; 
	color: #1F1F1F; 
	text-decoration: none;
}



/* Extra Boxes CSS */
.box {
	background: #212121; 
	font: 10px "Tahoma"; 
	color: #DDDDDD; 
	line-height:12px; 
	text-align: left; 
	padding: 5px 5px 0 5px;
}

.box2 {
	background: #88BAC1; 
	font: 10px "Tahoma"; 
	color: #212121; 
	line-height:12px; 
	text-align: left; 
	padding: 5px 5px 0 5px;
}


.content-under {
	background: #8E706E; 
	font: 18px "Trebuchet Ms"; 
	color: #F2EEE3; 
	padding: 7px 0px 7px 0px;
	line-height:18px;
	text-transform: uppercase;  
	letter-spacing: -1px;
	text-align: center; 
}




.content-content {
	background: #E4DEDE; 
	font: 10px "Verdana";
	color: #254347;
	line-height: 15px;
	text-align: justify; 
	letter-spacing:0px;
	padding: 0px 5px 5px 5px;
	border-bottom: 1px solid #D7CECE;
}