@font-face {
    font-family: 'HelveticaCondensed';
    src: url('../fonts/helvetica_condensed-webfont.eot');
    src: url('../fonts/helvetica_condensed-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica_condensed-webfont.woff') format('woff'),
         url('../fonts/helvetica_condensed-webfont.ttf') format('truetype'),
         url('../fonts/helvetica_condensed-webfont.svg#HelveticaCondensed') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'HelveticaCondensedBold';
    src: url('../fonts/helvetica_condensed_bold-webfont.eot');
    src: url('../fonts/helvetica_condensed_bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica_condensed_bold-webfont.woff') format('woff'),
         url('../fonts/helvetica_condensed_bold-webfont.ttf') format('truetype'),
         url('../fonts/helvetica_condensed_bold-webfont.svg#HelveticaCondensedBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
select {
    background-color: transparent;
}

html {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}
body {
    line-height: 1.4;
}
body, input, button, textarea, select {
 background: url("../images/bg.jpg") no-repeat scroll center 0 #17248c;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #686861;
}
/*h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
}*/
pre, tt, code, kbd, samp, var {
    font-family: "Courier New", Courier, monospace;
}
h1 { color: #71716b; font-size: 36px; font-family: 'HelveticaCondensed'; margin-bottom:14px; padding:10px 0px; border-bottom:1px #ccc solid; }
h1 span{ font-family: 'HelveticaCondensedBold'; }
h2 { color: #333; font-size: 18px; }
h3 { color: #333; font-size: 16px; }
h4 { color: #333; font-size: 14px; }
h5 { color: #333; font-size: 12px; }
h6 { color: #333; font-size: 10px; }

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

a {
    color: green;
    font-weight: normal;
    text-decoration: none;
}
a:hover, a:focus, a:active {
    text-decoration: underline;
}
a:hover, a:active {
    outline: medium none; /* make medium dashed if require accessibilty */
}
body, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, blockquote, th, td {
    margin: 0;
    padding: 0;
}
fieldset {
    border: 0 none;
}
img {
    vertical-align: bottom;
	border:none;
}
ol li, ul ol li {
    list-style-type: decimal;
}
ul li {
    list-style-type: disc;
}
ul ul li {
    list-style-type: circle;
}
ul ul ul li {
    list-style-type: square;
}
ol ol li {
    list-style-type: lower-alpha;
}
ol ol ol li {
    list-style-type: lower-roman;
}
sub {
    font-size: smaller;
    line-height: 0;
    vertical-align: sub;
}
sup {
    font-size: smaller;
    line-height: 0;
    vertical-align: super;
}
legend {
    color: #444;
    padding-bottom: 0.5em;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption {
    left: -999em;
    position: absolute;
}
th {
    text-align: center;
}
tbody th {
    text-align: left;
}
code {
    color: #0066FF;
}
code, pre {
    font-family: "Courier New",monospace,serif;
    font-size: 1em;
}
q, em, cite, dfn, i, cite, var, address {
    font-style: italic;
}
blockquote {
    color: #000;
    font-size: 18px;
}
blockquote p:before, blockquote p:after, q:before, q:after {
    content: "";
}
th, strong, dt, b {
    font-weight: bold;
}
ins {
    border-bottom: 3px double #333;
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
abbr, acronym {
    border-bottom: 1px dotted #333;
    font-variant: normal;
}
dd p, dd pre, dd ul, dd ol, dd dl, li p, li pre, li ul, li ol, li dl, fieldset p, fieldset ul, fieldset ol {
    padding-left: 0;
    padding-right: 0;
}
dd {
    margin-top: 0.5em;
    padding-left: 20px;
}
li {
    margin-left: 30px;
}
hr {
    border-style: inset;
    border-width: 1px;
}
h1, h2, h3, h4, h5, h6, p, pre, dt, ul, ol, hr, legend, input, button, textarea, select, address {
    margin-top: 1em;
}
label {
    padding-top: 1.2em;
}
fieldset {
    line-height: 1;
}
input[type="checkbox"] {
    vertical-align: text-bottom;
}
input[type="radio"] {
    vertical-align: bottom;
}
input, button, textarea, select, optgroup, option {
    -moz-font-feature-settings: inherit;
    -moz-font-language-override: inherit;
    font-family: inherit;
    font-size: inherit;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    line-height: inherit !important;
    text-transform: inherit;
	background:#fff;
}

input[type="text"],
input[type="password"] {
    border: solid 1px gray;
    color: #333;
    font-size: 14px;
    height: 18px;
    margin: 0;
    padding: 3px;
    width: 110px;
}

textarea {
  border: solid 1px gray;
  height: 150px;
  color: #333;
  font-size: 14px;
  margin: 0;
  padding: 3px;
  width:380px;
}

form td {
  padding: 5px;
}

button, input[type="submit"], input[type="reset"], input[type="button"], .inputButton {
    padding: 0.2em 0.4em;
}

/* end base */

#inEditor #contentarea,
#inEditor #contentarea a {
	color: #686861;
}

.clear {
	clear: both;
}

#container {
	width: 998px;
	margin: 0 auto;
	background: url("../images/container-bg.jpg") no-repeat scroll center 0 #fff;
	position:relative;
	 box-shadow: 0 0 18px #000000;
}

#header, #header_sub {
 	background: url("../images/header-bg.png") no-repeat scroll center 0 transparent;
	height: 138px; /* remove */
}

#logo {
    left: -45px;
    position: absolute;
    top: 3px;
    z-index: 1;
}

#loginbox {
	position: relative;
	float: right;
	margin: 10px 10px 0 0;
	padding: 10px 5px 5px 5px;
	height: 50px;
	width: 330px;
	overflow: hidden;
	background: white;	
	border: solid 1px gray;
/* Curved Divs */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
	#loginbox span {
		font-weight: bold;
		margin-left: 10px;
		margin-top: 5px;
	}

	#loginbox input.login_field {
		display: block;
		position: relative;
		float: left;
		width: 120px;
		height: 18px;
		margin: 3px 0 0 7px;
		color: #565656;
		border: solid 1px gray;
		/* Curved Divs */
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}

	#loginbox button.submit {
		display: block;
		position: relative;
		float: left;
		width: 28px;
		height: 28px;
		margin: 0 0 0 15px;
		color: #565656;
		/* Curved Divs */
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}


#searchbox {
	position: relative;
	float: right;
	height: 26px;
	width: 220px;
	top: 5px;
	margin: 0 10px 0 0;
	overflow: hidden;
	background: white;	
	border: solid 1px gray;
	/* Curved Divs */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	z-index: 101;
}

	#searchbox input.search_field {
		display: block;
		position: relative;
		float: left;
		width: 170px;
		height: 18px;
		margin: 3px 0 0 7px;
		color: #565656;
		border: none;
	}

	#searchbox input.search_button {
		display: block;
		float: left;
		position: relative;
		width: 22px;
		height: 17px;
		margin: 3px 0 0 10px;
		cursor: pointer;
		border: none;
		text-indent: -999em;
		background: transparent url(../images/spy.png) no-repeat center top;
	}

