/*---general stuff------------------------------------*/
HTML,BODY {
	margin: 0;
	padding: 0;
	background-color: #c0c0c0;
}
BODY,DIV,TH,TD,P,INPUT,SELECT,TEXTAREA,TT,ul,li {
	font-family: Helvetica, Arial, Verdana, Sans-serif;
	font-size: 12px;
    line-height: 15px;
	color: #939393;
}
INPUT,TEXTAREA {
}
HR {
	border: 0px;
	color: #dedede;
	background-color: #dedede;
	height: 1px;
	width: 100%;
	text-align: left;
	margin: 3px 0px;
	padding: 0px;
}
UL {
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 10px;
}
A {
	color: #939393;
	text-decoration: none;
	outline: none; 
}
A img {
	outline: none; 
	border: 0;
}
A:link {
}
A:visited {
}
A:hover {
	text-decoration: underline;
}
A:hover img {
	text-decoration: none;
}
A:active  {
	text-decoration: none;
}
H1 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	color: #9fb03f;
}
H2 {
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #9fb03f;
}
H3 {
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #9fb03f;
}
FORM {
	margin: 0;
	padding: 0;
}
TABLE,IMG {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
P {
	padding: 0;
	margin: 5px 0px;
}

fieldset {
	position: relative;
	border: 0px;
	border-top: 5px solid #6d6e60;
	border-left: 1px solid #6d6e60;
	margin-bottom: 9px;
	padding: 6px;
}
legend {
	margin-left: 10px;
	color: #333333;
	font-size: 15px;
}
fieldset .fieldset_icon {
	position: absolute;
	right: 3px;
	top: 1px;
	vertical-align: text-bottom;
}

/*---Main IDs and Classes-------------------------------------*/
#topbar {
	height: 30px;
	line-height: 30px;
	background-color: #c0c0c0; 
}
#container_bg {
	background-color: white;
}
#container {
	margin: 0 auto;
	width: 895px;
	padding: 0px;
}
#header {
	padding: 30px 0px;
}
#logo {
	float: left;
	width: 270px;
	height: 24px;
	background: white url('../img/logo.gif') no-repeat scroll top left;
}

#header_menu {
	float: left;
	border-right: 1px solid #e0e0e0;
}
#header_menu  ul{
	height: 24px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#header_menu ul li  {
	position: relative;
	display: inline;
	float: left;
	border-left: 1px solid #e0e0e0;
}
#header_menu ul li a {
	display: block;
	color: #bfbfbf;
	font-weight: bold;
	text-decoration: none;
	height: 24px;
	line-height: 24px;	
	padding: 0px 8px;	
	white-space: nowrap;
}
#header_menu ul li a:hover {
	color: #9fb03f;
}
#header_menu ul li a.active {
	color: #9fb03f;
}
#header_menu ul li a.no_menuitem {
	display: inline;
	padding: 0px;
}


#main {
}

#main_box {
	float: left;
	width: 570px;
	margin: 0;
	padding: 0;
}

#contentbox {
	width: 570px;
	border: 1px solid #d7d7d7;
	background-color: #f0f0f0;
	padding: 10px;
}
#small_images_box {
	float: right;
	width: 265px;
	border: 1px solid #d7d7d7;
	background-color: #f0f0f0;
	padding: 10px;
}
#small_images_box .img {
	padding: 8px 15px;
}

.titlebox {
	background-color: #f0f0f0;
	padding: 10px 20px;
	border-bottom: 1px solid #d7d7d7;
}

.padded {
	padding: 10px;
}

#contactbox {
	position: relative;
	float: left;
	width: 230px;
	height: 160px;
	border: 1px solid #d7d7d7;	
	background-color: #f0f0f0;
	padding: 10px;	
}
#conceptbox {
	position: relative;
	left: 15px;
	float: left;
	width: 606px;
	height: 160px;
	border: 1px solid #d7d7d7;
	background-color: #f0f0f0;
	padding: 10px;	
}

.concepts_box {
	width: 570px;
	padding: 10px;
	border: 1px solid #d7d7d7;
	background-color: #f0f0f0;
}
.concepts_box td {
	padding: 6px 0px;
}

#contact_form {
	width: 570px;
	padding: 10px;
	border: 1px solid #d7d7d7;
	background-color: #f0f0f0;
}

