/* CSS Document */
body {
	background-color: ##333333;
	font-family: 'Quicksand', sans-serif;
	margin:0px;
	padding: 0px;
	line-height: 17px;
	padding-right: 10px;
}

#wrapper {
	position:relative;
	margin:0px auto;
	padding:0;
	width:1134px;
	background: url(../images/background.jpg) top center no-repeat;
	overflow:auto;
	background-color: #e7e8ec;
	background-image: url(../images/background.jpg);
}

#header {
	float: left;
}

h2 {
	color: #5e74b9;
	font-size: 1.3em;
	font-weight: lighter;
	letter-spacing: 2px;
}

h4 {
	font-size: 1.2em;
	font-weight: 600;
	line-height: 1.3em;
	text-align: center;
}

p {
	color: ##333333;
	margin-right: 20px;
}
	
.linkbodyp {
	color: #5e74b9;
	font-weight: bold;
}

#logo {
float: left;
width: 200px;
height: 150px;
background:transparent url(../images/logo.png) no-repeat scroll 0 0;
margin-left: 467px;
margin-right: 467px;
}

#logo span {
display:none;
}

#logo a {
border:0 none;
cursor:pointer;
display:block;
margin:0;
overflow:hidden;
text-decoration:none;
height:163px;
width:205px;
}

#contentLeft {
float: left;
width: 625px;
margin-top: 15px;
margin-left: 155px;
}

#sideNav {
width: 227px;
margin: 30px 0px 0px 10px;
float: left;
display: inline;
position:relative;
}

.sideNavItem {
margin-bottom: 10px;
}

#bookMassageButton {
position: absolute;
top:300px;
left:770px;
}

#content {
	float: left;
	width: 1134px;
}

.mandatoryField {
color: #669900;
}

/*MAIN NAV*/
#topNav {
	float: center;
	width:900px;
	margin: auto;
	text-align: center;
	letter-spacing: 1.2px;
}

#topNav ul {
list-style-type:none;
margin: 0px 0px 0px 0px;
padding: 0px;
}

#topNav ul li {
display: inline-block;
margin: 0px 8px 0px 8px;
padding: 8px 0;
}

#topNav a, #topNav a:visited{
text-decoration: none;
color: #fcfcfe;
}

#topNav a:hover{
font-weight: bold;
color: #5e74b9;
}

#nav {
width: 500px;
float: right;
background-color: #0000FF;
}

#footer {
	float:left;
	text-align: center;
	width: 817px;
	margin-left: 155px;
	padding-top: 10px;
	font-size: 0.6em;
}

#footer  ul {
list-style-type:none;
margin: 0px 0px 0px 0px;
padding: 0px;
}

#footer  ul li {
display: inline;
margin: 0px 5px 0px 5px;
}

#footer  a, #footer a:visited{
text-decoration: none;
color: #3a366a;
}
#footer  a:hover{
text-decoration: underline;
color: #3a366a;
}

.copyright {
float: left;
text-align:right;
width: 390px;
height: 28px;
margin:0px;
padding: 0px;
}

.copyright p {
color: #ffffff;
margin: 10px 10px 0px 0px;
}

.visualClear {
clear:both;
display:block;
margin:0;
padding:0;
}
