/*ELEMENTS*/
body{
	background:#FFF url(../Images/top_bg.gif) repeat-x;
	border:0;
	color:#641;
	margin:0;
	font:11px verdana,tahoma,sans-serif;
}
div,table{
	color:#641;
	font:11px verdana,tahoma,sans-serif;
}
a{
	color:#369;
}
a:visited{
	color:#530;
}
a:active,a:hover{
	color:#39C;
	text-decoration:underline;
}
form{
	margin:0;
}
h1{
	display:block;
	font:bold 20px georgia,palatino,serif;
	margin:16px;
}
h2{
	display:block;
	font:bold 16px georgia,palatino,serif;
	margin:0 0 12px 0;
	text-transform:uppercase;
}
h3{
	color:#530;
	display:block;
	font:bold 13px georgia,palatino,serif;
	margin:0 0 8px 0;
	text-transform:uppercase;
}
h4{
	display:block;
	font:bold 11px georgia,palatino,serif;
	margin:0 0 4px 0;
}
hr{
	background-color:#ACD;
	color:#ACD;
	border:0px;
	height:1px;
}
i,em{
	color:#067;
}
sup{
	font-size:9px;
}

/*CONTENT*/
.content,.content table,.content div,
.content-text,.content-text table,.content-text div{
	font:11px/14px verdana,tahoma,sans-serif;	/* when changing this, also change \RadControls\Editor\Schemes\Monochrome\EditorContentArea.css */
}

/*FORM*/
.form,.form-textbox{
	background:#FFF url(../Images/bg_form.gif) repeat-x;
	border:1px solid #80724D;
	color:#000;
	font-size:11px;
}
.form-textarea,textarea.form{
	background:#FFF url(../Images/bg_textarea.gif) repeat-x;
	border:1px solid #80724D;
	color:#000;
	font-size:11px;
}
.form-upload{
	padding:0;
}
.form-upload img{
	vertical-align:middle;
}
.form-upload input{
	background-color:#FFF;
	border:1px inset #CCC;
	font:11px sans-serif;
}
.form-submit{
	font:bold 11px verdana,tahoma,sans-serif;
	color:#FFF;
	background:#673 url(../Images/bg_button.gif) repeat-x;
	border:2px outset #9A6;
}
.form-cancel{
	font:bold 11px verdana,tahoma,sans-serif;
	color:#FFF;
	background:#CB8 url(../Images/bg_button_cancel.gif) repeat-x;
	border:2px outset #DCA;
}
/*validation*/
.error{
	color:#F00;
}
.optional{
	color:#666;
}
td.optional{
	border-left:2px solid #D5CDB6;
}
.required{
	color:#C33;
}
td.required{
	border-left:2px solid #EBA;
}
/*dual list*/
.duallist-buttonstyle{
	background:#CCC;
	border:1px outset #DDD;
	color:#000;
	font:bold 10px tahoma,geneva,sans-serif;
	margin-bottom:2px;
	padding:2px 0px;
	text-transform:uppercase;
	width:75px;
}
.duallist-listbox{
	border:1px inset #DDD;
	color:#000;
	font:10px tahoma,geneva,sans-serif;
	width:125px;
}
.duallist td{
	color:#333;
	font:bold 10px tahoma,geneva,sans-serif;
}

/*ADMIN*/
.admin-nav{
	color:#9C3;
	background:#CF9;
	border:1px solid #9C3;
	font:11px verdana,tahoma,sans-serif;
	margin:0 auto -18px auto;
	_margin:0 auto;
	padding:4px 10px;
	text-align:right;
	width:739px;
	_width:761px;
	z-index:1000;
}
.admin-nav a,.admin-nav a:visited{
	color:#360;
	text-decoration:none;
}
.admin-nav a:active,.admin-nav a:hover{
	color:#000;
	text-decoration:none;
}
/*grid*/
.admin-grid{
	font:11px tahoma,arial,sans-serif;
}
.admin-grid-header,.admin-grid-header a,.admin-grid-header a:visited{
	background:#DDA;
	color:#540;
	font:normal 10px tahoma,arial,sans-serif;
}
.admin-grid-item{
	background-color:#F9F9F9;
}
.admin-grid-item-alt{
	background-color:#F0F0F0;
}
.admin-pager{
	background-color:#F5EDD6;
	color:#F5EDD6;
	font:11px tahoma,arial,sans-serif;
}

/*MAIN WRAP*/
.main{
	background:url(../Images/main_bg.gif) top right repeat-y;
	height:100%;
	width:761px;
	/*margin:auto;
	text-align:left;*/
}

