@charset "utf-8";
/* CSS Document */

*{ text-decoration: none;}

*:focus { outline: 0;}

.hidden {
 display: none;   
}

body {
	margin: 0;
	padding: 0;
	border-style: none;
	margin-right: auto !important;
	margin-left: auto !important;	
	background-image: url(../images/textured_background.jpg);
	background-repeat:repeat;
	font-style: normal;
	font-size: 16px;
	line-height: normal;
	text-align: left;
	text-transform: none;
	text-decoration: none;
	font-variant: normal;
	text-decoration: none;
	font-family: Arial;
	color: #444; /* txt_color */
}

#header-wrap_1  {
	top:0px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/headerbackground.jpg);
	background-repeat: repeat-x;
	height:99px;
	margin-top: 0;
	margin-bottom: 0;
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}

#header-wrap_2  {
	top:0px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	background: url(../search/images/neue_bg_repeat6.jpg) top center;
	height:99px;
	margin-top: 0;
	margin-bottom: 0;
}

textarea#styled {font-family: Arial;}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	color: #777; /* headline_txt_color */
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	line-height: 18px;
}
h1 { font-size: 20px; color: #444; }
h2 { font-size: 18px; color: #444; }
h3 {
	font-size: 14px;
	color: #555;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}
h4 {
	font-size: 14px;
	color: #777;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	font-family: Arial;
	font-variant: normal;
}
h5 {
	font-size: 12px;
	color: #777;
}
h6 {
	font-size: 12px;
	color: #444;
	font-weight: normal;
}

p {
	font-size: 13px;
	color: #777;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	font-family: Arial;
	font-variant: normal;
}


hr {
	color: #666;
	margin-top: -1px;
}

#container  {
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}


#header  {
	overflow: hidden;
	position: absolute;
	top: 4px;
	margin-left: 3px;
}

#footer  {
	text-align: left;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#footer2  {
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}


#maincontentbox  {
	width: 780px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;  /* SPACE BETWEEN HEADER AND CONTENT */
	-moz-border-radius: 10px;
	border-radius: 10px;
	list-style-type: none;
	-moz-box-shadow: 0px 3px 5px #101010;
	-webkit-box-shadow: 0px 3px 5px #101010;
	box-shadow: 0px 3px 5px #101010;
	opacity:0.95;
	filter:alpha(opacity=95);
}

#maincontentbox2  {
	width: 780px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	list-style-type: none;	
	-moz-box-shadow: 0px 3px 5px #101010;
	-webkit-box-shadow: 0px 3px 5px #101010;
	box-shadow: 0px 3px 5px #101010;
	opacity:0.95;
	filter:alpha(opacity=95);
}

#contentbox  {
	padding: 15px;
}

#contentbox2  {
	padding-top: 25px;
	padding-right: 40px;
	padding-bottom: 25px;
	padding-left: 40px;
}

#contentbox3  {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-image: url(../images/Contact.jpg);
	background-repeat: no-repeat;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#contentboximg  {
	padding-top: 10px;
	padding-bottom: 10px;

}

.anim_img {
	border: 0px;
}

.easein {
-webkit-transition: all 300ms cubic-bezier(0.500, 0.250, 0.500, 0.750); 
   -moz-transition: all 300ms cubic-bezier(0.500, 0.250, 0.500, 0.750); 
    -ms-transition: all 300ms cubic-bezier(0.500, 0.250, 0.500, 0.750); 
     -o-transition: all 300ms cubic-bezier(0.500, 0.250, 0.500, 0.750); 
        transition: all 300ms cubic-bezier(0.500, 0.250, 0.500, 0.750);

-webkit-transition-timing-function: cubic-bezier(0.500, 0.250, 0.500, 0.750); 
   -moz-transition-timing-function: cubic-bezier(0.500, 0.250, 0.500, 0.750); 
    -ms-transition-timing-function: cubic-bezier(0.500, 0.250, 0.500, 0.750); 
     -o-transition-timing-function: cubic-bezier(0.500, 0.250, 0.500, 0.750); 
	 	transition-timing-function: cubic-bezier(0.500, 0.250, 0.500, 0.750);
}

/* ...................................................TABS......................................................  */

#tabnavigation ul { list-style: none;}
#tabnavigation ul li a { display: block; border-bottom: 0px solid #666; padding: 4px; }
#tabnavigation ul li a:hover { color: white; }
#tabnavigation ul li:last-child a { border: none;}

#tabnavigation .nav {
	overflow: hidden;
	position: absolute;
	top: 51px;
	margin-left: -30px;
}
#tabnavigation .nav li { float: left; margin: 0 0px 0 ; } /* Table distances */
#tabnavigation .nav li.last { margin-right: 0; }
#tabnavigation .nav li a { display: block; padding: 8px; color: white; font-size: 13px; font-weight: bold; text-align: center; border: 0; width: auto; color: #CCC; }
#tabnavigation .nav li a:hover { /*text-shadow: 0 0 3px #3CF;*/background-image:url('../images/underline1c.png'); color: white; }

#tabnavigation li { background-image:url('../images/underlinec.png'); }

#tabnavigation .nav  a.active { color: white; }

#tabnavigation #border { padding: 1px;width: auto; height: 32px; background-image:url('../images/tabline.png'); }

#tabnavigation #currentpage-one a { background-image:url('../images/underline2c.png'); color: white; }
#tabnavigation #currentpage-two a { background-image:url('../images/underline2c.png'); color: white; }
.loginBtn {
	background-color: #34373C;
	height: 25px;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px;
	color: #FFF;
	border: thin solid #34373C;
}
.loginfields {
	background-color: #46494E;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px;
	color: #FFF;
	border: thin solid #34373C;
}
.submitBtn {
	background-color: #009; /*#34373C*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width:70px;
	padding: 3px 8px 3px 8px;
	color: #FFF;
	border: thin solid #009;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer; 
	cursor: hand;
}
/* ...................................................SITEMAP......................................................  */

.st_a{ text-decoration: none; background-color:#eee;border:#000 1px solid;padding:1px;text-align:center;font:normal 12px verdana;}
.st_b{ padding-top:6px; padding-left:28px; text-decoration:none; color:#333; font-family: verdana; font-size: 14px; font-weight: bold; text-transform: none;}
.st_c{font:normal 12px verdana; text-decoration: none;}
#st_d{font:normal 11px tahoma,verdana;color:#000;text-align:center;padding:0px;width:690px; text-decoration: none;}
/*a:link,a:visited{padding:1px;color:#004080;text-decoration:none;}*/
a:visited{color:#004080; text-decoration: none;}
a:hover{color:#000066; text-decoration: none;}

#st_e{text-align:center;background-color:#eee;margin-bottom:10px;padding:10px;width:690px; text-decoration: none;}
.st_f{text-align:left;float:left;width:670px;padding-left:10px;padding-right:10px;padding-bottom: 10px;border:#000 1px solid; text-decoration: none;}
.st_g{padding-bottom:20px; text-decoration: none;}
.st_h{padding:1px;font:bold 12px verdana; text-decoration: none;}