/*--------------------------------------------- 
	SITE LAYOUT 
--------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	
	background: transparent;
}
body {

}
ul {
	list-style: circle;
}
ol {
	margin:5px;
	list-style:decimal;
}
blockquote, q {
	padding-left:50px;
	padding-right:50px;
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
     overflow-y: scroll;
     overflow-x: auto;
}

body { 
	background: #465739 url('images/layout/va_site_bg.jpg') repeat-x;
        background-position: top center;
	text-align: center;
	padding:0px;
	margin:0px;
	height:100%;
}

#site_wrapper {
	/* Site Settings */
	width: 960px;
        margin-right: auto;
	margin-left: auto;
	background:#333;
	/* Center site */
	text-align: left;
	
	padding-bottom:2px;
         border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #333;
	
}
#site_content {
	width:960px;
	background:#fbfaf2;
	
	/* Site Border */
		
	
	margin-right: auto;
	margin-left: auto;
}
.content_wrapper {
	clear:both;
	width: 100%;
	height: 100%;
	min-height:500px;
       
	background:#fbfaf2 url("images/layout/page_grad.jpg") repeat-x;
	background-position: top left;
}
/*--------------------------------------------- 
	HEADER
--------------------------------------------- */
#header {
	
	
	height: 102px;
	width: 960px;
        margin-right: auto;
	margin-left: auto;
	padding: 0px;
	
	background:#ccc url('images/layout/site_header.jpg') no-repeat;
	background-position:top right;
}

.header_logo {
	float:left;
	padding:0px;
        width:449px;
        height:102px;
}

.header_right {
	float:left;
	margin-top:0px;
	width:511px;
        height:102px;
}

.header_top_right {
	width:100%;
	height:104px;
	
}
.header_placeholder {
	float: right;
	
	height: 12px;
	padding:4px;
	
	margin:10px;
	margin-right:10px;
}
.header_text {
	float: right;
	text-align:right;
	font-family: Arial, sans-serif;
	color: #eee;
	font-size: 11px;
	padding:4px;
	
	margin:10px;
	margin-right:10px;
	background: #000;
	opacity:.75;
	
}
.header_text a {
	font-size: 11px;
	color: #ffff33;
	text-decoration:none;
}
.header_text a:hover {
	color: #fff;
	background:#3366CC;
}
/*--------------------------------------------- 
	COLUMNS 
--------------------------------------------- */
#full_screen {
	width:100%;
	height:100%;
}
#main_column {
	float:left;
	width: 730px;
	height:100%;
}
#side_column {
	float:left;
	width: 230px;
	height:100%;
	
	
}
.third_column {
	width:260px;
	float:right;
	padding-left:10px;
}



.half {
	width:49%;
	float:left;
}
.half_divide {
	width:1px;
	height:286px;
	background: url('images/layout/half_divide.jpg') no-repeat;
	float:left;
	padding:5px;
}

/* ------------------------------------- 
		PANE
------------------------------------- */
.pane {
	clear:both;
	padding:0px 5px 10px 5px;

}
.pane-left {
	float:left;
	width: 9px;
	height:120px;
	background: url("images/layout/pane_bg_left.png") no-repeat;
	background-position: top left;
}
.pane-content {
	padding:10px;
	padding-top:10px;
	background: #FFF url("images/layout/pane_bg_middle.jpg") repeat-x;
}
.pane-right {
	float:left;
	width: 9px;
	height:120px;
	background: url("images/layout/pane_bg_right.png") no-repeat;
	background-position: top left;
}

/* ------------------------------------- 
		PANE SMALL
------------------------------------- */
.pane_small {
	float:left;
	padding:0px 0px 0px 5px;
	min-height:64px;
}
.pane-small-left {
	float:left;
	width: 9px;
	height:64px;
	background: url("images/layout/pane_short_left.png") no-repeat;
	background-position: top left;
}
.pane-small-content {
	float:left;
	padding-top:10px;
	width:320px;
	min-height:70px;
	background: #FFF url("images/layout/pane_bg_middle.jpg") repeat-x;
}
.pane-small-content p {
	font-size:12px;
}
.pane-small-right {
	float:left;
	width: 9px;
	height:64px;
	background: url("images/layout/pane_short_right.png") no-repeat;
	background-position: top left;
}

