html {overflow: -moz-scrollbars-vertical;}
html {overflow-x: auto;}

html, body {
	margin: 0;
	padding: 0;
	height:100%;
}

body {
	line-height: 18px;
	background:#758698 url(../files/shared/body_background.jpg) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:100%;
	color:#000;
}

td, p, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1, h2, h3, h4, h5 {font-weight:bold; margin:5px 0;}

h1 {
	font-size:16px;
}

h2 {
	font-size:15px;
}

h3 {
	font-size:14px;
}

h4 {
	font-size:13px;
}

h5 {
	font-size:12px;
}

hr {
	border:none;
	border-top:1px solid #283F58;
	height:1px;
}

a:link {
	color: #193654;
	text-decoration: underline;
}
a:visited {
	color: #193654;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	color: #193654;
	text-decoration: underline;
}

/***************************************/
/* CSS LAYOUT                          */
/***************************************/

#maincontainer {
	width: 969px;
	margin: 0 auto;
	min-height:100%;
	position:relative;
	background: #EBEFF0 url(../files/shared/background.jpg) repeat-y;
}
* html #maincontainer {height:auto; height:100%}

#wrapper{
	padding:0 13px;
}

#topsection {
	height:232px;
	background:url(../files/shared/topsection.jpg) top left no-repeat;
}

#topmenu{
	height:54px;
	padding: 30px 0 0 30px;
	color:#FF6600;
}
#topmenu a:link, #topmenu a:visited, #topmenu a:active{
	text-decoration:none
}

#header{height:93px}
#header #logo {margin:12px 0 0 20px;}

#route{height:21px; color:#193654}
#route a:link, #route a:visited, #route a:active{color: #666; text-decoration:none}
#route a:hover{color: #FF6600; text-decoration:none}
#route .arrow {font-size:16px; font-weight:bold; color:#193654}

#mainmenu{height:34px}
		
#contentwrapper{
	float:left;
	width: 100%;
	padding-bottom:90px;
	min-height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font:Verdana, Arial, Helvetica, sans-serif
}

#contentcolumn {
	margin-left:300px;
	
}
.content {
	padding:10px 15px;
	background:#fff;
	margin-bottom:10px;
}

#title{
	padding: 0;
	margin:0;
	margin-top:10px;
	background: #EBEFF0;
}

#title ul{
	margin:0;
	padding: 0;
	border-bottom:3px solid;
	height:25px;
}

#title li{
	display: inline;
	float:left;
	padding: 6px 3px 4px 3px;
	background:#193654;
	color:#fff;
	text-transform:uppercase;
	text-align:center
}

#leftcolumn {
	float:left;
	width:300px;
}

#footer{
	clear:left;
	width:943px;
	position:absolute;
    bottom:10px;
	height:85px;
	background:#B2C3CE url(../files/shared/footer.jpg) top left no-repeat;	
}
#footer a:link, #footer a:visited, #footer a:active{
	text-decoration:none;
}
#footerTop {
	height:40px;
	margin:15px 0 0 0;
	text-align:center;
}
#footerBottom{
	margin:0 10px 0 10px;
}
.innertube {
	margin:10px;
	margin-top:5px;
}

/***************************************/
/* MAIN MENU                           */
/***************************************/

#nav {
	padding:0;
	padding-left:10px;
	margin:0;
	list-style:none;
	height:30px;
	background:none;
	position:relative;
	z-index:10;
}

#nav ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}

#nav li.top {
	display:block;
	float:left;
	height:38px;
}

#nav li a.top_link {
	display:block;
	float:left;
	height:30px;
	line-height:26px;
	color:#000;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	padding:0 0 0 12px;
	cursor:pointer; 
	background:none;
	text-transform:uppercase;
}

#nav li a.top_link span {float:left; display:block; padding:0 24px 0 12px; height:30px; background: none;}
#nav li a.top_link span.down {float:left; display:block; padding:0 24px 0 12px; height:30px; background: url(../files/shared/menu_a.gif) no-repeat right top;}

#nav li:hover a.top_link {color:#fff; background: url(../files/shared/menu_b.gif) no-repeat;}
#nav li:hover a.top_link span {background:url(../files/shared/menu_b.gif) no-repeat right top;}
#nav li:hover a.top_link span.down {background:url(../files/shared/menu_b2.gif) no-repeat right top;}


#nav li:hover {position:relative; z-index:200;}

#nav li:hover ul.sub {
left:0;
	top:30px;
	background: #6A87A5;
	padding:5px;
	border:1px solid #1D3551;
	white-space:nowrap;
	width:210px;
	height:auto;
	z-index:300;
}

#nav li:hover ul.sub li {
	display:block;
	height:20px;
	position:relative;
	float:left;
	width:210px;
	height:24px;
}
#nav li:hover ul.sub li a {
	display:block;
	font-size:12px;
	height:18px;
	padding:3px 0;
	width:210px;
	line-height:18px;
	text-indent:5px;
	color:#fff;
	text-decoration:none;
}
#nav li:hover ul.sub li a:hover {background:#193654; color:#fff; border-color:#fff;}


