

.information{
	color: green;
}

.error{
	color: red;
}

.errorBox{
	margin: 10px 20px 10px 20px;
	padding: 3px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background-color: #aa0202;
}

.informationBox{
	margin: 10px 20px 10px 20px;
	padding: 3px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background-color: #408000;
}

/****/

html{
	background-color: #eee;
}

body, textarea, input{
	font-family: arial, helvetica, sans-serif;
}

table, textarea, input, label, legend, select{
	font-size: 8pt;
}

body{
	text-align: center;
}

body, textarea, input, select{
	color: #333;
}

#page{
	margin: 20px auto 20px auto;
	border: 0;
	width: 800px;
	border: 1px #eee solid;
	background-color: white;
}

#contentTable, #contentTable2{
	border-collapse: collapse;
}

/****/

form table{
	margin: 10px 0 10px 0;
}

form td{
	vertical-align: top;
}

input.text, textarea, select{
	border: 1px #ccc solid;
}

input.text:hover, textarea:hover, select:hover{
	border: 1px #ddd solid;
}

td.submit{
	padding-top: 10px;
}

input.submit{
	padding-left: 3px;
	padding-right: 3px;
}

form tr.formInfo td, form .error{
	padding: 5px 0 5px 0;
}

form tr.formInfo td{
	color: #999;
}

textarea{
	width: 400px;
	height: 250px;
}

/****/

p{
	margin: 10px 0 10px 0;
}

a{
	text-decoration: none;
	color: #ab0000;
}

a:hover{
	text-decoration: underline;
}

/****/

#leftColumn, #leftColumn2{
	padding: 0;
	vertical-align: top;
	width: 250px;
	background-color: #911d1d;
	text-align: center;
}


/***/

h1{
	width: 193px;
	height: 50px;
	background: url(../_media/images/logo.gif) no-repeat;
	margin: 15px auto 10px auto;
}

/***/

#categories{
	list-style: none;
	margin: 5px 0 5px 0;
	padding: 0;
}

#categories li{
	margin: 0 5px 0 5px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #911d1d;
	background-color: white;
}

#categories .current{
	background-color: #911d1d;
	border: 1px solid white;
}

#categories .current a{
	text-decoration: none;
	color: white;
}

#categories a{
	font-weight: bold;
}

#categories a.current{
	text-decoration: none;
	color: white;
	background-color: #911d1d
}

/****/

#rightColumn, #rightColumn2{
	padding: 0;
	vertical-align: top;
	text-align: left;
	width: 550px;
}

/***/

#menu{
	position: relative;
	top: 70px;
	text-align: right;
	font-size: 9pt;
}

#menu a{
	font-weight: bold;
	padding-right: 10px;
	color: black;
}

/****/

#innerContent{
	padding: 10px 20px 10px 20px;
}

h2{
	color: #911d1d;
	margin: 10px 0 20px 0;
	font-size: 12pt;
	text-align: center;
}

h3{
	font-size: 10pt;
}

/****/

#logos{
	text-align: center;
	margin: 10px;
}

#logos img{
	margin-right: 40px;
}

#footer{
	background-color: #efefef;
	font-size: 8pt;
}

#innerFooter{
	text-align: right;
	color: #555;
	padding: 5px;
}

#innerFooter a{
	color: #555;
}

/****/

#photoStrip1, #photoStrip2{
	width: 550px;
	height: 90px;
}

#photoStrip1{
	background: url(../_media/images/photoStrip1.jpg) no-repeat;
	vertical-align: bottom;
}

#photoStrip2{
	background: url(../_media/images/photoStrip2.jpg) no-repeat;
}

#bottomStrip{
	height: 100%;
}

/****/

#subcategoryList a{
	font-size: 9pt;
	font-weight: bold;
}

.serviceList{
	width: 100%;
}

.service{
	margin-bottom: 5px;
	border: 1px solid #ccc;
	padding: 10px;
	background-color: #f5f5f9;
}

.service h3, .service p{
	margin: 0;
}

.service p{
	margin-bottom: 5px;
}

.boxLink{
	float: right;
}

/****/

.adminTable{
	margin: 10px 0 20px 0;
}

.detailsTable th, .detailsTable td, .adminTable th, .adminTable td{
	padding: 2px 7px 2px 7px;
	vertical-align: top;
}

.detailsTable th, .detailsTable td, .adminTable td{
	border: 1px solid #ddd;
}

.adminTable input.submit, .adminTable select{
	margin-top: 2px;
}

.detailsTable td{
	width: 350px;
}

.detailsTable th{
	width: 100px;
}

.pageActions a{
	margin-right: 15px;
}