/* CSS Document */

html, body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

body {
	margin-top: 0;
	background-color: #1d597a;
	font-family: Arial, Helvetica, sans-serif; 	
	font-size: 12px; 							
	color: #808080;
	text-align: center;
	line-height: 1.3em;
}

a, a:visited {
	color: #a64a72;
	text-decoration: underline;
}

a:hover, a:active {
	color: #a64a72;
	text-decoration: none;
}


 /*to stretch 100% */
 
#white-bg-container {
	width: 100%;
	background-color: #fff;
	margin: 0;
	padding-bottom: 50px;
}

* html #white-bg-container {
	width: 100%;
	margin-top: -3px;
}

#container {
	overflow: hidden;
	width: 812px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}

 /*to stretch 100% */
 
#nav-container {
	background: url(/images/bg.gif) repeat-x;
	width: 100%;
	height: 43px;
}

#nav {
	width: 812px;
	text-align: right;
	margin: 0 auto;
	height: 25px;
	background: url(/images/bg_top2.jpg) no-repeat;
}

	#nav ul {
		margin: 0;
		padding: 0;
		width: 785px;
		list-style: none;
		text-align: right;
	}

		#nav ul li {
			display: inline;
			margin: 0;
			padding: 0;
		}
		
#inner {
	width: 779px;
	text-align: left;
	margin: 24px 0;
}


#blue-bg {
	margin-top: 27px;
	width: 379px;
	height: 164px;
	background: url(/images/bg_blue.jpg) no-repeat;
	color: #4a4a4a;
	font-size: 15px;
	padding: 25px 30px 0 370px;
	line-height: 1.4em;	
	}
	
		#blue-bg h1 {
			color: #9d3f67;
			font-size: 135%;
			font-family: "Trebuchet MS", Georgia, Verdana, Times, serif;
			margin: 0;
			padding: 0 0 10px 0;
			}
			
	
#left-index {
	float: left;
	width: 232px;
	text-align: right;
	padding: 20px 40px 30px 90px;
}

* html #left-index {
	float: left;
	width: 232px;
	text-align: right;
	padding: 35px 40px 30px 72px;
}


#right-index {
	float: right;
	width: 417px;
	padding-bottom: 20px;
}

	/*the thumbnails and text on the homepage*/
	
	#right-index dl {
		float: left;
		width: 395px;
		margin: 7px 20px 3px 0;
		padding: 0;
		}
		
	#right-index dd {
		float: right;
		width: 325px;
		margin: 0;
		padding: 5px 0 20px 0;
		border-bottom: #133f56 dotted 1px;
		}
		
		#right-index dd.last {
			border-bottom: none;
		}
		
		#right-index h1 {
			color: #8fbac7;
			font-weight: bold;
			font-size: 110%;
			display: block;
			margin: 0;
			padding: 5px 0;
			}
	
	#right-index dt {
		margin: 0;
		padding: 8px 0;
		width: 60px;
		float: left;
		}
		
		#right-index dt a img, #right-index dt a:visited img {
			border: 1px solid #8fbac7;
			}
			
		#right-index dt a:hover img, #right-index dt a:active img {
			border: 1px solid #2e829b;
			}	

/*footer stuff */


#copyright {
	clear: both;
	background: #1D597A url(/images/bg_footer.gif) repeat-x;
	overflow: hidden;
	height: 100%;
	color: #fefefe;
}

#copyright-content {
	width: 730px;
	background: url(/images/bg_footer-main.gif) no-repeat;
	height: 106px;
	text-align: left;
	margin: 0 auto;
	padding: 20px 0 0 49px;
	font-size: 90%;
}

	#copyright-content a, #copyright-content a:visited {
		color: #fefefe;
		text-decoration:none;
	}
	
	#copyright-content a:hover, #copyright-content a:active {
		text-decoration: underline;
	}

/*general stuff for all pages */

.clear {
	clear: both;
}
	