/* ------------------------------------- 
		FONTS 
------------------------------------- */
p, a, h1, h2, h3, li, span, .content, .side_content, .input, .textarea, .select, .site_btn, .footer_menu, .fine_print, .navigation-side {
	font-family: Arial, sans-serif;
	color: #333333;/*#5a5e66;*/
	font-size: 12px;
	margin:0px;
}
.navigation-side {
	font-size:11px;
}
p {
	padding:5px 10px 5px 10px;
}
.content, .side_content, .fineprint {
	clear: both;
	font-size: 11px;
	padding: 0px;
	
}
.side_content {
	_padding-left:5px;	
}
.content a, .side_content a, .fineprint a {
	color: #3366cc;
	text-decoration:none;

}
#main_column .content a.context_keyword {
	color:#008000;
	font-weight:bold;
	
}

div.htmltooltip{
position: absolute; /*leave this and next 3 values alone*/
z-index: 1000;
left: -1000px;
top: -1000px;
background: #f8eddb;
border: 3px solid #736751;
color: black;
padding: 5px;
width: 250px; /*width of tooltip*/
text-align:left;
}
.content a:hover, .side_content a:hover, .fineprint a:hover {
	color: #67AD00;
}
.content p {
	margin-left:5px;
}
.pad_content {

float:left;
	}
a.norm {
	background:#fff;
}
a.norm:hover {
	background:#FFF;
}

h1, h2 {
	font-family:  Arial,Helvetica, sans-serif;
	padding:10px 10px 5px 0px;
	margin-left:10px;
	color:#083f65;
	font-size:16px;
	font-weight:bold;
}

#news h3, .news_item_main h3 {
	padding:0px;
	margin:1px;
	color:#333;
	font-size:12px;
	font-weight:bold;
	background-color:#eee;
	padding:5px 10px 5px 10px;

}

h4, h3 {
	padding:5px 0px 5px 10px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	background-color:#666;
}
h5 {
	font-family:  Arial,Helvetica, sans-serif;
	padding:5px;
	margin:0px;
	color:white;
	background:#3570a2;
	font-size:16px;
	padding-left:10px;
	font-weight:bold;
	
}
.clean {
	margin:0px;
	padding:0px;
	border: 1px solid #666;
}
.title_bg {
	background:#fff url('images/title_bg.jpg') repeat-x;
	width:100%;
	height:35px;
}
.attr {
	font-weight:bold;
}
.attribute {
	text-align:right;
	padding:5px;
	color: black;
	background:#EBEADB; /* url('images/layout/side_bg.jpg') repeat;*/
	border-right:1px solid #ccc;
	
	font-weight:bold;
	width:80px;
	vertical-align:top;
}
/* ----------------------------------------------- 
	SITE SPECIFIC
-------------------------------------------------*/
.hidden {
	display:none;
}
.caption {
	text-align:center;
	font-size:10px;	
	padding-top:0px;
}
.go_back, .extra_option {
	float:right;
	margin:5px;
	padding:5px;
	border:1px solid #ccc;	
	background:white;
}
.go_back a, extra_option a {
	text-decoration:none;
	font-weight:bold;
}
.extra_icon {
	float:left;
	width:20px;
	height:20px;
	padding-right:5px;
}

.news_bullet {
	background: url('images/layout/diamond_bullet.gif') no-repeat;
	margin:6px;
	margin-top:8px;
	float:left;
	width:11px;
	height:11px;
}
.quick_menu {
	width: 718px;
	margin-left:auto;
	margin-right:auto;	
	margin-top:10px;
	
}
.quick_menu_item {
	float:left;
	padding-left:1px;
	padding-bottom:15px;
}
.side_block {
	padding:10px 5px 5px 10px;	
}

.row_tab {
	text-align:center;
	width:85px;
	border:	1px solid #CCC;
}
.newsletter {
	width:266px;
	height:83px;
	background: url('images/newsletter_bg.jpg') no-repeat;
	margin:15px;
	margin-left:auto;
	margin-right:auto;
	
}
.btn_go {
	width:29px;
	height:19px;
	background: url('images/btn_go.jpg') no-repeat;
	border:none;
	margin-left:10px;
}
.newsletter input[type='text'] {
	float:left;
	border:1px solid #999;
}

