/************************************
* MAIN CSS DIVISION DEFINITIONS     *
* COPYRIGHT (C)2008, JOHN M. STOKES *
*************************************/

/***************
* GLOBAL STYLE *
****************/
* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

a {
	color: white;
}

a:hover {
	color: #f67302;
}

a:visited {
	color: #AAAAAA;
}

a:visited:hover {
	color: #f67302;
}

ul {
	list-style: none;
}

li {
	margin-left: 15px;
}

body {
	background-color: #000066;
}

hr {
	color: #555555;
}

small {
	font-size: 8pt;
}

/************
* MAIN BODY *
*************/
#contentBox {
	width: 1256px;
	height: 825px;
	background-repeat: no-repeat;
	margin: auto;
	clear: both;
	margin-top: 10px;
}

#footerBox {
	width: 1256px;
	margin: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 8pt;
	color: white;
	text-align: center;
}

/**** ADMIN PAGES ****/
#adminContentBox {
	width: 900px;
	background-repeat: no-repeat;
	margin: auto;
	clear: both;
	margin-top: 10px;
}

#adminFooterBox {
	width: 900px;
	margin: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 8pt;
	color: white;
	text-align: center;
}

/**** SEARCH PAGE ****/
#virtualKeyboard {
	width: 900px;
	margin: auto;
	margin-top: 25px;
}

#virtualKeyboard table {
	width: 900px;
	border-collapse: separate;
}

#searchForm {
	font-size: 14pt;
}

#searchForm input {
	height: 30px;
	width: 300px;
	font-size: 14pt;
}

#searchForm select {
	height: 30px;
	width: 300px;
	font-size: 14pt;
}

/**** SEARCH RESULTS PAGE ****/
#searchResults {
	width: 900px;
	height: 440px;
	margin: auto;
	overflow: hidden;
	font-size: 12pt;
	font-weight: normal;
	text-align: left;
}

#searchResults table {
}

#searchResults th {
	text-align: left;
}

#searchResults td {
	text-align: left;
}

/**** PAGINATION ****/
#paginationControl {
	width: 900px;
}

#paginationControl td {
	width: 25%;
	vertical-align: middle;
}

/**** PRINTER FRIENDLY PAGE ****/
#printResults {
	width: 490px;
	margin-left: 10px;
	font-size: 14pt;
	font-weight: normal;
	text-align: left;
	overflow: hidden;
	color: black;
	background-color: #ffffff;

}

.clipLong {
	height: 23px;
	overflow: hidden;
}

/*************
* AD LAYOUTS *
**************/

#ad1 {
	width: 120px;
	height: 600px;
	text-align: center;
	margin: 10px;
	overflow: hidden;
}

#ad2 {
	width: 468px;
	height: 60px;
	text-align: center;
	margin: 10px;
	overflow: hidden;
}

#ad3 {
	width: 468px;
	height: 60px;
	text-align: center;
	margin: 10px;
	overflow: hidden;
}

#ad4 {
	width: 120px;
	height: 600px;
	text-align: center;
	margin: 10px;
	overflow: hidden;
}
