
  /* $Id: style.css, v 0.1 2006/08/15 Alexei Rayu for SpryDev.com
	Structure CSS */


/* -----------------------------------------------
 GLOBAL ELEMENTS
------------------------------------------------*/

a {
	color: #333;
	padding: 0px; margin: 0px;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}

a:hover {
	background-color: #fff;
	color: #333;
	border-bottom: 0px;
}

body {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px; margin: 0px;
	background-color: #a0a0a0;
}

table {
	background-color: #f0f0f0;
}

td {
	vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	padding: 0px;
	color: #444;
}

h2 {
	font-size: 18px;
	padding-top: 8px;
}

#HeaderHolder {
	width: 990px; height: 300px;
	background-color: #FFFFCC;
}

#TableHolder {
	width: 990px;
	background-color: #CC9900;
}


/* -----------------------------------------------
 HEADER ELEMENTS
------------------------------------------------*/

#SiteName {
	position: absolute;
	width: 350px; height: 100px;
	left: 635px; top: 38px;
}

#SiteName h1{
	margin: 0px;
}

#SiteName a{
	color: #eee4da;
	font-size: 28px;
	border-bottom: 1px #eee4da dotted;
}

#Logo {
	position: absolute;
	width: 32px; height: 32px;
	left: 550px; top: 40px;
}

#Logo a {
	border: none;
}

#Photo {
	width: 470px; height: 300px;
	background-image: url(images/topphoto.jpg); background-repeat: no-repeat;
	float: left;
}

#Hd2 {
	width: 520px; height: 300px;
	background-image: url(images/topheadr.jpg); background-repeat: repeat-x;
	float: right;
}

#Mission {
	position: absolute;
	color: #eee4da; font-weight: bold;
	top: 120px; left: 550px;
	height: 32px; width: 400px;
	text-transform: uppercase;
}

#BreadCrumbs {
	position: absolute;
	left: 475px; top: 220px;
	width: 400px; height: 32px;
	padding-left: 20px;
	background-image: url(images/brdcrmbs.png);
	background-repeat: no-repeat;
}


/* -----------------------------------------------
 TOPNAV MENU
------------------------------------------------*/

#TopNav {
	font-size: 14px;
	position: absolute;
	left: 475px; top: 190px;
	width: 450px; height: 20px;
}	

#TopNav div {
	float: left;
}

#TopNav a {
	color: #444; font-weight: bold;
	padding: 0px 4px 0px 4px;
}

#TopNav a:hover {
	background-color: #f0f0f0;
	border: none;
}

#TopNav div.TNSeparator {
	color: #444;
	padding: 0px 8px 0px 8px;
}

/* -----------------------------------------------
 TABLE ELEMENTS
------------------------------------------------*/

#TDLeft {
	width: 200px; height: 43px;
	background-image: none; background-position: top left;
	background-repeat: no-repeat;
	background-color: #d4b596;
	border-top: 3px #eee4da solid;	
}

#TDMid {
	width: 590px; height: 43px;
	background-image: url(images/rtbrcrnr.png); background-position: top right;
	background-repeat: no-repeat;
	background-color: #eee4da;
}

#TDRight {
	width: 200px; height: 43px;
	background-image: none; background-position: top left;
	background-repeat: no-repeat;
	background-color: #d4b596;
	border-left: 1px #eee4da solid;
	border-top: 3px #eee4da solid;	
}

/* -----------------------------------------------
 FOOTER ELEMENTS
------------------------------------------------*/

#Footer {
	color: #eee4da;;
	font-size: 12px; font-weight: bold;
	width: 958px; height: 32px;
	background-color: #d4b596;
	border-top: 1px #eee4da solid;
	padding: 16px 0px 0px 32px;
}


/* -----------------------------------------------
 LEFT BAR
------------------------------------------------*/
#LeftBar {
	width: 192px;
	padding: 0px 4px 4px 4px;
}

#LeftBar h2 {
	margin: 0px -3px 8px -3px;
	padding-left: 50px;
	height: 41px;
	background-image: url(images/hdbrnorm.png); background-repeat: no-repeat; background-position: center left;
}

/* -----------------------------------------------
 RIGHT BAR
------------------------------------------------*/

#RightBar {
	width: 192px;
	padding: 0px 4px 4px 4px;
}

#RightBar h2 {
	height: 41px;
	margin: 0px -3px 8px -3px;
	padding-left: 50px;
	background-image: url(images/hdbrnorm.png); background-repeat: no-repeat; background-position: center left;
}

/* -----------------------------------------------
 CONTENTS
------------------------------------------------*/

#Contents {
	width: 496px;
	padding: 4px 4px 4px 4px;
	margin: 4px 4px 4px 4px;
}

#Contents h2 {
	padding-left: 22px;
	background-image: url(images/hdpntr1.gif); background-repeat: no-repeat; background-position: center left;
	color: #444;
	text-transform: uppercase;
}

/* -----------------------------------------------
 PAGE TITLE
------------------------------------------------*/

#PageTitle {
	padding: 5px 0px 0px 42px;
	font-size: 18px;
	color: #444;
	position: absolute;
	width: 483px; height: 29px;
	top: 269px; left: 475px;
	background-image: url(images/pgtitle.png); background-repeat: no-repeat;
}

/* -----------------------------------------------
 SEARCH FORM
------------------------------------------------*/


#frmInner {
	font-size: 12px;
}

#frmInner h2 {
	background-image: url(images/hdsrch01.png);
	background-repeat: no-repeat;
	height: 41px;
	margin: 0px -3px 8px -3px;
	padding-left: 50px;
}

input.inputTxt {
	width: 164px;
}

div.XSTexts {
	padding-bottom: 8px;
}

div.XSRadios {
	padding-bottom: 8px;
}

div.XSDropDowns {
	padding-bottom: 8px;
}

select.searchText {
	margin-bottom: 8px;
}

button#Submit {
	padding: 0px;
}