.side_end {
	background:#FFF url("images/layout/side_end.png") no-repeat;
	width: 260px;
	height:16px;
	float:right;
	padding-bottom:10px;
}

.grad_divider { 
	width:100%; 
	background: #EEE url("images/layout/smooth_bg.jpg") repeat-x; 
	height:35px; 
	line-height:35px;
	font-size:15px;
	font-weight:bold;
	border:1px solid #ccc;
}
#news {
	width: 90%;
	height: 350px;
	overflow-y: auto;
	background-color: #FFF;
	border: 1px solid #ebe0d2;
	/*border-right:1px solid #FFF;
	//border-bottom:1px solid #FFF;*/
	margin-left: auto;
	margin-right: auto;
}
#location_list, .location_data {
	
	width:98%;
	height:500px;
	overflow-y: auto;
	overflow-x: hidden;
	background-color:#FFF;
	border:1px solid #ebe0d2;
	/*border-right:1px solid #FFF;
	//border-bottom:1px solid #FFF;*/
	margin-left:5px;
	margin-right: auto;
}
.location_data {
    height:465px;
    border:none;
}
.date_icon {
	padding-right:10px;
	padding-left:5px;
	float:left;	
	text-align:center;
}

.news_item {
	
}
.news_item_main {
		border:1px solid #eee;
	margin-bottom:10px;
}
.news_tabs {
	padding:0px 0px 0px 12px;
	margin:0px;
}
.sm_tab {
	float:left;
	padding:0px 1px 5px 0px;
	margin:0px;	
}
.customer_testimonial {
	padding:10px;
}
.customer {
	float:right;
	padding-top:0px;
}
.request_quote {
	width:100%;
	background: #2b618f url('images/layout/request_bg.jpg') no-repeat;
	background-position: top right;
	color:#fff;
	height:98px;
}
.request_quote p { color:#fff; }


.services {
	float:left;
	padding-top:10px;
}
.service {
	line-height:24px;
	padding-bottom:0px;
	padding-top:0px;
}
div.tut_obj {
	text-align: center;
}
img.tut_obj {
	text-align: center;
	border: 1px solid #666;
	padding: 1px;
	margin:5px;
	margin-bottom:10px;
}
.stat {
	color:#000;
	font-size:11px;
	font-weight:bold;
}
.bookmarklets {
	float:right;
	padding:2px; 
	margin:0px; 
	border: 1px dashed #999;
}
.bookmarklets h3 { margin:1px; }
.bookmarks {
	text-align:center;
	padding-top: 0px;
}
.c-block {
	clear:both;
	text-align:center; 
	width:100%;
}
.c-item {
	float: left;
}
.c-item-bg {
	float: left;
	background: url('images/rp_create_plate.jpg');
	width:259px;
	height:246px;
}
.home_pane {
	float: left;
	padding-top:6px;
}
.intro_menu {
	padding-top:150px;
	padding-right:15px;
}
.side_title {
	padding-top:5px;
	padding-bottom:1px;
}

.nav_top {
	float:left;
	width:100%;
	height:7px;
	background: url('images/layout/nav_top.png') repeat-x;	
	padding:0px;
	margin:0px;
	font-size:0px;
	
}
.navigation-wrap {
	float:left;
	
	width:100%;
	height:54px;
	padding:0px;
	margin:0px;
	background: url('images/layout/nav_bg.jpg') repeat-x;
}
.nav_divider {
	width:2px;
	height:42px;
	background: url('images/layout/nav_divider.jpg') no-repeat;	
}
.navigation {
	float:left;
	padding:0px;
	margin:1px 0px 0px 0px;
	
} 
.navigation-side {
	float:right;
	width:220px;
	height:34px;
	padding-top:10px;
	/*background: #2b618f url('images/layout/nav_bg_right.jpg') repeat-x;
	background-position: top right;*/
}
.nav_icon {
	float:left;
	padding:4px;
}


.subnavigation-wrap {
	float:left;
	width:300px;
	height:35px;
	padding-left:5px;
	padding-top:10px;
}
.more {
	clear:both;
	text-align:right;
	padding-top:0px;
	padding-bottom:5px;
	margin:0px;
	margin-right:5px;
}
.more a {
	padding:0px;
	margin:0px;
	text-decoration:none;
	}
.large_text {
	color:#666;
	font-size:25px;
	font-weight:normal;
	padding-top:10px;
	padding-bottom:0px;
	margin-bottom:0px;
}


.land_map_single, .land_map {
	
	padding:1px;
	border:1px solid #ccc;
}
#map_canvas {
	width:100%;
	height:700px;
	background:#eee;
	
}

