/* 
 * default.css:
 * ------------
 * Main Style Sheet for Comply With template.
 */
 
	@import 'reset.css';
	
	/* HTML Elements. */
	body {
		background-color: #8cc63f;
	}
	
	body * {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 16px;
		color: #828282;		
	}
	
	h1 {
		color: #8cc63f;
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 20px; 
		line-height: normal;
	}
	
	h2 {
		color: #5e785d;
		font-size: 20px;
		font-weight: normal;
		margin-bottom: 10px;
		font-style: normal;
		line-height: normal;
	}
	
	h3 {
		color: #00b9e8;
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 10px;
		font-style: normal;
		line-height: normal;
	}
	
	h4 {
		color: #8cc63f;
		font-size: 14px;
		font-weight: normal;
		margin-bottom: 10px;
		font-style: normal;
		line-height: normal;
	}
	
	h5 {
		color: #00b9e8;
		font-size: 12px;
		font-weight: bold;
		margin-bottom: 10px;
		font-style: normal;
		line-height: normal;
	}
	
	h6 {
		color: #8cc63f;
		font-size: 12px;
		font-weight: normal;
		margin-bottom: 10px;
		font-style: normal;
		line-height: normal;
	}
	
	p {
		padding: 10px 0px;
	}
	
	a:link, a:visited {
		text-decoration: underline;
	}
	
	a:visited {
		color: #8cc640;
	}
	
	a:active, a:hover {
		text-decoration: none;
	}
	
	strong {
		font-weight: bold;
	}
	
	input {
		margin-bottom: 3px;
	}
	
	/* Selectors. */
	#accessibility {
		display: none;
	}
	#main {
		width: 955px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	
	#header {
		background-image: url(../images/exlpodingBoxes.gif);
		background-repeat: no-repeat;
		background-color: #fff;
		height: 220px;
	}
	
	#innerHeader {
		width: 699px;
		height: 220px;
		margin-left: 255px;
		background-color: #fff;
		/*border-right: 1px solid #d9dadc;*/
	}
	
	#innerHeader img {
		float: right;
		padding-top: 10px;
		margin: 0px 20px 0px 0px;
	}
	
	#container, #footer {
		margin-left: 58px;
		/*border-left: 1px solid #d9dadc;
		border-right: 1px solid #d9dadc;*/
		background-color: #fff;
		text-align: left;
		padding: 20px;
	}
	
	#container {
		width: auto;
		background-image: url(../images/main_bg.gif);
		background-repeat: repeat-x;
		background-position: left bottom;
		padding-bottom: 0px;
	}
	
	#content {
		padding-right: 20px;
		padding-bottom: 20px;
		padding-top: 20px;
		margin-right: 220px;
		background-image: url(../images/vertLine_bg.gif);
		background-repeat: repeat-y;
		background-position: right top;
	}
	
	#content ul {
		padding-left: 20px;
	}
	
	#content .separator {
		background-image:url(../images/dottline.gif);
		background-position: center;
		background-repeat:repeat-x;	
	}
	#content .error{
		color: #FF9966;
	}
	
	#contactDetails {
		float:right;
		padding-bottom: 20px;
	}
	#content .Quotes{
		list-style: none;
		text-align:center;
		color:#7892a9;
		font-size: 13px;
		font-style: italic;
		line-height: 20px;
		padding: 10px;
	}
	#content .tableQuotes{
		border:1px dotted #bfd1df;
		background-image: url(../images/lines.gif);
		background-position: bottom left;
		background-repeat:repeat;
		padding: 10px;
	}
	
	#title {
		color: #8cc63f;
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 20px; 
	}
	#title .blue {
		color: #00b9e8;
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 20px; 
	}
	
	#navigation {
		float: right;
		width: 200px;
		padding-top: 10px;
	}
	
	#navigation ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	#navigation li {
		padding: 5px 0px;
		margin: 0px;
		border-bottom: 1px solid #e0e0de;
	}
	
	#navigation li a:link {
		text-decoration: none;
		color: #717171;
	}
	
	#navigation li a:visited {
		text-decoration: none;
		color: #8cc640;
	}
	
	#navigation li a:active, #navigation li a:hover {
		text-decoration: underline;
	}
	
	#navigation p {
		padding: 20px 0px;
	}
	
	/*-----------------Footer-----------------------*/
	#footer {
		color: #8cc63f;
	}
	#footer img {
		float: left;
		padding-right: 10px;
	}
	#footer strong {
		padding: 0px 10px;
		color: #8cc63f;
	}
	#legal {
		color: #8cc63f;
		float: left;
	}
	#legal strong {
		color: #00b9e8;
		font-weight: normal;
		padding: 0px;
	}
	#hairyLemon {
		color: #8cc63f;
	}
	#footer a:link, #footer a:visited {
		color: #8cc63f;
	} 
	
	/*-----------------Login Styles-------------------*/
	.loginForm th {
		font-weight: bold;
		text-align: right;
		padding-right: 5px;
	}
	.error {
		color: #990000;
	}