@charset "UTF-8";
body {
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background: #fff;
	margin: 0 auto;
	/*width: 950px;*/
	padding: 0;
	text-align: center;
	color: #000;
}

h1, h2, h3{
	color: #0081c7;
	font-weight: normal;
	margin: 0.5em 0;
}

#header {
	height: 143px;
	background-color: #fff;
}

#headerInner {
	width: auto;
	margin: 0 auto;
	height: 143px;
	position: relative;
}

#logo {
	position: absolute;
	left: 0;
	bottom: 30px;
}

#slogan {
	position: absolute;
	right: 0;
	bottom: 35px;
}

#container {
	width: auto;
	background: #fff;
	margin: 0 auto;
	text-align: left;
}

#container.blue, #container.blue #footer #bar, #container.yellow, #container.yellow #footer #bar, #container.lilac, #container.lilac #footer #bar, #container.green, #container.green #footer #bar {
background: #fff;
}

#mainContent {
	padding: 20px;
	padding-right: 0px;
	margin-left: 0px;
	background: #fff;
	position: relative;
	z-index: 1;
}

#mainContent.imgRight {
	padding-right: 0px;
}

#mainContent.noPad  {
	padding-right: 0px;
}

.blue #mainContent, .yellow #mainContent, .lilac #mainContent, .green #mainContent {
	background: #fff;
}

.borderImage {
	display: none;
}


#footer {
	border-top: 1px solid #0081c7;
	background: #fff;
	height: auto;
}


#footer #swish {
	background: #fff;
	height: auto;
}

#footer #greenbar{
	display: none;
}

#subfooter {
	text-align: center;
	background: #fff;
	color: #666;
	font-size: 80%;
	height: auto;
}

#subfooter a{
	color: #0082c8;
}


#menu {
	background: #fff;
	font-size: 70%;
	text-align: left;
	position: relative;
	width: 175px;
	float: left;
	margin: 0 3em 3em 0;
}

.blue #menu, .blue  #menu > ul > li.sel > a{
	border: 1px solid #d0ecfb;
}

.yellow #menu, .yellow  #menu > ul > li.sel > a{
	border: 1px solid #f5f3ce;
}

.lilac #menu, .lilac  #menu > ul > li.sel > a{
	border: 1px solid #dcdbf9;
}

.green #menu, .green  #menu > ul > li.sel > a{
	border: 1px solid #cfe5c7;
}

#menu a{
	color: #000;
	text-decoration: underline;
	display:block;
}

#menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}

#menu > ul {
	width: auto;
	margin: 0;
}

#menu ul li{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu > ul > li{
	float: left;
	padding: 0;
	font-size: 80%;
	position: relative;
}

#menu > ul > li > a{
	text-decoration: underline;
}


#menu > ul > li.sel > a{
	font-weight: bold;
	text-decoration: none;
}

#menu > ul > li > div{
	display: none;
}

#breadcrumbs {
	color: #666;
	font-size: 80%;
}

#breadcrumbs a{
	color: #0082c8;
}

a{
	color: #0082c8;
	text-decoration: underline;
}

#tabs {
	font-size: 14px;
	background: #fff;
	height: 20px;
}

#tabs div {
	width: auto;
	margin: 0 auto;
	height: 20px;
}

#tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 20px;
	width: auto;
	float: right;
}

#tabs ul li {
	height: 20px;
	line-height: 20px;
	float: left;
	margin: 0 0 0 2px;
	font-weight: normal;
}

#tabs ul li a {
	color: #000;
	text-decoration: underline;
	height: 2em;
	line-height: 2em;
	float: left;
	padding: 0 1em;
}

#tabs ul li.sel a {
	font-weight: bold;
	text-decoration: none;
}
