/* MAIN CSS FILE 
   
   MAIN COL WIDTH: 710px;
   
*/

* {
	padding: 0;
	margin: 0;
	font-weight: 400;
	border: 0;
}

body {
	color: #232323;
	font-family: Helvetica, Arial, sans;
	font-size: 62.5%;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-color: #222;
}

/* Elements that need padding forced (mainly gallery) */
.needsPadding {
	padding: 0px 10px;
}


/* TEMPLATE LAYOUT STYLES */
#header {
	height: 100px;
	background-image: url(../templateImages/header_main.jpg);
	background-color: rgb(0, 0, 0);
	background-repeat: repeat-x;
	background-position: top center;
	border-bottom: 1px solid rgb(0, 0, 0);
	position: relative;
	z-index: 20;
	-webkit-box-shadow:0 0 20px #111; 
	-moz-box-shadow: 0 0 20px #111; 
	box-shadow:0 0 20px #111;
	min-width: 1000px;
	margin: 0 auto;
}

#contentWrapper {
	margin: 0 auto;
	padding: 40px 0;
	width: 1000px;
	background-color: rgb(247, 247, 247);
	background-image: url(/assets/templateImages/bgTexture.jpg);
	border-left: 1px solid #222;
	border-right: 1px solid #222;
	min-height: 650px;
	overflow: auto;
	position: relative;
	z-index: 10;
}

#col-main {
	float: left;
	width: 740px;
	padding: 10px 20px 10px 10px;
	margin-left: 30px;
}

#col-single {
margin: 20px;
}

#col-sidebar {
	float: left;
	padding-left: 15px;
	border-left: 1px solid #ccc;
	padding-top: 10px;
}

#content li {
	margin: 10px 0 10px 50px;
}

h1,h2,h3,h4,p {
	padding: 30px 0 10px;
	margin: 0;
}

p, .customBullet li {
	font-size: 20px;
	line-height: 28px;
	padding: 10px 0;
	color: #787878;
	font-family: "Georgia", serif;
}


h1 {
	padding-top: 10px;
	font-weight: 450;
	font-size: 4em;
}

h2, h2 a {
	font-size: 30px;
	font-weight: bold;
}

h3 {
	font-size: 2em;
	font-family: customSansHeavy;
	font-weight: bold;
}

h4 {
	font-size: 2.5em;
	font-family: "bold-condensed";
}

.articleAuthor {
	margin-top: -15px;
	font-size: 1.2em;
}

.small {
	font-size: 1.2em;
}

a {
	text-decoration: none;
	color: rgb(0, 125, 187);
}

a:hover {
	color: rgb(0, 151, 226);
}

.customBullet {
	list-style: url(../templateImages/dmc-list.png);
	margin-left: 70px;
	padding: 15px 0;
	color: #222;
	font-weight: 600;
}

.customBullet li {
	padding-bottom: 10px;
}

.smallp {
}

.imageBorder {
	border: 1px solid #202020;
}

.imageBorder:hover {
	border-color: #36c;
}

.breadcrumbs {
	font-size: 12px;
	padding: 0;
	margin: 0;
	font-weight: 700;
}

.homePageText {
	font-size: 3.3em;
	line-height: 1.3em;
	letter-spacing: .5px;
	padding-top: 60px;
}

