/* - - - - - - - - - - - - - - - - - - - - - - - -

Title		: Claims 4 Students
Autor		: Michael Baker
URL 		: www.m3communications.com

Created 	: November 5th, 2009
Modified	: n/a

- - - - - - - - - - - - - - - - - - - - - - - - */

/* !--- GLOBAL --- */

* {	margin:0px; padding:0px; }

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height:1.5;
}

:focus, :active { outline: 0; }

.clear { clear:both; }

a img { border:0px; }

.fixed:after {
	clear:both;
	content:"."; 
	display:block; 
	height:0; 
	visibility:hidden;
}

.fixed { display:block; }

/*  \*/
.fixed { min-height:1%; }

* html .fixed {	height:1%; }

/*--- Font Size (em) Bug Fixing for IE ---*/

H1 {font-size:2em}  /* displayed at 24px */
H2 {font-size:1.5em}  /* displayed at 18px */
H3 {font-size:1.25em}  /* displayed at 15px */
H4 {font-size:1em}  /* displayed at 12px */
INPUT, SELECT, TH, TD {font-size:1em}
LI LI, LI P, TD P, BLOCKQUOTE P {font-size:1em}

/* !--- HEADER --- */

#header {
	margin: 0px auto;
	padding: 12px 10px;
	width: 940px; /* 960px */
}

	#header h1 a {
		background: url(../images/claims4students.gif) no-repeat;
		display: block;
		float: left;
		height: 132px;
		text-indent: -9999px;
		width: 289px;
	}

/* !--- NAVIGATION --- */

#navigation_container { background: url(../images/bg_nav.gif) #023555 repeat-x; }

#navigation { 
	margin: 0px auto;
	padding: 5px 0px 2px;
	width: 960px;
}

	#navigation ul { list-style: none; }
	
		#navigation ul li { float: left; margin: 0px 48px; }
		
			#navigation ul li a {
				color: #fff;
				font-size: 1.4em;				
				text-decoration: none;
				text-shadow: 1px 1px 1px #000;
			}
			
			#navigation ul li a:hover { color: #bbd8ec;	}

/* !--- CONTENT --- */

#content_area {	background: url(../images/bg_content.gif) repeat-x; padding-top: 4px; }

#container { 
	margin: 0px auto;
	padding-bottom: 80px; 
	width: 960px; 
}

#content { background: url(../images/banner_highlight.jpg) no-repeat top center; padding: 0px 10px; }

#content #content_lhs {
	float: left;
	margin-right: 60px;
	width: 520px;
}

/* !--- CONTENT - BANNER--- */

#content #content_lhs #banner {	padding: 20px 0px 16px; }

	#content #content_lhs #banner h2 {
		background: url(../images/strapline.png) no-repeat;
		display: block;
		height: 170px;
		text-indent: -9999px;
		width: 514px;
	}

/* !--- CONTENT - TEXT --- */

#content #content_lhs #content_text { padding-top: 40px; }

	#content #content_lhs #content_text h2 {
		color: #044d71;
		font-size: 2.4em;
		font-weight: normal;
		margin-bottom: 18px;
	}
	
	#content #content_lhs #content_text h3 {
		color: #044d71;
		font-size: 1.8em;
		font-weight: normal;
		margin-bottom: 4px;
	}
	
	#content #content_lhs #content_text p {
		color: #555;
		font-size: 1.4em;
		line-height:1.8;
		margin-bottom: 20px;
	}
	
		#content #content_lhs #content_text p .blue { color: #044d71; }
	
		#content #content_lhs #content_text p a { color: #044d71; }
		
			#content #content_lhs #content_text p a:hover { color: #86A9BF;	}
			
		#content #content_lhs #content_text p.left_list strong {
			float: left;
			width: 150px;
		}
	
	#content #content_lhs #content_text ul {
		color: #044d71;
		font-size: 1.4em;
		margin: 0px 0px 20px 20px;
	}
	
		#content #content_lhs #content_text ul li { margin-bottom: 6px; }
	
			#content #content_lhs #content_text ul li span { color: #555; }
			
				#content #content_lhs #content_text ul li ul {
					color: #555;
					font-size: 1em;
					margin: 10px 0px 20px 30px;
				}

/* !--- QUICK CLAIM FORM --- */

