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



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


/* DEFAULT LINKS */
a         {text-decoration:none;color:#095287;}
a:visited {text-decoration:none;}
a:hover   {text-decoration:none;color:#07a250;}
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 8px 0;}
h4 {font-size:16px;line-height:18px;padding:4px 0 8px 0;}
h5 {font-size:14px;line-height:16px;padding:4px 0 8px 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;}
.small {
color:#7d909a;
font-style:italic;
font-size:11px;
font-weight:normal;
}
.small-center {
color:#7d909a;
font-style:italic;
font-size:11px;
text-align:center;
}


.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: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;text-align:center;}
.img-right {clear:right;float:right;margin-left:15px;margin-top:4px;margin-bottom:6px;text-align:center;}
.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;
}
	ul 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 {
height:150px;
background-color:#273842;
}


	/* MAIN HEADER */
	#header {
	width:960px;
	text-align:left;
	height:150px;
	background-position:left bottom;
	background-repeat:no-repeat;
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
	padding:0 0 0 0;
	border:none;
	}
		.header-std {background-image:url(../images/header_left1.gif);}
		.header-invert {background-image:url(../images/header_left2.gif);}
	
		#header #logo {
		float:left;
		display:inline-block;
		width:324px;
		height:150px;
		}
			#header #logo a {
			display:block;
			height:150px;
			}
		
		#header #slogan {
		float:left;
		width:314px;
		height:130px;
		font-size:24px;
		padding-top:20px;
		}
			.header-std #slogan {color:#ffffff;}
			.header-invert #slogan {color:#055298;}
		
		#header #header-image {
		float:left;
		width:312px;
		height:150px;
		position:relative;
		background-color:#ffffff;
		}
			#header #header-image #header-over {
			position:absolute;
			left:0px;
			top:0px;
			width:312px;
			height:150px;
			background-image:url(../images/header_over.png);
			background-position:left top;
			background-repeat:no-repeat;
			z-index:1500;
			}
			
			#header #header-image table {
			position:absolute;
			left:0px;
			top:0px;
			width:312px;
			height:150px;
			display:none;
			z-index:1400;
			}
		
		
		
		
		
#container2 {
height:40px;
background-color:#4b5b61;
}		
		
	/* MAIN NAVIGATION */
	#navigation {
	width:940px;
	text-align:left;
	height:40px;
	line-height:40px;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
	padding:0 10px 0 10px;
	border:none;
	z-index:3500;
	}
		
		#navigation ul {
		margin:0 0 0 0;
		padding:0 0 0 0;
		}
			#navigation ul li {
			float:left;
			display:inline-block;
			line-height:40px;
			list-style:none;
			margin-top:0;
			padding-top:0;
			padding-bottom:0;
			margin-left:0;
			padding-left:0;
			background:none;
			position:relative;
			z-index:3500;
			}
	
	
		#navigation a {
		display:inline-block;
		color:#ffffff;
		padding:0 25px 0 26px;
		line-height:40px;
		border-right:solid #44555b 1px;
		}
			#navigation a:hover {
			color:#ffffff;
			background-color:#556f79;
			border-right:solid #556f79 1px;
			}
			
			#navigation .on {
			color:#ffffff;
			background-color:#287fae;
			border-right:solid #287fae 1px;
			}
			
		#navigation .sub-nav {
		position:absolute;
		left:0px;
		top:40px;
		display:none;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:normal;
		text-transform:none;
		line-height:30px;
		z-index:3500;
		}
			#navigation .sub-nav li {
			width:220px;
			line-height:30px;
			z-index:3500;
			}
				#navigation .sub-nav a {
				width:170px;
				line-height:14px;
				padding:10px 25px;
				border-right:none;
				border-bottom:solid #4f656e 1px;
				background-color:#556f79;
				z-index:3500;
				}
					#navigation .sub-nav a:hover {
					color:#ffffff;
					background-color:#4f656e;
					}

		
		
		
