﻿/* Layout styles */

body {
	font-family: Arial, Helvetica, sans-serif;
}

#centerdBG {
	background-image: url('../images/mainBG.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	min-width: 1000px;
}

#wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#header {
	height: 255px;
	position: relative;
}

#main {
	padding: 25px;
	background-image: url('../images/sidebarBG.gif');
	background-repeat: repeat-y;
	position: relative;
	min-height:400px;
}

#content {
	width: 645px;
}

#sidebar {
	width: 307px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#footer {
	clear: both;
	text-align: right;
	margin-top: 10px;
}

#aboutImg {
	border-style: solid;
	box-shadow: 0 7px 10px 4px rgba(0, 0, 0, 0.7);
}

#homeImg {
	border-style: solid;
	box-shadow: 0 7px 10px 4px rgba(0, 0, 0, 0.7);
}

#processImg {
	border-style: solid;
	box-shadow: 0 7px 10px 4px rgba(0, 0, 0, 0.7);
}


#processImages {
	border-style: solid;
	box-shadow: 0 7px 10px 4px rgba(0, 0, 0, 0.7);
}

#contact {
	margin-right: 20px;
	margin-left: 20px;
}


/* END Layouts */

/* Global styles */

h1 {
	font-size: 1.6em;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #003399;
	font-weight: bold;
}

h2 {
	font-size: 1.2em;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 5px;
}

h3 {
	font-size: large;
	text-transform: capitalize;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #000080;
	font-weight: bolder;
}


p {
	font-size: 0.9em;
	padding-bottom: 15px;
	line-height: 1.4em;
	color: #333333;
}

blockquote {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-style: italic;
	color: #003399;
	background-color: #CADFFF;
	padding: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a:link,
a:active,
a:visited {
	text-decoration: none;
	color: #0099FF;
}

a:hover {
	color: #FF00FF;
}

.clear {
	clear: both;
}

#content li {
	margin-bottom: 10px;
}
#content ul li {
	font-size: 0.9em;
	/*color: #333333;*/
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 40px;
	list-style-type: disc;
}

#content ol li {
	list-style-type: decimal;
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 0.9em;
	color: #333333;
}


.videoFrame {
	background-color: #CCCCCC;
	border: 1px solid #C0C0C0;
	padding: 5px;
}

/* END Global Styles */

/* Alignments */

img.alignleft {
	border-radius: 12px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

img.alignright {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

/* END Alignments */

/* Header content */

#pageTitle {
	position: absolute;
	top: 9px;
	left: 9px;
	height: 151px;
	width: 302px;
}

#pageTitle a:link,
#pageTitle a:active,
#pageTitle a:visited {
	color:#333333;
}

#pageTitle a:hover {
	color:#000;
}

.title1 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 57px;
	display: block;
	color: #003399;
}
.title2 {
	font-size: 37px;
	font-weight: bold;
	text-transform: none;
	display: block;
	color: #003399;
}

.title3 {
	font-size: 18px;
	text-transform: uppercase;
}


#Contact {
	position: absolute;
	top: 130px;
	right: 30px;
}

.phoneNum {
	font-size: 25px;
	letter-spacing: 0px;
	position: relative;
	top: 3px;
	color: #CC0000;
	font-weight: bold;
}
.call {
	font-size: 16px;
	position: absolute;
	left: -140px;
	top: 10px;
	color: #003399;
	text-transform: uppercase;
	font-weight: bold;
}



#eventDate {
	position: absolute;
	top: 30px;
	right: 0px;
}

.year {
	font-size: 110px;
	letter-spacing: -8px;
	position: relative;
	top: -15px;
	color: #C0C0C0;
}

.date {
	font-size: 60px;
	position: absolute;
	left: -165px;
	top: 22px;
	color: #333333;
	text-transform: uppercase;
}

/* Begin Menu */

#menu {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 45px;
	background-image: url('../images/transparency.png');
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #eaeaea;
	color: #000099;
}
#menu ul li {
	float: left;
	width: 140px;
	position: relative;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #CCCCCC;
}
#menu ul li a {
	color: #003399;
	text-transform: capitalize;
	display: block;
	padding: 15px 28px 0px 25px;
	height: 70px;
	font-weight: bold;
}
#menu ul li a:hover {
	background-color: #666666;
	color: #80ccff;
}

#menu ul li:hover ul {
	display:block;
}

#menu ul li:hover a {
	background-color: #666666;
	color: #80ccff;
}

#menu ul li a span {
	font-size: 12px;
	text-transform: lowercase;
	display: block;
	padding-top: 6px;
	line-height: 1.5em;
}
#menu ul ul {
	position: absolute;
	z-index: 10;
	background-color: #FFFFFF;
	display: none;
}