/* ----------------------------------------------- 
	TABLE STYLE
-------------------------------------------------*/
.quick_info {
	float:left;
	margin-left:5px;
	
	width: 200px;

}
.public_data { 
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;	
	margin-bottom:15px;
}
.public_data td { padding:4px; }
.public_data tr {
	border-bottom: 1px solid #ccc;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
}

th {
	padding: 0 0.5em;
	text-align: left;
}

th {
	font-weight:bold;
	border-bottom:2px solid #d6d2c2;
	border-right:1px solid #aca899;
	background: #ebeadb;
	padding:4px 10px 4px 10px;
}
th:last-child {
	border-right:none;	
}
tr.header td {
	font-weight:bold;
	border:1px solid #eee;
	background: #FFC;
}

td {
	padding: 2px;
	padding-left:5px;
	margin: 0px;
}

td.design {
	border-bottom: 1px solid #CCC;
}

tr.alt {
	background: #F3F3F3;
}

table.admin {
	font: 12px/24px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
	border:2px solid #ccc;
	background:#edece1;
}

tr.admin_header td {
	font-weight:bold;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #FFC;
}
table.resources {
	margin-bottom:10px;
}
.is_num {
	text-align:right;
}
.is_bool {
	text-align:center;
}
/* ----------------------------------------------- 
	NAVIGATION - HORIZONTAL
-------------------------------------------------*/


.horz_menu, .horz2_menu {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin:0px;
	float: left;
	
}
.horz_menu ul, .horz2_menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	
	
}
.horz_menu ul li, .horz2_menu ul li {
	float: left;
	display: inline;

	padding: 0px;
	margin: 0px;
	
	
}
.horz_menu ul li a, .horz2_menu ul li a {
	font-family: Arial, sans-serif;
	color: #666666;
	
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	line-height:45px;

}
.horz2_menu ul li a {
	font-weight: normal;
}
.horz2_menu ul li a:hover {
	font-weight: normal;
	text-decoration:underline;
}
.horz_menu ul li a.currentpage {
	color: #000;
	text-decoration: none;
	font-weight:bold;
}
.horz_menu ul li a:hover {
	color: #244d70;
}

/*--------------------------------------------- 
	VERTICAL NAVIGATION
--------------------------------------------- */
.vert_menu {
	float:left;
  	width: 100%;
	margin: 0;
	padding: 0px 0px 0px 0px;
}
.vert_menu ul {
	display: block;
	border:0px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background: #fff;	
			
}

.vert_menu ul li { display: inline;
}

.vert_menu ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	text-decoration: none;
	
	display: block;
	height:12px;
	padding: 6px 10px 8px 28px;
	margin:0px 1px 0px 1px;
	
	border-top:1px solid #fff;
	border-bottom:1px solid #CCC;
	cursor: pointer;
}
.vert_menu ul li a.norm {
	background: #fff;
}
.vert_menu ul li a.alt {
	background: #f5f5f5;
}
.vert_menu ul li a.currentpage {
	color: #FFFFFF;
	font-weight:bold;
	background: #699bb4;
}
.vert_menu ul li a:visited {

}
.vert_menu ul li a.norm:hover {
	color: #111;
	text-decoration: none;
}
.vert_menu ul li a.alt:hover {
	color: #111;
	text-decoration: none;
}

