@charset "UTF-8";
/* CSS Document */




body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;

	color: #243671;
    font-size: 15px;
	font-family: Helvetica, Arial, sans-serif; /*HelveticaNeue, 'Helvetica Neue',*/
	text-transform: lowercase;
}
a {
	color: #243671;
	text-decoration: none;
}
a:hover {
	color: #2f51c2;
}
img {
	border: none;
}


#container {
	width: 890px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#container > div {
	clear: both;
	margin: 0 auto -12px auto;
}
#container > div > div {
	position: relative;
}
#header {
	background-image: url(../images-btn/logo.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#header .navigation {
}
.navigation ul {
	margin: 4px auto;
	padding-left: 0px;
	list-style-type: none;
}
.navigation  ul li {
	display: inline;
	list-style-type: none;
	margin: 0 1px;
}

li, ul {
	list-style-type: none;
	
}
#logoheader {
	height: 90px;
}

	
#main {
	height: 550px;
	width: 890px;	
	top: 1px;
}
#footer {
	

}
#zine {
	left: 12px;
	width: 140px;
	vertical-align: middle;
	margin-right: 40px;
}
#footer a {
/*	color: #5a83bf;*/
	color: #dae6f7;
}
#footer a:hover {
	color: #002e77;
}
#footer .selected a {
/*	color: #5a83bf;*/
	color: #002e77;
}
#footer .selected a:hover {
	color: #dae6f7;
}


#footer .navigation ul {
	margin: 12px auto;
}
#footer .navigation ul li{
	margin-left: 10px;
	margin-right: 10px;
}
#footer .navigation ul li.first{
}

#footer #navigation1 li {
	margin-left: 12px;
	margin-right: 12px;
	font-size: 15px;
	letter-spacing: 0.15em;
}

#content {
	top: 0px;
	height: 600px;
	width: 890px;
	background-image: url(../images/main_background.png);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: left;
}
#content a {
	text-decoration: underline;
}
#content.intro {
	background-image: none;
}
#content_container {
	position: relative;
	top: 132px;
	left: 67px;
}
#content_image {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	height: 332px;
	width: 244px;
}

#content_image2 {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	height: 332px;
	width: 244px;
}


#content_scroller {
	width: 520px;
	height: 313px;
	font-size: 12px;
	text-transform: none;
	line-height: 24px;
	letter-spacing: 0.15em;
}
.content_title {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}


.faq_q {
	font-weight: bold;
	margin-top: 2em;
}
.faq_a {
	/*color: #310500;*/
}
.faq_a:first-letter {
	font-weight: bold;
}


.jScrollPaneTrack {
	background: url(../images/scroll_bar_bg.png) repeat-y bottom center;
}
.jScrollPaneDrag {
	background-color: #243671;
}
a.jScrollArrowUp {
	background: url(../images/scroll_arrow_up.png) no-repeat top center;
	height: 16px;
}
a.jScrollArrowDown {
	background: url(../images/scroll_arrow_down.png) no-repeat top center;
	height: 16px;
}



.whitetext{
	color: #FFFFFF;
	}
	
	
.ezine-list{
	list-style-type: circle;	
	}