.highlight_buttons td{
	padding: 2px;
	width: 294px;
	text-align: center;
	border-right: 2px solid white;
	background-color: #d8d8d8;
	color: white;
	font-weight: bold;
	font-size: 16px;
	line-height: 35px;
}
.highlight_buttons td a{
	color: white;
	display: block;
	line-height: 35px;
	width: 100%;
	text-decoration: none;
}
.highlight_buttons td.active{
	background-color: #9fb03d;
}
.highlight_buttons td.active div{
	position: relative;
}
.highlight_buttons td.active a{
	color: #2a2f0f;
}
.highlight_buttons td.active img {
	width: 16px;
	height: 14px;
	position: absolute;
	bottom: -14px;
	left: 137px;
}

.highlight_boxes td {
	width: 282px;
	padding: 8px;
	border-right: 2px solid white; /* #dcdcdc */
	background-color: #f0f0f0;	
}
.highlight_boxes td h1 {
	font-style: italic;
	color: #adadad;
}



.page_large_images {
	margin: 0 auto;
	width: 895px;
	clear: both;
	position:relative;
	border: 1px solid #95958b;	
}
.page_large_images ul {
	position:absolute;
	bottom: 10px;
	right: 14px;
	width: 880px;
	text-align: right;

}
.page_large_image_full {
	height: 295px;

}
.page_large_image_half {
	height: 140px;
}

#footer {
	padding: 8px 20px;
	font-size: 10px;
	line-height: 16px;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}
#footer a {
	text-decoration: none;
}
#footer img {
	vertical-align: middle;
}

#just_some_button {
	position: absolute;
	width: 8px;
	height: 8px;
	left: 0px;
	top: 0px;
	cursor: help;
}

.prev_link {
	position: absolute;
	bottom: 0px;
	left: 25px;
}
.next_link {
	position: absolute;
	bottom: 0px;
	right: 25px;
}
.prev_next_link {
	font-size: 14px;
	font-weight: bold;
}
.prev_next_link:hover {
	text-decoration: none;
}


/* main layout IDs */

.red {
	color: #ed1c24;
}
.silver {
	color: #606060;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}

.star {
	color: #ed1c24;
	font-weight: bold;
}

.admin_box {
	width: 90px;
	float: right;
	text-align: right;
}

.translate {
	color: #e35f24;
}

.link { /* give an element a hand icon to fake a hyperlink */
	cursor: pointer;	
}

.clear {
	clear: both;
}

.right {
	text-align: right;
}

.icon_button {
	width: 18px;
	height: 18px;
	background: transparent url('../img/icon_button.gif') no-repeat scroll top left;
	margin: 3px;
	margin-right: 0px;
	vertical-align: text-bottom;
}

.tbl_lined {
	border-top: 1px solid silver;
}
.tbl_lined td {
	border-bottom: 1px solid silver;
}
.tbl_lined th {
	background-color: silver;
	border-bottom: 1px solid silver;
}

.trline {
	background-color: silver;
	height: 1px;
}
.trline td {
	height: 1px;
}

/* makes round corners by giving the container elements of  these classes "position:relative;" using JavaScript*/
.corner_lt, .corner_rt, .corner_rb, .corner_lb {
	position: absolute;
	width: 18px;
	height: 18px;
	background: transparent url('../img/pixel.gif') no-repeat scroll top left;
	display: none; /* JS will make it visible once properly positioned, to prevent the element from flying accross the screen */
}
.corner_lt { /* left top */
	background-image: url('../img/rc_lt.png');
	left: -1px;
	top: -1px;
}
.corner_rt { /* right top */
	background-image: url('../img/rc_rt.png');
	right: -1px;
	top: -1px;
}
.corner_rb { /* right bottom */
	background-image: url('../img/rc_rb.png');
	right: -1px;
	bottom: -1px;	
}
.corner_lb { /* left bottom */
	background-image: url('../img/rc_lb.png');
	left: -1px;
	bottom: -1px;
}

/* round corners */


#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 180px;
	border: 1px solid #333333;
	padding: 2px;
	background-color: white;
	visibility: hidden;
	z-index: 100;
	/* 6 lines and still only works in half off the browsers, but its soooo pretty! */
	-webkit-border-radius: 5px;  
	-moz-border-radius: 5px;  
	border-radius: 5px;  	
	-webkit-box-shadow: 10px 10px 20px #ccc;  
	-moz-box-shadow: 10px 10px 20px #ccc;  
	box-shadow: 10px 10px 20px #ccc;  	
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
#dhtmlpointer{
	width: 15px;
	height: 15px;
	background: transparent url('../img/tooltip_arrow.png') no-repeat scroll top left;
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}
#fixedtipdiv{
	position:absolute;
	padding: 2px;
	border:1px solid #333333;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
}