/***************************************/
/* SITEMAP                             */
/***************************************/

#sitemapwrapper{
	margin:20px;
}
#sitemapwrapper a:link, #sitemapwrapper a:visited, #sitemapwrapper a:active {
	text-decoration:none;
}
.sitemap{
	padding:0;
	margin:2px 0;
}

/***************************************/
/* SEARCH                              */
/***************************************/

#searchInput {
	width:120px;
	background:#E9EDEE;
	border:1px solid #CBD2D8;
	font-style:italic;
	color:#666;
	margin-top:1px
}
.searcForm {
	margin:0;
	padding:0;
	margin-top:-34px;
	float:right;
	padding-right:10px;
}
/***************************************/
/* BUTTON                              */
/***************************************/
.buttonwrapper{ 
	overflow: hidden;
	float:right;
	padding-right:10px;
	padding-bottom:20px;
	margin-top:-64px;
}

a.button{
	background: transparent url(../files/shared/button_left.jpg) no-repeat top left;
	display: block;
	float: left;
	padding-left: 5px;
	text-decoration: none;
	color: white;
}

a:link.button, a:visited.button, a:active.button{
	text-decoration:none;
	color: white;	 
}

a.button span{
	background: transparent url(../files/shared/button_right.jpg) no-repeat top right;
	display: block;
	padding: 4px 10px 4px 2px;
}

a:hover.button{
	text-decoration: underline;
}



/***************************************/
/* FORM                                */
/***************************************/

.cssform {
	margin:0;
	padding:0;
}

.cssform p{
	width: 300px;
	/*clear: left;*/
	margin: 0;
	padding: 5px 0 5px 0;
	padding-left: 155px;
	border-bottom: 1px dashed gray;
	height: 1%;
}

.cssform label{
	font-weight: bold;
	float: left;
	margin-left: -155px; 
	width: 150px; 
}

.cssform .myinput{
	width: 300px;
	background:#EBEFF0;
	border:1px solid #989392;
}

* html .cssform .myinput{width: 290px;}

.txtNumber {
	width: 100px;
	background:#EBEFF0;
	border:1px solid #989392;
}

* html .threepxfix{
margin-left: 3px;
}

.submitwrapper{
	margin-left:155px;
	margin-top:5px;
}
.formButton{
	cursor:pointer;
	padding:1px;
	font-size:11px
}


.commentform {
	margin:0;
	margin-top:10px;
	padding:5px 10px;
}

.commentform p{
	margin: 0;
	clear: left;
	width:170px;
	padding: 5px 0 5px 0;
	padding-left: 95px;
	height: 1%;
}

.commentform label{
	font-weight: bold;
	float: left;
	margin-left: -95px; 
	width: 90px; 
}

.commentform .myinput{
	width: 150px;
	background:#EBEFF0;
	border:1px solid #989392;
}

.commentform .mytextarea{
	background:#EBEFF0;
	border:1px solid #989392;
	width:345px;
	height:75px
}

/***************************************/
/* GALLERY                             */
/***************************************/

#gallery {
	text-align:center;
}
#gallery img{
	border:1px solid #193654
}
#gallery ul{
	list-style:none;
	margin:0; padding:0;
}
#gallery li{
	display:inline;
	float:left;
	width:25%;
	margin-top:10px;
}

#gallery .slideshow li {
	width:25%;	
}

#gallery .line {
	width:100%;
	text-align:left;
	margin:10px 0;
}

/***************************************/
/* COMMENTS                            */
/***************************************/

#commentwrap {
	width:943px;
	margin-bottom:20px
}

#commentwrap h3 {
	color:#293D53;
	margin: 10px 0 0 10px;
}

#newcomments {
	float:left;
	width:275px;
	margin-left:3px;
	background: #B2C3CE url(../files/shared/comment_background.jpg) top left repeat-x;
}

#comments{
	float:left;
	width:638px;
	margin-left:20px;
	background: #B2C3CE url(../files/shared/comment_background.jpg) top left repeat-x;
}

#comentswrap{
	padding-top:10px;
	padding-left:5px
}

.commentbox{
	background-color: #DDE3E6;
	width: 915px;
	margin:10px 0;
	padding: 10px;
}

.commentfooter{
	background: url(../files/shared/comment_arrow.gif) 20px 0 no-repeat;
	padding-top: 1px;
	padding-left: 58px;
	margin-bottom: 2em;
	font-size: 90%;
	color: #4A4A4A;
	margin-top:-10px;
}

#hirekwrap{
padding:10px; margin-top:20px; height:130px; overflow:auto
}
#hirekwrap hr {
	color:#fff;
	border:1px solid;
}
#hirekwrap a:link, #hirekwrap a:visited, #hirekwrap a:active {
	color:#193654;
	text-decoration:none
}
#hirekwrap a:hover{
	text-decoration:underline
}


.rightline{ 
	float:right; margin-top:0;
}

* html .rightline{ 
	margin-top:-18px
}
.languages {
	margin-right:30px;
}
* html .languages {
	margin:-18px 30px 0 0;
}

