/* Reset */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS Document */

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: #FFC;
	background: url(../images/main-bg.jpg);
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 200;
	color: #454545;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: 300;
	font-family: 'Oswald', sans-serif;
	color: #221D1D;
}

h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 1.875em;
}

h3 {
	font-size: 1.25em;
}

p, ol, ul {
	margin-top: 0px;
}

p {
	line-height: 200%;
	text-align: justify;
}

strong {
}

a {
	color: #C81F18;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
	width: 1000px;
	margin: 25px auto;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,.2);
}

.container {
	width: 980px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
}

/* Logo */

#logo {
	/* width: 199px;
	height: 86px; */
	margin: 30px;
	margin-left: 30px;
	float:left;
	color: #000000;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	line-height: 100px;
	letter-spacing: -1px;
	text-align: center;
	text-transform: lowercase;
	font-size: 5em;
}

#logo h1 span {
	color: #1F1F1F;
}

#logo p {
	text-align: center;
	font-size: 16px;
	color: #595959;
}

#logo p a {
	color: #595959;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #C81F18;
}

/* Social Media Icons */

#social-media-icons {
	float: right;
}

#social-media-icons ul {
	margin-top: 45px;
	margin-right: 30px;
}

#social-media-icons ul li {
	display: inline;
}

/** MENU */

#menu {
	overflow: hidden;
	width: 1000px;
	background: #21409A;
	font-size: 20px;
	color: #000000;
}

#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: left;
}

#menu li {
	display: inline-block;
}

#menu a {
	display: block;
	padding: 15px 40px 15px 40px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: 200;
	color: #FFFFFF;
	border: none;
}

#menu a:hover {
	color:#CCC;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
}

#menu .current_page_item a {
	background: #00AEEF;
	color: #FFFFFF;
}

#menu .last {
	border-right: none;
}

/** PAGE */

#page {
}

/** CONTENT */

#content {
}

/** Images */
.image-frame {
	padding: 5px;
	border: 1px #ccc solid;
}

/** SIDEBAR */

#sidebar {
}

/** Slider */
#slider {

}

/* ------ built-in navigation bullets wrapper that is relative to the #slider ------*/
div.navBulletsWrapper { top:320px; left:280px; }


/* Footer */

#footer {
	overflow: hidden;
	width: 1000px;
	height: 200px;
	margin: 0 auto;
	padding: 40px 0 15px 0;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	text-align: center;
	text-shadow: 1px 1px 0px #FFFFFF;
	/* text-transform: uppercase; */
	color: #363636;
}

#footer a {
	color: #363636;
}

/* Footer Content */

#footer-content {
	overflow: hidden;
	width: 960px;
	padding: 20px;
	background: #ECECEC;
	text-shadow: 1px 1px 0px #FFFFFF;
	color: #000;
}

#footer-content #fbox1 {
	float: left;
	text-align: center;
	width: 900px;
	margin-right: 30px;
}

#footer-content #fbox1 p {
	text-align: center;
}

/* Welcome */


#welcome {
	width: 900px;
	margin: 0px auto;
	padding: 30px 50px;
}

#welcome .content {
	padding: 0px 0px 40px 0px;
	border-bottom: 1px solid #D4D4D4;
}

#welcome p{
	padding: 20px 50px 0px 0px;
	font-size: 1.3em;
	line-height: 20px;
}

#welcome ul,li {
	margin-left: 17px;
	padding-left: 5px;
	list-style-image: url(../images/pointer.png);
	line-height: 20px;
	font-size: 1.1em;
}

#welcome h1 {
	padding: 0px 0px 20px 0px;
}

#welcome h1 a {
	text-decoration: none;
	color: #000000;
}


/* Three Columns */

#three-columns {
	overflow: hidden;
	width: 1100px;
	margin: 0px auto;
	padding: 0px 50px 30px 50px;
}

#three-columns .content {
	overflow: hidden;
	padding: 0px 0px 50px 0px;
	border-bottom: 1px solid #D4D4D4;
}

#three-columns h2 {
	padding: 0px 0px 20px 0px;
	color: #000000;
}

#three-columns #column1 {
	float: left;
	width: 600px;
	margin-right: 40px;
}

#three-columns #column2 {
	float: left;
	width: 430px;
}


#three-columns #column3 {
	float: right;
	width: 300px;
}

/* Two Columns Pic Left */

#two-columns {
	overflow: hidden;
	width: 900px;
	margin: 0px auto;
	padding: 40px 50px 50px 50px;
}

#two-columns h2 {
	padding: 0px 0px 20px 0px;
	color: #000000;
	text-shadow: 2px 2px 5px #999;
}


#two-columns #col1 {
	float: right;
	width: 550px;
}

#two-columns #col1 h3 {
	margin: 5px 0px 10px 0px;
	font-weight: bold;
	font-size: 1.4em;
}

#two-columns #col2 {
	float: left;	
	width: 300px;
}

#two-columns .first {
	margin-left: 50px;
}

#two-columns #col3 {
	float: left;
	width: 450px;
}

#two-columns #col4 {
	float: right;	
	width: 400px;
}

#two-columns #col4 h3 {
	padding: 15px 0px 10px 0px;
}

#two-columns #col4 .tight {
	line-height: 40%;
}

/* One Column Full Width */

#one-column {
	overflow: hidden;
	width: 900px;
	margin: 0px auto;
	padding: 40px 50px 50px 50px;
}

#one-column-pdf {
	overflow: hidden;
	width: 950px;
	margin: 0px auto;
	padding: 20px;
}

#one-column h2 {
	padding: 0px 0px 20px 0px;
	color: #000000;
}

#one-column #col1 {
	width: 100%;
}

#one-column #col1 ul {
	column-count:2;
	-moz-column-count:2; /* Firefox */
	-webkit-column-count:2; /* Safari and Chrome */
}


#one-column #col2 img {
	margin-right: 10px;
	margin-bottom: 10px;
}

/* List Style 1 */

.list-style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list-style1 li {
	padding: 20px 0px 20px 0px;
	border-top: 1px solid #D4D4D4;
}

.list-style1 .date {
	font-weight: bold;
	color: #212121;
}

.list-style1 .first {
	padding-top: 0px;
	border-top: none;
}


/* List Style 2 */

.list-style2 {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	list-style: none;
}

.list-style2 li {
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #D4D4D4;
}


.list-style2 .first {
	padding-top: 0px;
	border-top: none;
}

/* List Style 1 */

.link-style {
	display: inline-block;
	margin-top: 10px;
	padding: 5px 15px;
	background: #C81F18;
	letter-spacing: 1px;
	text-decoration: none;
	text-shadow: 1px 0px 1px #5C1111;
	text-transform: uppercase;
	color: #FFFFFF;
}
