/* CSS Document */

body{
	background-color:#74acd3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
	margin:0px;
	padding:0px;
	}

#main {
	width:1024px;
	margin:auto;
	padding:0px;
	background-color: #daeefa;
	}

#header {
	margin:0px;
	padding:0px;
	border:solid 1px #6A9DC1;
	border-top:none;
	width:1024px;
	height:160px;
	text-align:left;
	}
	
#nav {
	top:120px;
	position:absolute;
	height:40px;
	width: 1024px;
	text-align:center;
	}

#nav ul{
	width:1024px;
	list-style:none;
	margin:0px;
	padding:0px;
	text-align:center;
	}
	
	#nav ul li{
	display: inline;
	}
	
	#nav table{
		margin:auto;
	}
	#nav table td{
		display:inline-block;
		text-align:center;
		font-size:18px;
		color:#c1272d;
	}

	#nav table td a{
		font-size:18px;
		color:#c1272d;
		text-decoration:none;
		}

	#nav table td a:hover{
		color:#f9f1ca;
		}
	
	.nav-left{
		float:left;
		background-image:url(images/menuitem_left.png);
		background-repeat:none;
		margin-top:3px;
		height:38px;
		width:8px;
	}
	.nav-text{
		float:left;
		background-image:url(images/menuitem.png);
		background-repeat:repeat-x;
		background-position:0px 3px;
		padding-top: 10px;
		padding-left:5px;
		padding-right:6px;
		height:31px;
	}
	.nav-right{
		float:right;
		background-image:url(images/menuitem_right.png);
		margin-top:3px;
		height:38px;
		background-repeat:none;
		width:7px;
	}

#wrapper {
	width:960px;
	margin:10px auto 10px auto;
	padding:0px;
	}

#content_bg{
	background-image:url(images/separator_ver.jpg);
	background-position:640px 0px;
	background-repeat:repeat-y;
}
	
#content {
	width:620px;
	margin:0px;
	float:left;
	padding:0px 5px 0px 5px;
	}
p{
	padding-bottom:15px;
}
h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, sans-serif;
	color: #1780ff;
	padding-bottom:5px;
}
h1{ font-size: 26px; }h2{ font-size: 22px; }h3{ font-size: 18px; }h4{ font-size: 16px; }h5{ font-size: 14px; }h6{ font-size: 12px; }
#content h1,#content h2,#content h3,#content h4,#content h5,#content h6 {
	text-align: left;
}

#sidebar {
	width:300px;
	float:left;
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 30px;
	}

#sidebar h1,#sidebar h2,#sidebar h3,#sidebar h4,#sidebar h5,#sidebar h6 {
	padding-bottom:3px;
	padding-top:3px;
	text-align:center;
}

ol li{
	margin:0px 0px 0px 25px;
	padding:5px 0px 5px 5px;
	list-style-type:decimal;
	background:none;
}

ul li{
	padding:5px 0px 5px 25px;
	margin:0px 0px 0px 5px;
	list-style-type:none;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: left;
	}
	

#footer {
	background-color:#4382B3;
	border:solid 1px #4382B3;
	}
#footer ul {
	text-align: center;
	margin: 0;
	padding: 10px 0px 10px 0px;
}
#footer li {
	font-size: 16px;
	color: #0000FF;
	display: inline;
	background:none;
}


	
#footer a:link{
	color:#0000FF;
	text-decoration:none;
	}

#footer a:hover{
	color:#FFFFFF;
	text-decoration:none;
	}

.clear {
	clear:both;
	}
	
hr{
	background-image:url(images/separator_hori.jpg);
	width:90%;
	border:0px;
	height:6px;
	margin-bottom:15px;
}
	
#flash_header{
	background-image:url(images/flashimage.png);
	background-position:center;
	background-repeat:no-repeat;
	width:1024px;
	height:160px;
	position:relative;
}
img, a img{
	margin:0px;
	border:3px double #74ACD3;
}

.image-center{
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:5px;
}

.image-left{
	float:left;
	margin-right:10px;
	margin-top:5px;
	margin-bottom:5px;
}

.image-right{
	float:right;
	margin-left:10px;
	margin-top:5px;
	margin-bottom:5px;
}

.image-noborder{
	border:none;
	margin-top:0px
}

#checkcard {
	width: 990px;
	margin: 10px auto 0px auto;
	background-image: url(images/Visa_Mas_Amex_Dis.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 35px;
}
a {
	text-decoration: none;
}
