body{
	background-image: url(../img/topbackground.jpg);
	background-repeat: repeat-x;
	background-color: #ededed;
	font-family: Arial, Helvetica, sans-serif;
	color: #484848;
	font-size: 13px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

div#main{
	width: 982px;
	text-align: left;
	margin: 0px auto 0px auto;
}
div#language{
	width: 980px;
	height: 29px;
	text-align: right;
	background-image: url(../img/languagebackground.jpg);
	background-position: right;
	background-repeat: no-repeat;
	color: #ededed;
	background-color: transparent;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div#language div{
	padding: 7px 18px 0px 0px;
}

div#language a{
	color: #ededed;
	text-decoration: none;
	background-color: transparent;		
}

div#language a:hover{
	text-decoration: underline;
}

div#language a.selectedlanguage{
	color: #a0c715;	
}

a#home{
	text-decoration: none;
	display: block;	
	width: 155px;
	height: 27px;
	background-image: url(../img/logo.jpg);
	margin: 19px 0px 0px 0px;
	float: left;
}

div#topmenu{
	height: 42px;
	float: left;
	margin: 13px 0px 0px 97px;
	cursor: default;
	width: 726px;
}

div#topmenu a{
	display: block;
	height: 42px;
	float: left;	
	color: White;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 0.2px;
	margin-right: 21px;
}

div#topmenu a#last{
	margin-right: 0px;
}

div#topmenu a:hover{
	/* text-decoration: underline; */
}

div#topmenu a.selected,a:hover{
	background-color: #1f1f1f;
	cursor: pointer;
}

div#topmenu a.selected span.left{
	background-image: url(../img/selectedmenuleft.jpg);
	background-repeat: no-repeat;
	background-position: left;	
}

div#topmenu a:hover span.left{
	background-image: url(../img/selectedmenuleft.jpg);
	background-repeat: no-repeat;
	background-position: left;	
}

div#topmenu a.selected,a:hover span.right{
	background-image: url(../img/selectedmenuright.jpg);
	background-repeat: no-repeat;
	background-position: right;	
}

div#topmenu span.left,span.right{
	display: block;
	width: 20px;
	float: left;
	border: 0px solid;
	height: 42px;
}

div#topmenu span.center{
	text-align: center;
	display: block;
	float: left;
	margin-top: 14px;
	cursor: pointer;
}

div.clear{
	clear: both;
}

form.searchform{
	margin: 11px 1px 0px 0px;
	padding: 0px;
	display: block;
	float: right;
	width: 124px;
	height: 23px;
	background-image: url(../img/search.jpg);
	background-repeat: no-repeat;
	text-align: left;	
}

form.searchform input{
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
	border: 0px none;
	position: absolute;

}

form.searchform input#searchtext{
	width: 94px;
	height: 18px;
	background-color: transparent;
	margin-left: 3px;
	margin-top: 3px;
	outline-style: none;
	font-size: 13px;

}

form.searchform input#searchsubmit{
	width: 24px;
	height: 23px;
	background-color: transparent;
	cursor: pointer;
	margin-left: 100px;

}

div#leftmenu{
	margin-top: 80px;
	width: 200px;
	float: left;
	margin-right: 48px;
}

div#leftmenu a{
	display: block;
	background-color: transparent;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	color: #848484;
	text-decoration: none;
	font-size: 17px;
	margin-bottom: 10px;
	letter-spacing: 0.3px;
	height: 20px;	
	cursor: pointer;
	border: 0px none ;
}

div#leftmenu a.selected{
	color: #a0c715;
}

div#leftmenu a:hover{
	color: #a0c715;
	cursor: pointer;
}

div.leftmenudivider{
	width: 200px;
	background-image: url(../img/divider.jpg);
	height: 2px;
	margin-bottom: 10px;
	background-repeat: repeat-x;
	font-size: 1px;
}

span.arrow{
	background-image: url(../img/menuarrow.jpg);
	width: 12px;
	height: 12px;
	display: block;
	float: left;
	clear: left;
	margin: 4px 11px 0px 0px;
	background-repeat: no-repeat;
	font-size: 1px;
}

span.lnk{
	float: left;
	display: block;
}

div.content{
	margin: 70px 0px 0px 0px;
	padding: 0px;
	float: left;
}

div#contentshort{
	width: 730px;	
	margin-left: 1px;
}

div#contentshort h1{
	width: 723px;
	margin-left: 2px;
}

div#contentwide{
	width: 984px;	
	position: relative;
	left: -3px;
}

div#contentwide h1{
	width: 975px;
	margin-left: 2px;
}


div.content h1{
	margin: 0px 0px 23px 4px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #848484;
	font-size: 26px;
	font-weight: normal;
	display: block;
	float: left;
}

div.content h1 a{
	text-decoration: none;
	color: #848484;
	background-color: transparent;
}

div.content h1 a:hover{
	background-color: transparent;
}

div.content h1 span{
	color: #a0c715;
}

div.content h2{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	margin-left: 2px;

}

div.content h2 a{
	text-decoration: none;
	color: #848484;
	background-color: transparent;
}

div.content h2 a:hover{
	background-color: transparent;
}

ul{
	list-style: none;
	margin-left: 0px;
	margin: 0px;
	padding: 0px 0px 0px 25px;
}

