body#theBody{
	margin:0px;
	background-color: #d7ceb7;
}
div#webSite {
	margin:  0px;
}
a{
	font-size:12px;
	font-family:"Arial";
	color:#25345F;
	font-weight:normal;
	text-decoration:underline;
}

/*--------------------------------------------------------------- 
		Sitestudio Pro. | Template1.php
--------------------------------------------------------------- */
table#WebsiteTable{
	width:100%;
	border:0px solid #FFFFFF;
}


/*--------------------------------------------------------------- 
		Sitestudio Pro. | Breadcrumbs
--------------------------------------------------------------- */
a.breadCrumb {
	font-family:"Arial";
	color: #546a82; 
	font-weight: normal; 
	font-size: 11px; 
	font-weight: bold;
	text-decoration:none;
	line-height:16px;
}
a.breadCrumb:hover {
	font-family:"Arial";
	color: #546a82; 
	font-weight: normal; 
	font-size: 11px; 
	font-weight: bold;
	text-decoration:underline;
	line-height:16px;
}
a.breadCrumbCurrent {
	font-family:"Arial";
	color: #546a82; 
	font-weight: normal; 
	font-size: 11px; 
	font-weight: bold;
	text-decoration:none;
	line-height:16px;
}
a.breadCrumbCurrent:hover {
	font-family:"Arial";
	color: #546a82; 
	font-weight: normal; 
	font-size: 11px; 
	font-weight: bold;
	text-decoration:underline;
	line-height:16px;
}

span.breadCrumbDevider {
	font-family:"Arial";
	color: #00a8c6; 
	font-weight: normal; 
	font-size: 11px; 
	font-weight: bold;
	text-decoration:none;
	line-height:16px;
}

/*--------------------------------------------------------------- 
		Sitestudio Pro. | Printer
--------------------------------------------------------------- */
a.printLink {
	font-family:"Arial";
	color: #546a82;
	font-weight: normal; 
	font-size: 12px; 
	font-weight: normal;
	text-decoration:none;
	line-height:16px;
}
a.printLink:hover {
	font-family:"Arial";
	color: #546a82; 
	font-weight: normal; 
	font-size: 12px; 
	font-weight: normal;
	text-decoration:underline;
	line-height:16px;
}


/*--------------------------------------------------------------- 
		Sitestudio Pro. | Page Title
--------------------------------------------------------------- */
span.pageTitle {
	font-size:28.33px;
	font-family:Arial, Arial, sans-serif;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
	line-height:19px;
}

/*--------------------------------------------------------------- 
		Sitestudio Pro. | Searchengine
--------------------------------------------------------------- */
form#SearchForm {
	margin-top:-17px;
	float:right;
}
label#SearchLabel{
	display:;
}
input#inpSearch {
	width:135px;
	height:13px;
	background-color:#F5EEE6;
	border-top:1px solid #daddd6;
	border-left:1px solid #daddd6;
	border-right:0px solid #daddd6;
	border-bottom:0px solid #daddd6;
	font-family: "Arial";
	color:#646464;
	font-weight: normal; 
	font-size: 11px;	
}
input#inpSearchSubmit {
	display:none;
}

/*--------------------------------------------------------------- 
		Sitestudio Pro. | Portfolio
--------------------------------------------------------------- */
.portfolioPanel {
	z-index:20;
	border: none;
	position:absolute;
	overflow:hidden;
}
.portfolioPanelBg{
	border: none;
	position:absolute;
	height:680px;
	width:920px;
	left:0px;
	top:0px;
	background:url(../template/img/newsBg.png);
	line-height:0px;
}
.portfolioPanelContent{
	border: none;
	position:absolute;
	height:650px;
	width:900px;
	left:5px;
	top:5px;
	background-color:#FFFFFF;
}
.portfolioPanelCloseButton{
	border: none;
	position:absolute;
	height:22px;
	width:22px;
	right:15px;
	top:5px;
	background-color:#bababc;
	line-height:0px;
}
a.portfolioPanelBtnClose {
	display:block;
	border:none;
	background:url(../template/img/newsCloseButton.jpg) no-repeat;
	background-position:0px 0px;
	position:absolute;
	right:0px;
	top:0px;
	height:22px;
	width:22px;
	line-height:0px;
	text-decoration:none;
}
a.portfolioPanelBtnClose:hover{
	background-position:0px -22px;
}