/*--------------------------------------------- 
	VERTICAL SUBNAVIGATION
--------------------------------------------- */
.vert_submenu {
	float:left;
  	width:97%;
	margin: 0px 0px 0px 2px;
	padding: 0px;
	border: 1px solid #aaa;
}
.vert_submenu ul {
	display: block;
	border:0px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background: #fff;			
}
.vert_submenu ul li { display: inline;}
.vert_submenu ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	
	display: block;
	height:11px;
	padding: 5px 3px 7px 5px;
	margin:0px;
	
	border-top:1px solid #fff;
	border-bottom:1px solid #748697;
	cursor: pointer;
}
.vert_submenu ul li a.norm {
	background: #d4ebf7;
}
.vert_submenu ul li a.alt {
	background: #d4ebf7;
}
.vert_submenu ul li a.currentpage {
	background: #FFF;
	color: #000;
}
.vert_submenu ul li a.norm:hover {
	background: #FFF;
	color: #111;
	text-decoration: none;
}
.vert_submenu ul li a.alt:hover {
	background: #FFF;
	color: #111;
	text-decoration: none;
}

/*--------------------------------------------- 
	PAGINATION NAVIGATION
--------------------------------------------- */
.page_bar {
	font-size:11px;
	color:#999;
	text-align:center;
	font-weight:bold;
	
	width:100%;
	text-indent:3px;
	padding-top:3px;
	padding-bottom:5px;
}
.page_bar {
	color: #3366CC;
}
.page_bar a:hover {
	color:#000;
}
.page_bar a.currentpage  {
	color: #999;
	border:1px solid #999;
	
	padding:2px 4px 2px 4px;
	margin:0px 4px 0px 4px;
}

/* -------------------------------------
	FOOTER
------------------------------------- */

#footer {
	color:#ababab;
	clear: both;
	
	padding: 0px;
	margin: 0px;
	font-size: 0px;
	background:#fff;
	padding:5px;
	
}
.footer_content {
	
	background:#ccc;
	height:39px;
       
}
.copyright {
	float: left;
	
	font-family: Arial, sans-serif;	
	font-size: 11px;
	color: #000;
	line-height:37px;
	height:37px;
	padding: 2px 6px 0px 10px;
	margin: 0px;
        
}
.logo_credits {
    padding-top:2px;
    float:left;
}
.footer_menu {
	float:right;
	padding:0px 6px 0px 6px;
}
.footer_menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.footer_menu ul li {
	float: left;
	display:inline;
	line-height: 30px;
	color: #FFF;
}
.footer_menu ul li a {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #333;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	padding:0px 2px 0px 2px;
	float:left;
	
	display: block;
	
}
.footer_menu ul li a:hover {
	color:#000;
}

.fineprint {
	font-size: 10px;
	color: #999;
	padding: 5px 10px 5px 10px;
	margin: 0px;
}
.web_developer {
	margin-left:auto;
	margin-right:auto;
	
}
.web_developer p, .web_developer a {
	font-size:10px;
	color:#ac9d8a;
		
	text-decoration:none;

}
.web_developer a:hover {
	color:#fff;
}
/* --------------------------------------------- 
	FORM STYLING
--------------------------------------------- */
.input, .textarea, .select {
	/*padding:1px 2px 1px 2px;
	margin:2px;*/
}
.select {
	padding:0px;
}

/* Form Button Style  */
.site_btn
{
	background:url('images/tq_button.png') no-repeat;
	width:66px;
	height:25px;
	padding-bottom:5px; 
	border:0; 
	font-size:11px; 
	color:#FFFFFF;
}
.site_btn:hover
{
	background:url('images/tq_button-over.png') no-repeat;
}

/* form user feedback */
.error_box, .error {
	padding: 5px;
	margin: 10px;
	background-color: #f3f3f3;
	border: 2px solid #ec9393;
}

.success_box {
	padding: 5px;
	background-color: #E8FAE1;
	border: 1px solid #006633;
	margin:10px;
}
.gmarker_toolbar {
    padding:5px;
    color: black;
    
}
.gmarker {
    cursor:move;
}
.notice_box {
	padding:5px;
	background-color:#FFFFCC;
	border: 1px solid #FF9900;
	margin:5px;
        
}
.loading {
	padding:5px;
	text-align:center;
}
/* -------------------------------------------
	COMMONLY USED STYLES
------------------------------------------- */
div.clear {
	clear: both;
}
div.dotted_line{
	clear: both;
	border: 1px dotted #DDD;
	margin: 1px 2px 1px 2px;
}
div.line_divider{
	clear: both;
	border-top: 1px solid #DDD;
	margin: 0px 2px 0px 2px;
}
div.admin_line{
	clear: both;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	margin: 5px 2px 5px 2px;
}

