﻿body 
{
	font-family:Arial;
	font-size:12px;
	margin:0px;
	padding:0px;
	background-color:#ddddff;
}

#pagecontainer
{
	width:900px;
	height:auto;
	overflow:hidden;
	position:absolute;
	left:50%;
	margin-left:-450px;
}

#header
{
	width:900px;
	height:110px;
	overflow:hidden;
	background-image:url(../Images/bg_01.jpg);
	margin-top:10px;
}

#content
{
	width:900px;
	min-height:480px;
	height:auto;
	overflow:hidden;
	background-image:url(../Images/bg_02.jpg);
	background-color:White;
	background-repeat:no-repeat;
}

#footer
{
	width:900px;
	height:10px;
	overflow:hidden;
	background-image:url(../Images/bg_03.jpg);
}

#contentinside
{
	width:880px;
	height:auto;
	overflow:hidden;
	margin:0px 10px 0px 10px;
}

#menu
{
	height:30px;
	width:880px;
	overflow:hidden;
	margin:70px 0px 0px 14px;
}

#menu a,#submenu a
{
	display:block;
	color:White;
	font-size:13px;
	float:left;
	margin:6px 11px 0px 11px;
	text-decoration:none;
}

#a href
{
    text-decoration:none;
    
}
.list li
{
    margin-bottom:3px;
}

#menu a:hover, #submenu a:hover
{
	color:#61BCD7;
}




.divider
{
	width:1px;
	height:30px;
	background-image:url(../Images/divider.jpg);
	overflow:hidden;
	float:left;
}

h1,h2,h3,h4,h5,p
{
	margin:0px 0px 10px 0px;
}

h1
{
	font-size:20px;
	color:#216D83;
}

h2
{
	font-size:16px;
	color:#0088AE;
}

h3
{
	font-size:14px;
	color:#0088AE;
}

.t_prompt
{
	text-align:right;
	padding-right:5px;
}

input
{
	font-size:12px;
}

.homebox
{
	width:188px;
	margin:10px 10px 10px 10px;
	overflow:hidden;
	height:auto;
	float:left;
}

.homebox h2
{
	text-align:center;
	font-weight:bold;
	font-size:13px;
	color:#005871;
}

.homebox h4
{
	font-size:12px;
	font-weight:normal;
	color:#216D83;
}
.homebox h5
{
	font-size:12px;
	font-weight:normal;
	color:#0088AE;
}

.homebox li
{
	list-style-type:disc;
	list-style-position: outside;
	margin-left:-20px;
	color:#0088AE;
}

.boxdivider
{
	width:3px;
	float:left;
	background-image:url(../Images/BoxDivider.png);
	overflow:hidden;
}

.table1
{
    width:530px;
}

.table1 th
{
    background-color:#EEEEEE;
}

.table1 td,th
{
    padding:4px;
}

#submenu
{
    width:630px;
    height:30px;
    overflow:hidden;
    background-image:url(../Images/submenu.jpg);
    margin-bottom:10px;
}

.questtable td
{
	padding-bottom:4px;
	height:auto;
	
}

.t_prompt
{
	padding-right:5px;
	text-align:right;
	vertical-align:top;
	padding-top:3px;
	
}


.error
{
	color:Red;
	text-align:center;
}

.questtable
{
	margin:0px auto 0px auto;
	float:left;
	width:600px;
}

#gmap
{
    width:375px;
    height:375px;
    overflow:hidden;
    margin-left:30px;
    margin-top:20px;
   
    
}

