/**********************************************

    CSS Style Sheet for Infill Solutions

 Created by: Nathan Perkins, MaxMo Technologies
 Created on: December 17, 2004

 **********************************************/

/* General */
html, body {
	background: #FFFFFF;

	margin: 0;
	padding: 0;
	height: 100%;
	/* width: 100%; */
	width: 860px;
}

html, body, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

body {
	font-size: 72%; /* Text Sizing */
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/bg.png) repeat-y top left #FFF;
}


/* Specific HTML */
h1 { font-weight: bolder;  font-size: 24px;  }
h2 { font-weight: bold;  font-size: 20px;  }
h3 { font-weight: bold;  font-size: 16px;  }
h4 { font-weight: bold;  font-size: 14px;  }
big { font-weight: bold;  font-size: 16px;  }
small { font-size: 0.8em;  }
input.text, input.password, textarea {
	border: 1px solid #000000;
	font-size: 0.9em;
	font-family: Verdana, Arial, sans-serif;
}
select {
	border: 1px solid #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
}
option {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
}
img {
	border: 0px;
}
form {
	margin: 0;
}
ul {
	list-style-image: url(../images/bullet.gif); 
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Form Lineup */
label span {
	float: left;
	width: 20em;
}
span.error {
	color: red;
}

/** HEADER **/
div#header {
	left: 0px;
	top: 0px;
	height: 125px;
	width: 100%;
	background-color: #FFF;
}

img#logo {
	position: absolute;
	top: 16px;
	left: 18px;
	width: 304px;
	height: 109px;
}

/** TOP MENU **/
div#topmenu {
	position: absolute;
	top: 55px;
	right: 0px;
	height: 65px;
	width: 550px;
}

div#topmenu img {
	margin-left: 10px;
	width: 65px;
	height: 53px;
}

/** MENU **/
div#menu {
	position: absolute;

	width: 129px;
	top: 140px;
	left: 0px;

	text-align: right;
	letter-spacing: -0.5px;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px !important;
	color: #000000;
}

div#menu div {
	margin-top: 7px;
	margin-bottom: 7px;
}

div#menu div.extratop {
	margin-top: 20px;
}

/* Sidebar Links */
div#menu a, 
div#menu a:link,
div#menu a:visited {
	color: #000000;
	text-decoration: none;
}

div#menu a:active,
div#menu a:hover {
	color: #FF0000;
	text-decoration: none;
}

div#menu big {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px !important;
	font-weight: bold;
}

/* 	color: #CCFF00; */
div#menu .active {
	color: #FF0000;
}

div#menu div.submenu {
	color: #FF0000;
	font-style: italic;
}

div#menu div.submenu a,
div#menu div.submenu a:link,
div#menu div.submenu a:visited,
div#menu div.submenu a:hover,
div#menu div.submenu a:active {
	color: #FF0000;
}

/* Content */
div#content {
	/* background: #CDFF00; */

	margin-top: 2px;
	margin-left: 164px;
	/* height: 100%; */
	
	padding: 0px;
}

div#content div.pcontent {
	padding: 30px;
	line-height: 160%;
}

div.pcontent {
	background: #CDFF00;
}

div.pcontent a {
	color: #000000;
	text-decoration: none;
}

div.pcontent a:link,
div.pcontent a:visited {
	color: #000000;
	text-decoration: none;
}

div.pcontent a:active,
div.pcontent a:hover {
	color: #999999;
	text-decoration: none;
}

div.pcontent img#pagetitle {
	padding-bottom: 2px;
	display: block;
}

div.pcontent div#navigation {
	font-size: 9px !important;
	font-style: italic;
	clear: both;
}

div.pcontent .topbar {
	position: relative;
	left: -30px;
}