
@charset "utf-8";
/*********************************************/
/* PAGE LAYOUT STYLES - Header / Footer, etc */
/*********************************************/
@font-face {
  font-family: myHelvetica2;
  src: url('/include/font/HelveticaNeue-Thin.eot') format('embedded-opentype'), 
	     url('/include/font/HelveticaNeue-Thin.ttf')  format('truetype'), 
			 url('/include/font/HelveticaNeue-Thin.svg#HelveticaNeue-Thin') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: myHelvetica;
  src: url('/include/font/HelveticaNeue-Roman.eot') format('embedded-opentype'), 
	     url('/include/font/HelveticaNeue-Roman.ttf')  format('truetype'), 
			 url('/include/font/HelveticaNeue-Roman.svg#HelveticaNeue-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}

html { 
	padding: 0px;
	margin: 0px;
	position: relative;
	display: block;
}

body {
	background: none;
	padding: 0px;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	position: relative;
	display: block;
}

a {
	color: #00F;
	text-decoration: none;
}
a:hover {
	color: #09C;
}
hr {
	background: none;
	border: none;
	border-bottom: 1px solid #ccc;
	display: block;
	clear: both;
	margin: 0px;
	padding: 1px 0px;
}
img {
	border-color: #3a3d4d;
}
/*********************************************/
/* Heading and Title styles
/*********************************************/
.ContentHeader, h1 {
	font-size: 22px;
	color: #000;
	font-weight: normal;
	font-family: myHelvetica2, Verdana, Geneva, sans-serif;
	line-height: 1.5em;
	padding: 2px 0px;
	margin: 0px;
	display: block;
}
.SubTitle, h2{
	font-size: 18px;
	font-family: myHelvetica2, Verdana, Geneva, sans-serif;
	color: #111;
	font-weight: normal;
	line-height: 1.5em;
	padding: 1px 0px;
	margin: 0px;
}
.LineTitle, h3 {
	font-size: 16px;
	font-family: myHelvetica2, Verdana, Geneva, sans-serif;
	color: #222;
	font-weight: normal;
	line-height: 1.5em;
	padding: 1px 0px;
	margin: 0px;
}
.ParTitle, h4{
	font-size: 15px;
	font-family: myHelvetica2, Verdana, Geneva, sans-serif;
	color: #333;
	font-weight: normal;
	line-height: 1.5em;
	padding: 1px 0px;
	margin: 0px;
}	
ul li {
	list-style-image: url("/images/icons/arrow1.png");
	list-style-type: none;
	line-height: 1.65em;
}
ol li {
	line-height: 1.65em;
}

/*************** HEADER **************/
.HeaderBar {
	position: relative;
	display: block;
	text-align:left;
	background: none;
}
.HeaderBox {
	position: relative;
	display: block;
	text-align:left;
	background: none;
}
.MenuBar {
	display: none;
}
.RotateBar, .RotateBox, .RotateText {
	display: none;
}
.ShadowBar {
	display: none;
}

#imgHomeLogo {
	display: none;
}
#imgPrintLogo {
	display: block;
}
#imgMobileLogo {
	display: none;
}
/********************************************/



/************** CONTENT BAR ***************/
.ContentBar {
	background: none;
	border: none;
	text-align: left;
	color: #000;
	position: relative;
	display: block;
}

.ContentBar .ContentBox {
	font-size: 12px;
	line-height: 1.45em;
	text-align: left;
	color: #000;
	position: relative;
	display: block;
}



/************** FOOTER BAR ****************/
.FooterBar, .FooterText {
	display: none;
}

/*********************************************/
/*  BUTTONS */
/*********************************************/
.boxButton, .boxButton2, .boxButton3 {
	display: none;
}

.boxClear {
	width: 1px;
	height: 1px;
	clear: both;
	display: block;
}

/*=================================*/
/* MEMBERS
/*=================================*/
.RandMemberBox {
	float: right;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 10px;
	border-left: 1px solid #ddd;
	width: 350px;
	text-align: center;
}


/*=================================*/
/* Links
/*=================================*/
.boxLink {
	background: #f3f3f3;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	width: 22%;
	height: 130px;
	float: left;
	margin: 6px;
	padding: 5px 0px;
	position: relative;
	text-align: center;
}
.boxLink .LinkImage {
	width: 100%;
	margin: 0px 0px 6px;
	padding: 0px;
	position: relative;
	display: block;
}

.boxDoc {
	background: #f0f0f0;
	border: 1px solid #ddd;
	border-radius: 5px;
	width: 30%;
	height: 70px;
	float: left;
	margin: 6px;
	padding: 5px 0px;
	position: relative;
	text-align: center;
}
/*=================================*/
/* JOB POSTINGS
/*=================================*/
.boxJobLg {
 padding: 0px 0px 5px;
 margin: 0px 0px 5px;
 border-bottom: 1px solid #333;
}
/*=================================*/
/* PHOTO GALLERIES
/*=================================*/

