/**
 *	Script:		public_html/includes/css/style.css
 *	Purpose:	Provide sitewide stylesheeting
 *	Author:		Robert F. Ludwick
 */

body
{
	margin: 0px;

	background-color: #afafaf;
	font-family: verdana, sans-serif;
	font-size: 12px;
}

img
{
	border: 0px;
}

#wrapper
{
	width: 774px;
	margin: auto;
	margin-bottom: 10px;

	background-color: #ffffff;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#title
{
	width: 774px;
	height: 100px;

	background: url("../../images/title.jpg") top left no-repeat;
}
#title #text
{
	padding-top: 75px;
	padding-right: 10px;
	text-align: right;

	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
}

#menu
{
	padding: 3px;
	text-align: center;

	background-color: #ffafaf;
	border-bottom: 1px solid #000000;
	font-size: 13px;
}

#menu a
{
	font-weight: bold;
	color: #000000;
}
#menu a:link, #menu a:visited
{
	text-decoration: underline;
}
#menu a:active, #menu a:hover
{
	text-decoration: none;
}

#content
{
	padding: 5px;
}

#content a
{
	color: #bb2424;
}
#content a:link, #content a:visited
{
	text-decoration: underline;
}
#content a:active, #content a:hover
{
	text-decoration: none;
}

span.success
{
	color: #2244dd;
}
span.error
{
	color: #dd0099;
}
span.notice
{
	color: #bf7500;
}

#content ul, #content ol
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 0px;
}
#content ol#list li
{
	margin-top: 14px;
}
#content ol#list li#top
{
	margin-top: 0px;
}
#content ol#list li ol li
{
	margin-top: 14px;
}
#content ol#list li ul li
{
	margin-top: 0px;
}

div.image_separator
{
	clear: both;
}

img.image_left
{
	margin-left: 10px;
	float: right;
}
img.image_right
{
	margin-right: 10px;
	float: left;
}

form ul
{
	list-style: none;
}
form ul li
{
	height: 23px;
	clear: both;
}
form ul li.textarea
{
	height: auto;
}
form ul li label
{
	font-weight: bold;
	display: block;
	float: left;
	width: 160px;
	text-align: right;
	padding-right: 10px;
	line-height: 23px;
}
form ul li input, form ul li textarea, form ul li select
{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: verdana, serif;
	font-size: 11px;
}

#footer
{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: center;

	border-top: 1px solid #000000;
	font-size: 10px;

	line-height: 18px;
}

#footer img.zce
{
	float: left;
	margin-right: 10px;
}

#clear
{
	clear: both;
}