
.mainimage {
  max-width: 567px;
  max-height: 567px;
  width: expression(this.width > 567 ? "567px" : true);
  height: expression(this.height > 567 ? "567px" : true);
}

html {
	margin: 0;
	padding: 0;
}

body {
	background-color: #00496C;
	margin: 0;
	padding: 0;
}

#container {
    background-color: #eaeaea;
    width: 770px;
    left: 50%;
    position: absolute;
    margin: 10px 0 20px -385px;
    border: 5px solid #888888;
    font-family: Georgia, serif;
    font-size: 16px;
    color: #666;
}

a {
	font-family: Georgia, serif;
	font-size: 16px;
	color: #00496c;
/*	margin: 10px 15px 20px 10px; */
	line-height: 20px;
    text-decoration: none;
}

#header {
    width: 750px;
    text-align: center;
    margin: 10px 0 20px 00px;
}

#header h1 {
    margin: 0;
    padding: 0;
}
#header a {
    display: block;
    font-size: 24px;
    color: #000;
	margin: 10px 15px 20px 10px;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
}
#header h1 a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
}
#header ul {
    list-style: none;
    text-align: center;
	margin: 10px 15px 20px 200px;
    padding: 0;
    width: 750px;
}

#header li
{
    text-align: center;
    float: left;
}
#header ul a {
    border: 1px solid #999999;
    display: block;
	color: #00496C;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: -1px;
    padding: 12px 10px;
    text-decoration: none;
}

p {
	font-family: Georgia, serif;
	font-size: 16px;
	color: #666;
	margin: 10px 15px 20px 10px;
	line-height: 20px;
}

#footer a:hover {
	color: #FFF;
	text-decoration: none;
	background: #063;
}

#footer a {
    font-size: 12px;
}

#content {
    width: 750px;
    margin: 0px 0px  20px 0px;
    padding: 10px;
}

#footer p {
	clear: both;
	border-top: 1px solid #666;
	font-size: 12px;
	text-align: right;
/*	margin: 0 0 2px 0; */
}

.facebooklink
{
    float: right;
    background-color: #fff;
    border: 1px solid #999999;
    color: #00d;
    width: 320px;
    height: 150px;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin: 0px 60px 0px -1px;
    padding: 5px 5px;
    text-decoration: none;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    text-align: center
}
.facebooklink iframe
{
    text-align: center;
    border: none;
    height: 100px
    width: 300px
}
.quotation {

font-size:10pt;
color:#00496C

}
.contentcentered
{
    text-align: center
}


.features ul
{
    list-style: disc;
    margin: 10px 50px 0px -100px;
    padding: 0;
    text-align: left;
    width: 600px;
}

.features ul li
{
    list-style: disc;
    text-align: left;
    width: 600px;
    margin: 10px 50px 0px -100px;

}

#content ul {
    list-style: none;
    margin: 10px 100px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}
#content ul li a {
    background-color: #fff;
    border: 1px solid #999999;
	color: #00496C;
    display: block;
    font-size: 20px;
    height: 40px;
    width: 500px;
    font-weight: bold;
    margin-bottom: -1px;
    padding: 7px 0px 5px 0px;
    text-decoration: none;
    vertical-align: middle;
}
#content ul li a img {
    max-height: 40;
}

#content ul li:first-child a {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    vertical-align: middle;
}
#content ul li:last-child a {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    vertical-align: middle;
}

.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: 67.5% Georgia;
	font-size:16px;
	font-weight:bold;
	}
.menu ul{
	background:#00496C;
	height:60px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px;
/**/
		background:#00496C;
		color:#cccccc;
		display:block;
		font-weight:normal;
		line-height:35px;
		margin:0px;
		padding:10px 20px;
		text-align:center;
		text-decoration:none;
/**/		}
	.menu li a{
		background:#00496C;
		color:#cccccc;
		display:block;
		font-weight:normal;
		line-height:35px;
		margin:0px;
		padding:0px 0px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover, .menu ul li:hover a{
			background: #2580a2;
			color:#FFFFFF;
			text-decoration:none;
			}
	.menu li ul{
		background:#00496C;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		background:#00496C;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:35px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#2580a2 url('images/hover_sub.gif') center left no-repeat;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	

		

