body {
	font: 11px Arial, Helvetica, Verdana, sans-serif;
	background-color:#F3F4F8;
	color: #444444;
	margin:0;
	padding:0;
}
*html body {
	font-size: 70%;
}

form {
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5 {
	margin-top: 0;
	margin-bottom: 10px;
}
p {
	margin: 16px 0;
}

h2 {
	font-size: 1.5em;
	color: #002664;
}
a {
	color: #007c92;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}

/**
 * headings
 */
h3.redbar {
	background-color: #9e3039;
	color: white;
	font-weight: bold;
	font-size: 1em;
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
	border-right: solid 1px #6e2228;
	border-bottom: solid 1px #6e2228;
	margin: 0;
}

/**
 * homepage teaser boxex
 */
.teaser {
	position: relative;
	display: inline;
	float: left;
	width: 230px;
	height: 225px;
}

.teaser h2 {
	font-size: 1.2em;
	color: #565656;
	border-top: solid 3px #565656;
	border-bottom: solid 1px #565656;
	padding: 0;
	margin: 0 0 5px 0;
}

.teaser p {
	margin: 6px 0;
}

.teaser a {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

/**
 * Wrappers and Containers
 */
#pagewrapper {
	text-align: center;
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	background:transparent url(../images/mainContentBG.jpg) repeat-y scroll 2px 0;
	width:980px;
	padding: 0 10px;
}
#header {
	background-image:url(../images/mastheadBG.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:90px;
	line-height:normal;
	width:980px;
	position: relative;
}
#content {
	background-color: white;
}
#main {
	border-left: solid 1px #e7ecf8;
	height: auto !important;
	height: 400px;
	min-height: 400px;
	padding: 10px 18px 18px 18px;
	float: left;
	display: inline;
	width: 712px;
}

#main .right-margin {
	margin-right: 250px;
}
#breadcrumb {
	margin-bottom: 10px;
}

/**
 * sidebars
 */
#leftside {
	float: left;
	display: inline;
	width: 230px;
	margin-left: -230px;
	padding: 0;
	margin: 0;
}

#rightside {
	float: right;
	display: inline;
	width: 210px;
	margin-left: 20px;
	margin-top: 15px;
}

.info-block {
	background-color: #d9dfe8;
}
.info-block img {
	float: left;
}
.info-block h3 {
	line-height: normal;
	font-size: 1.1em;
	margin-top: 0;
	margin-bottom: 6px;
	color: black;
}
.info-block .info-text {
	border-top: solid 4px #002664;
	padding: 6px;
	margin-left: 78px;
	height: 113px;
}
.info-block .info-text a {
	margin-top: 5px;
}
.quote-block {
	margin-top: 25px;
	padding-top: 20px;
	border-top: solid 1px #333;
	color: #666666;
	font-size: 1.2em;
	line-height: 135%;
	font-weight: bold;
}


/**
 * links
 */
.left_arrow {
	background-image:url(../images/caret_standardLink.gif);
	background-position: 0 5px;
	background-repeat: no-repeat;
	padding-left: 8px;
}

ul.links,
ul.links li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: inline;
}
ul.links {
	padding-bottom: 10px;
}
ul.links li a {
	display: block;
	padding: 8px 0px 8px 20px;
	border-bottom: solid 1px #e7ecf8;
	background:transparent url(../images/caret_standardLink.gif) no-repeat 95% 50%;
}
ul.links li a.active {
	color: #002664;
	font-weight: bold;
}
ul.links li a.expand {
	background-image:url(../images/caret_standardLink_active.gif);
}
ul.links li.active li a {
	background-color: #f8f9fd;
	padding-left: 30px;
	background-image: none;
}

#logo_link {
	position: absolute;
	top: 16px;
	left: 15px;
	width: 80px;
	height: 30px;
}

.perlink-block {
	padding: 3px 7px;
	border: solid 1px #e7ecf8;
	font-size: 0.9em;
	margin-right: 30px;
	vertical-align: middle;
}

/**
 * Other 
 */
.indent {
	padding: 10px;
	margin-bottom: 10px;
}
.billboard {
	margin-bottom: 15px;
}
.tagline {
	font-size: 1.3em;
	color: #666666;
}

/**
 * Footer
 */
#footer {
	clear: both;
	color: #b2b2b2;
	border-top: solid 1px #e7ecf8;
	padding: 10px;
}

#footer a {
	color: #b2b2b2;
	margin: 0 5px;
}
 