#menu ul ul li a {
	height: auto;
	padding: 10px 10px 10px 25px;
	font-size: 14px;
	line-height: 1.6em;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #eaeaea;
	border-bottom-color: #eaeaea;
	border-left-color: #eaeaea;
}

#menu ul ul li a:hover{
	background-color:#eaeaea;
}

/* END Menu */

/* END Header Content */


/* Begin Sidebar */

#sidebar h3 {
	background-color: #1D62DE;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 1.4em;
	padding: 15px 20px 15px 20px;
	margin-bottom: 10px;
}

#sidebar ul ul {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
}

#sidebar ul ul li {
	color: #CCCCCC;
}

#sidebar ul ul li a {
	display: block;
	padding: 7px;
}

#sidebar ul ul li a:hover,
#sidebar .added li:hover {
	background-color: #484848;
	color: #80ccff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
}

#sidebar .added li {
	padding: 7px;
}


#sidebar .added a {
	padding: 0px;
	display: inline;
}

/* END sidebar */

#footer p {
	font-size: 0.8em;
	line-height: 1.2em;
	color: #666666;
}
#content img {
	width: 100%;
}

/*=============
form styles 
==============*/

form fieldset {
	border-radius: 5px;
	padding: 1em;
	border: 1px solid #353c48;
	background-color: #ECF0F2;
}

label {
	float: left;
	clear: left;
	margin: 11px 12px 0 0;
	width: 180px;
	text-align: right;
	font-size: 14px;
	font-family: sans-serif; 
	color: #445668;
	text-shadow: 0px 1px 0px #f2f2f2;
}

form fieldset legend {
	width: 86px; 
	height: 20px; 
	padding: 5px 20px 0px 8px; 
	margin: 0 0 20px 0; 
	background: #5E768D;
	background: -moz-linear-gradient(top, #546A7F 0%, #5E768D 20%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#546A7F), color-stop(20%,#5E768D)); /* webkit */
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 1px 0px #f2f2f2;
	-webkit-box-shadow: 0px 1px 0px #f2f2f2;
	font-family: sans-serif; 
	font-size: 13px; 
	font-weight: bold;
	text-align: left;
	color: #f2f2f2; 
	text-shadow: 0px -1px 0px #334f71
}

.input {
	width: 255px; 
	height: 20px; 
	padding: 5px 20px 0px 8px; 
	margin: 0 0 12px 0; 
	background: #5E768D;
	background: -moz-linear-gradient(top, #546A7F 0%, #5E768D 20%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#546A7F), color-stop(20%,#5E768D)); /* webkit */
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 1px 0px #f2f2f2;
	-webkit-box-shadow: 0px 1px 0px #f2f2f2;
	font-family: sans-serif; 
	font-size: 16px; 
	color: #f2f2f2; 
	text-shadow: 0px -1px 0px #334f71; 
}

input::-webkit-input-placeholder  {
    	color: #a1b2c3;
    	text-shadow: 0px -1px 0px #38506b;  
	}
input:-moz-placeholder {
	    color: #a1b2c3; 
	    text-shadow: 0px -1px 0px #38506b; 
	}

textarea {
	width: 290px; height: 170px; padding: 12px 20px 0px 8px; margin: 0 0 20px 0; 
	background: #5E768D;
	background: -moz-linear-gradient(top, #546A7F 0%, #5E768D 20%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#546A7F), color-stop(20%,#5E768D)); /* webkit */
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 1px 0px #f2f2f2;
	-webkit-box-shadow: 0px 1px 0px #f2f2f2;
	font-family: sans-serif; 
	font-size: 16px; 
	color: #f2f2f2;  
	text-shadow: 0px -1px 0px #334f71; 
}
	textarea::-webkit-input-placeholder  {
    	color: #a1b2c3; 
    	text-shadow: 0px -1px 0px #38506b;  
	}
	textarea:-moz-placeholder {
	    color: #a1b2c3; 
	    text-shadow: 0px -1px 0px #38506b; 
	}


input:focus, textarea:focus {
	background: #728eaa;
	background: -moz-linear-gradient(top, #668099 0%, #728eaa 20%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#668099), color-stop(20%,#728eaa)); /* webkit */
}


.required {
	font-weight: bolder;
	color: #FF0000;
	font-size: 18px;
}

.submitbutton {
	font: normal 90% Verdana, serif;
	background-color: #003399;
	color: white;
	height: 27px; 
	width: 94px;
	margin-left: 22;
	margin-right: 0;
}
.error_strings {
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	}

#recaptcha_area 
{
	margin: 0 auto;
}

#recaptcha_widget_div {
margin-left: 91px;
padding-bottom: 20px;
}