/*TOP HEADER*/
.top{
	background:url(../Images/top.gif) no-repeat;
	clear:both;
	display:block;
	height:118px;
	width:761px;
}
.top h1{
	display:none;
}

/*LEFT COLUMN*/
.left{
	float:left;
	width:178px;
}
.left-phone{
	background:#E9F6FA url(../Images/left_phone.gif) no-repeat;
	height:63px;
	width:178px;
}
.left-phone span{
	display:none;
}
.left-contact{
	background:#80724D url(../Images/left_contact.gif) no-repeat;
	display:block;
	height:35px;
	width:178px;
}
.left-contact span{
	display:none;
}
.left-rfp{
	background:url(../Images/left_rfp.gif) no-repeat;
	border-bottom:2px solid #A4CAD5;
	display:block;
	height:18px;
	margin:0;
	padding:0;
	width:175px;
}
.left-rfp span{
	display:none;
}
.nav{
	background:#FFF url(../Images/nav_bg.gif) no-repeat;
	margin:0;
	padding:20px 0 0 0;
	width:175px;
}
.nav dl{
	border:0;
	margin:0;
	padding:0;
}
.nav dd{
	border-bottom:1px solid #A4CAD5;
	margin:7px 0;
	padding:0;
}
.nav dt{
	margin:0;
	text-align:right;
}
.nav a,.nav a:visited{
	display:block;
	color:#430;
	font:bold 9px verdana,tahoma,sans-serif;
	padding:2px 20px 2px 0;
	text-decoration:none;
	text-transform:uppercase;
}
.nav a:active,.nav a:hover{
	color:#045;
	background-color:#C1DDE6;
	text-decoration:none;
}

/*MIDDLE COLUMN*/
.middle{
	float:left;
	width:402px;
}
a.middle-arrow,a.middle-arrow:visited{
	background:url(../Images/arrow1.gif) center left no-repeat;
	font:bold 9px verdana,tahoma,sans-serif;
	padding-left:12px;
	text-transform:uppercase;
}
.title-left{
	background:url(../Images/title_left.gif) no-repeat;
	float:left;
	height:98px;
	width:15px;
}
/*homepage template*/
.title-flash{
	background:url(../Images/top_left.gif) no-repeat;
	float:left;
	width:402px;
	text-align:right;
}
.middle-content-home{
	background-color:#F5EDD6;
	border-right:22px solid #B3B270;
	line-height:14px;
	margin:0;
	padding:0 0 30px 0;
	width:380px;
	_width:402px;
}
.offering{
	font:11px verdana,tahoma,sans-serif;
	width:380px;
}
.offering h3{
	font:bold 12px georgia,palatino,serif;
	margin:0 0 2px 0;
	text-transform:uppercase;
}
.offering th{
	background:url(../Images/blueline1.gif) bottom left no-repeat;
	font-weight:normal;
	text-align:left;
	padding:20px 0 0 20px;
	width:231px;
}
.offering td{
	border-left:1px solid #B3B270;
	padding-top:15px;
	width:128px;
}
.offering-thumb{
	background-color:#B92;
	border-bottom:5px solid #DC9;
	margin-right:47px;
	padding:5px;
	width:71px;
	_width:81px;
}
.offering-thumb img{
	border:0;
	height:66px;
	width:71px;
}
/*narrow template*/
.title{
	background-repeat:no-repeat;
	clear:both;
	height:98px;
	margin:0;
	width:380px;
}
.title h2{
	display:none;
}
.title-photo{
	background:#F5EDD6 url(../Images/title_left.gif) no-repeat;
	float:left;
	text-align:right;
	width:402px;
	z-index:10;
}
.title-photo img{
	z-index:10;
}
.middle-content{
	background-color:#F5EDD6;
	border-right:22px solid #B3B270;
	line-height:14px;
	margin:0;
	padding:0 15px 30px 20px;
	width:345px;
	_width:402px;
}
/*wide template*/
.title-wide{
	background-color:#F5EDD6;
	background-repeat:no-repeat;
	float:left;
	height:98px;
	width:387px;
}
.title-wide2{
	background-color:#F5EDD6;
	background-repeat:no-repeat;
	float:right;
	height:98px;
	width:387px;
}
.title-wide h2{
	display:none;
}
.title-right{
	background:url(../Images/title_right.jpg) no-repeat;
	float:left;
	height:98px;
	width:181px;
}
.middle-wide{
	float:left;
	width:583px;
}
.middle-wide2{
	float:right;
	width:583px;
}
.middle-content-wide{
	background-color:#F5EDD6;
	border-right:37px solid #B3B270;
	border-left:20px solid #F5EDD6;
	line-height:14px;
	margin:0;
	padding:0px 20px 30px 0;
	width:500px;
	_width:577px;
}
/*photo gallery*/
#gallery{
	clear:both;
	height:260px;
	width:500px;
	overflow:auto;
}
#gallery-photo{
	background:#D5CDB6 no-repeat center center;
	clear:both;
	height:360px;
	margin:6px 0;
	text-align:center;
	width:490px;
}
#gallery-caption{
	overflow:auto;
	text-align:center;
}
.gallery-thumb{
	border-bottom:5px solid #DC9;
	float:left;
	height:110px;
	_height:115px;
	margin:2px 2px 2px 2px;
	padding:0;
	width:110px;
}
.gallery-thumb a{
	background:#A4CAD5 no-repeat center center;
	border:5px solid #B92;
	display:block;
	height:100px;
	_height:110px;
	margin:0;
	padding:0;
	text-align:center;
	vertical-align:middle;
	width:100px;
	_width:110px;
}
.gallery-thumb img{
	border:0;
	margin:0;
}
.gallery-thumb span{
	display:none;
}
/*SUBNAV*/
.subnav{
	background-color:#F5EDD6;
	border-right:37px solid #B3B270;
	text-align:right;
	width:540px;
	_width:577px;
}
.subnav dl{
	border-bottom:1px solid #BB7;
	display:inline;
	_display:block;
	font:9px/13px verdana,tahoma,sans-serif;
	padding-bottom:5px;
	_width:auto;
}
.subnav li{
	display:inline;
	list-style:none;	
}
.subnav a,.subnav a:visited{
	border-bottom:5px solid #F5EDD6;
	color:#530;
	margin-right:10px;
	text-decoration:none;
	white-space:nowrap;
}
.subnav-right{
	margin:0;
	padding:0;
}
.subnav-right dl{
	font-weight:bold;
	margin:14px;
	_margin:13px 14px 14px 16px;
}
.subnav-right li{
	list-style:square url(../Images/bullet1.gif) outside;
	line-height:14px;
	margin:0;
	padding:1px 0;
}
.subnav-right a,.subnav-right a:visited{
	border-bottom:1px solid #430;
	color:#430;
	text-decoration:none;
}
.subnav a:active,.subnav a:hover,
.subnav-right a:active,.subnav-right a:hover{
	color:#355;
	border-color:#D8E5E2;
	text-decoration:none;
}

