body {
	background-color: #C9C9C9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav ul { /* all lists */
	border-bottom-color: #C2C2B8;
	border-right-color: #C2C2B8;
	border-left-color: #C2C2B8;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-top: 10px;
}

#nav a {
	display: block;
	font-family: Helvetica, Calibri, Arial, sans-serif;
	color: #929BA0;
	font-size: 17px;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
}

#nav li { /* all list items */
	float: left;
	padding-right: 35px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 145px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color: #E6E4D9;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav li ul li a {
	width: 145px;
	font-size: 12px;
	padding: 7px;
}

#content {
	clear: left;
	color: #ccc;
}

.content {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
h1, .large {
	font-weight: bold;
	text-transform: capitalize;
	color: #0778B5;
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	letter-spacing: 1px;
}
.small {
	font-size: 11px;
}
.smallblue {
	font-size: 11px;
	color: #0778B5;
}
strong, .blue {
	color: #666;
}
.label {
	font-size: 12px;
	color: #666;
	font-weight: bold;
}
.labelContact {
	font-size: 16px;
	color: #666;
	font-weight: bold;
}
h2, .medium {
	color: #0778B5;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.img   {
	border: 1px solid #E4E2D6;
	margin: 10px;
	padding: 2px;
}
#buildings  img   {
	border: 1px solid #E4E2D6;
	margin: 0px;
	padding: 2px;
}
.inputLogin {
	font-size: 20px;
	color: #828076;
	line-height: 30px;
	height: 30px;
}
.boxButton {
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	margin: 5px;
	padding: 5px;
	border: 1px solid #3177BD;
	color: #3177BD;
}
a {
	color: #3177BD;
}
a:hover {
	text-decoration: none;
}
input, textarea, .textarea,select {
	color: #0778B5;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
input[type=text],input[type=password],textarea,select {
	font-weight: bold;
	letter-spacing: 1px;
	border: 2px solid #cccccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
textarea {
	padding-top: 5px;
	padding-bottom: 5px;
}
.rounded {
	border: 5px solid #cccccc;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
}
h1.single {
	margin: 0px;
	padding: 0px;
	line-height: 100%;
}
.buttonContact {
	font-size: 24px;
	width: 150px;
	font-weight: bold;
	text-transform: capitalize;
}
.contact {
	font-size: 16px;
}
ul.list li {
	list-style-type: none;
}
