@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 1.4;
	background-color: #BDBDBD;
}
.font {
	font-family: 'Josefin Sans', Verdana, Arial, sans-serif;
	font-weight: 400;
	font-size: 15px;
	padding-top: 4px;
}
.fontsm {
	font-family: 'Josefin Sans', Verdana, Arial, sans-serif;
	font-weight: 400;
	font-size: 13px;
}
.sm {
	font-size:9px
}
.content {
	width: 710px;
	float: left;
	padding-top: 14px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.contentsingle {
	width: 800px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
}
.mainimg {
	height: 600px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 4px;
}
.mainimg520 {
	height: 520px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 4px;
}
.single {
	height: auto;
	width: 740px;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
	font-size: 13px;
	background-color: #D7D7D7;
}
.singlestatement {
	height: auto;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
	font-family: 'Josefin Sans', Verdana, Arial, sans-serif;
	font-weight: 400;
	background-color: #D7D7D7;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
.mainsingle {
	height: auto;
	width: 800px;
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #D7D7D7;
	padding-right: 30px;
}
.mainsingle h2 {
	font-size: 24px;
	font-family: 'Josefin Sans', Verdana, Arial, sans-serif;
	font-weight: 400;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
#description {
	width: 720px;
	font-size: 13px;
	text-align: center;
}
.accordionButton {
	width: 800px;
	float: left;
	cursor: pointer;
	background-color: #D7D7D7;
	padding-right: 30px;
	}
 
.accordionContent {
	width: 800px;
	float: left;
	display: none;
	background-color: #D7D7D7;
	padding-left: 30px;
	}
img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px;
}
a img { 
	border: none;
}

a:link {
	color: #000000;
	text-decoration: underline; 
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

/* ~~this fixed width container surrounds the other divs~~ */
.container {
	width: 985px; /* the auto value on the sides, coupled with the width, centers the layout */
	background-color: inherit;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.header {
	padding-top: 15px;
	padding-bottom: 0px;
	height: 56px;
}
.header h1 {
	font-size: 42px;
	color: #000;
	font-family: 'Josefin Sans', Verdana, Arial, sans-serif;
	font-weight: 400;
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

/* ~~ columns for the layout. ~~ 

*/
.sidebar1 {
	width: 240px;
}
.sidebar2 {
	width: 265px;
}
.sidebar1, .sidebar2 {
	float: left;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
.sidebar1 a img, .sidebar2 a img {
	margin: 2px;
	border: 2px solid #BDBDBD;
}
.sidebar1 a img:hover, .sidebar2 a img:hover {
	border: 2px solid #ffffff;
}


.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	background-color: inherit;
}
.nav {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: block;
	height: 28px;
}

.accordionButton h2 a.ns:link, .accordionButton h2 a.ns:visited {
	text-decoration: none;
	color: #000;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/*Initialize*/
ul#menu, ul#menu ul.sub-menu {
    padding:0;
    margin: 0;
}
ul#menu li, ul#menu ul.sub-menu li {
    list-style-type: none;
    display: inline-block;
}
/*Link Appearance*/
ul#menu li a {
    font-size: 17px;
	color: #000;
	font-family: 'Josefin Sans', Verdana, Arial, sans-serif;
	font-weight: 400;
	padding-right: 24px;
	padding-left: 24px;
	text-decoration: none;
    display:inline-block;
}
ul#menu li a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
ul#menu li ul.sub-menu li a {
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 2px;
}
ul#menu li ul.sub-menu li a:hover {
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*Make the parent of sub-menu relative*/
ul#menu li {
    position: relative;
}
/*sub menu*/
ul#menu li ul.sub-menu {
	display:none;
	position: absolute;
	top: 24px;
	left: 0;
	width: 210px;
	background-color: #CACACA;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
}
ul#menu li:hover ul.sub-menu {
    display:block;
}.mainimg #main {
	vertical-align: text-bottom;
}
.title {
	font-size: 16px;
}