#banner {
	height: 238px;
	position:relative;
	z-index:0;
	padding-left:40px;
}
	
#main {
	min-height: 400px;
	margin-top: 82px;
    background: #166960 url(../images/main-bg.jpg) no-repeat center top;
}

#main_sub {
	margin-top: 82px; /* this is to allow for the menu */
	min-height: 400px;
	background: #166960 url(../images/main-bg.jpg) no-repeat center top;

}

#side {
	color: white;
	position: relative;
	float: left;
	border: dashed 1px gray;
	background: #221d1b;
}

#cta {
	width: 180px;
	margin: 10px auto;
}
	#cta textarea {
		width: 150px;
		height: 30px;
	}
	
	#cta input {
		width: 150px;
	}
	
	#cta .go {
		width: 50px;
		height: 20px;
		display: block;
	}
	
#cta_heading {
	font-size: 18px;
	text-transform: uppercase;
}
#social-media {
	position: relative;
	width: 200px;
	overflow: hidden;
}

#social-media ul {

}
#social-media ul > li {
	display: block;
	float: left;
}

/**********************************************

NEWS RELATED ELEMENTS

**********************************************/

#rss_panel {
	padding: 5px;
	background: #eee;
}
.rsslink {
	color: blue;
}

#newsbox {
	/*margin-top: 10px;
	position: relative;
	width: 190px;
	padding: 5px;
	background: #302927;*/
	color:#fff;
}

#newsbox #news_heading {
	font-size: 18px;
	font-weight: bold;
	width: 133px;
	height: 15px;
	margin: 0 0 20px -1px;	
	background: url(images/title_news.html);
}

