/*
#######################################
# Template Styling
#######################################
*/
html, body {
	height: 100%; /* Required */
}
body {
	font-size: 0.8em;
	line-height: 1.3em;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background: #ccc;
	margin:0 auto;
	padding:0;
}
#page {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: center;
	position: relative;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

	
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


.clear {
	display: inline-block;
	clear:both;
}

html[xmlns] .clear {
	display: block;
}

* html .clear {
	height: 1%;
}
	


/*LEGACY CODE */

.clearfix {
	display: inline-block;
	clear:both;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}
	

/*
#######################################
# Body
#######################################
*/

#contentMain {
	width: 956px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
	padding: 10px;
	position:relative;
}

* html #contentMain { /* ie hack */
	padding: 30px;
	width: 956px;
	position:relative;
}



/*
#######################################
# Header
#######################################
*/

#head {
	width: 956px;
	margin: 0 auto;
	padding: 0;

}

#headLeft {
	display: block;
	float: left;
	margin: 10px 0 20px 15px;
	height:65px;
	width:208px;
}

#headRight {
	display: block;
	float: right;
	width:103px;
	height:64px;
	margin: 10px 15px 20px 0;
}

#nav {
	width: 920px;
	height: 45px;
	margin: 0 auto;
	padding: 0;
	background: url(../img/common/nav.JPG) no-repeat top center;
	display:block;
	position:relative;
	clear:both;
}

#nav ul {
	float: left;
	margin: 12px 0 0 30px;
	width: 920px;
	height: 25px;
	padding: 0;
}
* html #nav ul { /* ie hack */
	margin: 12px 0 0 15px;
}

#nav ul li {
	display: inline;
	list-style: none;
	padding-right: 33px;
	height: 25px;
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #787575;
}

#nav ul li a {
	color: #787575;
	text-decoration: none;
}
#nav ul  #membersNav  a:hover {
	color: #555;
}
#nav a:hover {
	color: #4699cf;
}
#nav ul #membersNav {
	padding-left: 22px;
	padding-right: 0;
}
* html #nav ul #membersNav{ /* ie hack */
	padding-left: 16px;
}

#nav ul  #membersNav  a {
	color: #fff;
	text-decoration: none;
}
#nav .active  {
	border-bottom: 2px dotted #787575;
}


/*
#######################################
# Footer
#######################################
*/

#footer {
	text-align: center;
	margin-top: 10px;
	width: 100%;
	height: 25px;	
}

#footer ul {
	margin: 12px auto;
	width: 100%;
	height: 25px;
	padding: 0;
}

#footer ul.footBorder {
	border-top: 1px solid #cbcbcb;
	}

#footer ul li {
	display: inline;
	list-style: none;
	padding: 0 22px;
	height: 25px;
	text-align: center;
	font-size: 1em;
	border-right:1px solid #999;
}
#footer ul li.last {
	display: inline;
	list-style: none;

	height: 25px;
	text-align: center;
	font-size: 1em;
	border-right:none;
}

#footer ul li a {
	text-decoration: none;
	color: #999;
}
#footer a:hover {
	text-decoration: underline;
}
#tFoot {
	margin: 0;
	padding: 0;
}

#tFoot:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

#tFootMain {
	width: 920px;
	margin: 0 auto;
	text-align: left;
	padding: 20px;
}
.termsCond 
{
    text-align: left;
    color: #777;
	font-size: 0.75em;
	line-height: 1.8em;
}

