/* 
 * ELEMENTS BY TYPE
 */

* {
	font-family: 'Open Sans',sans-serif;
	font-size: 14px;
	line-height: 1.6em;
}
body, html {
	height:100%;
	margin:0;
	padding:0;
}
h1 {
	font-size:40px;
}
h3 {
	font-size:30px;
}
h4 {
    font-size: 24px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}
a {
	color:blue;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	}viv

/*
 * WYSIWYG Editor
 */
ul {
	padding:10px 40px;
}

label {
	display:block;
	font-style:italic;
	font-size:90%;
}
input[type="text"],input[type="numeric"],input[type="email"],textarea,select {
	margin-bottom:10px;
	display:block;
	padding:0 5px;
	width:240px;
}
::-webkit-input-placeholder { color:#444; }
::-moz-placeholder { color:#444; } /* firefox 19+ */
:-ms-input-placeholder { color:#444; } /* ie */
input:-moz-placeholder { color:#444; }


/* 
 * ELEMENTS WITH DEFINED ID
 */

#page_primary_content {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom:210px;
}
#page_footer_content {
	height:210px;
}
#masthead {
	padding:20px 0;
}
#masthead-left {
	float:left;
}
#logo_img {
	float:left;
	padding-right:3em;
}
#logo_text {
	margin-left:74px;
	font-size:17px;
	line-height:17px;
	text-align:justify;
}
#logo_text span.capital {
	font-size:25px;
	font-style:italic;
}
#navigation {
	margin-left:200px;
	min-height:70px;
	color:white;
	text-transform:uppercase;
	text-align:left;
}
#navigation a {
	position:relative;
	top:20px;
	font-weight:normal;
	font-size:16px;
	padding:50px 10px;
	margin:0 7px;
}
#navigation a:hover,#navigation a.selected {
	/*box-shadow: 6px 0 4px  -4px #222 , -6px 0 4px  -4px #222;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);*/
	text-decoration:none;
}
#navigation_dropdown {
	display:none;
}
#heading {
	display:block;
	position:relative;
	top:-1px;
}
#subheading {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
	margin:0 auto;
	width: 80%;
}
#subheading_content {
	background-image: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.1));
	background-image: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.1));
	background-image: -o-linear-gradient(-90deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.1));
	text-align:center;
	color: #FFFFFF;
	font-size: 22px;
	margin: 0 auto;
	padding: 20px 0;
	width: 80%
}
/*.vspacer {
/*	width:1px;
/*	background: -moz-linear-gradient(top,  rgb(0,0,128) 0%, rgb(255,255,255) 25%, rgb(255,255,255) 75%, rgb(0,0,128) 100%); /* FF3.6+ */
/*	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(0,0,128)), color-stop(25%,rgb(255,255,255)), color-stop(75%,rgb(255,255,255)), color-stop(100%,rgb(0,0,128))); /* Chrome,Safari4+ */
/*	background: -webkit-linear-gradient(top,  rgb(0,0,128) 0%,rgb(255,255,255) 25%,rgb(255,255,255) 75%,rgb(0,0,128) 100%); /* Chrome10+,Safari5.1+ */
/*	background: -o-linear-gradient(top,  rgb(0,0,128) 0%,rgb(255,255,255) 25%,rgb(255,255,255) 75%,rgb(0,0,128) 100%); /* Opera 11.10+ */
/*	background: -ms-linear-gradient(top,  rgb(0,0,128) 0%,rgb(255,255,255) 25%,rgb(255,255,255) 75%,rgb(0,0,128) 100%); /* IE10+ */
/*	background: linear-gradient(to bottom,  rgb(0,0,128) 0%,rgb(255,255,255) 25%,rgb(255,255,255) 75%,rgb(0,0,128) 100%); /* W3C */
/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000080', endColorstr='#000080',GradientType=0 ); /* IE6-9 */
/*}
/*.hspacer {
/*	background: rgb(0,0,128); /* Old browsers */
/*	background: -moz-linear-gradient(left, rgb(0,0,128) 0%, rgb(255,255,255) 25%, rgb(255,255,255) 75%, rgb(0,0,128) 100%); /* FF3.6+ */
/*	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgb(0,0,128)), color-stop(25%,rgb(255,255,255)), color-stop(75%,rgb(255,255,255)), color-stop(100%,rgb(0,0,128))); /* Chrome,Safari4+ */
/*	background: -webkit-linear-gradient(left, rgb(0,0,128) 0%,rgb(255,255,255) 25%,rgb(255,255,255) 75%,rgb(0,0,128) 100%); /* Chrome10+,Safari5.1+ */
/*	background: -o-linear-gradient(left, rgb(0,0,128) 0%,rgb(255,255,255) 25%,rgb(255,255,255) 75%,rgb(0,0,128) 100%); /* Opera 11.10+ */
/*	background: -ms-linear-gradient(left, rgb(0,0,128) 0%,rgb(255,255,255) 25%,rgb(255,255,255) 75%,rgb(0,0,128) 100%); /* IE10+ */
/*	background: linear-gradient(to right, rgb(0,0,128) 0%,rgb(255,255,255) 25%,rgb(255,255,255) 75%,rgb(0,0,128) 100%); /* W3C */
/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000080', endColorstr='#000080',GradientType=1 ); /* IE6-9 */
/*}*/
#content-container {
	padding:20px 0;
}
#content-left {
	margin-right:300px;
	padding-right:25px;
}
#content-right {
	float:right;
	width:300px;
}
#pre-footer {
	min-height:100px;
	padding:15px 0;
}
#responsive-contact {
	display:none;
}
#legal_copyright {
	min-height:20px;
	padding:5px 20px;
}
#legal {
	float:left;
	font-style:italic;
	font-size:11px;
}
#legal a {
	font-style:italic;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}
#copyright {
	float:right;
	font-style:italic;
	font-size:11px;
}


/* 
 * ELEMENTS WITH DEFINED CLASS
 */

.box {
	display:block;
	margin:0 auto 10px auto;
	padding:10px 0;
	text-align:center;
	border:1px solid;
	cursor:pointer;
}
.info {
	color: #00529B;
	background-color: #BDE5F8; /* Read Me Blue */
}
.alert {
	color: #9F6000;
	background-color: #FEEFB3; /* Caution Yellow */
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF; /* Green For Go */
}
.error {
	color: #D63301;
	background-color: #FFCCBA; /* Stop On Red */
}
.side-box {
	padding:10px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.side-box h5 {
	padding: 0 0 10px 0;
	margin:0;
}
.side-box-padding {
	padding:8px;
}
.clear {
	clear:both
}
.wrap {
	width:80%;
	margin:0 auto;
}
.underline {
	text-decoration:underline;
}
.bold {
	font-weight:bold;
}