#newsbox #news_items {
}

#news_items a {
	text-decoration: none;
	color:#FFFF00;
}

	#news_items .news_item {
	}

	#news_items strong {
		display: block;
	}

	#news_items .news_date,
	#news_items .news_date a {		
		font-weight: normal;
	}
	
	#news_items .news_date {
		font-size: 10px;
		font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	}

	#news_items .news_title,
	#news_items .news_title a {
		font-size: 14px;
		color:#adebff;
	}
	
	#news_items .news_title {
	}
	
	#news_items .news_text {
		margin: 10px 0px;
		color:#e2f3f2;
		font-size:12px;
	}
	
	#newsbox a.more_news {
		display: block;
		margin-bottom: 20px;
		
		text-decoration: underline;
	}

#new_news {
	float: right;
	position: relative;
	top: -15px;
	right: 10px;
	width: 60px;
	height: 42px;
	background: url(../sys_images/new.png) no-repeat;
}
	
#newsletterbox {
	margin-top: 10px;
	width: 190px;
	background: #332c2b;
	padding: 5px;
}

	.newslettertitle {
		color: white;
		font-size: 18px;
	}
	
	#newsletterbox p {
		margin: 5px 0 5px 0;
	}
	
	#newsletterbox p a {
	}
	#newsletterbox input {
		height: 22px;
		width: 190px;
		overflow: hidden;
		background: white;	
		border: solid 1px gray;
		margin-bottom: 3px;
		/* Curved Divs */
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
	}
	
#hp_container {
	margin-left: 210px;
}

#c_container {

}	

/*#contentarea {
	padding: 0 20px 0 30px;
	background:#fff;
	border-radius:6px;
}*/

#contentarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 12px 12px #222222;
    margin: 0 20px 0 30px;
    padding: 25px;
    position: relative;
    top: -45px;
}

#contentarea h1:first-child {
    margin: 0;
}

#contentarea p {
	padding 10px;
}

#contentarea img {
	padding: 10px;
}

#gallery {
	width: 900px;
	height: 500px;
}
.galleria-stage {
	height: 450px;
}
#gallery img {
	padding: 0px;
}

/*#footer {
	position: relative;
	width: 998px;
	background: transparent url(../images/footer-bg.jpg) 0 0 no-repeat;
	height:64px;
}*/
#footer {
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
    background: url("../images/footer-bg.jpg") no-repeat scroll 0 0 transparent;
    height: 20px;
    padding: 22px;
    position: relative;
	color:#fff;
}
	#footer p {
		color:#fff;
		float: left;
		width: 660px;
		margin-left: 10px;
		margin-top: 2px;
	}

	#footer a {
		text-decoration: none;
		color: #c3bfb9;
	}
	#footer a:hover {
		color: #e0deda;
		text-decoration: underline;
	}
	
/*#copyright {
	color: #fff;
	width: 500px;
	position: relative;
	display: inline;
	margin-left: 11px;
}*/

#copyright {
	width: 575px;
	position: relative;
	display: inline;
	margin-left: 11px;
	float:left;
	top:4px;
	font-size:13px;
}
	
	
.clear{
 clear:both;
}
	
#webarenalink {
	width: 96px;
	height: 19px;
	border: none;
	position: relative;
	display: inline;
	left: 35px;
}



/* navigation */
div#menu_bar {
  margin: 0;
  position: absolute;
  float: left;
  z-index: 100;
  top: 100px;
  right:-35px;
}

div#menu {
  margin: 0;
  z-index: 100;
}

#nav, #nav li, #nav ul, #nav a {
  display: block;
  margin: 0;
  padding: 0;
}

#nav {
  color: white;
  height: 27px;
  margin: 0;
  padding: 18px 0 9px;
  width: 229px;
}

#nav a {
	color: #fff;
/*	font: 14px/1.2 "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

	text-shadow: 0 1px 1px rgba( 100, 100, 100, 0.75 );
*/
	font-family: 'HelveticaCondensed';
	font-size: 22px;
}
#nav li {
	margin: 0 12px;
	/*padding: 0 12px;*/
	/*background:transparent url( ../images/menu-line.png ) 0 bottom no-repeat;*/
	list-style:none;
}

#nav > li > a {
  clear: both;
    float: left;
    padding: 4px 12px;
    text-shadow: 1px 1px 1px #000000;
    width: 100%;
	background:transparent url( ../images/menu-line.png) 0 bottom no-repeat;
	height:29px;
}

