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

body, html {
	padding:0;
	margin:20px;
	text-align:center;
	font-size:100.01%;
	background:url(/themes/ourstory/images/template/body-bg.png) top center no-repeat;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:active, a:focus {
	outline: 0;
}

img {
	border:0;
}

#wrapper {
	margin: 0 auto;
	width: 750px;
	text-align:left;
	background:url(/themes/ourstory/images/template/wrapper-bg.png) bottom no-repeat;
	padding:0 1px 26px 1px;
	font-family: myriad-pro, sans-serif;
	font-weight:400;
}
/* layout styles */

.accessibility {
	display:none;
}

#header {
}

#header h1 {
	margin:0;
	padding:0;
}

#googleSearch {
	float:right;
	font-size:12px;
	color: #666666;
	padding:5px 0 5px 0;
}

#navigation {
	clear:both;
	width: 150px;
	float:left;
	margin-top:10px;
}

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

#navigation ul li {
	padding:0;
	margin:0;
	margin-bottom:1px;
	line-height:12px;
	font-weight:bold;
	font-size:14px;
}

#navigation ul li a, #navigation ul li a:visited {
	display:block;
	background-color:#6C78B4;
	padding:10px 7px 10px 7px;
	color:#fff;
	text-decoration:none;
}

#navigation ul li a:hover {
	color:#8FA0F0;
}


#navigation ul li a.nav-path-selected {
	background-color:#8FA0F0;
}

#maincontent {
	float:left;
	width:545px;
	margin:10px 0 0 46px;
	background:url(/themes/ourstory/images/template/2-column-bg.png) top no-repeat;
	color:#666;
}

#maincontent a {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #6C79B5;
}

#maincontent li {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
}

p {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
}

h1 {
	font-size: 30px;
	font-weight: normal;
	color: #EC1358;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top:0;
	margin-top:0;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	color: #6C79B5;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: -12px;
	color: #6C79B5;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: -13px;
	color: #6C79B5;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: -14px;
	color: #6C79B5;
}

#footer {
	clear:both;
}

#credits p {
	color: #999;
	font-size:75%;
	padding:5px 0 5px 0;
	text-align:center;
}

#credits a, #credits a:visited {
	color:#999;
	text-decoration:none;
	font-weight:normal;
}

#credits a:hover {
	text-decoration:underline;
}

.float-left {
	float:left;
	margin:0 15px 15px 0;
}

.float-right {
	float:right;
	margin:0 0 15px 15px;
}

.smallprint {
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