.title-blue-lg {
	font-family: "Trebuchet MS", Georgia, Verdana, Times, serif;
	color: #133f56;
	font-size: 15px;
	font-weight: bold;
}

.title-blue {
	font-family: "Trebuchet MS", Georgia, Verdana, Times, serif;
	color: #133f56;
	font-size: 14px;
	font-weight: bold;
}

	/*this is the blue background box*/
	
	#bo-top {
		margin-top: 27px;
		width: 779px;
		background: url(/images/bo_top.gif) no-repeat;
		height: 9px;
		padding: 0;		
		}
		
	#bo-bg {
		width: 779px;
		background: url(/images/bo_bg.gif) repeat-y;
		overflow: auto;
		}
		
	#bo-bot {
		width: 779px;
		height: 25px;
		background: url(/images/bo_bottom.gif) no-repeat;
		}
		
		
#bo-bg dl {
		float: left;
		width: 720px;
		padding: 10px 20px;
		margin: 0;
		}
	
	#bo-bg dt {
		margin: 9px 0 0 0;
		padding: 0;
		width: 315px;
		float: left;
		text-align: right;
		color: #133f56;
		font-size: 120%;
		font-weight: bold;
		}
			
	#bo-bg dd {
		float: right;
		width: 370px;
		margin: 0;
		padding: 2px 0 0 20px;
		}
			
	#bo-bg h1 {
		color: #133f56;
		font-weight: bold;
		font-size: 110%;
		display: block;
		margin: 0;
		padding: 5px 0;
			}
			
		#bo-bg  dt a img, #bo-bg  dt a:visited img {
			border: 1px solid #8fbac7;
			}
			
		#bo-bg  dt a:hover img, #bo-bg  dt a:active img {
			border: 1px solid #2e829b;
			}	
			
	#bo-bg ul {
		list-style: none;
		margin: 10px 0 0 30px;
		padding: 0;
			}

	#bo-bg ul li {
		background: url(/images/g_bullet.gif) no-repeat;
		background-position: 0 .5em;
		padding-left: 11px;
		margin: 0;
		line-height: 17px;
			}

		
#right-inner {
		float: right;
		width: 390px;
		margin: 0;
		padding: 10px 20px 0 0;
		line-height: 1.5em;
		}

.text {
	padding: 20px 0 0 0;
	}	
	
/*input stuff */
 
 label {
	width: 6em;
	float: left;
	text-align: right;
	margin-right: 1em;
	display: block;
	font-weight: bold;
	}

	.input {
		border: solid 1px #d0ebf4;
		height: 15px;
		font-size:10px;
		color:#909090;
		padding: 3px;
		margin-left: 2em;
		/*background-image: url(/images/bg_input.gif);*/
		}	
		
	.textarea {
		border: solid 1px #d0ebf4;
		font-size:11px;
		color:#909090;
		padding: 3px;
		margin-left: 2em;
		font-family: Arial, Helvetica, sans-serif;
		}	
		
	 .submit input {
		margin-left: 110px;
		}
	
	.red-error {
		color: #FF3333;
		font-weight: bold;
		}
		
	#work {
		float: left;
		width: 720px;
		padding: 10px 20px;
		margin: 0;
		}
		
		#work-port {
		float: right;
		width: 390px;
		margin: 0;
		padding: 2px 0 50px 20px;
		}
		
		* html 	#work-port {
		float: right;
		width: 390px;
		margin: 0;
		padding: 2px 0 35px 20px;
		}
		
				#work-port ul {
				padding: 0;
				width: 390px;
				list-style: none;
				margin: 3px 0 0 0;
					}
		
				#work-port ul li {
				float: left;
				padding: 2px;
				height: 90px;
				width: 92px;
					}
				
				#work-port a img, #work-port a:visited img {
				padding: 2px;
				border: 1px solid #8dbbca;
				}
			
				#work-port a:hover img, #work-port a:active img {
				padding: 2px;
				border: 2px solid #37829b;
			}	
