@charset "utf-8";
/*********************************************/
/* PAGE LAYOUT STYLES - Header / Footer, etc */
/*********************************************/
body {
	background: #550305 url("/images/layout/repeatingbackground.jpg");
	padding: 0px;
	margin: 0px;
	font-family: Georgia, Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}
.BodyBox {
	background: url("/images/layout/topbackground.jpg") top center no-repeat;
	padding: 0px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}	
a {
	color: #6F0000;
	text-decoration: none;
}
a:hover {
	color: #775100;
	text-decoration: underline;
}
li {
	list-style-image: url("/images/icons/house.jpg");
	list-style-type: none;
	line-height: 1.65em;
	font-size: 12px;
	_padding-left: 5px;
}	
.QuestionnaireList li {
	line-height: 1.95em;
}
/*************** HEADER **************/
.HeaderBar {
	background: url("/images/layout/topbackground.jpg") top left repeat-x;
	width: 100%;
	height: 174px;
	text-align: center;
	display: block;
}


/*************** MENU **************************/
.MenuBar {
	background: url("/images/layout/header.jpg") no-repeat;
	width: 755px;
	height: 174px;
	display: block;
}


#mnuMain {
	float: right;
	width: auto;
	height: auto;
	padding-left: 0px;
	margin: 142px 10px 0px 0px;
}
#mnuMain ul {
	margin: 0px; 
	padding: 0px;
}

#mnuMain ul li {
	display: inline; 
	float: right;
	list-style: none;
	padding: 0px 0px 0px 28px;
	position: relative;
}
#mnuMain ul li#mnuFirst {
	padding: 0px 0px 0px 0px;
}

#mnuMain li a {
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
#mnuMain li a:hover {
	color: #990000;
}

#mnuMain li ul {
	margin:0px;
	padding: 0px 0px 6px;
	display: none;
	position: absolute;
	left: 20px;
	top: 17px;
	background-color: #cdbb67;
	background-image: none;
}

#mnuMain li:hover ul {
	display: block; 
	width: 150px;
	background-image: none;
	border-bottom: groove 1px #000066;
}

#mnuMain li li {
	background-image: none;
	font-size: 10px;
	list-style: inside;
	list-style-image: none;
	display: list-item;
	margin: 0px;
	text-align: left;
	float: none;
	padding: 7px 5px 0px;
}

#mnuMain li li a {
	font-size: 11px;
	text-decoration: none;
	color: #660000;
}
#mnuMain li li a:hover {
	color: #CC0000;
}