#gallery ul { 
	list-style: none; 
	margin: 0px;
	padding: 0px;
}
#gallery ul li { 
	display: inline; 
	float: left;
	text-align: center;
	overflow: hidden;
	margin: 10px;
}
#gallery ul li div {
	border: 2px solid #333;
	border-right: 2px solid #222;
	border-bottom: 2px solid #111;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#gallery ul img {
	border: 1px solid #ccc;
}
#gallery ul a:hover img {
	border: 1px solid #c00;
}

.boxGallery {
	width: 275px;
	height: 350px;
	padding: 0px;
	margin: 10px;
	display: block;
	float: left;
	position: relative;
	z-index: 15;
}
.boxGallery .GalleryImg {
	width: 275px;
	height: 275px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
	z-index: 16;
	border-radius: 10px;
	overflow: hidden;
}
.boxGallery .GalleryFrame {
	/* background: url("/images/layout/imageframe.png") top left no-repeat;*/
	border: 7px solid #333;
	border-right: 7px solid #222;
	border-bottom: 7px solid #111;
	border-radius: 10px;
	width: 261px;
	height: 261px;
	width: _275px;
	height: _275px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 17;
	margin: 0px;
	padding: 0px;
}
.boxGallery .GalleryTitle {
	width: 275px;
	height: 50px;
	font-size: 24px;
	font-style: italic;
	color: #000;
	margin: 0px;
	padding: 10px 0px;
	z-index: 18;
	text-align: center;
}
.boxGallery a {
	text-decoration: none;
	color: #003;
}


/*********************************/
/*  EVENTS
/*********************************/
.EventsList {
	width: 100%;
	float: right;
}
.EventMedium {
	margin: 0px 0px 20px 0px;
	padding: 10px 0px;
	margin: 5px 0px;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.EventMedium .EventTitle {
	font-size: 26px;
	font-weight: normal;
	color: #2d71c5;
	padding: 0px 0px 8px;
}
.EventMedium .EventTitle a {
	text-decoration: none;
}
.EventMedium .EventCat {
	float: right;
	font-size: 16px;
	font-style: italic;
	color: #222;
}
.EventMedium .EventDate {
	font-size: 18px;
	color: #222;
	padding: 0px 0px 5px;
}
.EventMedium .EventDesc {
	
}

/*-----------------------------*/
.EventLarge {
	margin: 0px;
	position: relative;
}
.EventLarge .EventTitle {
	width: 100%;
	text-align: center;
	font-size: 36px;
	line-height: 1.4em;
}
.EventLarge .EventDesc {
	width: 95%;
	border-radius: 5px;
	padding: 5px 10px;
	margin: 10px 0px;
	background-color: #f0f0f0;
	border: 1px solid #ddd;
	text-align: left;
}
.EventLarge .EventCat {
	width: 100%;
	text-align: center;
	font-size: 18px;
}
.EventLarge .EventDate {
	width: 100%;
	text-align: center;
	font-size: 18px;
}
.EventLarge .EventContact {
	width: 100%;
	text-align: center;
	font-size: 18px;
}
.EventLarge .EventLoc {
	width: 100%;
	text-align: center;
	font-size: 18px;
}
.EventLarge .EventMap {
	width: 95%;
	border: 3px solid #2D71C5;
	border-radius: 5px;
	height: 350px;
}


/***************************************/
/*********** FAQs **********************/
/***************************************/

.FaqQuestion {
	color: #000066;
	font-weight: bold;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	padding-top: 8px;
}

.FaqAnswer {
	width: auto;
	padding: 0px;
	margin-left: 25px;
	margin-right: 30px;
	border-bottom: 1px dotted #E9E9E9;
	font-size: 12px;
}
/*********************************************/
/* Data and error boxes 
/*********************************************/
.FadeFrame {
	width: 98%;
	border: 1px solid #CCC;
	background: url("/images/shade1.png");
	text-align: center;
}
.btnSubmitContact {
	cursor: pointer;
}
.boxError {
	font-weight: bold;
	font-size: inherit;
	background: #FFCCCC url("/images/layout/smallback3.jpg");
	text-align: center;
	padding: 5px;
	border: 1px solid #990000;
	color: #990000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.boxSuccess {
	font-weight: bold;
	font-size: inherit;
	background: #090 url("/images/layout/smallback4.jpg");
	text-align: center;
	padding: 5px;
	margin: 3px 0px;
	border: 1px solid #060;
	color: #060;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.boxNote {
	font-size: 11px;
	color: #555;
}
.boxData {
	font-size: inherit;
	padding: 10px 20px;
	margin: 5px 0px 0px 23%;
	color: #fff;
	background: #3a3d4d;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	width: 50%;
}
.boxData .boxButton, .boxData .boxButton2 {
	background: #fff;
	color: #3a3d4d;
}
.boxData .boxButton a, .boxData .boxButton2 a {
	color: #3a3d4d;
}
.boxData2 {
	font-size: inherit;
	padding: 10px 20px;
	margin: 5px 0px 0px 12%;
	background: #f3f3f3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	text-align: center;
	width: 75%;
}
.BodyPopup {
	padding: 10px;
}
.BodyPopup .boxData {
	font-size: inherit;
	padding: 10px 20px;
	margin: 0px;
	color: #fff;
	background: #3a3d4d;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: left;
	width: 95%;
}
/*********************************************/
/* Data Table styles
/*********************************************/

.tablePages {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	text-align: left;
}
.tablePages tr {
	background: none;
	border: none;
}
.tablePages td {
	background: none;
	border: none;
}

.tableClear {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	text-align: left;
	color: inherit;
}
.tableClear tr {
	background: none;
	border: none;
}
.tableClear td {
	background: none;
	border: none;
}
.tableClear2
{
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	text-align: left;
}
.tableClear2 tr {
	background: none;
	border: none;
}
.tableClear2 td {
	background: none;
	border: none;
}
/*=================================*/
.tableData {
	border: 1px solid #CCC;
	background: #FFF;
	margin: 0 auto;
	width: 100%;
	clear: both;	
	padding: 0px;
	font-size: 13px;
	z-index: 10;
	position: relative;
}
.tableData thead tr {
	background: #FFF url("/images/layout/hl.png") bottom center repeat-x;
}
.tableData thead td {
	font-weight: bold;
	text-align: center;
	border: none;
	font-size: 13px;
	padding: 3px 0px;
	border-right: 2px groove #CCC;
	border-bottom: 1px solid #999;
	background: #FFF url("/images/layout/hl.png") bottom center repeat-x;
}
.tableData thead tr td.headerlast {
	border-right: none;
}
.tableData thead.smallfont td {
	font-size: 11px;
}
.tableData thead.largefont td {
	font-size: 14px;
}

.tableData tbody tr {
	border: 0px;
	_border-bottom: 1px solid #EEE;
}
.tableData tbody td {
	font-weight: normal;
	border-bottom: 1px solid #EEE;
	font-size: 13px;
	position: relative;
}
.tableData tbody td.cellmid {
	border-right: 1px solid #DDD;
	padding-left: 2px;
}
.tableData tbody td.cellnote {
	color: #666;
	font-size: 12px;
}
.tableData tbody td.cellred {
	background-color: #FFD9D9;
}

.tableData tbody td.cellreq {
	color: #900;
}
.tableData tbody tr.row1 {
	background-color: #FCFCFC;
}
.tableData tbody tr.row2 {
	background-color: #E9F8FE;
}
.tableData tbody tr.row3 {
	background-color: #FFF;
	color: #603;
	font-style: italic;
}
.tableData tbody tr.row4 {
	background-color: #FFE7CE;
	color: #006;
}

.tableData tbody tr.row5 {
	background-color: #FFFFB9;
	color: #300;
}
.tableData tbody.allowhover tr:hover {
	background-color: #FFE7CE;
}
.tableData tbody td.allowhover:hover {
	background-color: #FFE7CE;
}
.tableData tbody.smallfont td {
	font-size: 11px;
}
.tableData tbody.largefont td {
	font-size: 14px;
}


/*=================================*/

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

#BuildPCType td {
	padding: 3px;
}

