html {
	min-height: 100%;
}
* {
	margin: 0;
	padding: 0;
}
body {
	background: #e9dccc url(../images/bg.gif) repeat-x top;
	color: #444;
	font: 14px normal Calibri, Verdana, Georgia, Tahoma, Arial, "Times New Roman";
	padding-bottom:10px;
}
a {
	color: #1a6eea;
	text-decoration:none;
}
a:hover {
	color: #735632;
	text-decoration:underline;
}
h1 {
	font-size:14pt;
	margin-bottom:15pt;
}
h2 {
	font-size:12pt;
	margin-bottom:5px;
}
h3 {
	font-size:11pt;
	margin-bottom:5px;
}

p, 
code, 
ul {
	padding-bottom: 1.2em;
}
li {
	list-style: none;
}
.clearer {
	clear: both;
}


/* structure */
#container {
	background: #FFF;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
	border-left:thin #666 solid;
	border-right:thin #666 solid;
	border-bottom:thin #666 solid;
}

/* Header */
#headerContainer {
	background: #FFF;
	height: 250px;
	margin: 0 auto;
	margin-top: 15px;
	padding: 10px 10px 0px;
	width: 780px;
	border-left:thin #666 solid;
	border-right:thin #666 solid;
	border-top:thin #666 solid;
}
#headerContainer #header {
  background: #B3C2C7 url(../images/header.jpg) no-repeat;
	height: 90px;
	padding-top:160px;
}
#headerContainer #header h1,
#headerContainer #header h2 {
	color:#FFF;
	padding-left:10px;
}
#headerContainer #header h1 {
	font-size:20pt;
	margin-bottom:5pt;
}
#headerContainer #header h2 {
	color:#FFF;
	line-height:14pt;
}


/* Navigation */
#navigation {	
	background: #D9E1E5 url(../images/nav.gif);
	height: 30px;
	margin:0 auto;
}

#navigation a {
	background: #D9E1E5 url(../images/nav.gif);
	border-right: 1px solid #ffffff;
	color: #456;
	display: block;
	float: left;
	line-height: 30px;
	padding: 0 10px;
	text-decoration: none;
}
#navigation a:hover {
	background-position: left bottom; 
	color: #006;
}

#phoneno {
	float:right;
	padding: 0 10px;
	line-height: 30px;
}


/* Main Content Area */
#main {
	position:relative;
	border-top: 4px solid #FFF;
	background: url(../images/bgmain.gif) repeat-y;
	overflow:hidden;
}


/* Content Area */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 15px;
	padding-top:15px;
	text-align:justify;
}
.content_full {
	float: left;
	margin: 10px 0;
	padding: 0 15px;
	padding-top:15px;
}
.annotation {
	font-size:7pt;
	padding-bottom:10px;
	vertical-align:text-top;
}
.content li,
.content_full li {
	list-style: url(../images/bullet.gif);
	margin-left: 40px;
	line-height:20px;
}
.content p,
.content_full p {
	font: 14px normal Calibri, Verdana, Georgia, Tahoma, Arial, "Times New Roman";
	line-height:20px;
}


/* Side Navigation*/
.sidenav {
	position:absolute;
	top: 0px;
	right: 0px;
	clear: both;
	width: 150px;
	background:#d4e3f7;
}
.sidenav h2 {
	font-size: 1em;
	line-height: 20px;
	margin: 0;
	padding: 10px;
	text-align:center;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {
	border-bottom: 1px solid #EAEADA;
}
.sidenav li a {
	font-size: 1.1em;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}
.sidenav li a:hover {
	background: #d3ddeb;
	color: #654;
	text-decoration: underline;
}
.sidenav .image {
	width:210px;
}



/* Footer */
#footer {
	background: url(../images/bgfooter.gif) repeat-x top;
	color:#666;
	font: 1em sans-serif;
	height:40px;
	text-align: center;	
}
#footer p {
	padding-top:15px;	
}
#footer a,
#footer a:hover {
	color: #666;
}
