/***************************************************************************
 *                             default.css
 *                            ------------------
 *	 AUTHOR				  : Kevin K. Nelson
 *   EMAIL                : knelson@taoti.com
 *   COPYRIGHT            : (C) 2005 Taoti Enterprises International, Inc.
 *                           -  ALL RIGHTS RESERVED
 *
 *   LAST UPDATED         : 2005-10-18
 *
 *   PURPOSE              : To provide a default template for CSS tag
 *                          definitions and consistent class names as well
 *                          as a consistent layout for where definitions go.
 *                          The order of definitions for this CSS page are:
 *                            * tag definitions
 *                            * table classes (e.g. classes for <td> or <tr>)
 *                            * text classes (e.g. classes for <p>)
 *                            * anchor tag classes (for various link classes)
 *
 ***************************************************************************/

/*******************************************************************
TAG DEFINITIONS
   - only change colors, font-family, and size as needed.  Try not
     to write too many tag definitions beyond what's here
*******************************************************************/
html {
	scrollbar-face-color: 		#3D6615;
	scrollbar-shadow-color:		#000000;
	scrollbar-highlight-color:	#93DB4D;
	scrollbar-track-color: 		#ECF18A;
	scrollbar-arrow-color: 		#ECF18A;
}
body {
	scrollbar-face-color: 		#3D6615;
	scrollbar-shadow-color:		#000000;
	scrollbar-highlight-color:	#93DB4D;
	scrollbar-track-color: 		#ECF18A;
	scrollbar-arrow-color: 		#ECF18A;
	margin:						0px 0px 0px 0px;
	background:					url('../images/bg-gradient.gif') center top repeat-x;
	background-color:			#82935F;
}
td {
	vertical-align:				top;
	padding:					0px 0px 0px 0px;
}
body, td, div, p, blockquote, h1, h2, h3, h4, h5, h6, ul, ol {
	font-family:				Century Gothic, Arial, Helvetica, sans-serif;
	font-size:					12px;
	color:						black;
}
p, blockquote, h1, h2, h3, h4, h5, h6, ul, ol {
	margin-top:					0px;
	margin-bottom:				12px;
}
textarea, input, select {
	font-family:				Verdana, Arial, Helvetica, sans-serif;
	font-size:					10px;
}
p, blockquote {
	text-align:					justify;
}
legend { 
	color:						black;
	font-size:					16px;
}

fieldset {
	display:			block;
	border-style:		solid;
	border-width:		1px 1px 1px 1px;
	border-color:		#DBEB51;
	background-color:	#FFF8C7;
}
.form-head {
	font-size:			16px;
	font-weight:		bold;
	color:				#517024;
	padding:			5px 15px 5px 15px;
	background-color:	#E6F18B;
	border-style:		solid;
	border-width:		1px 1px 1px 1px;
	border-color:		#C5DB9E;
	letter-spacing:		.4em;
	text-align:			center;
	margin;				0px;
	font-variant:		small-caps;
}

form { margin:			0px 0px 0px 0px; }
img	{
	border-style:		none;
	display:			block;
}

