html {}

body {
	font-size		: 80%; /* MAKES 1 em equal to 10 pixels */
	font-family		: Arial, Verdana, Helvetica, sans-serif;
}

body,h1,h2,h3,h4,form,ul,li
{
	margin			: 0;
	padding			: 0;
}

#wrapper {
	text-align 		: center;
	margin			: 0px auto;
	width 			: 900px;
    min-height		: 600px;
	height			: auto !important;
	height			: 600px;
}

p
{ 
	line-height: 1.5;
}

.bold {
	font-weight		: bold;
}

.uppercase { 
	text-transform: uppercase;
}

.clear {
	clear			: both;
	height			: 0;
	line-height		: 0;
}

h1, h2,h3 {
	color: #ce3000;
	font-weight : normal;
	margin : 10px 0px;
}

h1 {font-size		: 1.5em;}

h2 {font-size		: 1.3em;}

h3 {font-size		: 1.1em;}

#right-content-panel h1, #right-content-panel h2, #right-content-panel h3 {
	margin : 2px 0px;
	padding : 0px;
}

#right-content-panel p{
	margin : 0px;
}


a {
	text-decoration	: none;
	color			: #ce3000;
}

a:hover {
	color			: #ccc;
}


ul {
	margin-left: 20px; 
}

ul li {
	margin : 10px 0px;
}

ol li {
	margin : 10px 0px;
}


table {
	width : 100%;
	margin : 10px 0px;
	font-size: 90%;
}

table thead {
	color: #ce3000;
}

table thead tr td{
	background-color: #e5e5e5;	
	font-weight : bold;	
	padding : 10px;
}

table tbody tr td {
	background-color: #f0f0f0;	
	padding: 5px 10px;
}

table tbody tr .no-bgcolour {
	background-color: white;
}

table thead tr .no-bgcolour {
	background-color: white;
}

dl dt , dl dt dd , dl dd{
	margin-top: 10px;
}

/*
	LOGIN FORM
*/
#loginForm  {
	width : 100%;
}

#loginForm .frmInput {
	width : 30%;
	margin : 5px 0px;
}

#loginForm label  {
	font-weight : bold;
	width : 30%;
	float : left;	
	margin-top : 7px;
	margin-right : 20px;
	text-align : right;
}

#loginForm {
	 padding : 20px;
}

#loginForm p {
	border: 1px solid #ffffff;
	margin : 10px 0px;	 
}

/*
	TOP BANNER
*/
#top-banner {
	background: url('../../assests/images/top-banner.jpg') top left no-repeat;
	height : 110px;
	width : 100% !important;
	padding-top: 5px;
	text-align : left;	
	margin-top: 5px;	
}

#top-banner #logo a {
	background: url('../../assests/images/gma_logo.jpg') no-repeat;
	margin: 0px 0px 0px 15px ;
	width : 272px;
	height : 101px;
	display: block;
}

#navigation {
	width : 15%;
	float : left;	
	display: inline;
}

#content {
	text-align : left;
	margin: 0px ; 	
	width: 53%;	
	float : left;
	display: inline; /* this fixes the double margin bug */
	padding : 0px;
}


#right-content {	
	width: 8%;
	float : left;
	display: inline;
}

#right-content , #content {
	display: inline; /* this fixes the double margin bug */
	text-align : left;
	margin: 10px 5px 0px 10px;
}

/*	
	LEFT NAVIGATION
*/

#navigation ul {
	list-style-type: none;
	list-style-image: none;
	margin-left: 0px; 
	/*border: 1px red solid;*/
}

#navigation ul li {
	margin: 10px 0px;
	border-bottom: 1px #ebcccc solid;
	padding : 10px 0px;
	text-align : left;
}

#navigation ul li ul li  {
	color: #ffffff;
	font-size : 1em;
	
}

#navigation ul .current {
	color : #ce3000;
	/*border-bottom: 1px #ebcccc solid;*/
	padding : 10px 0px;
}

#navigation ul li a {
	color: #ce3000;
}

#navigation ul li a:hover {
	color: #000000;
}

#navigation ul li .current {
	font-weight : bold;
}

#navigation #sub-navigation  {	
	margin : 20px 0px;	
}

#navigation #sub-navigation li {
	border-bottom: none;
	color: black;
	margin-bottom: 5px;
	padding: 0px;
	text-align : left;
}

#navigation #sub-navigation li a {
	border-bottom: none;
	color: black;
	margin : 0px !important;
	padding: 0px;
	font-size: .9em;
}

#navigation #sub-navigation li a:hover {
	color: #ce3000;
}

#homepage-banner {
	background: url('../../assests/images/businessteam_new.jpg') no-repeat;
	height : 260px;
}

/*
	CONTENT 
*/


.content-full {
	width : 80% !important;
}

#content ul {
	list-style-image: url(../../assests/images/bullets.gif);
}

/*
	RIGHT CONTENT
*/

.right-content-panel {
	border: 1px #e5e5e5 solid;
	background-color: #f0f0f0;
	height:auto;
	min-height:300px;
	width : 250px;
	margin-bottom: 10px;
	overflow: hidden;
}

.right-content-panel ul {
	list-style-type: none;
	margin : 0px 20px;
}

.right-content-panel ul li{
	margin : 10px 0px;
	border-bottom : #e5e5e5 solid 1px;
}

.right-content-panel ul .noborder {
	border: none;
}

.right-content-panel .h2-member-news {
	background-color: #ce3000;
	color : #FFFFFF;
	padding: 10px;
	padding-left: 20px;
	margin : 0px;
}

.right-content-panel #star-rating,.right-content-panel #member-benefits
 {
	height: 105px;	
	width : 220px;	
	margin : 10px;
	border: 1px #e5e5e5 solid;
}

.right-content-panel #star-rating
 {
	height: 105px;	
	width : 220px;	
	margin : 10px;
	border: 1px #e5e5e5 solid;
	background-color: white;
}


.right-content-panel #star-rating {
	background: url('../../assests/images/startRating.jpg') center center no-repeat;
	background-color: white;
}

.right-content-panel #member-benefits {
	background: url('../../assests/images/handshake.jpg') no-repeat;
}

.right-content-panel h2{
	padding-left: 20px;
	font-size: 1.3em;
}

.right-content-panel .withExtraPadding li {
	padding : 3px;
}

/*
	FOOTER
	height : 50px auto;

*/
#footer {
	height : 50px;
	text-align : center;
	color : gray;
	margin-top : 50px;
	background-color: #ce3000;
	padding-top:10px;
	width : 900px;	
	margin: 10px auto;
	background: url('../../assests/images/top-banner.jpg') center center no-repeat;	
	display : block;
 }

#footer ul {
	list-style-image: none;
	list-style-type: none;
}

#footer ul li {
	display : inline;
	margin: 0px 10px;
}

#footer ul li a {
	color: white;
}

#footer ul li  a:hover {
	font-weight : bold;
}

form fieldset legend {
	color	: #ce3000;
}

.bold {
	font-weight: bold;
}

.locations ul li{
	display: inline;
}

em {
	color: red;
}

#googleAdSense {
	text-align 		: center;
	margin			: 0px auto;
	width 			: 900px;
    min-height		: 600px;
	height			: auto !important;
}