/************** CONTENT BAR ***************/
.ContentBody {
	background: url("/images/layout/background.jpg") top left repeat-x;
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
.ContentBar {
	background: url("/images/layout/bodyback.jpg") top left repeat-y;
	width: 755px;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}	
.ContentBox {	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width: 725px;
	padding: 5px 15px 5px;
	text-align: left;
	line-height: 1.6em;
}

/************** FOOTER BAR ****************/
.FooterBar {
	background: url("/images/layout/footer.jpg") no-repeat top left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	height: 40px;
	width: 755px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.FooterInfo1 {
	float: right; 
	text-align: right; 
	margin-right: 15px; 
	margin-top: 4px;
}
.FooterInfo2 {
	float: left; 
	text-align: left; 
	margin-left: 15px; 
	margin-top: 4px;
}
.FooterText {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none;
	font-size: 8pt;
	padding: 0px;
	text-align: center;
	vertical-align: text-top;
	white-space: nowrap;
	color: #996600;
}
.FooterText a {
	color: #CC9933;
	text-decoration: none;
}
.FooterText a:hover {
	color: #FFF;
	text-decoration: underline;
}

/*********************************************/
/*  BUTTONS */
/*********************************************/
.boxAdminMenu {
	float: left;
	padding: 5px;
	text-align: center;
	border: 1px solid #DDD;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 100px;
	height: 85px;
	margin-right: 15px;
	margin-bottom: 15px;
	font-size: 13px;
}
.boxAdminMenu a {
	font-size: 13px;
}
.boxAdminMenu:hover {
	background-color: #E9E9E9;
	border-bottom: 2px solid #A66;
	border-right: 2px solid #A66;
}

.boxButtonLg {
	width: 125px;
	height: 21px;
	_height: 26px;
	background: url("/images/buttons/blank125.png") no-repeat;
	text-align: center;
	color: #FFE0C1;
	font-size: 11px;
	padding: 4px 0px 0px;
	margin: 0px 5px 0px;
	float: right;
}
.boxButtonLg a {
	text-decoration: none;
	color: #000000;
}
.boxButtonLg a:hover {
	text-decoration: underline;
	color: #660000;
}

.boxButtonMed {
	width: 98px;
	height: 21px;
	_height: 26px;
	background: url("/images/buttons/blank98.png") no-repeat;
	text-align: center;
	color: #FFE0C1;
	font-size: 11px;
	padding: 4px 0px 0px;
	margin: 0px 5px 0px;
	float: right;
}
.boxButtonMed a {
	text-decoration: none;
	color: #000;
}
.boxButtonMed a:hover {
	text-decoration: underline;
	color: #660000;
}


.boxButtonSm {
	width: 66px;
	height: 21px;
	_height: 26px;
	background: url("/images/buttons/blank66.png") no-repeat;
	text-align: center;
	color: #FFE0C1;
	font-size: 11px;
	padding: 5px 0px 0px;
	margin: 0px 5px 0px;
	float: right;
}
.boxButtonSm a {
	text-decoration: none;
	color: #000;
}
.boxButtonSm a:hover {
	text-decoration: underline;
	color: #660000;
}

.boxClear {
	width: 700px;
	height: 1px;
	clear: both;
	display: block;
}
/*********************************************/
/* Data and error boxes 
/*********************************************/

.boxError {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 10pt;
	background-color: #FFCCCC;
	text-align: center;
	padding: 5px;
	border: 1px solid #990000;
	color: #990000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.boxNote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #0000FF;
}
.boxNote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #333333;
}
.boxData {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 12px;
	background-color: #FFF4CC;
	padding: 5px;
	border: 1px solid #000066;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align: left;
}
.boxData2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background-color: #FFE6B0;
	padding: 5px;
	font-size: 12px;
	border: 1px solid #000066;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align: left;
}
.boxNews1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background: #d8e7ea url("/themes/theme1/newstop2.png") bottom right no-repeat;
	width: 700px;
	font-size: 8pt;
	margin: 5px 0px;
}
.boxNews2 {
	color: #000000;
	background: url("/themes/theme1/newstop.png");
	background-repeat: no-repeat;
	width: 700px;
	padding: 10px 0px;
}
.boxNews3 {
	text-align: left;
	width: 670px;
}
.boxBorder {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	padding: 5px;
	font-size: 10pt;
	border: 1px solid #000066;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.boxClient {
 width: 100%; 
 display: block; 
 height: auto;
 border-top: 2px groove #663300;
}
.boxClientImage {
  float: left; 
	width: 200px; 
	height: auto; 
	text-align: center;
	padding: 8px 0px;
}
.boxClientText {
  float: left; 
	width: 510px; 
	height: auto; 
	text-align: left;
	padding: 8px 0px;
}


.boxBook {
 width: 650px; 
 display: block; 
 height: auto;
 border-top: 2px groove #663300;
}
.boxBookImage {
  float: left; 
	width: 200px; 
	height: auto; 
	text-align: center;
	padding: 8px 0px;
}
.boxBookText {
  float: left; 
	width: 430px; 
	height: auto; 
	text-align: left;
	padding: 8px 0px;
}
/*********************************************/
/* Data Table styles
/*********************************************/
.tableClear
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	text-align: left;
}
.tableClear2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	text-align: left;
}
.tableSurvey {
	width: 600px; 
	height: auto; 
	background-color: #DDDDFF;
	border: solid 1px #000; 
	-moz-border-radius: 10px;	
	-webkit-border-radius: 10px; 
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
}

