html{
	
}
body{
	font-family: arial;
	font-size: 12px;
	margin: 0px;
	margin-top: -1px;
	background-color: #EEEEEE;
	color: #333333;
	background-image: url(body-bg.jpg);
	background-repeat: repeat-y;
	background-position: 50% 0%;
}
h1{
	margin: 0px;
	/*margin-left: -25px;*/
	font-family: arial;
	font-size: 20px;
	text-align: right;
	padding-top: 10px;
	color: #333333;
	/*border: solid 1px;
	width: 490px;*/
}
h2{
	margin: 0px;
	margin-bottom: 10px;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #CA0100;
}
h3{
	display: block;
	margin: 0px;
	font-family: arial;
	font-size: 12px;
}
h4{

}
h5{

}
h6{

}
a{
	color: #CC0001;
}
a:hover{
	text-decoration: none;
}
p{
	text-align: justify;
}
input,select,textarea{
	border: solid 1px #000000;
	margin-bottom: 2px;
}
input[type=checkbox],input[type=radio]{
	border: none;
}
textarea{
	overflow: auto;
}
label{
	display: -moz-inline-stack;
	display: inline-block;
	width: 150px;
	margin-right: 20px;
	margin-bottom: 2px;
	vertical-align: 3px;
}
ul{
	margin-top: 2px;
	margin-bottom: 5px;
}
form{
	
}

#parent{
	margin: 0px;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(parent-bg.jpg);
	background-repeat: repeat-y;
	text-align: center;
}
#header{
	
}
#mainnav{
	width: 900px;
	margin-top: -5px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(mainnav-bg.jpg);
	background-repeat: no-repeat;
	height: 70px;
}
#mainnav a{
	display: -moz-inline-stack;
	display: inline-block;
	width: 100px;
	padding: 5px;
	margin: 5px;
	margin-top: 20px;
	border: solid 1px #CC0001;
	color: #EEEEEE;
	text-decoration: none;
	font-weight: bold;
}
#mainnav a:hover{
	border: solid 1px #CC0001;
	border-bottom: solid 1px #9B0000;
	border-right: solid 1px #9B0000;
}
#maincontent{
	width: 900px;
	min-height: 300px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FEFBCE;
	background-image: url(maincontent-bg.jpg);
	background-repeat: no-repeat;
	text-align: justify;
}
#footer{
	position: relative;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	/*margin-top: -30px;*/
	background-image: url(footer-bg.jpg);
	background-repeat: no-repeat;
	background-color: #AAA8A9;
	text-align: left;
	padding-top: 60px;
	padding-bottom: 10px;
	text-indent: 20px;
	font-size: 10px;
}

#maincontent-left{
	float: left;
	display: block;
	width: 325px;
	margin-top: 50px;
	margin-right: 10px;
	border: solid 0px;
	text-align: left;
	color: #333333;
	padding-left: 40px;
	padding-bottom: 20px;
	border-right: solid 1px #999999;
}
#maincontent-right{
	float:left;
	display: block;
	width: 480px;
	margin-left: 30px;
}
#corevalues{
	float: left; 
	width: 180px;
	padding: 15px;
	background-image: url(corner-topLeft.gif);
	background-repeat: no-repeat;
}
#strengths{
	float: left;
	text-align: right;
	padding: 15px;
	background-image: url(corner-bottomRight.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
#thumbMenu{
	margin: 10px;
	margin-left: -30px;
	padding-bottom: 10px;
	border-bottom: solid 1px #999999;
	text-align: center;
}
#imagePane{
	height: 460px;
	margin: 10px;
	margin-left: -30px;
	text-align: center;
}
#gmnlogo{
	float: left;
	padding: 10px;
}
#footertext{
	float: left;
	padding: 10px;
	text-indent: 0px;
}

#frmcontact{
	margin-top: 20px;
	padding: 10px;
	background-color: #CA0100;
	color: #FFFFFF;
	border: none;
}

#indexadbar{
	margin-top: 20px;
	padding: 10px;
	background-color: #CA0100;
	color: #FFFFFF;
}

.quoteFloat, blockquote{
	color: #333333;
	font-size: 16px;
	text-align: justify;
	margin: 2px;
	margin-left: 15px;
	margin-right: 35px;
}
.quoteFloat1{
	margin-top: 10px;
	/*margin-left: -20px;*/
}
.quoteFloat2{
	margin-left: 280px;
}
.author{
	display: block;
	text-align: right;
	padding-right: 20px;
}
.thumb{
	margin-right: 5px;
}
.field{
	display: -moz-inline-stack;
	display: inline-block;
	width: 80px;
	margin-right: 10px;
	font-weight: bold;
	text-align: right;
}
#bookinglinkholder{
	padding: 10px 0px;
	background-color: #FEFBCE;
	text-align: center;
}
#bookinglink{
	padding: 10px 30px;
	background-color: #FEFBCE;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#frmbooking{
	margin-top: 20px;
	padding: 10px;
	background-color: #CA0100;
	color: #FFFFFF;
	border: none;
}
#frmbooking label{
	text-align: right;
	width: 100px;
}
#frmbooking a{
	color: #FFFFFF;
}
#frmbooking h2{
	color: #FEFBCE;
	border-bottom: solid 1px #FEFBCE;
}
.addparticpantlink{
	text-decoration: none;
	margin: 10px 0px 0px 170px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}