/* Default Stylesheet */

																/* >>> ELEMENTS <<< */

* {
	margin: 0;
	padding: 0;
	}
	body {

		
		background-image: url(../images/tile.jpg);
		background-repeat: repeat-x;
		background-position: top center;
		background-color: #ffffff;
		font-family: "franklin gothic", "Arial", "Tahoma", "MS Sans Serif", sans-serif;
		font-size: 14px;
		text-align: center;
		}






																/* >>> CONTAINERS <<< */

div#print {
	display: none;
	}
div#container { background-image: url(../images/bridgingslice.jpg); width: 574px; margin: 0px auto; text-align: left; }
	div#header-wrap {
		margin: 0px;
		background-image: url(../images/header_bg.jpg); 
		height: 104px;
		}
		div#header-in { padding-top: 84px; 
		padding-left: 220px; 
		color: inherit;  
	}
	div#content-wrap {
		
		}
div#mainimagebackground { background-image: url(../images/mainimg_bg.jpg); height: 190px; width: 574px;}


/* circle */

#navCircle {
        margin: 0;
        padding: 0 0 10px 10px;
        border-bottom: 0px;
}

#navCircle li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#navCircle a:link, #navCircle a:visited {
        float: left;
        font-size: 8pt;
        line-height: 14px;
        font-weight: bold;
        padding: 0 8px 6px 8px;
        text-decoration: none;
        color: #0caeeb;
}

#navCircle a:link.active, #navCircle a:visited.active, #navCircle a:hover {
        padding-bottom: 6px;
        color: #000;
        background: url(../images/circle.gif) no-repeat bottom center;
}







		div#center { margin: 0 0px 0 0px; color: inherit; }
			div#center-in {
			padding-bottom: 10 px;
			padding-left: 10px;
			padding-top: 0px;
			padding-right: 10px;	
				}
		div#lefttop {
		float: left;
		width: 220px;
		height: 44px;
		background-image: url(../images/navtoprepeat.gif);
		background-repeat: no-repeat;
		background-position: left; 
		}
		div#left { 
		float: left; 
		width: 220px;
		color: inherit;
		background-image: url(../images/navrepeat.gif);
		background-repeat: repeat-y;
		background-position: left; 
		}
			div#left-in {
		clear: both;
				}
		div#leftbottom {
		float: left;
		width: 220px;
		height: 17px;
		background-image: url(../images/navbottom.gif);
		background-repeat: no-repeat;
		background-position: left bottom; 
		}
	div#footer-wrap {
		clear: both;
		}
		div#footer-in { background-image: url(../images/footer_bg.jpg); height: 24px;}
div#bottomnav {width: 537px;
margin: auto;
font-size: 10px;
text-align: center;
line-height: 12px;
color: #CCCCCC;
}
div#bottomnav a {
font-size: 10px;
text-decoration: none;
line-height: 12px;
color: #CCCCCC
}




																/* >>> SUB CONTAINERS <<< */
div.box {
	float: right;
	width: 180px;
	margin: 20px 0;
	padding: 10px;
	color: inherit;
	background-color: #e6e2af;
	border: 1px solid #a7a37e;
	}

	div.left {
		float: left;
		margin: 20px 19px 20px 0;
		}
	div.right {
		
		}


																/* >>> LISTS <<< */
ul#nav-left {
	list-style: none;
	text-align: center;
	}
	ul#nav-left li {
		
		}
		ul#nav-left li a {
			display: block;
			width: 146px;
			margin-left: 40px; 
			padding: 5px 10px;
			color: #046380;
			font-weight: bold;
			background-color: inherit;
			text-decoration: none;
			border-bottom: 1px solid #e6e2af;
			}
		ul#nav-left li a:hover {
			color: #000;
			letter-spacing: 1px;
			background-color: #e6e2af;
			border-bottom: 1px solid #e6e2af;
			}
ul#nav-top {
	float: right;
	padding: 1px 0;
	list-style: none;
	}
	ul#nav-top li {
		display: inline;
		}
		ul#nav-top li a {
			margin: 0 8px;
			color: #888;
			background-color: inherit;
			font-size: 90%;
			text-decoration: none;
			border-bottom: 1px solid #eee;
			}
		ul#nav-top li a:hover {
			color: #4494FF;
			background-color: inherit;
			border-bottom: 1px solid #F1F7FF;
			}
ul#nav-footer {
	margin: 0 0 0 210px;
	padding: 0 2px;
	color: #aaa;
	background-color: inherit;
	font-size: 80%;
	list-style: none;
	text-align: right;
	}
	ul#nav-footer li {
		display: inline;
		}
	ul#nav-footer li.left {
		float: left;
		}
		ul#nav-footer li a {
			margin: 0 3px;
			color: #aaa;
			background-color: inherit;
			}
		ul#nav-footer li a:hover {
			color: #333;
			background-color: inherit;
			}
ul.list {
	margin: 20px 30px;
	font-size: 90%;
	line-height: 20px;
	}





																/* >>> TYPOGRAPHY <<< */
*.x {
	display: none;
	}
div#header-wrap h1 {
	padding: 10px;
	font-size: 200%;
	}
div#center h2 {
	margin: 0 0 5px 0;
	font-size: 150%;
	color: #0caeeb;
	}
div#left h2 {
	margin: 20px 20px 5px 20px;
	font-size: 100%;
	}
div#center p {
	margin: 5px 0 5px 0;
	color: #444;
	background-color: inherit;
	font-size: 100%;
	line-height: 18px;
	}
div#left p {
	margin: 0 20px 5px 20px;
	color: #666;
	background-color: inherit;
	font-size: 90%;
	}
p a, ul.list a {
	color: #046380;
	background-color: inherit;
	text-decoration: none;
	border-bottom: 1px solid #F1F7FF;
	}
	p a:hover, ul.list a:hover {
		color: #333;
		background-color: inherit;
		border-bottom: 1px solid #eee;
		}
div#footer-in p {text-align: center;
padding-top: 5px;
color: #0caeeb;
}
div#footer-in p a {	
	font-family:Verdana, franklin gothic, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #deddd5;
	background-color: inherit;
	text-decoration: none;
	border: none;
}
div#footer-in p a:hover {	
	font-family:Verdana, franklin gothic, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #046380;
	background-color: inherit;
	text-decoration: none;
	border: none;
}
.right{float: right;
padding: 0px 0px 10px 10px;}
.left {float: left;
padding: 0px 10px 10px 0px;}
																/* >>> FORMS <<< */
* { }
label{
float: left;
margin-top: 0px;
width: 300px;
font-weight: bold;
}

input, textarea{
width: 200px;
margin-bottom: 5px;
}

textarea{
width: 200px;
height: 150px;
}

.boxes{
width: 1em;
}

#results{
font-size: 20px;
}

#submitbutton{
color: #c5c3b4;
font-weight: bold;
font-size: 16px;
background-color:#7b746c;
margin-left: 240px;
width: 120px;
}

#center-in h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0caeeb;
	font-weight: bold;
	letter-spacing: 4px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: -10px;
	border-bottom: 1px solid #7b746c;



																/* >>> END <<< */
