* {
	margin: 0;
	padding: 0;
	background: #c2e5eb;
}

a {
text-decoration: none;
color: #5788A2;
font-weight: bold;
}
 
#wrapper {
	width: 900px;
	background: #c2e5eb;
	margin: 0 auto;
}
 
#header {
	background: #c2e5eb;
	color: white;
}

h2 {
margin: 0 0 0 6px;
}

#phone {
	position:relative;
	float: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 26px;
	display:inline;
}
#phone img {
	margin-left: 40px;
}
#phone p {
	margin-top: -10px;
}

.logo {
margin: 0 0 0 280px;
text-decoration: none;
}

.logo a {
text-decoration: none;
}

#slogan {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style:italic;
	margin: 0 0 0 265px;
	
}
#nav {
	float: left;
	height: 70px;
}
#nav {
	width: 500px; /* width of navigation bar */
	overflow: hidden;
	padding-Left: 263px;
	padding-top: 10px;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#nav ul li {
	float: left;
}
#nav ul li a {
	color: #5788A2;
}
#nav ul li a,
#nav ul li.selected a {
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 20px;
	line-height: 20px;
	margin: 0px 1px;
	padding: 26px 15px 14px;
	text-decoration: none;
}
#nav ul li a:hover,
#nav ul li.selected,
#nav ul li.selected a {
	color: #FFFFFF;
	background: #5788A2 repeat-x scroll 0 0; 
}
#main {
	/*background-image:url(../images/background900.jpg);*/
	margin-top: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 20px;
	color:grey;
}
#main p {
	padding:10px;
}

#main ul {
	margin-left: 70px;
}

#imgRight {
	position:relative;
	float: right;
	margin: 30px;
	height: 185px;
}
#column-left {
	width: 530px;
	float: left;
	
}
 
#column-center {
	width: 100px;
	float: left;
	margin: 0 0 0 10px;
	
}
 
#column-right {
	width: 250px;
	float: left;
	background: purple;
}
#social {
	float: right;
	display: table;
	margin: 0 auto;
	position: relative;
}
#social a{
	text-decoration: none;
	
}

.twittericon {
float: right;
width: 100px;
height: 90px;
}
#footercontainer {
	/*background: green;*/
	width: 940px;
	clear: both;
	color: #000000;
	padding: 3px;
}
#footercontainer a{
	color: grey;
}

.telicon {
width: 64px;
height: 64px;
float: left;
margin: -60px 0 0 0;
}

.telephonenumber {
margin: -30px 0 0 70px;
color: #000000;
}

.footer-links {
float: left;
color: #000000;
font-family:Arial, Helvetica, sans-serif;
}

.footer-links a {
text-decoration: none;
}

.copyright {
float: right;
}

/* ALIGMENT */
.fleft {float:left}
.fright {float:right}
.clear {clear:both}
.alignright {text-align:right}
.aligncenter {text-align:center}
.wrapper {width:100%;overflow:hidden}
.container {width:100%}
.mapright {position:relative;float: right;}
/* FORMS */

#contacts-form {clear:right;width:100%;overflow:hidden}
#contacts-form fieldset {border:none;float:left}
#contacts-form .field {clear:both}
#contacts-form label {float:left;width:160px;line-height:18px;padding-bottom:18px;font-size: 12px;padding-top: 6px;}
#contacts-form input {width:300px;padding:1px 0 1px 3px;border:1px solid #e2e2e2;color:#70635b;background:#fff}
#contacts-form textarea {width:300px;height:180px;padding:1px 0 1px 3px;border:1px solid #e2e2e2;color:#4e4e4e;background:#fff;margin-top:10px;margin-bottom:15px;overflow:auto}
