/* CSS Document */

html, body {
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
}

body {

}

div,td,p,th {
	vertical-align:top;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	color:#222222;
}

img {
	border:none;
}

a {
	color:#49646F;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}


#left-column {
	float:left;
	width:180px;
	margin:20px 20px 0px 20px;
	text-align:left;
}

#menu-link {
}


#menu-table {
	margin-top:20px;
}

#menu-table th{
	text-align:center;
	vertical-align:top;
	padding:0px 0px 30px 20px;
	font-size:12px;
	font-weight:normal;
}

#menu-table td{
	text-align:center;
	vertical-align:middle;
	padding:0px 0px 0px 20px;
}


#navigation {
	margin-top:80px;
}

#title {
	margin-top:80px;
	font-size:14px;
}




/* embedded index page css


#index-vertical-stretch {
	text-align:center;
	margin:0px auto;
	height:100%;
	padding:0px;
}

#index-vertical-stretch img{
	position:relative;
	top:0;
	left:0;
	height:100%;
}

*/

#container-vertical-stretch {
	text-align:center;
	margin:0px 20px 0px 230px;
	height:93%;
	padding:20px 0px;
}

#container-vertical-stretch img{
	position:relative;
	top:0;
	left:0;
	height:100%;
}

#container-horizontal-stretch {
	position:relative;
	top:0px;
	left:0px;
	height:100%;
	padding:20px 20px 0px 20px;
	margin-left:200px;
}

#container-horizontal-stretch img{
	position:relative;
	top:0;
	left:0;
	width:100%;
}


/* embedded menu page css

#menu-image {
	z-index:1;

}

#menu-image img{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#menu-content {
	position:relative;
	z-index:2;
	padding-top:200px;
	text-align:center;
	font-size:34px;
	color:#49646F;
	}

*/

#information td{
	height:24px;
	line-height:24px;
	vertical-align:top;
	color:#666666;
	
}

.nav-next {
	margin-left:80px;
}


.blue {
	color:#49646F;
}

.light-blue {
	color:#3B6A7A;
}