a:link, a:visited { color:		#47711B; }
a:hover, a:active { color:		#36362A; }

/*******************************************************************
TABLE CLASSES
   - these are some default classes that many of our applications
     use.  If this is a static site with no applications, then
	 removing these would probably not be harmful.  Otherwise,
	 change colors, margins, etc., as needed when they do not
	 have the desired look.  If I might work on the site, there
	 is a good chance that I will want these classes, though.
*******************************************************************/
.margin_centered {
	margin-left:		auto;
	margin-right:		auto;
}
.left_form_cell {
	padding:			3px 3px 3px 3px;
	font-weight:		bold;
	border-style:		solid;
	border-width:		0px 0px 1px 0px;
	border-color:		#C5DB9E;
	vertical-align:		middle;
	text-align:			left;
}
.right_form_cell {
	padding:			3px 3px 3px 3px;
	border-style:		solid;
	border-width:		0px 0px 1px 0px;
	border-color:		#C5DB9E;
	vertical-align:		middle;
	text-align:			right;
}
.left_info_cell {
	padding:			5px 5px 5px 5px;
	font-weight:		bold;
	border-style:		solid;
	border-width:		0px 0px 1px 0px;
	border-color:		#DDDDDD;
	vertical-align:		middle;
}
.right_info_cell {
	padding:			5px 5px 5px 5px;
	border-style:		solid;
	border-width:		0px 0px 1px 0px;
	border-color:		#DDDDDD;
	vertical-align:		middle;
}
.title_cell {
	font-weight:		bold;
	font-size:			14px;
	padding:			3px 3px 3px 3px;
}
.content_cell {
	padding:			3px 3px 3px 3px;
}
.row1 { background-color:#FFFFFF; }
.row2 { background-color:#EDEDED; }

/*******************************************************************
FORM CLASSES
   - so that, by default, forms are of the right size, etc.
*******************************************************************/
input.default    { width: 200px; }
textarea.default { width: 200px; height:80px; }

/*******************************************************************
TEXT CLASSES
   - I want these to be our default text definitions across the 
     board...so that when any of us are on a site, we can simply
	 type "class='small'" or "class='right'"into a tag and know that 
	 it's going to work
*******************************************************************/
.page_title {
	font-size:			22px;
	font-weight:		bold;
	color:				#517024;
	padding:			7px 7px 7px 20px;
	background-color:	#F2F59A;
	border-top:			solid #D5EA85 thick;
	border-right:		solid #D5EA85 medium;
	border-bottom:		solid #D5EA85 thin;
	border-left:		solid #D5EA85 thin;
	letter-spacing:		.4em;
	text-align:			left;
	margin-bottom:		10px;
	font-variant:		small-caps;
}
.heading {
	font-size:			18px;
	font-weight:		bold;
	color:				#517024;
	padding:			5px 5px 5px 20px;
	background-color:	#E6F18B;
	border-top:			solid #D5EA85 thin;
	letter-spacing:		.4em;
	text-align:			left;
	margin-bottom:		5px;
	font-variant:		small-caps;
}
.heading1 {
	font-size:			16px;
	font-weight:		bold;
	color:				#517024;
	padding:			5px 5px 5px 20px;
	background-color:	#E6F18B;
	border-top:			solid #D5EA85 thin;
	letter-spacing:		.4em;
	text-align:			left;
	margin-bottom:		5px;
	font-variant:		small-caps;
}
.sub-heading {
	color:				#517024;
	font-size:			16px;
	font-style:			oblique;
	font-variant:		small-caps;
	font-weight:		bold;
	letter-spacing:		.3em;
	margin-bottom:		7px;
	text-align:			left;
}
.emphasis {
	color:				#517024;
	font-size:			16px;
	font-variant:		small-caps;
	font-weight:		bold;
	letter-spacing:		.4em;
}
.small_descr {
	font-size:			10px;
	font-weight:		bold;
}
.lined {
	border-style:		solid;
	border-width:		0px 0px 1px 0px;
	border-color:		#517024;
}
.xsmall { font-size:	9px; }
.small  { font-size: 	10px; }
.normal { font-size: 	12px; }
.medium { font-size:	14px; }
.large  { font-size: 	16px; }
.xlarge { font-size:    18px; }
.huge   { font-size: 	20px; }

.left    { text-align: 	left; }
.center  { text-align: 	center; }
.right   { text-align: 	right; }
.justify { text-align: 	justify; }

.top    { vertical-align: middle; }
.middle { vertical-align: middle; }
.bottom { vertical-align: bottom; }

.bold   { font-weight:	bold; }
.italic { font-style:	italic; }

.color_light { color:	orange; }
.color_dark  { color:	#517024; }
.color_red  { color:	#D00000; }
.color_theme { color:	#517024; }

.block      { display:	block; }
.no_display { display:	none; }

/*******************************************************************
OUR PHP LIBRARY'S status_message() CLASS DEFINITIONS
   - like the table classes, these are specific to the application,
     and can be removed for static sites.
*******************************************************************/
.status_container {
	margin:				20px 10px 20px 10px;
	padding:			3px 5px 3px 10px;
	border-style:		solid;
	border-color:		#CCCCCC;
	border-width:		0px 0px 0px 1px;
}
.status_title {
	font-size:			16px;
	font-weight:		bold;
	color:				#517024;
	border-style:		solid;
	border-width:		0px 0px 1px 0px;
	border-color:		#517024;
}
.status_message {
	font-size:			12px;
	color:				#517024;
}

/*******************************************************************
ANCHOR TAG CLASSES
   - like the table classes, these are specific to the application,
     and can be removed for static sites.
*******************************************************************/
.some_class a:link, .some_class a:visited {
	color:				black;
	text-decoration:	none;
}
.some_class a:hover, .some_class a:active {
	color:				red;
	text-decoration:	underline;
}
a.taoti:link, a.taoti:visited {
	color:				#DADFCB;;
	font-family:		Century Gothic, Arial, Helvetica, sans-serif;
	font-size:			12px;
	padding:			0px 9px 2px 9px;
	text-decoration:	none;
}
a.taoti:hover, a.taoti:active {
	background-color:	#A7A567;
	color:				#FFFFFF;
	font-family:		Century Gothic, Arial, Helvetica, sans-serif;
	font-size:			12px;
	padding:			0px 9px 2px 9px;
	text-decoration:	none;
}
a.foot-links:link, a.foot-links:visited {
	color:				#749553;
	font-family:		Century Gothic, Arial, Helvetica, sans-serif;
	font-size:			12px;
	font-variant:		small-caps;
	font-weight:		bold;
	letter-spacing:		0.1em;
	text-decoration:	none;
}
a.foot-links:hover, a.foot-links:active {
	color:				#3C4B2D;
	font-family:		Century Gothic, Arial, Helvetica, sans-serif;
	font-size:			12px;
	font-variant:		small-caps;
	font-weight:		bold;
	letter-spacing:		0.1em;
	text-decoration:	underline;
}
.bttm-lnks {
}
.noborder { border-style:none; }

/*******************************************************************
	LAYOUT
*******************************************************************/
#mastCon {
	width:			100%;
	float:			left;
	height:			auto;
	min-height:		869px;
	height:			869px;
	min-width:		1500;
	width:			1500;
	background:		url('../images/home_bkgnd.jpg') center top no-repeat;
}

#frame {
	width:			1000px;
	margin:			0 auto;
	position:		relative;
}

#container {
	top:			0;
	width:			1000px;
	height:			896px;
	float:			left;
	_float:			none;
}
