/* --------------------------------------------------- 
TEMPLATE.CSS contains the default styles for websites
built in the anytime system.
--------------------------------------------------- */



/* MAIN ELEMENTS 
Main page elements, page layout, links and other common
styles. */
html, body { 
font-family:Arial, Helvetica, sans-serif;
font-size:12px;  
text-align:center;
background-color:#000000;
clear:both;
margin:0 auto;
}


/* DEFAULT LINKS */
a         {text-decoration:none;color:#0a6783;}
a:visited {text-decoration:none;}
a:hover   {text-decoration:none;color:#fa250f;}
a img     {border:none;}


/* DEFAULT HEADERS */
h1, h2, h3, h4, h5, h6 {
margin:0px 0px 0px 0px;
}

h1 {font-size:22px;line-height:24px;padding:4px 0 4px 0;}
h2 {font-size:20px;line-height:22px;padding:4px 0 4px 0;}
h3 {font-size:18px;line-height:20px;padding:4px 0 4px 0;}
h4 {font-size:16px;line-height:18px;padding:4px 0 4px 0;}
h5 {font-size:14px;line-height:16px;padding:4px 0 4px 0;}
h6 {font-size:12px;line-height:14px;padding:4px 0 4px 0;}



/* OTHER DEFAULT ELEMENTS */
acronym {border:none;}
p {padding-top:0;margin-top:0;}


.clearer {
clear:both;
font-size:0;
line-height:0;
height:0;
padding:0 0 0 0;
margin:0 auto;
border:none;
}

.divider {
clear:both;
font-size:0;
line-height:5px;
height:5px;
padding:0 0 0 0;
margin:5px 0 0 0;
border-top:solid #dce3e5 3px; 
}


/* GAPS
Gaps to space elements */
.gap1 {float:left;width:10px;}
.gap2 {float:left;width:15px;}


/* IMAGE HOLDERS
hold images to the left or right */
.img-left {float:left;margin-right:15px;margin-top:4px;margin-bottom:6px;}
.img-left2 {float:left;margin-right:30px;margin-top:4px;}
.img-right {clear:right;float:right;margin-left:15px;margin-top:4px;margin-bottom:6px;}
.img-main {text-align:center;}


/* LIST ELEMENTS
list elements */
ul {
margin-top:6px;
margin-bottom:0;
padding-top:0;
padding-bottom:0;
margin-left:0;
padding-left:0;
}
	li {
	line-height:18px;
	list-style:none;
	margin-top:0;
	padding-top:0;
	padding-bottom:7px;
	margin-left:0;
	padding-left:20px;
	background-image:url(../images/point.gif);
	background-position:5px 6px;
	background-repeat:no-repeat;
	}
	
	li li {
	background-image:url(../images/point2.gif);
	background-position:5px 7px;
	}
	
	.pdf-holder li {
	padding-left:30px;
	background-image:url(../images/pdf_icon.gif);
	background-position:0px 4px;
	}




/* STANDARD PAGE ELEMENTS 
Standard page elements for laying out the main content of a website. */
#container1 {
width:940px;
text-align:left;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 0 0 0;
border:none;
}

#container2 {
width:940px;
text-align:left;
background-color:#ffffff;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 0 0 0;
border:none;
}


	/* MAIN HEADER */
	#header {
	height:84px;
	background-image:url(../images/bar_top.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
	}
		#header a {
		display:inline-block;
		}
		
		
		
	/* MAIN NAVIGATION */
	#navigation {
	float:right;
	width:540px;
	height:19px;
	line-height:19px;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	padding-top:31px;
	}
	
		#navigation a {
		float:left;
		line-height:19px;
		display:inline-block;
		color:#ffffff;
		padding-left:10px;
		background-image:url(../images/nav_button.gif);
		background-position:left -100px;
		background-repeat:no-repeat;
		margin-left:3px;
		}
			#navigation a strong,
			#navigation a b {
			line-height:19px;
			display:block;
			color:#ffffff;
			padding-right:10px;
			cursor:pointer;
			background-image:url(../images/nav_button.gif);
			background-position:right -100px;
			background-repeat:no-repeat;
			}
		
		#navigation a:hover,
		#navigation .on {
		background-image:url(../images/nav_button.gif);
		background-position:left 0px;
		}
			#navigation a:hover strong,
			#navigation a:hover b,
			#navigation .on strong,
			#navigation .on b {
			background-image:url(../images/nav_button.gif);
			background-position:right 0px;
			}


		
		
		
	/* FLASH IMAGE */	
	#flash {
	height:132px;
	text-align:right;
	padding:48px 398px 0 0;
	}
		
		#flash h1 {
		font-size:40px;
		line-height:44px;
		color:#ffffff;
		text-transform:uppercase;
		}
		
		#flash a {
		float:right;
		display:inline-block;
		color:#7c0403;
		font-size:20px;
		line-height:24px;
		padding:0 3px 1px 3px;
		background-image:url(../images/flash_text_bg.jpg);
		background-position:right top;
		background-repeat:no-repeat;
		}
			#flash a:hover {
			color:#ffffff;
			background:none;
			background-color:#e0210d;
			}
			
	#flash2 {}
		

		
	
	
	/* MAIN CONTENT */
	#main {
	line-height:18px;
	padding:30px 40px 10px 40px;
	min-height:300px;
	}
	
		.service-home {
		float:right;
		width:300px;
		margin-left:30px;
		}




	
	
	/* MAIN FOOTER */
	#footer {
	clear:both;
	height:100px;
	line-height:18px;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	text-align:left;
	background-image:url(../images/footer_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	}
	
		#footer a {color:#feff37;}
		#footer a:hover {color:#ffffff;}
		#footer span {color:#3e0904;}
		
		#footer .footer-left {
		float:left;
		width:500px;
		padding:35px 0 0 20px;
		}
		
		#footer .footer-right {
		float:right;
		width:200px;
		height:64px;
		font-size:16px;
		line-height:24px;
		text-align:right;
		padding:36px 116px 0 0;
		background-image:url(../images/footer_aitpm.gif);
		background-position:top right;
		background-repeat:no-repeat;
		}
		
		
		
	
	#base {
	background-image:url(../images/bar_footer.gif);
	background-position:top;
	background-repeat:no-repeat;
	}
		
		
		
		
		
		/* NEXT PREVIOUS PAGES */		
		.nextprev {float:right;}
			.nextprev .num {
			color:#333333;
			background-color:#E0E0E0;
			padding:0 4px 0 4px;
			margin-left:3px;
			}
			.nextprev .cur {
			font-weight:bold;
			background-color:#B5B5B5;
			}
			.nextprev .np {
			color:#ffffff;
			background-color:#000000;
			padding:0 4px 0 4px;
			margin-left:3px;
			}
			.nextprev .se {
			color:#A0A0A0;
			background-color:#F3F3F3;
			}
			.nextprev a:hover {
			text-decoration:none;
			color:#CCCCCC;
			background-color:#000000;
			}
			
			
		/* Login PAGES */	
		#login {}
			#login .login-form {}
			
				#login .login-form li {
				padding-left:0px;
				background:none;
				}
				
					#login .login-form li label {
					display:inline-block;
					width:200px;
					}
		


		/* MAIN FORM */
		form {
		margin:0 auto; 
		padding:0 0 0 0;
		}
					
			form .req {
			color:#D60309;
			font-weight:bold;
			font-size:12px;
			}
		
			form .label {
			clear:both;
			float:left;
			width:140px;
			height:23px;
			font-size:11px;
			font-weight:bold;
			color:#353535;
			line-height:20px;
			text-align:left;
			margin-bottom:1px;
			}
			
			form .input {
			float:left;
			width:240px;
			height:23px;
			}
				form .input input {
				font-size:12px;
				width:200px;
				}
				
			form .select {
			float:left;
			width:240px;
			height:23px;
			}
				form .select select {
				font-size:12px;
				width:205px;
				}
			
			form .textarea {
			float:left;
			font-size:11px;
			width:240px;
			height:190px;
			}
				form .textarea textarea {
				font-size:12px;
				width:200px;
				height:180px;
				}
				form .textarea img {
				padding-top:3px;
				}
			
			form .button {
			margin-top:2px;
			padding-left:150px;
			padding-bottom:5px;
			}
			
			
			
		form table {
		background-color:#f0f5f5;
		border:solid #dce3e5 1px;
		}
		
		
		.form-under {font-size:11px;color:#666666;}
		
		
		
		
		
		