/* @override http://limesdb.dev/css/limesdb.css */

/*NOTE: GENERAL SELECTORS IN limes_base.css!*/

#debug
{
	color: #DDD;
	font-size: 8pt;
	text-align: center;
}

*
{
	outline: none;
}

h4
{
	padding-top: 6px;
	color: #ef3d23;
}

xp.xintro
{
	padding: 0 0 1em;
	font-size: 110%;
	color: #80812F;
}

div#content #intro
{
	width: 251px;
}

.clear
{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	font-size: 1px;
}

#page
{
	position: relative;
	top: 0;
	left: 0;
	xborder: 1px solid #F0F;
	width: 790px;
	margin: 0 auto;
	text-align: left;
	background: url(/images/tile1.gif) repeat-y;
}

#content, #home, #content_locations
{
	float: left;
	text-align: left;
	width: 495px;
	line-height: 1.5em;
	min-height: 480px;
	xborder: 1px solid #F0F;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 53px;
}

#content
{
	background: url(../images/backdrop1.jpg) no-repeat 314px -23px;
}

#logopiece
{
	position: absolute;
	left: 155px;
	top: 110px;
	border: 0;
}

/* @group MultiNav */

#multinav
{
	position: relative;
	height: 20px;
	padding-top: 7px;
	border-top: 1px solid #b7be47;
}

#multinav #prev
{
}

#multinav #next
{
	position: absolute;
	right: 0;
}

#multinav img
{
	position: relative;
	top: 2px;
}

/* @end */

/* @group BottomLinks */

#downloads_block, #links_block
{
	margin-top: 16px;
	width: 224px;
}

#downloads_block
{
	float: right;
}

#downloads_block li, #links_block li
{
	padding-left: 22px;
	background: url(/images/bullet2.gif) no-repeat 6px 5px;
}

#downloads_block li.pdf
{
	background: url(/images/pdficon.gif) no-repeat 0 1px;
}

/* @end */

/* @group Contact form */

div#orderform 
{
	clear: both;
	padding-top: 20px;
}

#contactform dl dd textarea 
{
	width: 457px;
}


/* @end */

/* @group Special Formatting */