/*--------------------------------------------------------------- 
		Sitestudio Pro. | Dropdown
--------------------------------------------------------------- */
.webDropDownSelector {
	background:url(../template/img/dropdown/dropDownBg.jpg);
	background-repeat:repeat-x;
	border:none;
	/*
	border-left:1px solid #b9b9b9;
	border-top:1px solid #b9b9b9;
	border-right:1px solid #b9b9b9;
	border-bottom:1px solid #b9b9b9;
	*/
	position:relative;
	cursor:pointer;
	margin-left:8px;
}
.webDropDownSelector_hover {
	background:url(../template/img/dropdown/dropDownBgHover.jpg);
	background-repeat:repeat-x;
	border:none;
	/*
	border-left:1px solid #b9b9b9;
	border-top:1px solid #b9b9b9;
	border-right:1px solid #b9b9b9;
	border-bottom:1px solid #b9b9b9;
	*/
	position:relative;
	cursor:pointer;
	margin-left:8px;
}

.webDropDownSelectorLabel{
	position:absolute;
	font-family:Arial;
	font-size:10px;
	color:#FFFFFF;
	font-weight:normal;
	width:80%;
	overflow:hidden;
	height:14px;
	left:5px;
	top:3px;
	cursor:pointer;
	text-transform:uppercase;
}
.webDropDownSelectorArrow{
	position:absolute;
	height:14px;
	width:14px;
	right:3px;
	top:3px;
	background:url(../template/img/dropdown/dropDownArrow.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}

.webDropDownSelectorTop {
	border-left:1px solid #928e8b;
	border-top:0px solid #a2a2a2;
	border-right:0px solid #7d7d7d;
	border-bottom:0px solid #7d7d7d;
	position:absolute;
	cursor:pointer;
	height:22px;
	overflow:hidden;
}
.webDropDownSelectorTop_hover {
	background:url(../template/img/dropdown/dropDownBgTopHover.jpg);
	background-repeat:repeat-x;
	border-left:1px solid #928e8b;
	border-top:0px solid #a2a2a2;
	border-right:0px solid #7d7d7d;
	border-bottom:0px solid #7d7d7d;
	position:absolute;
	cursor:pointer;
	height:22px;
	overflow:hidden;
}
.webDropDownSelectorTopLabel{
	position:absolute;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	width:90%;
	overflow:hidden;
	height:14px;
	left:5px;
	top:4px;
	cursor:pointer;
	overflow:hidden;
}
.webDropDownSelectorTopArrow{
	position:absolute;
	height:14px;
	width:14px;
	right:3px;
	top:6px;
	background:url(../template/img/dropdown/dropDownTopArrow.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}
.webDropDownContent{
	font-family:Arial;
	font-size:10px;
	color:#444444;
	width:400px;
	overflow:hidden;
	height:20px;
	cursor:pointer;
	padding-left:5px;
	line-height:20px;
	background-color:#FCFCFC;
	border-bottom:1px solid #FAFAFA;
	border-top:1px solid #FFFFFF;
	text-transform:uppercase;
}
.webDropDownContent_hover{
	font-family:Arial;
	font-size:10px;
	color:#003399;
	width:400px;
	overflow:hidden;
	height:20px;
	text-transform:uppercase;
	/*background:url(../template/img/dropdown/dropdownContenthover.jpg);
	background-repeat:repeat-x;
	background-position:center left;*/
	cursor:pointer;
	padding-left:5px;
	line-height:20px;
	background-color:#F0F0F0;
	border-bottom:1px solid #E0E0E0;
	border-top:1px solid #FFFFFF;
}

.webDropDownL{
	border: none;
	position:absolute;
	left:0px;
	top:0px;
	background:url(../template/img/dropdown/dropDownLT.png);
	behavior: url(iepngfix.htc); 
}
.webDropDownR{
	border: none;
	position:absolute;
	right:0px;
	top:0px;
	background:url(../template/img/dropdown/dropDownRT.png);
	behavior: url(iepngfix.htc); 
}
.webDropDownFooterL{
	border: none;
	position:absolute;
	left:0px;
	bottom:0px;
	background:url(../template/img/dropdown/dropDownLB.png);
	behavior: url(iepngfix.htc); 
}
.webDropDownFooterR{
	border: none;
	position:absolute;
	right:0px;
	bottom:0px;
	background:url(../template/img/dropdown/dropDownRB.png);
	behavior: url(iepngfix.htc);
}

.webFormButton {
	font-family:Arial;
	font-weight:normal;
	color:#666666;
	font-size:12px;
	display:block;
	height:20px;
	line-height:20px;
	background:url(../template/img/dropdown/dropDownBg.jpg);
	background-repeat:repeat-x;
	border-left:1px solid #b9b9b9;
	border-top:1px solid #b9b9b9;
	border-right:1px solid #b9b9b9;
	border-bottom:1px solid #b9b9b9;
	position:relative;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
}
.webFormButton:hover {
	color:#3c7982;
	background:url(../template/img/dropdown/dropDownBgHover.jpg);
}



/*--------------------------------------------------
	ScrollBar
--------------------------------------------------*/

.scrollTrack{
	position:absolute;
	background-color:#EFEFEF;
	background-image:url(../template/img/scrollbar/scroll_track.gif);
	background-repeat:repeat-y;
	width:18px;
	top:0px;
	right:1px;
	line-height:0px;
	font-family:Arial;
	font-size:0px;
	border-right:2px solid #FFFFFF;
}
.scrollArrowTop{
	position:absolute;
	right:3px;
	top:0px;
	background-image:url(../template/img/scrollbar/scroll_arrow_up.gif);
	background-repeat:no-repeat;
	background-color:#EFEFEF;
	width:16px;
	height:16px;
	line-height:0px;
	font-family:Arial;
	font-size:0px;
	border-top:1px solid #FFFFFF;
}
.scrollArrowTop_hover{
	position:absolute;
	right:3px;
	top:0px;
	background-image:url(../template/img/scrollbar/scroll_arrow_up_hover.gif);
	background-repeat:no-repeat;
	background-color:#EFEFEF;
	width:16px;
	height:16px;
	line-height:0px;
	font-family:Arial;
	font-size:0px;
	border-top:1px solid #FFFFFF;
}
.scrollArrowBottom{
	position:absolute;
	right:3px;
	bottom:0px;
	background-image:url(../template/img/scrollbar/scroll_arrow_down.gif);
	background-repeat:no-repeat;
	background-color:#EFEFEF;
	width:16px;
	height:16px;
	line-height:0px;
	font-family:Arial;
	font-size:0px;
	border-bottom:1px solid #FFFFFF;
}
.scrollArrowBottom_hover{
	position:absolute;
	right:3px;
	bottom:0px;
	background-image:url(../template/img/scrollbar/scroll_arrow_down_hover.gif);
	background-repeat:no-repeat;
	background-color:#EFEFEF;
	width:16px;
	height:16px;
	line-height:0px;
	font-family:Arial;
	font-size:0px;
	border-bottom:1px solid #FFFFFF;
}
.scrollHandle{
	position:absolute;
	background-color:#EFEFEF;
	border-left:0px solid #cacacb;
	border-right:1px solid #cacacb;
	border-top:1px solid #cacacb;
	border-bottom:1px solid #cacacb;
	background-image:url(../template/img/scrollbar/scroll_handle.gif);
	background-repeat:no-repeat;
	background-position:center left;
	width:15px;
	right:3px;
	line-height:0px;
	font-family:Arial;
	font-size:0px;
}
.scrollHandle_hover{
	position:absolute;
	background-color:#EFEFEF;
	border-left:0px solid #cacacb;
	border-right:1px solid #cacacb;
	border-top:1px solid #cacacb;
	border-bottom:1px solid #cacacb;
	background-image:url(../template/img/scrollbar/scroll_handle_hover.gif);
	background-repeat:no-repeat;
	background-position:center left;
	width:15px;
	right:3px;
	line-height:0px;
	font-family:Arial;
	font-size:0px;
}

.scrollParent{
	position:absolute;
	left:0px;
	border-left:1px solid #e3e3e5;
	background-color:#fcfcfc;
}
.scrollContainer{
	position:absolute;
	left:0px;
	top:0px;
	overflow:hidden;
}