li{
	line-height: 21px;	
	margin: 0px 0px 5px 0px;
	background-image: url(../img/list.jpg);
	background-repeat: no-repeat;
	background-position: 2px 8px;
	padding: 0px 0px 0px 15px;
}

li a{
   background-color: transparent;
	color: #00679c;
}

li a:visited{
	color: #5b00c1;
}

li a:hover{
	background-color: transparent;
}


img{
	border: 0px none;	
}

img.contentimg{
	float: left;
	margin: 0px 11px 0px 0px;

}

div.content p{
	/*display: block;
	width: 337px;
	float: left;*/
	text-align: justify;
	margin: 4px 4px 16px 4px;
	padding: 0px;
	color: #484848;
	line-height: 21px;
}

div.content p a{
   background-color: transparent;
	color: #00679c;
}

div.content p a:visited{
	color: #5b00c1;
}

div.content p a:hover{
	background-color: transparent;
}

div.contentdivider{
	background-image: url(../img/divider.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 32px;
	/*margin: 19px 0px 39px 3px;*/
	margin: 19px 0px 0px 3px;
	float: left;
}

div.contentdivider a{
	color: #302e2e;
	background-color: transparent;
	text-decoration: none;
	display: block;
	float: right;
	margin: 2px 11px 0px 45px;
	height: 25px;
	padding: 0px;
}

div.contentdivider a:hover{
	color: #00679c;	
	background-color: transparent;
	cursor: pointer;	
}

div.contentdivider span{
	margin: 5px 0px 0px 0px;
	display: block;
	float: left;
	letter-spacing: 0.15px;
	padding: 0px 0px 0px 32px;
}

a.gototop{
	background-image: url(../img/gototop.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
}

a.projectwebsite{
	background-image: url(../img/projectwebsite.jpg);
	background-repeat: no-repeat;
}

a.readmore{
	background-image: url(../img/readmore.jpg);
	background-repeat: no-repeat;
}

a.sendcomment{
	background-image: url(../img/sendcomment.jpg);
	background-repeat: no-repeat;
}

div#footer{
	width: 100%;
	height: 122px;
	background-color: #0c0c0c;
	background-image: url(../img/bottombackground.jpg);
	background-repeat: repeat-x;
	float: left;
	margin-top: 39px;
}

div#innerfooter{
	text-align: left;
	margin: 15px auto 0px auto;
	width: 980px;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div#footer a{
	background-color: transparent;
	color: #a0c715;
	text-decoration: none;
}

div#footer a:hover{
	text-decoration: underline;
}

div.footerleft{
	float: left;
}

div.footerright{
	float: right;
}

div#footer div.footerright a{
	margin: 0px 15px 0px 30px;
	color: #ffffff;
}

div#footer div.footerright a:hover{
	color: #8fd400;
	text-decoration: none;
}

div.space{
	height: 39px;
	float: left;
	width: 730px;
}

h1#websitecaption{
	visibility: hidden;
	height: 0px;
	width: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	position: absolute;
}

h1.menuh1{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 0.2px;	
	font-size: 13px;
	font-weight: normal;
}

div.imagebox{
	width: 181px;
	height: 181px;
	text-align: center;
	vertical-align: middle;
	float: left;
}

img.imageboximg{
	border: 0px none;
	margin: 0px;
	padding: 0px;
}

div.picturesspace{
	width: 100%;
	float: left;
	height: 35px;
}

div.imagebox a{
	background-color: transparent;
}

div.imagebox a:hover{
	background-color: transparent;	
}

a.searchlabel{
	margin: 0px 0px 0px 3px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: transparent;
	color: #00679c;
	font-size: 17px;
	font-weight: normal;
	text-decoration: none;
}

div.searcharticlespace{
	height: 7px;
	clear: both;
}

a.searchlabel:hover{
	text-decoration: underline;
}

div.searchdivider{
	background-image: url(../img/divider.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 2px;
	margin: 0px 0px 20px 3px;
	float: left;	
	clear: both;
}

div.picturesearchspace{
	height: 15px;
	clear: both;
}

div.contactmain{
	margin-left: 4px;
}

div.contactleft{
	float: left;	
	width: 112px;
	text-align: right;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #484848;
	font-weight: bold;	
}

div.contactright{
  float: left;	
  width: 200px;
  margin-left: 19px;
}

div.contactright div.row{
	height: 28px;
}

div.contactleft div.row{
	height: 28px;
}

div.contactright div.longrow{
	float: left;
	line-height: 21px;	
	position: relative;
	top: -3px;
}

div.contactright a{
   background-color: transparent;
	text-decoration: none;
	color: #00679c;
		font-size: 13px;
}

div.contactright a:visited{
	color: #00679c;
}

div.contactright a:hover{
	background-color: transparent;
	text-decoration: underline;
}

img.contactimg{
	position: absolute;
	float: none;
	left: 0px;
	margin: 56px 0px 0px 676px;
}

div.contactdivider{
  background-image: url(../img/divider.jpg);
  background-repeat: repeat-x;
  width: 520px;
  height: 2px;
  margin: 10px 0px 31px 3px;
}

p.clear{
	height: 0px;
	width: 0px;
	clear: both;
	display: block;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}

.italic{
	font-style: italic;
}

.underline{
	text-decoration: underline;
}

.bold{
	font-weight: bold;
}
