html{
}

body{
        background-color: #91C6EA;
	background: -moz-linear-gradient(100% 100% 90deg, #47a0dc, #c5e0f4) fixed;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#47a0dc), to(#c5e0f4)) fixed;
	background-repeat: no-repeat;
}

#iebg{
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: -1;
}

.stretch{
	width:100%;
	height:100%;
}

h1{
	margin: 0;
	font-size: 30px;
}

h2{
	margin: 0;
	font-size: 20px;
}

#page{
	margin: 0 auto;
	width:750px;
	margin-top:75px;
	background: -moz-linear-gradient(100% 100% 90deg, ##ffffff, #999999) fixed;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#999999)) fixed;
	--overflow: show;
	border-left: 5px solid #990000;
	border-right: 5px solid #990000;
}

.bar{
	width:780px;
	background-image: url("/images/topbar.png");
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.4, rgb(198,0,17)),
	    color-stop(0.85, rgb(157,0,3))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(198,0,17) 40%,
	    rgb(157,0,3) 85%
	);
	-moz-border-radius: 5px;
	border-radius: 15px;
	border: 5px solid #990000;
	text-align: center;
	color: white;
}

.barborder{
	width:790px;
	margin-left: -20px;
	-moz-border-radius: 15px;
	border-radius: 21px;
	border: 5px solid #770000;
}

#content{
	width: 97%;
	min-height: 675px;
	margin: 0 auto;
	padding-bottom: 10px;
        background-color: #184C8C;
	background-image: -moz-linear-gradient( center top,rgb(16,54,115) 39%, rgb(35,104,174) 70%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#103673), to(#2369ae)) fixed;
	border-left: 1px solid #11286b;
	border-right: 1px solid #11286b;
	-moz-box-shadow: 0px 10px 5px 10px #999999;
	-webkit-box-shadow: 0px 5px 5px 5px #888888;
	box-shadow:0px 5px 5px 5px #888888;
}

.bottomcurve{
	border-radius: 0px 0px 50px 50px;
	background: #eeeeee;
}

.curve{
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px;
	background: white;
	margin: 15px;
	font-size: 13px;
	padding:15px;
	font-family: Arial;
}

.curve a{
	color: red;
}

.curveleft{
	width: 40%;
	float: left;
}

.curveright{
	width: 54%;
	float:right;
}

#homepara{
	width: 500px;
	height: 325px;
	margin-left: 160px;
	font-family: verdana;
	color: #103663;
	font-weight: bold;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	background: white;
	-moz-border-radius: 0px 0px 15px 15px;
	background-image: url("/images/bg.png");
	background-repeat: no-repeat;
	background-position: center;
}

#inner{
	border-radius: 0px 0px 15px 15px;
	background: white;
	margin: 0px 15px 0px 15px;
	font-size: 1em;
	font-family: Arial;
	padding:15px;
	min-height:500px;
	width: 72%;
	float:right;
	background-image: url("/images/bg.png");
	background-repeat: no-repeat;
	background-position: center;
}

.clearfix{
	clear: both;
}

#header{
	height: 100px;
	position:relative;
	text-shadow: 2px 2px 2px #000;
}

#footer{
	height:60px;
}

#nav{
	position:absolute;
	height:440px;
	width:170px;
	left: 10px;
	top:0px;
	text-shadow: none;
}

#navmenu{
	margin-top:-50px;
	margin-left:10px;
	border-left: 1px solid #11286b;
	border-top: 1px solid black;
	width: 150px;
	height:340px;
	background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0.46, rgb(17,40,107)),
	    color-stop(0.87, rgb(25,126,189))
	);
	background-image: -moz-linear-gradient(
	    center top,
	    rgb(17,40,107) 46%,
	    rgb(25,126,189) 87%
	);
	border-radius: 0px 0px 15px 0px;
}

#navmenu ul{
	margin: 0;
	padding: 0;
	margin-top: 60px;
	list-style: none;
}

#navmenu li{
	margin-top: 10px;
}

.navbutton{
	
}

.navbutton a:hover{
	background-image: -webkit-gradient(
	    linear,
	    left top,
	    right top,
	    color-stop(0.19, rgb(25,126,189)),
	    color-stop(0.6, rgb(19,60,127))
	);
	background-image: -moz-linear-gradient(
	    left center,
	    rgb(25,126,189) 19%,
	    rgb(19,60,127) 60%
	);
	
}

.navbutton a{
	color: white;
	text-decoration: none;
	display: block;
	width: 140px;
	margin-left:5px;
	height: 25px;
	font-size: 18px;
	font-family: sans-serif;
	font-weight: bold;
	background-image: -webkit-gradient(
	    linear,
	    left top,
	    right top,
	    color-stop(0.19, rgb(19,60,127)),
	    color-stop(0.6, rgb(25,126,189))
	);
	background-image: -moz-linear-gradient(
	    left center,
	    rgb(19,60,127) 19%,
	    rgb(25,126,189) 60%
	);
}

#waterdrop{
	position: absolute;
	left: 65px;
	top: 55px;
	opacity:.7;
}

#inner img{
	padding: 25px;
}

#righthead{
	position: absolute;
	top: 0px;
	right: 10px;
	text-align:left;
	font-size: 1.1em;
        color: #ffffff;
	/* color: #107de6; */
	font-weight: bold;
}

#righthead ul{
	list-style-type: none;
	text-shadow: none;
}

#inner ul{
	list-style-type: circle;
}

.left{
	float:left;
}

.right{
	float:right;
}

.rowtitle{
	text-align: right;
}

.check{
	text-align: center;
	height: 30px;
}

#footer{
	text-align: center;
}

#footer a{
	color: white;
}

#footer img{
	float: left;
	margin-left: 60px;
}

#homeshow{
	position:absolute;
	top: 440px;
	left: 15px;
}

#homeright{
	width: 280px;
	min-height: 300px;
	float:right;
}

#homeright img{
	margin-left: 20px;
}