#rowPart:hover {
	background-color: #FC9;
	border-color: #FC9;
}

#BuildPCType td {
	padding: 3px;
}

.tableMenu
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	border: thin solid #000000;
	background-image: url("/themes/theme1/buttonback.gif");
}

/*********************************************/
/* Search Box Styles
/*********************************************/
.boxSearch {
	position: relative;
	height: auto;
	top: 140px;
	left: 600px;
}
.textboxBack {
	background: url("/themes/theme1/back3_sm.png");
	border: solid 1px #000;
	height: 25px;
	width: 160px;
	float: right;
	position: relative;
	margin-right: 30px;
}
.textboxCenter {
	display: table-cell;
	height: 25px;
	width: 160px;
	font-size: 8pt;
	color: #000;
	text-align: center;
	padding-top: 2px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	_position: relative;
	_top: 0px;
	_margin_top: auto;
	_vertical-align: top;
	border: none;
	background: none;
}
.textboxCenter a:link {
	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
	font-size: 7pt;
	color: #006;
	font-weight: bold;
	text-decoration: none;
}
.textboxCenter a:visited {
	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
	font-size: 7pt;
	color: #006;
	font-weight: bold;
	text-decoration: none;
}
.textboxCenter a:active {
	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
	font-size: 7pt;
	color: #006;
	font-weight: bold;
	text-decoration: none;
}


/*********************************************/
/* Heading and Title styles
/*********************************************/
.Label1 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.ContentHeader, h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #4B250E;
	padding: 5px 0px;
	display: block;
}
.SubTitle, h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #660000;
	line-height: 1.5em;
}
.LineTitle, h3
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #000066;
	line-height: 1.5em;
}
	


/**************************************/
/** Input Boxes
/**************************************/

.input1 {
	font-family:Georgia, "Times New Roman", Times, serif;
}

input, select {
	font-family:Georgia, "Times New Roman", Times, serif;
}
/***************************************/
/* Divider styles
/***************************************/
div.hr {
  height: 15px;
  background: url("/images/icons/paw_sm5.gif") no-repeat scroll center;
}
div.hr hr {
  display: none;
}

/***************************************/
/* Other Text Styles
/***************************************/
.NoteStar {
	font-size: 8pt;
	color: #B00;
}


/***************************************/
/* Floating Div Styles */
/***************************************/
.PriceBoxHide {
	display: none;
	font-size: 8pt;
	border: solid 1px #000;
	width: 200px;
	background-color: #CCFFCC;
	padding:5px;
	position: absolute;
}
.NewsBoxHide {
	display: none;
	font-size: 8pt;
	border: solid 1px #000;
	width: 670px;
	background-color: #CCFFCC;
	padding:5px;
	position: absolute;
}
.EditBoxHide {
	display: none;
	font-size: 8pt;
	border: solid 1px #000;
	width: 550px;
	background-color: #CCFFCC;
	padding:5px;
	position: absolute;
}
.CalBoxHide {
	display: none;
	font-size: 8pt;
	border: solid 1px #000;
	width: 670px;
	background-color: #CCFFCC;
	padding:5px;
	position: absolute;
}
.PhoneBoxHide {
	display: none;
	font-size: 8pt;
	border: solid 1px #000;
	width: 250px;
	background-color:#FFCCCC;
	padding:5px;
	position: absolute;
}

/******* Input Form Styles **************/

.DropSmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	border: solid 1px black;
}

/************ ADMIN EDIT CONTENT *********************/

.RTEditBox {
	width: 700px; 
	height: auto; 
	background: #FFF; 
	color: #000;
}

.RTEditArea {
	width: 700px; 
	height: 400px;
	background: #FFF; 
	color: #000;
}

#FloatSaveBox {
	position: fixed;
	_position: absolute; 
	top: 0; 
	right: 0; 
	padding: 5px; 
	background: #FFFFCC; 
	border: solid 1px black; 
	text-align: center; 
	width: 125px;
}