.negindent 
{
	position: relative;
	left: -10px;	
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited
{
	color: #EF3D23;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite
{
	text-decoration: none;
}

h2 a:hover, h3 a:hover
{
	color: #06c;
	border-bottom: 1px dotted #06c;
}

h2.pagetitle
{
	margin-top: 30px;
	text-align: center;
}

h4.date-header
{
	margin-top: 0;
	padding-left: 14px;
	font-size: 90%;
	color: #f93;
	background: url(/images/date_icon.gif) no-repeat 0 50%;
}

blockquote
{
	margin: 0 0 0 30px;
	padding: 10px 0 0 20px;
	font-size: 88%;
	line-height: 1.5em;
	color: #666;
	background: url(/images/quotes.gif) no-repeat top left;
}

blockquote p
{
	margin-top: 0;
}

blockquote cite
{
	margin: 5px 0 0;
	display: block;
}

acronym, abbr, span.caps
{
	font-size: 90%;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dotted #3f3f3f;
}

.center
{
	text-align: center;
}

.alignright
{
	float: right;
}

.alignleft
{
	float: left;
}

/* @end */

hr
{
	display: none;
}

.err
{
	color: #ef3d23;
}

#header
{
	background: #e0e0e0 url(/images/header1.gif) no-repeat;
	position: relative;
	height: 138px;
}

/* @group Menu */

div#menu
{
	padding: 0;
	margin: 0 241px 0 15px;
	height: 28px;
	background-color: #ef3d23;
	background-image: url(/images/logopiece.gif);
	background-repeat: no-repeat;
	background-position: 140px 0;
}

#menu li
{
	float: left;
	list-style: none;
}

#menu a
{
	font-size: 10pt;
	display: block;
	height: 28px;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #FFF;
	letter-spacing: 0.15em;
	line-height: 29px;
}

#menu a:hover
{
	color: #882214;
}

#menu a:active
{
	color: #AE341E;
}

#menu a.active
{
	background-color: #CFD086;
}

/* @group Submenu */

#subspacer
{
	float: left;
	width: 455px;
	height: 20px;
}

ul#submenu
{
	position: absolute;
	top: 138px;
	left: 15px;
	height: 18px;
	width: 534px;
	background-color: #CFD086;
}

#submenu li
{
	float: none;
	display: inline;
}

#submenu a
{
	font-size: 9pt;
	padding: 0 10px;
	line-height: 19px;
	display: inline;
	border: 0;
}

#submenu li.active a
{
	color: #7a7f32;
}

#submenu li.active a:hover
{
	color: #EF3D23;
}

/* @end */

/* @end */

/* @group Header Image */

#image
{
	height: 166px;
	background-repeat: no-repeat;
	background-position: 15px 0px;
	padding-left: 15px;
}

div#sidebar.image /*SIDEBAR GETS STYLED THROUGH image CLASS*/
{
	padding-top: 65px;
	background-repeat: no-repeat;
	background-position: right -105px;
}

/* @end */

/* @group Service */

ul#address 
{
	margin-left: 20px;
	font-weight: bold;
}

#service
{
	font-family: "Trebuchet MS", georgia, helvetica, arial, verdana, sans-serif;
	position: absolute;
	right: 15px;
	bottom: -39px;
	width: 214px;
	text-transform: uppercase;
	font-size: 90%;
	font-weight: bold;
}

#service ul li
{
	padding: 0 0 6px 15px;
	xborder: 1px solid #FF0;
	background-image: url(/images/site/bullet1.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}

#service a, #service a:link, #service a:visited
{
	color: #EF3D23;
	border-bottom: 1px dotted #CFD086;
}

#service a:hover
{
	color: #AE341E;
	border-color: #AE341E;
	text-decoration: none;
}

#service a:active
{
	color: #c33;
	border-color: #c33;
}



/* @end */

/* @group Search */

form#search
{
	margin: 10px 0 0 0;
	width: 100%;
	height: 36px;
	xborder: 1px solid #0FF;
}

input#searchbox
{
	width: 150px;
	xborder: 3px solid #F0F;
}

input#submit
{
	width: 128px;
	height: 33px;
	background-repeat: no-repeat;
}

input#submit:hover
{
	background-position: 0 -36px;
}

input#submit:active
{
	background-position: 0 -72px;
}


/* @end */

.search_hilite
{
	color: #AE341E;
	font-weight: bold;
}

dl.search_results dd
{
	margin-bottom: 1em;
}

/* @group Links section */

dl.links_main dt
{
	font: bold 110% "Trebuchet MS", Arial;
	background: url(/images/bullet2.gif) no-repeat 1px 4px;
	padding-left: 16px;
	margin-bottom: 4px;
	margin-top: 12px;
}

dl.links_main dd
{
	margin-left: 15px;
}

ul.links li
{
	margin-bottom: 4px;
}

ul.links a:link
{
	xborder-bottom: 0;
}

ul.links a:hover
{
}

ul.links img
{
	position: relative;
	top: 11px;
	margin-right: 8px;
}

/* @end */

/* @group Homepage */

img#quaestio 
{
	position: relative;
	left: -10px;
}

.dividertop
{
	border-top: 1px solid #b7be47;
	padding-top: 10px;
}

/* @end */

/* @group News page */

div.news
{
	margin: 0 0 1em;
	border-bottom: 1px solid #FFF;
	padding: 0 0 1em;
}

form dd 
{
	margin-bottom: 8px;
}

.news p
{
	padding: 0 0 .5em 0;
}

.news h3
{
	margin-top: 0;
}

.news h4
{
	margin-top: 6px;
}

/* @end */

/* @group Locations page */

#locationmap
{
	margin-left: 15px;
}

#location_info
{
	margin-top: -65px;
}

#content_locations /*OVERRIDE*/
{
	padding-top: 12px; /*ADD SOME SPACE FOR CHECKBOXES*/
}

/* @end */

#navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}


/* @group Sidebar */

#sidebar
{
	position: relative;
	top: 0;
	left: 0;
	margin: 6px 15px 0 549px;
	font-size: 85%;
	line-height: 1.4em;
	color: #FFF;
	padding: 0 0 0 6px;
}


#sidebar a, #sidebar a:link, #sidebar a:visited
{
	color: #CFD086;
	border-bottom: 1px dotted #CFD086;
}

#sidebar a:hover
{
	color: #FFF;
	border-color: #FFF;
	text-decoration: none;
}

#sidebar a:active
{
	color: #ecedad;
	border-color: #c33;
}

#sidebar h2
{
	color: #FFF;
	font-size: 12pt;
}

#sidebar h2 img
{
	float: left;
	margin-right: 2px;
	position: relative;
	top: -3px;
}

#sidebar h4, #sidebar h5
{
	font-family: "Trebuchet MS", georgia, helvetica, arial, verdana, sans-serif;
	text-transform: inherit;
	color: #FFF;
	font-weight: bold;
	margin: 0;
}

#sidebar ul, #sidebar p
{
	padding: 5px 15px 1em;
	margin-left: -5px;
}

#sidebar ul li
{
	padding-bottom: 1em;
	border-bottom: #AE341E;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	margin-bottom: 1em;
}

#sidebar dt /*NEWS ITEM*/
{
	margin-top: 0.5em;
}

/* @end */

/* @group Footer */

#footer
{
	margin: 0px;
	padding: 0 0 9px 0;
	font-size: 85%;
	color: #FFF;
	background: url(/images/footer1.gif) no-repeat bottom left;
	xborder: 1px solid #F0F;
	height: 72px;
}

#footer p
{
	padding: 40px 20px 0px 20px;
	text-align: center;
}

#footer a
{
	color: #FFF;
	border-color: #FFF;
}

#footer a:hover
{
	color: #EF3D23;
	border-color: #EF3D23;
}

#footer a:active
{
	color: #AE341E;
	border-color: #AE341E;
}

.floatL
{
	float: left;
	margin-right: 20px;
}

.floatR
{
	float: right;
	margin-left: 20px;
}


/* @end */

table#filter_tbl
{
	margin-bottom: 15px;
	line-height: 110%;
	margin-top: 20px;
}

table#filter_tbl th
{
	color: #ef3d23;
	text-align: left;
	padding-left: 9px;
	width: 33%;
	white-space: nowrap;
}

table#filter_tbl td
{
	vertical-align: top;
	width: 33%;
	padding-left: 9px;
	white-space: nowrap;
	font: inherit;
	line-height: 12pt;
}

table#filter_tbl .bord
{
	border: 1px solid #cfd086;
	border-width: 0 1px 0 0;
	padding-right: 9px;
}

div#results dt 
{
	position: relative;	
}

div#results dt a
{
	background: url(/images/doc_test.gif) no-repeat;
	padding-left: 17px;
	border: 0;
}

div#results .filesize
{
	position: absolute;
	right: 10px;
}

div#results dt, div#results dd
{
	padding-right: 8px;
	padding-left: 8px;
}

div#results dt
{
	padding-top: 4px;
	background: #FFF;
	color: #AAA;
}

div#results dd
{
	background: #FFF;
	margin-bottom: 2px;
	padding-bottom: 4px;
	color: #80812F;
}

div#lang_select 
{
	position: absolute;
	right: 20px;
	bottom: 10px;
	width: 202px;
	text-align: left;
	word-spacing: 10px;
	text-transform: uppercase;
	font-size: 9pt;
	font-weight: bold;
}

div#lang_select img
{
	padding-right: 5px;
	vertical-align: middle;
}

div#lang_select a
{
	border: none;
}

div#lang_select a:hover
{
	color: #AE341E;
}

div#lang_select a:visited
{
	color: #ef3d23;
}

div#paging
{
	text-align: center;
	padding-bottom: 5px;
	height: 20px;
}

div#paging .page_up
{
	float: left;
}

div#paging .page_down
{
	float: right;
}

div#search_submit
{
	height: 22px;
	text-align: center;
	margin-bottom: 10px;
}

.hide
{
	display: none;
}

div#results
{
	width: 460px;
	overflow: hidden;
	position: relative;
	padding-top: 10px;
}

div#results_mover
{
	position: relative;
	right: 0px;
}
