html, body {
	height:100%;
}

body {
	margin: 0;
	padding: 0;
	font: 0.9em/1.4em Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	line-height:normal;
	color: #666;
	background-color:#ffffff;
}

#container { /* this is the div you want to fill the window */
	min-height: 100%;
	margin: 0;
	padding: 0;
}
* html #container {
height:100%
}

#header {
	position: relative;
	float:left;
	background-color:#C7D3E1;
	width: 100%;
	z-index:100;
}

#logo {
	position: relative;
	float:left;
	padding:25px 0px 15px 25px;
}

#contact_div{
	position:relative;
	float:right;
	width:15%;
	color:#3C6D8E;
	font-size: 0.75em;
	font-weight:normal;
	padding-top:27px;
	margin-right:1%;
	z-index:1;
}

#content {
	position:relative;
	width:100%;
	background-color:#C7D3E1;
}

#leftnav {
	position:relative;
	float:left;
	width:11%;
	height:496px;
	background-color:#C7D3E1;
	z-index:5;
}
#leftindent {
	position:relative;
	float:left;
	width:3%;
	height:496px;
	z-index:5;
	background-color:#C7D3E1;
}

#text_area_box{
	position:relative;
	float:right;
	background-color:#fff;
	width:85.5%;
	z-index:1;
}

h1{
	font-size:1.4em;
	font-weight:bold;
	border-bottom: 1px solid black;
	padding-bottom:3px;
	line-height: 1.7em;
}

h2{
	font-size:1.2em;
	font-weight:bold;
	padding-bottom:3px;
}

.warn{
	color:#FF0000;
	font-weight:bold;
	font-size: 1.1em;
}


li {
	margin-bottom: 4px;
}

.calm{
	color:#999999;
	font-size: 0.8em;
	text-align:right;
}
 a.calm{
	color:#999999;
	text-decoration:underline;
	font-size: 1em;
}

img {
	border:0;
}
		
.menu {
	width:520px;
	height:29px;
	font-size:0.85em;
	border:0px;
	position:relative;
	float:right;
	padding-top:30px;
	padding-right:30px;
	z-index:1000;

}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu ul ul {
	width:85px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:right;
	width:85px;
	position:relative;
	margin-bottom: 0px;
	margin-right: 0px;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:10px;
	text-decoration:none;
	width:85px; 
	height:34px; 
	border-width:0px;
	background:#C7D3E1; 
	padding:0px; 
	line-height:0px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:85px;
	w\idth:84px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#000066;

}
/* style the second level hover */
.menu ul ul a.drop:hover{
	background:#000066;
}
.menu ul ul :hover > a.drop {
	background:#000066 ;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:35px;
	left:0; 
	width:85px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:35px;
	t\op:36px;
}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#C7D3E1; 
	text-align:left;
	color:#666; 
	font-weight:bold;
	height:auto; 
	border:0px solid #37708E; 
	border-width:0px 1px 1px 1px;
	line-height:1em; 
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	width:72px;
}

/* yet another hack for IE5.5 */
* html .menu ul ul a{
	width:85px;
	w\idth:72px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#cc0000; 
	background:#fff;
	border:solid #37708E;
	border-width:0px 1px 1px 1px;
}

a:hover.toplink  {
	background:#C7D3E1;
	border-top:1px solid #C7D3E1;
	border-left:0px solid #fff;
	border-right:0px solid #fff;
	border-bottom:0px solid #fff;

}

/* make the second level visible when hover on first level list OR link */
	.menu ul li:hover ul,
	.menu ul a:hover ul{
	visibility:visible; 
}


.submit_button {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