#nav a:hover {
	color: #fff;
	text-decoration: none;
	background: url( ../images/menu-hover.png) no-repeat;
}


#nav > li:first-child {
  border: none;
}

/*#nav > li:first-child > a {
  background: none;
}
*/

/* submenus */
#nav li:hover {
 position:relative;
}

#nav ul {
 /* border: 1px solid #777;
  border-top: 0 none;*/
  display: none;
  left: -9999em;
 /* line-height: 1.3;
  padding: 0;*/
  position: absolute;
  left: -150px;
  top:0px;
}

#nav ul li {
  background: none;
  /*border-top: 1px solid #777;*/
  margin: 0;
  padding:3px 0;
  position:relative;
  list-style:none;
}

#nav ul li > a {
  background: none;
  color: #fff;
  padding:1px 10px;
  text-transform: none;
  font-size:21px;
  text-shadow: 1px 1px 1px #000000;
  border-bottom:1px #ccc solid;
}

#nav > li:hover > a {
 background: url( ../images/menu-hover.png) no-repeat;
}

#nav li:hover > ul {
  display: block;
  position: relative;
  float: left;
  height: 0px;
  top: -36px;
}

#nav > li:hover > ul {
  margin: 0;
}



#nav ul li:hover > a {
  color: #e0deda;
  text-decoration: none;
  background:none;
}

#nav ul > li {
  background: #008af7;
  position: relative;
  width: 150px;
}

#nav ul li:hover > ul {
  margin: 0 300px 0 0;
  top: -40px;
}

/* Footer Menu */
div#footer-menu {
  height: 30px;
  margin: 0;
  width: 960px;
}

#footernav, #footernav li, #footernav ul, #footernav a {
  display: block;
  margin: 0;
  padding: 0;
}

#footernav {
  height: 18px;
  margin: 0;
  padding: 6px;
  width: 948px;
}

#footernav a {
	color: #c3bfb9;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#footernav a:hover {
	color: #e0deda;
	text-decoration: none;
}

#footernav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}

#footernav > li > a {
  padding: 2px 5px 2px;
}

#banner-shadow{
 position:relative;
 left:42px;
 bottom:-8px;
}

#menu_bg{
background: url( ../images/menu-bg.png) no-repeat;
height:276px;
}

#menubg-shadow{
 position:relative;
 left:-2px;
 bottom:-8px;
}

#footer-social-media ul{
 margin:0px;
 padding:0px;
 position:relative;
 top:-4px;
}
#footer-social-media ul li{
 margin:0px;
 padding:0px 3px;
}
#footer-social-media{
 float:left;
}
#footer-social-media ul li{
 display:inline;
 list-style:none;
}

#connect-with-us{
 position:relative;
 top:-6px;
 color:#46d2c1;
 font-size:12px;
 font-weight:bold;
}

#home-left{
 float:left;
 width:507px;
}
#home-left p{
 text-align:justify;
}
#home-right{
 float:left;
 width:377px;
 position:relative;
 right:-56px;
}

#footer-panel{
padding: 0 20px 20px 30px;
}

#footer-panel .footer-panel-box{
 width:260px;
 float:left; 
 padding:0px 28px;
 background:url("../images/footer-panel-right-line.png") no-repeat scroll right center transparent;
 min-height:275px;
 position:relative;
}

#footer-panel .footer-panel-box h2{
 font-family: 'HelveticaCondensed';
 font-size:36px;
 color:#fff;
 text-shadow:1px 1px 1px #000; 
 margin:0px;
 padding:0px 0px 5px 0px;
}
#footer-panel .footer-panel-box h2 span{
 font-family: 'HelveticaCondensedBold';
 color:#ffff00;
}
.read-more{
 position:absolute;
 right:59px;
 bottom:-5px;
}

#footer-panel .footer-panel-box ul li{
 color:#fff;
 list-style-image: url(../images/footer-panel-liststyle.png);
 padding:1px 0px;
}

#footer-panel .footer-panel-box ul{
 padding: 0px;
 margin:0px;
}

#call-us{
 font-family: 'HelveticaCondensed';
 color:#FFFFFF;
 font-size:36px;
 position: absolute;
 right: 15px;
 top: 10px;
}
#call-us span{
 font-family: 'HelveticaCondensedBold';
}