/***************** UI *********************************/
.notice {
background-color: #eee;
border: 1px solid #222;
padding: 20px;
margin: 20px 0px;
font-size: 16px;
text-shadow: 0 1px 1px #ffffff;
background: -webkit-gradient(linear, left top, left bottom, from(#e7e7e7), to(#bbbbbb)); /* safari & chrome */
background: -moz-linear-gradient(top,  #e7e7e7,  #bbbbbb); /* firefox */
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7e7e7', endColorstr='#bbbbbb'); /* IE */
}

.notice a {
color: #074a73 !important;
}

.notice a:hover {
color: rgb(0, 125, 187) !important;
}

.notice .close {
width: 20px;
height: 20px;
background-image: url(/assets/templateImages/notice-close.png);
float: right;
display: block;
border: 1px solid #454545;
}

/****************** ITEM **************************/
.item {
display: block;
width: 100%;
border: 1px solid #444;
background-color: #fff;
cursor: pointer;
overflow: hidden;
margin: 15px 0px;
}

.odd {
background-color: #e9f7ff !important;
}

.item:hover {
-webkit-box-shadow:0 0 10px #444; 
-moz-box-shadow: 0 0 10px #444; 
box-shadow:0 0 10px #444;
border: 1px solid #000;
}

.item .content {
width: 55%;
float: left;
margin: 20px;
margin-right: 5px;
}

.item h2 {
padding: 0px !important;
margin: 0px !important;
}

.item .subTitle {
font-family: sans-serif;
font-weight: normal;
font-size: 14px;
padding: 0px;
margin: 0px;
}

.item .thumb {
float: right;
margin: 20px;
margin-left: 5px;
-webkit-box-shadow:0 0 5px #999; 
-moz-box-shadow: 0 0 5px #999; 
box-shadow:0 0 5px #999;
}

.item .thumb img {
border: 1px solid #444;
}

.item .summary {
font-size: 14px;
line-height: 16px;
}

/***************** HOME PAGE STYLES *******************/
#flashFeature {
	display: block;
}

.smallInput {
	padding: 5px;
	border: 1px solid #ccc;
	width: 250px;
	font-size: 1.3em;
}

.bigInput {
	padding: 15px;
	border: 1px solid #ccc;
	min-width: 500px;
	font-size: 2.5em;
}

.homePageFormField {
	width: 300px;
	height: 55px;
	float: left;
}

.subscribe {
	padding: 30px 0;
	clear: both;
}


/***************** NEWS & BLOG PAGE STYLES *********************/
.news {
	display: block;
	padding: 20px 10px;
	border-bottom: 1px dotted #ccc;
}

.news:hover {
	background: #eee;
}

.news:hover img {
	border: 1px solid #fff;
}

.news h2 {
	margin: 0px;
	padding: 0px;
}

.news p {
	clear: both;
	margin-bottom: 2px;
	padding-bottom: 2px;
}

.news img {
	border: 1px solid #222;
	-webkit-box-shadow:0 0 10px #333; 
	-moz-box-shadow: 0 0 10px #333; 
	box-shadow:0 0 10px #333;
	float: left;
	margin-right: 20px;
}

.meta {
	padding: 5px 0;
	font-family: Helvetica, Arial, sans;
	font-size: 11px;
	color: #898989;
	letter-spacing: .5px;
	font-family: Georgia, serif;
	line-height: 13px;
}

.tags {
	padding-top: 5px;
}

.tags li {
	margin-top: 5px;
	display: inline;
	background-color: rgb(180, 180, 180);
	color: #fff;
	padding: 2px 7px 3px 7px;
	margin-right: 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/***************** FAQ PAGE STYLES *********************/
.faq-category {
	margin-bottom: 40px;
}

.faq-category p {
	margin: -5px 80px 10px 40px;
}

.faq-category h3 {
	font-weight: bold;
}

.faq-rule {
	height: 1px;
	border-top: 1px dotted #ccc;
	background-color: none;
}

/***************** ABOUT PAGE STYLES *********************/
#officers {
	margin-top: 20px;
}

#officer {
	background-color: #ffffff;
	border: 1px solid #999;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 15px;
	width: 180px;
	height: 260px;
	display: inline;
	float: left;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow:0 0 10px #ccc; 
	-moz-box-shadow: 0 0 10px #ccc; 
	box-shadow:0 0 10px #ccc;
}

#officer h3 {
	padding: 2px 0;
	margin: 2px 0;
	font-size: 12px;
	color: rgb(150, 150, 150);
}

#officer h4 {
	padding: 2px 0;
	margin: 2px 0;
	margin-bottom: 7px;
	font-size: 22px;
}

#officer p {
	font-size: 1.3em;
}

#officer img {
	margin-bottom: 10px;
	border: 1px solid #333;
	-webkit-box-shadow:0 0 10px #999; 
	-moz-box-shadow: 0 0 10px #999; 
	box-shadow:0 0 10px #999;
}



/***************** FOOTER STYLES *********************/
#footer {
	background-image: url(../templateImages/bgDark.jpg);
	background-position: top center;
	background-color: #191919;
	clear: both;
	overflow: hidden;
	position: relative;
	z-index: 15;
	-webkit-box-shadow:0 0 10px #111; 
	-moz-box-shadow: 0 0 10px #111; 
	box-shadow:0 0 10px #111;
	min-width: 1000px;
	margin: 0 auto;
}

#footer p {
	font-size: 1em;
	color: rgb(0, 125, 187);
}

#footer a {
	color: rgb(255, 255, 255);
}

#footer a:hover {
	color: rgb(0, 125, 187);
}

#footerContent {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}	

.footerCol {
	float: left;
	margin: 20px 70px 0 0;
}

.footerCol h2 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	color: rgb(0, 125, 187);
	font-size: 25px;
	font-weight: bold;
}

.footerCol li {
	padding: 0px;
	margin: 15px 0;
	font-weight: normal;
}

.footerCol li a {
	font-size: 12px;
}

#footerColRight {
	float: right;
	margin: 20px 0 0 0;
}

.footerSubhero {
	float: right;
	margin-left: 20px;
	text-align: right;
}

.footerSubhero img {
	border: 1px solid rgb(255, 255, 255);
	margin: 7px 0;
	-webkit-box-shadow:0 0 10px #000; 
	-moz-box-shadow: 0 0 10px #000; 
	box-shadow:0 0 10px #000;
}

.footerSubhero img:hover {
	border: 1px solid rgb(0, 125, 187);
}

#footerCopy {
	clear: both;
	text-align: right;
	padding: 0px;
}

#footerCopy p {
	font-family: Arial, sans;
	line-height: 16px;
	font-size: 12px;
}

#bottomPicture {
margin-left: -30px;
}


/* ------------------------------------------------------
				OTHER STUFF 
------------------------------------------------------ */

strong {
	font-weight: bolder;
}


/* BLOG STYLES %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
#comments {
	font-size: .9em!important;
	line-height: 0!important;
	letter-spacing: 0!important;
}

#comments p {
	padding: 1px!important;
	margin: 1px!important;
}

#respond {
	font-size: .9em!important;
}

#comments input,#comments textarea {
	display: block;
	padding: 2px;
	margin: 2px;
	border: 1px solid #999;
}

.homeFeatures {
	padding: 30px 0px;
}

.shadow {
	border: 1px solid #555;
	-webkit-box-shadow:0 0 10px #777; 
	-moz-box-shadow: 0 0 10px #777; 
	box-shadow:0 0 10px #777;
}
