body {
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #666666;
}


a:hover {
	color: #000000;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 23px;
	display: block;
	position: relative;
	font-weight: normal;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #787878;
	font-size: 22px;
	display: block;
	position: relative;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 15px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}













#logo {
	padding-left: 5px;
	padding-top: 20px;
	padding-bottom: 88px;
}


#column1 p{
	margin-bottom: 0px;
	margin-top: 8px;
}

#column1 a{
	color: #999999;
}
#column1 a:hover{
	color: #333333;
}

.clear {
	clear: both;
}

#contentColumn1 {
	float: left;
	width: 80px;
}
contentColumn2 {
	float: left;
	width: 400px;
}
#content {
	display: block;
}

#content p{
	display: block;

}
.image {
	background-image: url(images/image1.jpg);
	background-repeat: no-repeat;
	display: none;
	height: 150px;
	position: absolute;
	left: -14px;
	margin-top: 93px;
	width: 570px;
}
#primaryNavigation {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 180px;
	display: none;
	height: 220px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#primaryNavigation li{
	padding: 0px;
	list-style-type: none;
	display: block;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
#primaryNavigation a {
	color: #666666;
	text-decoration: none;
}

#primaryNavigation a:hover{
	color: #000000;
	text-decoration: none;
}
.highlightBox {
	background-color: #F4F4F4;
	padding: 8px;
}

.highlightBox p{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.highlightBox strong{
	color: #666666;
}


#content ul {
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	color: #666666;
	list-style-type: none;
}
#content li {
	list-style-type: none;
	background-image: url(images/list.jpg);
	background-repeat: no-repeat;
	padding-left: 17px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	display: block;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-position: 0px 1px;
}
.iconMembers {
	background-image: url(images/icon-prospective-members.jpg);
	background-repeat: no-repeat;
	display: none;
	position: absolute;
	width: 66px;
	height: 118px;
	margin-left: -80px;
}

.iconEvents {
	background-image: url(images/icon-events.jpg);
	background-repeat: no-repeat;
	display: none;
	position: absolute;
	width: 66px;
	height: 118px;
	margin-left: -80px;
	padding-left: 10px;
}
.iconClients {
	background-image: url(images/icon-prospective-clients.jpg);
	background-repeat: no-repeat;
	display: none;
	position: absolute;
	width: 66px;
	height: 118px;
	margin-left: -80px;
}
.iconSideEvents {
	background-repeat: no-repeat;
	padding-left: 0px;
	background-position: 0px 10px;
	display: block;
	padding-bottom: 8px;
	margin-bottom: 0px;
}
.iconGCN {
	background-image: url(images/icon-gcn.jpg);
	background-repeat: no-repeat;
	display: none;
	position: absolute;
	width: 66px;
	height: 118px;
	margin-left: -80px;
}

.iconSideNews {
	padding-left: 0px;
	display: block;
	padding-bottom: 8px;
	margin-bottom: 0px;
}




/*CONTACT FORM STYLES///////////////////////////////////////// */

label {
	display: block;
	margin-top: 8px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
}



#tbMessage, #ddlService, #ddlNature{
	width: 270px;
	background-color: #FFFFFF;
}

legend {
	display: none;
	margin-top: 8px;
	border: 2px none #EFCB07;
}

fieldset {
	border: 1px solid #CCCCCC;
	padding: 10px;
	background-color: #FBFBFB;
	display: none;
}

a.button1 {

}

#Submit {
	height: 25px;
	width: 100px;
	display: block;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 20px;
	margin-left: auto;
	background-color: #999999;
	color: #FFFFFF;
}

.messageSent {
	color: #000000;
	display: block;
	background-color: #FFF0F0;
	font-weight: bold;
	padding: 10px;
	height: 50px;
}
