/* CSS Attributes */

/* General Styles */

body, td, input, select, textarea  { 
	font-family: Verdana,Tahoma,Arial,Geneva; 
	color: #000033; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal;
}

p {
	font-family: Verdana,Tahoma,Arial,Geneva; 
	color: #000033; 
	font-size: 12px; 
}

a:link { 
	color: #993333; 
	font-size: 10px; 
	text-decoration: none 
}

a:visited { 
	color: #000000; 
	text-decoration: none 
}

a:hover { 
	color: #993333;  
	text-decoration: underline
}

h1 {
	font-family: Verdana,Tahoma,Arial,Geneva; 
	color: #FC1921; 
	font-size: 14px;
	margin: 0
}

/* Custom Styles */

.outline {
	border: 1px solid #ccc;
	width: 300px;
	padding: 5px
}

#head {
	background-image: url(img/header_cap.gif);
	background-repeat: no-repeat;
	width: 300px;
	hieght: 38px;
	line-height: 38px;

}

.searchFoot {
	text-align: center;
	padding-top: 50px;
	color: #993333; 
}

.searchFoot a {
	text-align: center;
	color: #993333; 
	font-size: 10px; 
	line-height: 10px;
	height: 10px
}

.searchFoot a:visted {
	color: #993333; 
	text-decoration: none
}

.searchFoot a:hover {
	color: #000; 
}

#resultsTable {
	position: relative;
	margin-left: -380px;
	left: 50%;
	width: 760px;
	
}

#resultsTable h1 {
	font-family: Verdana,Tahoma,Arial,Geneva; 
	color: #FC1921; 
	font-size: 14px;
	margin: 0;
	text-align: center;
	margin-top: 10px
}

#resultsTable h2 {
	font-size: 12px;
	font-style: italic;
	text-align: center;
	
}

#capLeft {
	background-image: url(img/cap_left.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #FC1921;
	width: 190px;
	padding-left: 15px;
	text-align: left;
	font-weight: bold;
	color: #fff;
	height: 25px;

}

#capRight {
	background-image: url(img/cap_right.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #FC1921;
	width: 190px;
	padding-left: 15px;
	font-weight: bold;
	color: #fff;
	height: 25px;

}

.resultTop {
	background-color: #FC1921;
	width: 190px;
	padding-left: 15px;
	font-weight: bold;
	color: #fff;
	height: 25px;


}

#bodyContainer {
	position: relative;
	margin-left: -150px;
	left: 50%;
	margin-top: 50px;
	width: 300px;
	background-image: url(img/body_bkg.gif);
	background-repeat: repeat-y;
}

#bodyContainer h1 {
	position: relative;
	bottom: 3px;
	text-align: center;
	font-family: Verdana,Tahoma,Arial,Geneva; 
	color: #fff; 
	font-size: 14px;
}

#bodyContainer h2 {
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
	font-family: Verdana,Tahoma,Arial,Geneva; 
	color: #000; 
	font-size: 12px;
}


#footer {
	background-image: url(img/footer_cap.gif);
	background-repeat: no-repeat;
	height: 38px;
	width: 300px
}

#footer input {
	position: relative;
	top: 12px
}


.header { 
	font-family: Verdana,Tahoma,Arial,Geneva; 
	color: #993333; font-size: 12px; 
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none 
}

.headwhite { 
	font-family: Verdana,Tahoma,Arial,Geneva; 
	color: #ffffff; font-size: 11px; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none 
}

.bold { 
	font-weight: bold 
}

.nav { 
	font-family: Verdana,Tahoma,Arial,Geneva; 
	color: #993333; font-size: 12px; 
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none 
}

.bodytan { 
	font-family: Verdana,Tahoma,Arial,Geneva;
	color: #cccc99; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none 
}

.top { 
	font-family: Verdana,Tahoma,Arial,Geneva; 
	color: #000033; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none 
}

.real { 
	font-weight: bold; 
	color: #993333; 
	font-size: 14px 
}

.jobs { 
	font-weight: bold; 
	color: #000033; 
	font-size: 14px 
}

li { 
	font-weight: bold 
}

.topnav {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: FFFFFF; 
	text-decoration: none; 
	font-weight: bold
}

/* Form Elements */

form {
	display: inline;
}

label {
	display: block;
	width: 110px;
	float: left;
	margin-bottom: 5px;
	text-align: right;
	padding-right: 6px;
	font-size: 11px;
	line-height: 2em;;
}

label.required {
	font-weight: bold;
	color: #F00;
}

form br {
	clear: left;
}

input {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;

}

select {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	width: 160px

}

textarea {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;

}

.formtitle {
	text-align: right;
	padding-right: 5px;
	color: #666
}

.formtitlerequired {
	text-align: right;
	padding-right: 5px;
	color: red;
	font-weight: bold
}

.response {
	padding-left: 5px;
	font-weight: bold

}