/* layout */
body, body.bg-01 {
	margin: 0px auto;
	padding: 0;
	text-align:center;
	background: ;
	background: url(../images/layout/bg-01.jpg) #fff top center no-repeat;
}
body.bg-02 {
	margin: 0px auto;
	padding: 0;
	text-align:center;
	background: ;
	background: url(../images/layout/bg-02.jpg) #fff top center no-repeat;
}
body.bg-03 {
	margin: 0px auto;
	padding: 0;
	text-align:center;
	background: ;
	background: url(../images/layout/bg-03.jpg) #fff top center no-repeat;
}

.container {
	margin: 0px auto;
	padding: 0;
	width: 700px;
	text-align: center; 
	background-color: #ffffff;
}
.header {
	padding: 0 15px;
}
.wrapper {
	padding: 0 10px 20px;
}
.page {
	text-align: left; 
	padding:0 10px 0 32px;
}

/* Navigation */
.nav-bar {
	padding: 0 15px 60px;
	height:25px;
}
.nav-item  {
	font-size:12px;
	text-align:center;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
}
.nav-item a {
	height:25px;
	line-height: 25px;
	display:block;
	color: #ffffff;
	text-decoration:none;
	background-color: #99c4ce;
}
.nav-item a:hover, #nav-on  {
	background-color: #35899c;
	color: #ffffff;
	text-decoration:none;
}
}
/* submenu */
.subnav {
	width:153px;
	text-align:center;
	font-size:11px;
	font-weight:bold;
}
.subnav a {
	font-size:11px;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
	height:40px;
	line-height:25px;
	display:block;
	color: #666;
	text-decoration:none;
	background: url(../images/layout/subnav-bg-1.gif) #fff center top no-repeat;
}
.subnav a:hover, #subnav-on {
	color: #000;
	text-decoration:none;
	background: url(../images/layout/subnav-bg-2.gif) #fff center top no-repeat;
}

/* text formatting */
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	padding:0;
	margin:0
	}
h1, .heading1 {
	font-size:17px;
	font-weight:bold;
}
h2, .heading2 {
	font-size:14px;
	font-weight:bold;
}
.green {
	color: #99c4ce;
}
.blue {
 color:#35899c;
 }
.grey {
 color:#666666;
 }
.smalltext {
	font-size: 10px;
}
.medtext {
	font-size: 11px;
}
br { 
	line-height: 80%;
}
ul {
	margin: 10px 0 15px 20px;
	padding:5px;
	list-style: url(../images/layout/bullet.gif);
}
li {
	margin: 0 0 10px;
}
/* Links */
a {
color:#35899c;
text-decoration:underline;
}
a:hover {
color:#000;
text-decoration:underline;
}

.textbox {
	background-color:#ddebee;
	padding:10px ;
}