/*RIGHT COLUMN*/
.right{
	float:left;
	width:181px;
}
.right a{
	color:#320;
}
.right a:visited{
	color:#430;
}
.right a:active,.right a:hover{
	color:#EEB;
}
.right ul,.right-content ul{
	margin:0 0 0 14px;
	_margin:0 0 0 16px;
	padding:0;
}
.right li,.right-content li{
	list-style:square url(../Images/bullet1.gif) outside;
	line-height:14px;
	margin:0;
	padding:1px 0;
}
.right-bg{
	background-color:#B3B270;
	margin-left:-22px;
	padding-left:22px;
	position:relative;
	width:175px;
	_width:197px;
	z-index:200;
}
.right-content{
	color:#530;
	font:10px/16px verdana,tahoma,sans-serif;
	margin:20px 20px 20px 0;
}
.right-top{
	background:url(../Images/right_top.jpg) no-repeat;
	height:80px;
	width:181px;
}
.right-quote{
	margin-top:20px;
}
.right-quote span{
	display:none;
}
.right-rfp{
	background:url(../Images/right_rfp.gif) no-repeat;
	display:block;
	height:22px;
	margin-top:20px;
	width:175px;
}
.right-rfp span{
	display:none;
}

/*BOTTOM*/
.bottom{
	background-color:#B3B270;
	border-right:6px solid #A4CAD5;
	float:right;
	width:197px;
	_width:203px;
}
.bottom-phone{
	background:#B3B270 url(../Images/right_phone.gif) no-repeat;
	height:51px;
	width:197px;
}
.bottom-phone span{
	display:none;
}
.bottom-nav{
	font:bold 10px/16px verdana,tahoma,sans-serif;
	padding:15px 0 30px 20px;
}
#printonly{
position:absolute;
top:-1000px;
left:-10000px;
}
.bottom-nav a,.bottom-nav a:visited{
	display:block;
	color:#FFFFF0;
	padding:0 4px;
	text-decoration:none;
	text-transform:uppercase;
}
.bottom-nav a:active,.bottom-nav a:hover{
	background-color:#DDA;
	color:#773;
	text-decoration:none;
}

