/* CSS Document */

html{
	font-family: Trebuchet MS;
	}
body{
	padding: 0px;
	margin: 0px;
	background-image: url(images/bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	}
h1{
	font-size: 18px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
	}
h2{
	font-size: 16px;
	border-bottom: 1px solid #CCCCCC;
	color: #C1E0FF;
	background-color: #000000;
	text-indent: 20px;
	line-height: 25px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	}
h3{
	font-size: 12px;
	margin-bottom: 0px;
	}
h4{
	padding: 0px;
	padding-top: 10px;
	margin: 0px;
	font-size: 14px;
	color: #000066;
	}
h5{
	}
.floatleft{
	float: left;
	padding-right: 10px;
	}

/* Topmost Navigation */
#topnavdiv{
	margin-top: 0px;
	color: #FFFFFF;
	}

#topnav{
	width: 800px;
	margin: auto;
	font-size: 12px;
	background-color: #0099FF;
	border-bottom: 2px solid #FFFFFF;
	}

#topnav .name{
	padding-right: 10px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	line-height: 16px;
	text-align: right;
	}
	
#topnav ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	height: 30px;
	}

#topnav li{
	float: left;
	line-height: 30px;

	}
#topnav a{
	text-decoration: none;
	background-image: url(images/topbg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	color: #FFFFFF;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid #FFFFFF;
	}
#topnav a:hover{
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: none;
	border: 1px solid #CCCCCC;
	color: #000000;
	}
/* Banner Area */

#bannerdiv{
	width: 800px;
	margin:auto;
	height: 110px;
	background-color: FFFFFF;
	border-bottom:  1px solid #CCCCCC;
	background-image: url(images/bannerbg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	}

#banner{
	width: 800px;
	height: 120px;
	margin: auto;
	}
#banner .cell1{
	background-image: url(images/logo.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	}
#banner .cell{
	vertical-align: top;
	padding-top: 32px;
	text-align: right;
	padding-right: 30px;
	width: 480px;
	font-size: 12px;
	}
#banner .cell h1{
	font-size: 18px;
	letter-spacing: -1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	border: none;
	padding: 0px;
	margin: 0px;
	}
	
/* Sub Banner */
#subbanner{
	width: 812px;
	height: 30px;
	margin: auto;
	border-bottom: 1px solid #CCCCCC;
	background-image: url(images/headerbg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	}
	
#subbanner .heading{
	color: #FFFFFF;
	padding-left: 10px;
	font-weight: normal;
	font-size: 17px;
	}
/* ------------------ Navigation ------------------- */
#navigationdiv{	
	width: 800px;
	margin: auto;	
	background-color: #0099FF;	
	border-bottom: 6px solid #004080;
 	}
#navigation{	
	margin: auto;
	width: 800px;
	height: 29px;
	padding: 3px 0px 0px 0px;
	}
#navigation ul{
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#navigation ul li{
	float: left;
	list-style: none;
	color: #000000;
	margin-right: 3px;
	background-color: #004080;
	}	
#navigation ul li a{
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 15px 0px 15px;
	display: block;
	border: 1px solid #004080;
	border-bottom: none;
	line-height: 28px;
	}
#navigation ul li a:hover{
	color: #000000;
	background-color: #D7EBFF;
	border: 1px solid #666666;
	border-bottom: none;
	background-image: url(images/bg1.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	}
#navigation .down{
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	border-bottom: none;
	background-image: url(images/bg1.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	padding: 0px 20px 0px 20px;
	line-height: 28px;
	}
/* Body Area */
#body{
	width: 800px;
	margin: auto;
	margin-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-image: url(images/footerbg.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	}

	/* Left Navigation */
	#leftnav{
		width: 150px;
		vertical-align: top;
		padding-right: 5px;
		font-size: 11px;
		}
	
	#leftnav ul{
		margin: 0px;
		padding: 0px;
		list-style: none;
		font-size: 10px;
		background-color: #0053A6;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		}
	
	#leftnav li{
		text-indent: 20px;
		border-bottom: 1px solid #FFFFFF;
		}
	#leftnav a{
		text-decoration: none;
		color: #FFFFFF;
		display: block;
		line-height: 24px;
		}
	#leftnav a:hover{
		text-decoration: none;
		color: #000000;
		background-color: #D7EBFF;
		}
	#leftnav .down{
		background-color: #000000;
		color: #FFFFFF;
		line-height: 26px;
		}
		
	/* Content Area */
	#content{
		width: 450px;
		vertical-align: top;
		padding: 10px;
		font-size: 12px;
		}
	#content .img{
		float: left;
		margin-right: 15px;
		margin-bottom: 10px;
		}
	
	/* Right Navigation */
	#rightnav{
		vertical-align: top;
		font-size: 12px;
		}
		
	#rightnav p{
		border: 1px solid #CCCCCC;
		padding: 4px;
		margin: 0px;
		margin-bottom: 20px;
		}
	#form{
		font-size: 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		padding: 4px;
		}
	#form h3{
		padding: 4px;
		border-bottom: 1px dotted #FF0000;
		background-color: #FFFFFF;
		margin-bottom: 10px;
		}
	#form .text{
		height: 15px;
		color: #666666;
		padding-left: 5px;
		margin-bottom: 4px;
		}
/* Footer */
#footer{
	width: 800px;
	height: 60px;
	margin: auto;
	font-size: 11px;
	margin-top: 2px;
	background-color: #0099FF;;
	}
#footer td{
	padding: 10px;
	text-align: center;
	}
#footer ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
#footer li{
	border-right: 1px solid #0066CC;
	float: left;
	}
#footer a{
	text-decoration: none;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	}
#footer a:hover{
	text-decoration: none;
	color: #FF0000;
	}
#footer p{
	clear: both;
	}

/* Contact Form Table */
#form{
	width: 400px;
	margin-left: 20px;
	}
#form td{
	vertical-align: top;
	}
#form .leftcells{
	text-align: right;
	}
#form .rightcells{
	text-align: left;
	}
/* Contact Staff Table */
#staff{
	width: 400px;
	}
#staff td{
	vertical-align: top;
	text-align: center;
	}
#staff .leftcells{
	text-align: right;
	}
#staff .rightcells{
	text-align: left;
	}

/* Links Table */
#links{
	width: 450px;
	}
#links td{
	vertical-align: top;
	}
#links a{
	color: #000099;
	}
#links a:hover{
	color: #FF0000;
	}
	
/* Gallery */
#thumbnails{
	overflow:auto; 
	height: 115px; 
	margin-bottom: 20px;
	}
#preview{
	overflow: hidden;
	height: 340px;
	width: 450px;
	margin-bottom: 20px;
	}
#preview img{
	margin-bottom: 15px;
	}