/* --------------------------------------------------- 
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:Georgia, "Times New Roman", Times, serif;
font-size:12px;  
text-align:center;
background-color:#c2c2c2;
clear:both;
margin:0 auto;
}


/* DEFAULT LINKS */
a         {text-decoration:none;color:#514dae;}
a:visited {text-decoration:none;}
a:hover   {text-decoration:none;color:#252343;}
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 #CCCCCC 1px; 
}


/* GAPS
Gaps to space elements */
.gap1 {float:left;width:22px;}
.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-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 7px;
	background-repeat:no-repeat;
	}




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

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


	/* MAIN HEADER */
	#header {
	height:30px;
	padding:46px 0 0 20px;
	background-color:#91c9ec;
	background-image:url(../images/logo1.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	}
		
		
		
	/* MAIN NAVIGATION */
	#navigation {
	height:24px;
	line-height:24px;
	font-size:13px;
	color:#ffffff;
	}
	
		#navigation a {color:#3d3a7d;}
		#navigation a:hover {color:#ffffff;}
		
		
		
		
		
	/* FLASH IMAGE */	
	#flash {
	position:relative;
	}
		
		#flash #flash-over {
		position:absolute;
		left:0px;
		top:0px;
		}
		
		#flash table {
		position:absolute;
		left:0px;
		top:0px;
		}
		

		
	
	
	/* MAIN CONTENT */
	#main {
	line-height:18px;
	background-image:url(../images/logo2.gif);
	background-position:right top;
	background-repeat:no-repeat;
	padding:35px 20px 0 20px;
	}
	
		#main h1 {color:#17a2db;font-size:22px;font-weight:normal;}
		#main h4 {color:#17a2db;}
		
		#main #content {
		float:left;
		width:490px;
		color:#232057;
		}
		
		#main #mid-side {
		float:right;
		width:290px;
		padding:70px 0 0 0;
		}
		
		#main #right-side {
		float:right;
		width:1px;
		}
		
		
		
		
		#main .welcome {
		background-image:url(../images/you_are_welcome.gif);
		background-position:right bottom;
		background-repeat:no-repeat;
		padding-bottom:70px;
		}
		
		#main .non {
		padding-bottom:30px;
		}
		
		
		#main #image-right {
		position:absolute;
		right:0px;
		text-align:right;
		bottom:30px;
		width:300px;
		overflow:hidden;
		margin:0 auto;
		}
		
		#main #image-right2 {
		position:absolute;
		right:0px;
		text-align:right;
		bottom:30px;
		width:300px;
		height:500px;
		overflow:hidden;
		margin:0 auto;
		}
			#main #image-right2 table {
			position:absolute;
			right:0px;
			bottom:0px;
			display:none;
			}




	
	
	/* MAIN FOOTER */
	#footer {
	height:30px;
	line-height:30px;
	font-size:13px;
	color:#ffffff;
	text-align:left;
	padding:0 20px 0 20px;
	background-color:#3d3a7d;
	}
	
		#footer a {color:#ffffff;}
		#footer a:hover {color:#63b7ec;}
		
		#footer .footer-right {
		float:right;
		text-align:right;
		font-weight:normal;
		}
		
		
		
		
		
		/* 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:#1d88ca;
			font-weight:bold;
			font-size:12px;
			}
		
			form .label {
			clear:both;
			float:left;
			width:140px;
			height:25px;
			font-size:11px;
			font-weight:bold;
			color:#353535;
			line-height:20px;
			text-align:right;
			margin-right:10px;
			margin-bottom:4px;
			}
			
			form .input {
			float:left;
			width:240px;
			height:25px;
			}
				form .input input {
				font-size:12px;
				width:200px;
				}
				
			form .select {
			float:left;
			width:240px;
			height:25px;
			}
				form .select select {
				font-size:12px;
				width:205px;
				}
			
			form .textarea {
			float:left;
			font-size:11px;
			width:240px;
			height:93px;
			}
				form .textarea textarea {
				font-size:12px;
				width:200px;
				height:80px;
				}
				form .textarea img {
				padding-top:3px;
				}
			
			form .button {
			margin-top:2px;
			padding-left:150px;
			padding-bottom:5px;
			}
		
		
		.form-under {font-size:11px;color:#1d88ca;}
		
		
		
		
		
		