body {
	margin: 0;
	padding: 0;
	background-color: #00a1d8;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

img, table {
	border: 0;
}

a:link, a:visited {
	color: #00A1D8;
}
a:hover {
	color: #000;
}

#Wrapper {
	margin: 0 auto;
	text-align: left;
	width: 975px;
}

#Layout {
	margin: 30px 0 30px 0;
	background-image: url(../images/layout/main-shadow.gif);
	background-position: right;
	background-repeat: repeat-y;
}

#Layout .topShadow {
	background-image: url(../images/layout/topright-shadow.gif);
	background-position: right;
	background-repeat: no-repeat;
	position: relative;
	height: 40px;
	min-height: 40px;
	width: 975px;
}

#MainBody {
	position: relative;
	width: 960px;
	margin: -40px 0 0 0;
}

#Header {
	height: 190px;
}

#Content {
	background-color: white;
	background-image: url(../images/layout/nav-bg.jpg);
	background-repeat: repeat-y;
}

#Content .nav {
	width: 190px;
	float: left;
}

#Content .text {
	float: right;
	width: 770px;
	font-size: 15px;
	line-height: 22px;
}

#Content .text p {
	margin: 0;
	padding: 0.5em 0;
}

#Content .text .alignment {
	margin: 20px 15px;
}

#Content .nav .navLogos {
	text-align: center;
}

#Content .nav ul {
	list-style: none;
	margin: 0;
	padding: 25px 19px 19px 7px;
	background-position: bottom;
	/* background-image: url(../images/layout/nav-alpha.png); */
}

#Content .nav li {
	margin: 0;
	padding: 8px 0px 8px 8px;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	border-bottom: solid 1px #accae4;
}

#Content .nav a {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}

#Content .nav a:hover, #Content .nav a:active {
	color: #ffffff;
}

#Content .nav .active {
	color: #ffffff;
}

#Content .nav .parent img {
	position: relative;
	top: -1px;
	left: 6px;
}

	/* Sub menu */
#Content .nav li ul {
	background: transparent;
	padding: 8px 10px 0;
	display: none;
}

#Content .nav li ul li {
	font-size: 0.85em;
	padding: 3px 0;
	border: 0;
}


#Footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	padding: 15px 0 0 0;
	background-image: url(../images/layout/footer-shadow.gif); 
	background-repeat: no-repeat;
	background-color: #00a1d8;	
	padding-right: 15px;
	text-align: center;
}

#Footer a {
	color: #ffffff;
	text-decoration: none;
}

#Footer a:active, #Footer a:hover {
	text-decoration: underline;
}

/* Contact Us */
#ContactUs {
	margin-top: 50px;
}

#ContactUs .row {
	margin-bottom: 10px;
}

#ContactUs .title {
	float: left;
	width: 150px;
	margin-right: 15px;
}

#ContactUs .titleSmall {
	float: left;
	width: 150px;
	margin-right: 15px;
	font-size: 10px;
}

#ContactUs #Name, #ContactUs #Email, #ContactUs #ContactNumber {
	width: 200px;
	font-family: Arial,Helvetica,sans-serif;	
	font-size: 14px;
	padding: 3px;
}

#ContactUs #Comments {
	width: 300px;
	height: 100px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	padding: 3px;
}

.who-tag-line {
	font-size: 24px;
	text-align: center;
	line-height: 80px;
}

/* Clearfix - http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
