@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	
}




body {
	font-size: 62.5%;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	background-color: #000000;
	text-align: center;	
	
}



html {
	font-size: 100%;   /*needed to get IE to behave */
	}





#wrapper {
	width: 960px;
	height: 530px;
	margin: 35px auto 0;
	 clear: both;/*The clear property sets the sides of an element where other floating elements are not allowed.*/
	padding: 0; /*sets 0 padding*/
		
	}


#roundedCorners{
	width: 960px;
	height: 530px;
	
	/* Do rounding (native in Safari, Firefox and Chrome) */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	background-image: url(images/wrapper_960.gif);
	background-repeat: repeat-y;
	text-align: center;	
}

#left {
	float: left;
	width: 235px;
	height: 530px;
	color: #333333;
	display: inline;

	
	}
	
	
	.logo {
	padding-right: 30px;
	}
	
			
	
	#header {
	float: right; /*floats our main content area to the right*/
	width: 725px; /*gives our content area a width of 650pixels*/
	height: 50px;
	display: inline;
	
}


#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #333333;
	height: 15px;
	width: 200px;
	margin-left: -15px;
	margin-top: -5px;
	position: absolute;
}


#nav {
	width: 725px;
	height: 65px;
	float: right;
	display: inline;
	
}

#nav ul {
	
	width: 650px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
  
}

#nav ul li {
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
}


#nav ul a {
	text-decoration: none;
	color: 334056;
	display: block;
	font-weight: bold;
	padding-top: 0;
	padding-right: 14px;
	padding-bottom: 0;
	padding-left: 14px;
	float: left;
	margin-left: 9px;
	margin-top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;

}


#nav ul a:hover {
	color: #5CA8E0;
	font-weight: bold;
}



	 



#picture {
	width: 725px;
	height: 188px;
	float: right;
	padding-top: 13px;
	padding-left: 0px;
	display: inline;
	}



#maincontactleft {
	width: 390px;
	float: left;
	display: inline;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 25px;
	height: 190px;	
}


#maincontentright {
	width: 290px;
	float: right;
	display: inline;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #5CA8E0;
	height: 170px;
}	



.maincontentlefttext  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	line-height: 16px;

}

#leftcontent {
	height: 450px;
	width: 235px;
	


}

#leftcontent2 {
	height: 100px;
	width: 235px;
	top: 10px;




}



.maincontentrighttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #333333;
	padding-left: 13px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;


}
.textcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #333333;
}


.clear {
	clear: both;
	
	}
	
#footer  {
	width: 920px;
	height: 20px;
	margin-left: 31px;
	margin-top: 7px;
}	
	
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #333333;
	
}

.logo {
	margin:25px 0 0 30px;
}

selector {
  min-height:500px;
  height:auto !important;
  height:500px;
}
