html {
	height: 100%;
}

body { 
	margin:0px auto;
	display: table;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #29568f;
}

a, a.link {
	color: #29568f;
	text-decoration: underline;
}

a.link:hover {
	color: #8b7053;
	text-decoration: underline;
}

#main-container {
	min-height: 100%;
	width: 922px;
	max-width: 922px;
	min-height: 100%;
	padding: 0;
	margin: 0 auto 0 auto;
}

#menu {
    width: 100%;
    font-size: 85%;
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
    text-align: right;
    background-color: #fff;
}

#menu ul {
    height: auto;
    padding: 25px 0px;
    margin: 0px;
}

#menu li { 
	display: inline; 
	padding: 20px; 
}

#menu a {
    text-decoration: none;
    color: #2a568f;
    padding: 5px 5px 5px 5px;
}

#menu a:active {
    color: #8b7053;
	font-weight: bold;
}

#menu a:hover {
    color: #8b7053;
	font-weight: bold;
}

.footer {
	color: #5e5e5e;
	font-size: 90%;
}

.divider {
	color: #b8b8b8;
}

.title {
	color: #8b7053;
}

.directive {
	color: #000;
	font-size: 90%;
	line-height: 1.4em;
}

.contentp {
	color: #000;
	font-size: 90%;
	line-height: 1.4em;
}

.listing {
	float: right;
	width:100%;
	font-size: 90%;
	font-weight: bold;
	line-height: 1.5em;
	list-style-type: none;
}

.itemlist {
	color: #000;
	font-size: 90%;
	line-height: 2.0em;
	max-width:780px;
}

.itemlist-nobullet {
	list-style-type:none;
	margin-left:-15px;
	font-weight: bold;
}


.disclaimer {
	width:100%;
	font-size: 85%;
	font-style: italic;
	line-height: 1.5em;
	color: #000;
}

#header {
	width:100%;
	clear:both;
	background-color: #fff;
}

#top-line {
	width:100%;
	height: 10px;
	background-image:url('images/top_line-light.gif');
	background-repeat:repeat-x;
	clear:both;
	margin:0px auto;
}

#bottom-line {
	width:100%;
	height: 5px;
	background-image:url('images/bottom_line-light.gif');
	background-repeat:repeat-x;
	clear:both;
}

#logo {
	width:200px;
	padding: 5px 0px 5px 0px;
	float:left;
}

#content {
	width:100%;
	overflow: hidden;
	color: 2a568f;
	clear: both;
	align: center;
	background-color: #fff;
}

#contentfullpg {
	width:100%;
	overflow: hidden;
	clear: both;
	align: center;
	margin-top: 15px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 20px;
	background-color: #fff;
}

#content-left {
	width:250px;
	color: #000;
	margin-top: 15px;
	margin-left: 40px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	background-color: white;
}

#content-right {
	width:550px;
	color: #2a568f;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	background-color: white;
}

#content-right-map {
	width:550px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: right;
	background-color: white;
}

/*image box*/
#banner {
	width: 100%;
	height: 255px;
	margin-right: auto;
    	margin-left: auto;
	 /* Safari 4-5, Chrome 1-9 */
  	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#ccd8e8));
	/* Safari 5.1, Chrome 10+ */
  	background: -webkit-linear-gradient(top, #FFFFFF, #ccd8e8);
	/* Firefox 3.6+ */
  	background: -moz-linear-gradient(top, #FFFFFF, #ccd8e8);
	/* IE 10 */
 	 background: -ms-linear-gradient(top, #FFFFFF, #ccd8e8);
	/* Opera 11.10+ */
  	background: -o-linear-gradient(top, #FFFFFF, #ccd8e8);
	/*Fall back*/
	background-color: #fff;
}

#bannerimg-left{
	float: left;
	
}

#bannerimg-right{
	float: right;	
}

#box {
 	width:100%;
  	margin:0px auto;
 	text-align:center;
	padding-top: 20px;

 }
 
 #box2 {
 	width:80%;
  	float: left;
	text-align:center;
	padding-top: 20px;

 }

.box {
	width: 30%;
  	float: left;
  	margin: 0px auto 0px auto;
	line-height: 2.5em;
	font-size: 80%;
	color: #2a568f;
	padding: 0px 5px 0px 5px;

}

.box2 {
	width: 25%;
  	float: left;
  	margin: 0px auto 0px auto;
	line-height: 2.5em;
	font-size: 80%;
	color: #2a568f;
	padding: 0px 5px 0px 5px;

}

#box a:link {
	font-style: italic;
	font-weight:600;
	color: #2a568f;
}

#box a:hover {
	color: #8b7053;
}

#box a:active {
	color: #29568f;
}

#box2 a:link {
	font-style: italic;
	font-weight:600;
	color: #2a568f;
}

#box2 a:hover {
	color: #8b7053;
}

#box2 a:active {
	color: #29568f;
}

#footer {
	text-align: center;
	padding-top:35px;
	width:100%;
	height: 55px;
	clear:both;
	background-color: #cfdae8;
	float: bottom;
	bottom: 0;
}