/*	IMAGE STYLES 	*/
.screen_style {
	border: 1px solid #999999;
	padding: 1px;
	margin:10px;
}
.img_left {
	float: left;
	padding-right:10px;
}
.img_lft {
	float: left;
}

.img_right {
	float: right;
	margin-bottom:4px;
	margin-right:10px;
	margin-top:0px;
	padding:0px;
}
.solid_border {
	border: 1px solid #ccc;
	padding:1px;
	margin: 5px;
}
.solid_border_only {border: 1px solid #ccc;}
.solid_border_only td { padding:0px; margin:0px; }
.dashed_border {
	border: 1px dashed #ccc;
	padding: 2px;
	margin: 5px;
	margin-bottom:0px;
}
.icon_border {
	padding: 2px;
	margin: 5px;
	margin-bottom:0px;
}
.success{
	padding: 10px;
	background-color: #E8FAE1;
	border: 1px solid #006633;
}
.item_btn {
	float:left;
	padding:5px;
	padding-top:0px;
}
.submit_button {
	background:url('images/btn_submit.jpg') no-repeat;
	width:156px;
	height:31px;
	padding-bottom:5px; 
	border:0; 
	font-size:11px; 
	color:#FFFFFF;
	font-weight:bold;
}


.create_header {
	padding:0px;
	margin:3px;
	background-color:#bfe894;
	height:15px;
	padding:3px;
	padding-left:10px;
}
/* ----------------------------------------------- 
	NAVIGATION - HORIZONTAL
-------------------------------------------------*/

.menu_options {
	padding: 0px 0px 0px 0px;
	float: right;
	height:36px;
	clear:both;
	margin:2px;
	padding:1px;
	border:1px solid #666;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	background:#999;
}
.menu_options ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.menu_options ul li {
	float: left;
	display: inline;
	/*border-left: 1px solid #fff;
	border-right: 1px solid #ccc;*/
	padding: 0px;
	margin: 0px;
}

.menu_options ul li a {
	font-family: Arial, sans-serif;
	color: #666;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	display: block;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	border-right:1px solid #999;
	border-left:1px solid #FFF;
	padding-right:5px;
	padding-top:10px;
	padding-left:15px; 
	padding-right:15px;
	height:24px;
	background: #FFF url('images/buttons/btn_bg.gif') repeat-x;
}


.menu_options ul li a.currentpage {
	color: #666;
	text-decoration: none;
	font-weight:bold;
}
.menu_options ul li a:hover {
	color:#000;
	background-color: #d1e7fb; /*#89b1df;*/
}
.menu_options_icon {
	float:left;
	padding:5px;
	padding-top:0px;
	position:relative;
	top:-4px;
}

.nav_items {
	background:white; margin:5px; border:1px solid #ccc;
	height:500px;
	overflow-y: auto;
}
.nav_items ul {
	list-style: none;
	padding: 0px;
	margin: 0px;	
}
.nav_items ul li {
	background:#FFFFFF url(images/layout/page_grad.jpg) repeat-x scroll left top;
	border-top:1px solid #ccc;
	border-bottom:1px solid #FFF;
	font-weight:normal;
	padding:4px;
	margin:0px;
	line-height:30px;
}
.nav_items ul li a {
	color: #333;
	text-decoration: none;	
}

/**************************************
		CLICK MENU
***************************************/
div.cmDiv
{
	border: none;/*1px solid black;*/
	background:none;
	padding-top:0px;
}
.clickMenu
{
	margin: 0;
	padding: 0;
	cursor: default;
}
.clickMenu, .clickMenu ul
{
	list-style: none;
}
.clickMenu ul
{
	margin: 0;
	padding: 0px;
	border: 1px solid black;
	background-color: #fff;
	min-width: 100px; /* ie doesnt know this :/ */
	//float: left;/*ie again*/
	//width: 100%;/*and again*/
}
.clickMenu div.outerbox
{
	display: none;
	
	/*min-width: 106px;  firefox produces animation-flickering when the box is bigger than this :/ */
}
.clickMenu div.inner
{
	//top: 45px; /* for ie */
	left: 0;
	margin: 0;
	
}
.clickMenu div.inner div.outerbox
{
	margin: 0;
	left: 98px;
	//left: 90px; /* for ie */
	top: -3px;

}
.clickMenu li
{
	position: relative;
	padding: 0 20px 0 2px;
	/*white-space: nowrap; does not really work in ie */
}
.clickMenu li.main
{
	background:none;
}
.clickMenu li.main ul li
{
	z-index: 2;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:2px;
	display:block;
}
.clickMenu li.main a {
	color:#000;
	
	font-family: Arial,sans-serif;
	text-decoration: none;
	cursor: pointer;
}
.clickMenu li.main a:hover {
	color:#000;
	
}
.clickMenu li.hover
{
	z-index: 1 !important; /* the hover z-index has to be below the normal one the hovering items may be drawn over a submenu */
	
	
}
.clickMenu img.liArrow
{
	position: absolute;
	right: 5px;
	top: 4px;
}
.clickMenu li.main ul li {
	width:98%;
	background:#FFF;
}
.clickMenu li.main ul li a
{
	text-align:left;
	color:#333;
	font-weight:normal;
	font-size:12px;
	white-space:nowrap;
	font-family: Arial,sans-serif;
	text-decoration: none;
	cursor: default;
	padding:2px 5px 2px 5px;
	line-height:20px;
	
}
.clickMenu li.main ul li a:hover {
	color:#000;
	background:#d1e7fb;
}
.clickMenu li.main ul li.hover
{
	background-color:#d1e7fb;
}
/* thats for the shadowbox */
html>body div.outerbox
{
	
	padding: 0 5px 5px 0;
}
html>body div.shadowbox1
{
	position: absolute;
	right: 0;
	bottom: 5px;
	width: 5px;
	height: 100%;
	background: url(java/images/myshadow.png) no-repeat right top;
}
html>body div.shadowbox2
{
	position: absolute;
	bottom: 0;
	right: 5px;
	height: 5px;
	width: 100%;
	background: url(java/images/myshadow.png) left bottom;
}
html>body div.shadowbox3
{
	position: absolute;
	bottom: 0;
	right: 0;
	height: 5px;
	width: 5px;
	background: url(java/images/myshadow.png) no-repeat right bottom;
}
html>body .innerbox
{
	margin: 0;
	padding:1px;
	
	display: inherit;
}
.my_media {
	background: #999 url("images/layout/system_bg.jpg");	
}
.pane_menu {
	padding-left:10px;	
}
.pane_menu input {
	background:#333333;
	border:2px solid #CCCCCC;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-variant:small-caps;
	margin:10px;
}
.pane_menu input:hover {
	background:#000;	
}
.media_item {
	border:1px solid #666;
	margin:5px;
	margin-bottom:10px;	
	background:#fff;
	
}

/*************************/
/* GALLERY
/**************************/
.gallery {
	clear:both;
	text-align:center;
}
.art_shine {
	margin-top:2px;
	background: #000 url('images/layout/art_shine.jpg') repeat-x;
	height:30px;	
}
.gallery_title {
	clear: both;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
	background:#111;
	padding: 3px 2px 5px 2px;
	margin:0px;	
}
.gallery_item {
	margin:20px;
	margin-right: auto;
	margin-left: auto;
}
.gallery_item_detail {
	margin:20px;
	float:left;
}
.gallery_item_full {
	margin:10px;
	margin-right: auto;
	margin-left: auto;
}
.gallery_art {
	background-color:#333333;
	border: solid 1px #474747;
	padding:3px;
	
}
.gallery_item a:hover .gallery_art {
	background:#454545;
}

.gallery_item p {
	padding:6px 5px 6px 5px;
	margin:0px;
}

.gallery_thumb {
	border: 1px solid #111;
	border-bottom: 1px solid #444;
	border-right:1px solid #444;
}
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #fff;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }


/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url('images/tab.png') no-repeat;
}
.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #27537a;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */
}
.tabs-nav .tabs-selected a {
    color: #000;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}
.tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 7px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
    border-top: 1px solid #97a5b0;
    padding-top: 10px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url('images/loading.gif') no-repeat 0 50%;
}
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
        text-align:left;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}