.tableMenu
{
	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: 10px;
	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, "Times New Roman", Times, serif;
	font-size: 7pt;
	color: #006;
	font-weight: bold;
	text-decoration: none;
}
.textboxCenter a:visited {
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 7pt;
	color: #006;
	font-weight: bold;
	text-decoration: none;
}
.textboxCenter a:active {
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 7pt;
	color: #006;
	font-weight: bold;
	text-decoration: none;
}




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

input, select, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: inherit;
	padding: 3px 4px;
	border: 1px solid #333;
	border-radius: 3px;
}


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


/***************************************/
/* Floating Div Styles */
/***************************************/
.EditContactForm {
	display: none;
	width: 290px;
	height: auto;
	float: left;
	border: 1px solid #999;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	background-color: #E9E9E9;
	padding: 5px;
	margin: 0px 10px 0px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.PriceBoxHide {
	display: none;
	font-size: 10px;
	border: solid 1px #000;
	width: 200px;
	background-color: #CCFFCC;
	padding:5px;
	position: absolute;
}
.NewsBoxHide {
	display: none;
	font-size: 10px;
	border: solid 1px #000;
	width: 670px;
	background-color: #CCFFCC;
	padding:5px;
	position: absolute;
}
.EditBoxHide {
	display: none;
	font-size: 10px;
	border: solid 1px #000;
	width: 550px;
	background-color: #CCFFCC;
	padding:5px;
	position: absolute;
}
.CalBoxHide {
	display: none;
	font-size: 10px;
	border: solid 1px #000;
	width: 670px;
	background-color: #CCFFCC;
	padding:5px;
	position: absolute;
}
.PhoneBoxHide {
	display: none;
	font-size: 10px;
	border: solid 1px #000;
	width: 250px;
	background-color:#FFCCCC;
	padding:5px;
	position: absolute;
}

.ReqStar {
	font-size: 14px;
	font-weight: bold;
	color: #F00;
}
/******* Input Form Styles **************/

.DropSmall {
	font-size: 10px;
	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;
}