/* blue */
body {
	background-color: #3b3b3b;
}

#container {
  margin: 10px auto;
  width: 950px;
  /* padding: 10px; */
  background-color: #ffffff;
}

/* Styles for the header including logo */
#header {
    height : 100px;
    width:100%;
    background-color: #455A79;
}

#logo { 
	float:left;
	font-family: "Century Gothic", Arial, verdana, sans-serif;
	font-size: 152%;
	font-weight: bold;
	color: #ffffff;
	padding:10px 0px 0px 10px; 
	width:80%; 
	background-color: inherit;
}

#headermenu { 
	float: right;
	text-align: right;
	font-family: Arial, verdana, sans-serif;
	font-size: 77%;
	color: #000000;
	width:15%; 
	padding: 10px 10px 0px 0px; 
	background-color: inherit;
	z-index: 20;
}

#headermenu a {
	text-decoration: none;
	color: #000000;
	background-color: inherit;
	z-index: 20;
}

#headermenu a:hover {
	text-decoration: underline;
}

/* Styles for the tabbed horizontal menu */
#navlistcontainer {
	clear: both;
	background-color: #455A79;
	padding-top: 2px;
}

#navlist
{
	padding: 3px 10px;
	margin: 0px;
	border-bottom: 3px solid #ffffff;
	font-family: Verdana,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 80%;
	line-height: normal;
}

#navlist li
{
	margin: 0;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	display: inline;
}

#navlist li a
{
	border-style: solid solid none;
	border-color: #ffffff #ffffff /*-moz-use-text-color*/;
	border-width: 2px 2px medium;
	padding: 3px 0.5em;
	background: #D1D9E4 none repeat scroll 0% 50%;
	margin-left: 3px;
	text-decoration: none;
}

#navlist li a:link { 
	color: #455a79;
	background: #d1d9e4 none repeat scroll 0% 50%; 
	border-color: #ffffff;

 }

#navlist li a:visited { 
	color: #455a79;
	background: #d1d9e4 none repeat scroll 0% 50%; 
	border-color: #ffffff;
 }

#navlist li a:hover
{
	color: #ffffff;
	background : #455a79 none repeat scroll 0% 50%; 
	border-color: #ffffff;
}

#navlist li a#current
{
	color: #ffffff;
	background : #455a79 none repeat scroll 0% 50%; 
}

/* Styles for the infobox */
#infobox {
    border-top: 3px solid #455a79;
    border-bottom: 3px solid #455a79;
    clear: both;
    margin: 0px auto;
    height :190px;
    width:100%;
    background-color: #d1d9e4;
}

#nutshell { 
	float: left;;
	height :190px;
	width:49%; 
	border-right: 1px dotted #455a79;
    	background-color: #d1d9e4;
}

#services { 
	float: right;
	height:190px;
	width:50%; 
	background-color: #d1d9e4;
}

#nutshell h2 { 
	margin: 0px;
	text-align: left;
	font-family: Arial, verdana, sans-serif;
	color: #455a79;
	font-size: 100%;
	padding:5px 0px 0px 10px; 
	background-color: inherit;
}

#nutshell p { 
	text-align: left;
	padding:0px 10px; 
	font-family: Arial, verdana, sans-serif;
	font-size: 77%;
	font-weight: normal;
	color: #494949;
}

#services h2 { 
	margin: 0px;
	text-align: left;
	font-family: Arial, verdana, sans-serif;
	color: #455a79;
	font-size: 100%;
	padding:5px 0px 0px 10px; 
	background-color: inherit;
}

#services p { 
	text-align: left;
	padding:0px 10px; 
	font-family: Arial, verdana, sans-serif;
	font-size: 77%;
	font-weight: normal;
	color: #494949;
}

#services ul { 
	margin-top: 5px;
	list-style-type: square;
	text-align: left;
}

#services ul li {
	font-family: Arial, verdana, sans-serif;
	color: #494949;
	font-size: 77%;
}

/* Styles for the main content */
#contents {
    clear: both;
    margin: 5px auto;
    width:100%;
    background-color: #ffffff;
}

#secondpagecontents {
    clear: both;
    margin: 0px auto;
    width:100%;
    background-color: #ffffff;
    border-top: 3px solid #455a79;
    padding-top: 5px;
}

#leftcontainer { 
	float: left;
	width:75%;
	background-color: #ffffff;
}

#rightcontainer { 
	float: right;
	width:24%;
	background-color: #ffffff;
}

.WrapText
{
	float:left;
	margin: 10px;
	padding: 5px;
	border:1px solid #455a79;
	background:#d1d9e4 none repeat scroll 0% 50%;
}

/*Styles for the left columm. */
#leftcontainer  h2
{
	margin:0 auto;
	padding:5px 0 5px 10px;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	text-align: left;
	color:#494949;
	font-size: 100%;
}

#leftcontainer p
{
	margin: 5px;
	padding: 0 0 5px 5px;
	background-color:inherit;
	line-height: 1.5em;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
	text-align: justify;
	color: #494949;
	font-size: 77%;
}

#leftcontainer a
{
	background-color:inherit;
	text-decoration: none;
	color: #000066;
}

#leftcontainer a:hover
{
	background-color:inherit;
	text-decoration: underline;
	color: #000066;
}

/*Styles for the right columms. */
.rightcontents
{
	margin: 0px auto 10px;
	background-color:#ffffff;
	border:1px solid #455a79;
	line-height:1.1em;
	text-align: left;
}

.rightcontents h2
{
	margin:0 auto;
	padding:5px 0 5px 10px;
	background-color:#d1d9e4;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	text-align: left;
	color:#455a79;
	font-size: 100%;
}

.rightcontents p
{
	padding:5px 10px;
	margin: 0 0 15px;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
	text-align: left;
	background-color:inherit;
	color: #494949;
	font-size: 77%;
}

.rightcontents p a
{
	background-color:inherit;
	text-decoration: none;
	color: #000066;
}

.rightcontents p a:hover
{
	background-color:inherit;
	text-decoration: underline;
	color: #000066;
}

/*Styles for Quick links. */
.rightcontents ul
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.rightcontents ul li
{
	list-style-type: square;
	padding-bottom: 5px;
}

.rightcontents ul li a
{
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
	text-align: left;
	font-size: 77%;
	background-color:inherit;
	text-decoration: underline;
	color: #000066;
}

.rightcontents ul li a:hover
{
	background-color:inherit;
	color: #455a79;
}

/*Styles for the footer. */
#footer {
	clear: both;
	margin: 5px 0 0;
	width:100%;
}

#footer p {
	padding: 10px;
	background-color: #455a79;
	font-family: Arial, verdana, sans-serif;
	font-size: 77%;
	color: #fff;
	margin: 0px;
}

#footer2 {
	 margin: 0px auto;
	 width: 950px;
	 background-color: #3b3b3b;
}

#footer2 p {
	margin: 0px;
	padding: 0px;
	float: right;
	background-color: #3b3b3b;
	font-family: Arial, verdana, sans-serif;
	font-size: 65%;
	color: #3b3b3b;
}

#footer2 p a {
	background-color: #3b3b3b;
	font-family: Arial, verdana, sans-serif;
	font-size: 100%;
	color: #3b3b3b;
	text-decoration: underline;
}