#container3 {
background-image:url(../images/nav_shadow.png);
background-position:top;
background-repeat:repeat-x;
}
		

		
	
	
	/* MAIN CONTENT */
	#main-container {
	width:940px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
	padding:0 0 0 0;
	border:none;
	line-height:18px;
	padding:0 10px;
	background-image:url(../images/main_bg.png);
	background-position:center;
	background-repeat:repeat-y;
	}

		#main-header {
		height:34px;
		background-color:#e4eaed;
		background-image:url(../images/main_header_bg.gif);
		background-position:bottom;
		background-repeat:repeat-x;
		}
		
			#main-header .search {
			float:left;
			width:640px;
			text-align:right;
			padding:5px 0 0 26px;
			}
		
		
			#main-header .tab {
			float:right;
			display:inline-block;
			height:34px;
			color:#041c2e;
			font-size:13px;
			font-family:Calibri, Arial, Helvetica, sans-serif;
			font-weight:bold;
			text-transform:uppercase;
			margin-right:10px;
			padding-right:20px;
			background-image:url(../images/main_header_tab.gif);
			background-position:right bottom;
			background-repeat:no-repeat;
			}
				#main-header .tab .tab-inner {
				width:190px;
				height:22px;
				text-align:center;
				padding-left:20px;
				padding-top:12px;
				line-height:22px;
				background-image:url(../images/main_header_tab.gif);
				background-position:left bottom;
				background-repeat:no-repeat;
				}
				
				
			.inner-header {
			width:100%;
			color:#041c2e;
			font-size:15px;
			font-family:Calibri, Arial, Helvetica, sans-serif;
			font-weight:bold;
			text-transform:uppercase;
			text-align:center;
			padding-top:10px;
			}
		
	
		#main {
		background-color:#ffffff;
		background-image:url(../images/main_right_bg.gif);
		background-position:right;
		background-repeat:repeat-y;
		}
			#main h1, #main h2 {
			font-family:Calibri, Arial, Helvetica, sans-serif;
			font-size:36px;
			font-weight:normal;
			line-height:32px;
			padding:0 0 0 0;
			}
			
				#home-text h1, #home-text h2 {font-size:30px;}
					#home-text h1 span {color:#09568e;}
			
			#main h1 {color:#0e79af;}
			#main h2,
			#main h4 {color:#09568e;}
			#main h3,
			#main h5,
			#main h6 {color:#5e696d;}
			
			
			#main .left-content {
			float:left;
			width:650px;
			color:#42484b;
			padding:36px 0 30px 30px;
			}
			
				#main .left-content .text {
				padding:0 40px 0 28px;
				}
				
				
				
				
			#main .right-content {
			float:right;
			width:220px;
			color:#2b3943;
			padding:18px 15px 18px 0;
			}
				#main .right-content .text {padding:20px;}
				#main .right-content .divider {border-top:solid #98adb7 1px;}
			
				#main .right-content a {color:#095287;}
				#main .right-content a:hover {text-decoration:underline;}
				
				
				
				.side-full {
				font-size:15px;
				text-align:center;
				}
				
				.side-full img {
				padding-bottom:4px;
				}
				
				
				
			#home-fader {
			height:90px;
			position:relative;
			padding:0 0 35px 0;
			}
				#home-fader table {
				position:absolute;
				left:0px;
				top:0;
				display:none;
				z-index:500;
				}
					#home-fader table img {
					padding-right:18px;
					}
		
		
		
		
		
		#main-footer {
		height:40px;
		background-color:#e4eaed;
		background-image:url(../images/main_footer_bg.gif);
		background-position:top;
		background-repeat:repeat-x;
		}
		
			#main-footer .tab {
			float:right;
			display:inline-block;
			height:40px;
			color:#ffffff;
			font-size:13px;
			font-family:Calibri, Arial, Helvetica, sans-serif;
			font-weight:bold;
			text-transform:uppercase;
			margin-right:10px;
			padding-right:20px;
			background-image:url(../images/main_footer_tab.gif);
			background-position:right bottom;
			background-repeat:no-repeat;
			}
				#main-footer .tab .tab-inner {
				width:190px;
				height:22px;
				text-align:center;
				padding-left:20px;
				padding-top:18px;
				line-height:22px;
				background-image:url(../images/main_footer_tab.gif);
				background-position:left bottom;
				background-repeat:no-repeat;
				}
				
				
			#standard {
			float:left;
			display:inline-block;
			padding:5px 0 0 5px;
			}





#container4 {
padding-bottom:40px;
background-image:url(../images/footer_grad.gif);
background-position:bottom;
background-repeat:repeat-x;
}
	
	
	/* MAIN FOOTER */
	#footer {
	width:940px;
	text-align:left;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	background-image:url(../images/footer_bg.png);
	background-position:left top;
	background-repeat:no-repeat;
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
	padding:0 10px 0 10px;
	border:none;
	}
		#footer .address-holder {
		float:left;
		width:160px;
		padding-left:58px;
		margin-top:30px;
		margin-bottom:30px;
		}
		
		
		#project-image {
		float:right;
		width:220px;
		margin-right:15px;
		position:relative;
		}
			#project-image table {
			position:absolute;
			top:18px;
			left:0px;
			display:none;
			z-index:700;
			font-size:15px;
			text-align:center;
			}
				#project-image table img {
				padding-bottom:4px;
				}
					#project-image table img a:hover {text-decoration:none;}
					
				#project-image table a {color:#ffffff;}
					#project-image table a:hover {text-decoration:underline;}
		
	
		#footer a {color:#8bc3c6;}
		#footer a:hover {color:#ffffff;}
		
		
		
		
		
		/* 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: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:260px;
			height:25px;
			}
				form .input input {
				font-size:12px;
				width:250px;
				}
				
			form .input2 {
			float:left;
			width:260px;
			}
				
			form .select {
			float:left;
			width:260px;
			height:25px;
			}
				form .select select {
				font-size:12px;
				width:255px;
				}
			
			form .textarea {
			float:left;
			font-size:11px;
			width:320px;
			height:153px;
			}
				form .textarea textarea {
				font-size:12px;
				width:320px;
				height:140px;
				}
				form .textarea img {
				padding-top:3px;
				}
				
			form .textarea2 {
			float:left;
			font-size:11px;
			width:320px;
			height:75px;
			}
				form .textarea2 textarea {
				font-size:12px;
				width:320px;
				height:60px;
				}
			
			form .button {
			margin-top:2px;
			padding-left:150px;
			padding-bottom:5px;
			}
		
		
		.form-under {font-size:11px;color:#657e8b;}
		
		
		
		
		
		
