/* N J Serra CSS Master file */

/* Andy Banks, Andacami Limited, March 2007 */

/* Body */

body {
	font-family: "Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333333;
	margin: 0px;
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-x;
	background-color: #E0E0E0;
}


/* Layout */

.div_wrapper {
	height: 120%;
}
.div_top {
	position: absolute;
	height: 123px;
	width: 755px;
	left: 0px;
	top: 0px;
}
.div_left {
	background-image: url(../images/left_margin_rpt.jpg);
	background-repeat: repeat-y;
	overflow: visible;
	position: absolute;
	height: 140%;
	width: 20px;
	left: 0px;
	top: 123px;
}
.div_menu {
	background-color: #E0E0E0;
	overflow: visible;
	position: absolute;
	height: 100%;
	width: 190px;
	left: 20px;
	top: 123px;
}
.div_content {
	background-color: #E0E0E0;
	overflow: visible;
	position: absolute;
	height: 100%;
	width: 545px;
	left: 210px;
	top: 123px;
}


/* Additional Typography */

.div_content p {
	margin: 12px;
}
ul {
	font-weight: bold;
	color: #CC6600;
}
a {
	color: #CC6600;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC6600;
}
a:visited {
	color: #CC6600;
	text-decoration: none;
}
a:visited:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC6600;
}
h1 {
	margin: 12px;
	color: #CC6600;
}
h2 {
	margin: 12px;
	color: #CC6600;
}
h3 {
	margin: 12px;
	color: #CC6600;
}
h4 {
	margin: 12px;
	color: #FFFFFF;
	background-color: #999966;
	padding-left: 4px;
}
.footer {
	font-family: Tahoma;
	font-size: 9px;
	color: #666666;
	text-align: center;
}
/* might use these later to avoid hover bg on images
.footer a {
	text-decoration: none;
}
.footer a:hover {
	text-decoration: none;
	background-color: #E0E0E0;
}
.footer a:visited {
	text-decoration: none;
}
.footer a:visited:hover {
	text-decoration: none;
	background-color: #E0E0E0;
}
*/
.body_bold {
	font-weight: bold;
	color: #CC6600;
}

/* Forms */

.buttontext {
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #333333;
	font-weight: bold;
	letter-spacing: 1px;
}
.fieldtxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	background: #ffffff url(/images/field_bg.gif) repeat-x;
	padding: 3px;
	margin: 0;
	color: #666699;
	font-weight: bold;
	border: 1px solid #cccccc;
	width: 96%;
}
ol {
	font-weight: bold;
	color: #CC6600;
}
