@import url(rte.css);

body {
	background-color: #DCECF3;
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 1.3;
	color: #7B7B7B;
}

a {
	color: black;
}

a:hover {

}

p {

}

#container {
	background-color: white;
}

#header {
	height: 150px;
	background-image: url(nav.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	overflow: visible;
	position: relative;
}

#logo {
	margin-top: -45px;
	left: 35px;
}

.tx-macinasearchbox-pi1 {
	color: white;
	* bottom: 1px;
	* position: relative;
}

.tx-macinasearchbox-pi1 input {
	background-color: #2E4AB2;
	border-top: 1px #162457 solid;
	border-bottom: 1px #162457 solid;
	border-left: 1px #162457 solid;
	border-right: 1px #162457 solid;
}

.tx-macinasearchbox-pi1 input.button {
	border: none;
	background-color: #0F2FA6;
	vertical-align: middle;
}

#topnav {
	position: absolute;
	bottom: 0px;
	height: 37px;
	overflow: hidden;
}

#topnav ul {
	padding: 0px;
	margin: 5px 30px 0 30px;
}

#topnav li {
	list-style: none;
	float: left;
	border-right: 1px dotted #FFFFFF;
}

#topnav li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
}

#topnav li a:hover {
	text-decoration: underline;
}

img#logo {
	position: absolute;
	top: 55px;
}

#mission {
	position: absolute;
	top: 60px;
	right: 210px;
	color: #1E3897;
	text-align: right;
}

#mission h1 {
	font-size: small;
}

#girl {
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: right;
}



/*** Sidebar menu ***/

#leftside {
	padding-left: 20px;
}

#sectionheader {
	font-size: medium;
	color: black;
	font-weight: bold;
	padding-bottom: 10px;
}

#primarynav {
	border-bottom: 1px dotted #0F2FA6;
}

.nav {
	border-top: 1px dotted #0F2FA6;
	padding: 5px 5px 5px 20px;
}

.nav:hover,.active {
	background-image: url(arrow1.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

.sub {
	font-size:0.8em;
	padding: 0px 0 6px 30px;
}

.subactive {
	font-weight: bold;
}

.nav a, .sub a {
	text-decoration: none;
}

#contact {
	padding-top: 10px;
}

#contact h1 {
	font-size: medium;
	color: black;
	font-weight: bold;
}

#contact p {
	padding: 0px;
	margin: 0px;
}

/*** Content ***/

#content {
	margin-top: 5px;
	padding-top: 50px;
	border-left: 1px black solid;
	padding-right: 15px;
	margin-bottom: 5px;
}

#breadcrumbs {
	font-size: 0.8em;
}

#breadcrumbs a {
	color: #7B7B7B;
}

#content h1 {
	color: #0F2FA6;
	margin: 10px 0;
	font-weight: normal;
	font-size: large;
}

/*** Footer ***/

#footer {
	background-color: #DCECF3;
	font-size:0.8em;
	padding: 5px;
	color: #86B2E7;
}

#footer a {
	color: #86B2E7;
}

#footer p {
	padding: 0px;
	margin: 0px;
}

/* captions */

.csc-textpic-image {
	color: #0F2FA6;
	font-size: x-small;
	font-weight: bold;
}

.csc-textpic-caption {
	background-image: url(caption_bg.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	text-align: center;
}