/*Page Properties*/
body{
	margin: 0px;
	background-color:#6A6A6A;
	background-image: url(../images/front/bg.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	text-align:center;
	font-family: Tahoma;
	font-size: 10px;
	color: #333333;
}

a:link {
	color: #000180;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000180;
}
a:hover {
	text-decoration: underline;
	color: #000180;
}
a:active {
	text-decoration: none;
	color: #000180;
}

/* Layout Styles */
.Main{
	width:800px;
	margin:0px auto;
	text-align:left;
	display:table;
	position:relative;
}
.Header{
	width:800px;
	height:130px;
	float:left;
	position:relative;
	background-image:url(../images/front/Header.jpg);
}
.Nav{
	width:800px;
	height:35px;
	position:absolute;
	top:95px;
	*left:0;
}
.Nav ul{
	bottom:17px;
	display:block;
	left:0;
	margin:0;
	padding:0;
	position:absolute;
	text-align:center;
	width:100%;
	letter-spacing:-0.38em;
}
.Nav ul li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	letter-spacing:normal;
	margin:0;
	padding:0 2px;
	border-left:1px solid #ccc;
	*border-left:none;
}
.Nav ul li:first-child{
	border-left:none;
}
.Nav ul li a{
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	color:#000082;
	font-size:12px;
	height:10px;
	padding:5px 10px;
}
.Nav ul li a:hover{
	background-color:#000082;
	color:#fff;
}
.Content{
	width:800px;
	float:left;
	position:relative;
	text-align:left;
	display:table;
}
.Right{
	width:240px;
	float:right;
	display:table;
	background-image:url(../images/front/Right_bg.jpg);
}
.Left{
	width:544px;
	float:left;
	margin:0px 0px 11px 11px;
}
.Text{
	margin:14px 5px 0px 5px;
}

/* CSS to preload mouse over image */
.preload{
width: 0px;
height: 0px;
display:none;
}


/* Text Format*/
h1{
	font-family:Tahoma;
	font-size: 12px;
	color: #000086;
	font-weight:bold;
	margin: 0px 0px 10px 0px;
	text-align: left;
}
p{
	font-family:Tahoma;
	font-size: 10px;
	color: #333333;
	margin: 0px 0px 10px 0px;
	text-align: left;
}
p[align=center]{
	text-align:center;
}

p[align=right]{
	text-align:right;
}

div.links{
	display:block;
	text-align:center;
	background-color:#fff;
	border-radius:5px;
	border:1px solid #ccc;
	box-shadow:1px 1px 5px rgba(0,0,0,0.2);
	margin:10px;
	overflow:hidden;
	padding:10px;
	position:relative;
}
div.links *{
	position:relative;
	z-index:2;
}
div.links:after{
	content:'Links';
	position:absolute;
	bottom:-20px;
	left:2px;
	color:#eee;
	font-size:72px;
	z-index:1;
}

a.button{
background: rgb(125,185,232); /* Old browsers */
background: -moz-linear-gradient(top, rgba(125,185,232,1) 0%, rgba(43,136,217,1) 48%, rgba(32,124,202,1) 49%, rgba(59,103,158,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,185,232,1)), color-stop(48%,rgba(43,136,217,1)), color-stop(49%,rgba(32,124,202,1)), color-stop(100%,rgba(59,103,158,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(125,185,232,1) 0%,rgba(43,136,217,1) 48%,rgba(32,124,202,1) 49%,rgba(59,103,158,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(125,185,232,1) 0%,rgba(43,136,217,1) 48%,rgba(32,124,202,1) 49%,rgba(59,103,158,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(125,185,232,1) 0%,rgba(43,136,217,1) 48%,rgba(32,124,202,1) 49%,rgba(59,103,158,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#3b679e',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(125,185,232,1) 0%,rgba(43,136,217,1) 48%,rgba(32,124,202,1) 49%,rgba(59,103,158,1) 100%); /* W3C */
	border-radius:5px;
	border:1px solid #3b679e;
	box-shadow:inset 0px 0px 10px rgba(43,136,217,0.7), 1px 1px 5px rgba(0,0,0,0.2);
	color:#fff;
	display:inline-block;
	*display:inline;
	*zoom:1;
	font-size:12px;
	font-weight:bold;
	padding:10px;
	text-decoration:none;
}

a.button:hover{
background: rgb(140,193,234); /* Old browsers */
background: -moz-linear-gradient(top, rgba(140,193,234,1) 0%, rgba(67,149,221,1) 48%, rgba(43,138,221,1) 49%, rgba(68,119,182,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(140,193,234,1)), color-stop(48%,rgba(67,149,221,1)), color-stop(49%,rgba(43,138,221,1)), color-stop(100%,rgba(68,119,182,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(140,193,234,1) 0%,rgba(67,149,221,1) 48%,rgba(43,138,221,1) 49%,rgba(68,119,182,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(140,193,234,1) 0%,rgba(67,149,221,1) 48%,rgba(43,138,221,1) 49%,rgba(68,119,182,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(140,193,234,1) 0%,rgba(67,149,221,1) 48%,rgba(43,138,221,1) 49%,rgba(68,119,182,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cc1ea', endColorstr='#4477b6',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(140,193,234,1) 0%,rgba(67,149,221,1) 48%,rgba(43,138,221,1) 49%,rgba(68,119,182,1) 100%); /* W3C */
	border:1px solid #4477b6;
}