/*---messageboxes-------------------------------------*/
.msgbox {
	margin: 0 auto;
	border: 8px solid white;
	width: 500px;
	padding-left: 45px;
	min-height: 45px;
	cursor: pointer;
	background: #f6f6f6 url('../img/icon_message.png') no-repeat scroll 5px 5px;
}
.errbox {
	background-image: url('../img/icon_error.png');
	color: #ed1c24;
}
.warnbox {
	background-image: url('../img/icon_warn.png');
}
.msgbox_close {
	width: 13px;
	height: 13px;
	float: right;
	padding: 8px;
	background: transparent url('../img/msgbox_close.gif') no-repeat scroll 5px 5px;
}
/*---messageboxes-------------------------------------*/

/* image button */
a.squarebutton{
	background: transparent url('../img/imgbtn_l.png') no-repeat scroll top left;
	display: block;
	float: left;
	line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
	height: 23px; /* Height of button background height */
	padding-left: 9px; /* Width of left menu image */
	text-decoration: none;
}
a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
	color: #494949; /*button text color*/
}
a.squarebutton span{
	background: transparent url('../img/imgbtn_r.png') no-repeat scroll top right;
	display: block;
	padding: 4px 19px 4px 10px; /*Set 2nd value below to match value of 'padding-left' value above, the exta 10 makes the button wider*/
}
a.squarebutton:hover{ /* Hover state CSS */
	background-position: bottom left;
}
a.squarebutton:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color: black;
}
.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
}
/* /image button */

/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
	padding: 0;
	margin: 0;
	height: 12px;
	line-height: 12px;
	list-style-type: none;
}

.shadetabs li{
	display: inline;
	margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	z-index: 1;
	padding: 0px 6px;
	background: transparent url('../img/bg_tabcontent.gif') top left no-repeat;
}

.shadetabs li a:visited{
	color: #2d2b2b;
}

.shadetabs li a:hover{
	text-decoration: none;
	color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
	background-image: url('../img/bg_tabcontent_active.gif');
}

.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
}

.tabcontent{
	display:none;
}

@media print {
.tabcontent {
	display:block !important;
}
}

/* ######### / CSS for Shade Tabs. ######### */

/*---datepicker-------------------------------------*/	
.dpDiv { /* the div that holds the date picker calendar */
}
.dpTable { /* the table (within the div) that holds the date picker calendar */
	text-align: center;
	color: black;
	background-color: white;
	border: 1px solid silver;
}
.dpTR { /* a table row that holds date numbers (either blank or 1-31) */
}
.dpTitleTR { /* the top table row that holds the month, year, and forward/backward buttons */
}
.dpDayTR { /* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
}
.dpTodayButtonTR { /* the bottom table row, that has the "This Month" and "Close" buttons */
}
.dpTD { /* a table cell that holds a date number (either blank or 1-31) */
	border: 1px solid #ece9d8;
}
.dpDayHighlightTD { /* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
}
.dpTDHover { /* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: #ed1c24;
}
.dpTitleTD { /* the table cell that holds the name of the month and the year */
}
.dpButtonTD { /* a table cell that holds one of the forward/backward buttons */
}
.dpTodayButtonTD { /* the table cell that holds the "This Month" or "Close" button at the bottom */
}
.dpDayTD { /* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
}
.dpTitleText { /* additional style information for the text that indicates the month and year */
	color: gray;
	font-weight: bold;
}
.dpDayHighlight { /* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
	color: #4060ff;
	font-weight: bold;
}
.dpButton { /* the forward/backward buttons at the top */
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
}
.dpTodayButton { /* the "This Month" and "Close" buttons at the bottom */
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
}
/*---/datepicker-------------------------------------*/	
