/* -------------------------------------------------------------
	Eastgate Metroplex
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Description:	Screen Style
	Filename:		style.css
	Version:		1.0
	Date:			24 October 2006
------------------------------------------------------------- 

Table of Contents (subject to change):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	+ Re-defined Styles
	+ Custom Classes
		- Document Setup
		- Masthead
		- Messaging
		- Sidebar
		- Body
		- Footer
	+ Form Styles
	+ Miscellaneous

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/


/* -------------------------------------------------------------
	Re-defined Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

body {
	background: #706150;
	font: normal 12px/1.6em "Lucida Sans Unicode", "Lucida Sans", Verdana, Helvetica, sans-serif;
	color: #796754;
}

td {
	font: normal 12px/1.6em "Lucida Sans Unicode", "Lucida Sans", Verdana, Helvetica, sans-serif;
}

fieldset {
	border: 0px;
}

a img {
	border: 0px;
}

a:link, a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

ul li {
	padding-left: 10px;
	position: relative;
	list-style-type: none;
	background: url(/images/icon_list.gif) no-repeat 0 8px;
}




/* -------------------------------------------------------------
	Custom Classes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/*	Document Setup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#body p,
#body ul,
#body ol {
	margin-bottom: 15px;
}



/*	Body
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#ui {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#ui li {
	margin: 0;
	padding: 0;
}

#ui a:link, #ui a:visited {
	padding: 5px 0 5px 4px;
	display: block;
	color: #796754;
	text-decoration: none;
	font-size: 13px;
	line-height: 1.4em;
	width: 165px;
	font-weight: bold;
}

#ui a:hover, #ui a:active {
	color: #fff;
	background: #796754;
}


/*	Body: Content
- - - - - - - - - - - - - -  */


#header {
	font: normal 24px/1.2em Georgia, "Times New Roman", Times, serif;
	color: #800000;
}


/* --- Image Positioning --- */

.float_left {
	float: left;
	padding: 0 8px 8px 0;
}

.float_right {
	float: right;
	padding: 0 0 8px 8px;
}



/* -------------------------------------------------------------
	Form Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.input_class {
	border: 1px solid #999;
	font: normal 11px/1.4em Arial, Helvetica, sans-serif;
}

.required {
	color: #f00;
}