#content #content_rhs {
	float: left;
	padding-top: 20px;
	width: 360px;
}

	#content #content_rhs h2 {
		background: url(../images/start_claim.png) no-repeat;
		display: block;
		height: 55px;
		margin: 0px auto 12px;	
		text-indent: -9999px;
		width: 297px;
	}
	
		#content #content_rhs #quick_claim_form { background: url(../images/bg_quick_claim.png) no-repeat center top; padding: 60px 38px 0px;}
		
			#content #content_rhs #quick_claim_form #frm_quick_claim { font-size: 1.2em; }
			
				#content #content_rhs #quick_claim_form #frm_quick_claim input[type="hidden"] {	display:none; }
			
				#content #content_rhs #quick_claim_form #frm_quick_claim label {			
					color: #044d71;
					display: block;
					font-weight: bold;
					margin-bottom: 4px;
				}
				
				#content #content_rhs #quick_claim_form #frm_quick_claim input.text {
					border:1px solid;
					border-color:#7c7c7c #c3c3c3 #dddddd;
					display: block;					
					margin-bottom: 12px;
					padding:4px;
					width: 210px;		
				}
				
				#content #content_rhs #quick_claim_form #frm_quick_claim input.text:focus { border-color: #86A9BF;}
				
				#content #content_rhs #quick_claim_form #frm_quick_claim textarea {
					border:1px solid;
					border-color:#7c7c7c #c3c3c3 #dddddd;
					display: block;
					height: 64px;
					margin-bottom: 10px;
					padding:4px;
					width: 272px;
				}
				
				#content #content_rhs #quick_claim_form #frm_quick_claim textarea:focus { border-color: #86A9BF;}
				
				#content #content_rhs #quick_claim_form #frm_quick_claim select { float: left; margin: 0px 14px 14px 0px; }
				
				#content #content_rhs #quick_claim_form #frm_quick_claim input.btn { float:right; }
				
	#content #content_rhs p {
		color: #666;
		font-size: 1.2em;
		padding-bottom: 180px;
	}

/* !--- CLAIM ONLINE FORM --- */

#content #claim_online { padding: 20px 0px; }

	#content #claim_online h2 {
		background: url(../images/online_claim.png) no-repeat;
		display: block;
		height: 55px;
		margin: 0px auto 12px;	
		text-indent: -9999px;
		width: 543px;
	}
	
	#content #claim_online #online_claim_form {
		background: url(../images/bg_online_claim.png) no-repeat;
		padding: 70px 44px 20px;
		width: 860px;	/* 948px */
	}
	
		#content #claim_online #online_claim_form p {
			color: #555;
			font-size: 1.2em;
			line-height:1.8;
			margin-bottom: 14px;
		}
		
			#content #claim_online #online_claim_form p a { color: #044d71;	}
			
			#content #claim_online #online_claim_form p a:hover { color: #333; }
			
#content #claim_online #online_claim_form #frm_claim { font-size:1.4em; }

	#content #claim_online #online_claim_form #frm_claim ul { list-style: none; }

	#content #claim_online #online_claim_form #frm_claim ul li {
		float: left;
		margin-right: 50px;
		width: 380px;
	}
		
		#content #claim_online #online_claim_form #frm_claim ul li.liclear {
			float: none;
			height: 1px;
			margin-right: 0px;
			width: 860px;
		}
	
	#content #claim_online #online_claim_form #frm_claim input[type="hidden"] {	display:none; }
	
	#content #claim_online #online_claim_form #frm_claim label {
		color: #044d71;
		display: block;
		font-weight: bold;
		margin-bottom: 4px;
	}
	
	#content #claim_online #online_claim_form #frm_claim select {
		float: left;
		margin-bottom: 20px;	
		margin-right: 10px;
	}
			
	#content #claim_online #online_claim_form #frm_claim input.text {
		border:1px solid;
		border-color:#7c7c7c #c3c3c3 #dddddd;
		display: block;
		margin-bottom: 20px;			
		padding:4px;		
		width: 300px;	
	}
	
		#content #claim_online #online_claim_form #frm_claim input.text:focus { border-color: #86A9BF; }
		
	#content #claim_online #online_claim_form #frm_claim textarea {
		border:1px solid;
		border-color:#7c7c7c #c3c3c3 #dddddd;
		display: block;
		margin-bottom: 20px;
		padding:4px;
	}
	
		#content #claim_online #online_claim_form #frm_claim textarea:focus { border-color: #86A9BF; }
		
	#content #claim_online #online_claim_form .btn {
		float: right;
		margin-right: 60px;
	}
				
/* !--- FOOTER --- */

#footer {
	background-color: #9cb8cb;
	border-top: 1px solid #7a9bb3;
	display: block;
	padding: 12px 0px;
	text-align: center;
}

	#footer p {
		color: #fff;
		font-size: 1.1em;
		font-weight: bold;
		margin-bottom: 6px;
	}
	
		#footer p a { color: #fff; text-decoration: none; }
		
			#footer p a:hover { text-decoration: underline; }