@charset "UTF-8";
/* CSS Document */

/* -----------------------------------------
Style Sheet for FlashPoint Development Website

version: 1.0
version date: August 30, 2010
author: Melissa Desautels
email: melissa@mgdez.com
website: http://www.mgdez.com
-----------------------------------------*/

/* Main Layout Elements
-----------------------------------------*/


html, body {
	height: 100%;
	padding: 0px;
	margin: 0px;
}

* { 
	margin: 0; 
	padding: 0; 
}


body {
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	color: #FFF;
} 

#Container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	min-height: 100%;
	z-index: 2;
	background-color: #FFF;
	overflow: visible;
}
#Header {
	float: left;
	height: 100px;
	width: 960px;
	position: relative;
}
#Navigation {
	float: left;
	height: 100px;
	width: 600px;
	position: relative;
	z-index: 100;
	padding-right: 25px;
	overflow: visible;
}
#Logo {
	float: right;
	height: 100px;
	width: 300px;
	position: relative;
	padding-left: 25px;
	text-align: right;
	overflow: hidden;
}
#Banner_Index {
	float: left;
	width: 950px;
	position: relative;
	height: 270px;
	padding-left: 10px;
	margin-bottom: 10px;
	-moz-box-shadow: 0px 3px 3px #666;
	-webkit-box-shadow: 0px 3px 3px #666;
	-box-shadow: 0px 3px 3px #666;
	background-repeat: no-repeat;
	border: thin solid #F2F1F2;
	z-index: -2;
	overflow: auto;
}
#MainContent_index {
	width: 960px;
	float: left;
	background-color: #FFF;
	position: relative;
	padding-bottom: 87px;
	z-index: -1;
	height: 100%;
	min-height: 375px;
}
/* Home Page Bottom Elements*/
.Feature_Right {
	float: right;
	height: 200px;
	width: 265px;
	position: relative;
	margin-left: 22px;
	-moz-box-shadow: 0px 3px 3px #666;
	-webkit-box-shadow: 0px 3px 3px #666;
	-box-shadow: 0px 3px 3px #666;
	background-color: #FFF;
	border: thin solid #F2F1F2;
	margin-top: 15px;
	overflow: visible;
}
.Feature_Left {
	float: left;
	height: 200px;
	width: 265px;
	position: relative;
	-moz-box-shadow: 0px 3px 3px #666;
	-webkit-box-shadow: 0px 3px 3px #666;
	-box-shadow: 0px 3px 3px #666;
	background-color: #FFF;
	margin-right: 60px;
	border: thin solid #F2F1F2;
	margin-top: 15px;
	overflow: visible;
}
.Feature_Center {
	height: 200px;
	width: 265px;
	position: relative;
	margin-left: 22px;
	-moz-box-shadow: 0px 3px 3px #666;
	-webkit-box-shadow: 0px 3px 3px #666;
	-box-shadow: 0px 3px 3px #666;
	background-color: #FFF;
	margin-right: 22px;
	float: left;
	border: thin solid #F2F1F2;
	margin-top: 15px;
	overflow: visible;
}
.Affiliations {
	float: left;
	height: 75px;
	width: 960px;
	position: relative;
	margin-top: 25px;
	padding-top: 5px;
}

.Professional {
	float: right;
	height: 75px;
	width: 278px;
	background-color: #FFF;
}
.Academic {
	float: left;
	height: 75px;
	width: 550px;
	text-align: left;
}

/* Footer Elements*/
#footer {
	width: 100%;
	background-color: #003;
	clear: both;
	position: relative;
	z-index: 6;
	margin-top: -87px;
	height: 75px;
	padding-top: 12px;
}
#SM_Icon_Home {
	height: 60px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
.socialmedia_holder {
	float: left;
	height: 35px;
	width: 150px;
	position: relative;
}
.Footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 10px;
	float: right;
	width: 160px;
}

/* Type Elements
-----------------------------------------*/
.Feature_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	text-align: left;
	margin-top: 15px;
	font-weight: bold;
	padding-left: 15px;
}
.Featured_Copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #666;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 15px;
}

.banner_text_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #333;
	width: 450px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	line-height: 35px;
	padding-top: 40px;
	padding-bottom: 25px;
	margin-left: 35px;
	position: relative;
	float: left;
	font-weight: normal;
}
.banner_text_Bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #333;
	width: 450px;
	line-height: 35px;
	padding-top: 25px;
	padding-bottom: 10px;
	margin-left: 35px;
	position: relative;
	float: left;
	clear: left;
	font-weight: normal;
}
.Feature_text_subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F1A624;
	float: right;
	position: relative;
	width: 75px;
	margin-top: 50px;
	margin-right: 15px;
}

.footer_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F1A624;
	padding-bottom: 5px;
}

/* Button Elements
-----------------------------------------*/
.Sign_Up_Button {
	height: 40px;
	background-color: #F1A624;
	-moz-box-shadow: 0px 3px 3px #666;
	-webkit-box-shadow: 0px 3px 3px #666;
	-box-shadow: 0px 3px 3px #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 175px;
	text-align: center;
	font-size: 15px;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 15px;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	overflow: visible;
}
.Sign_Up_Button a {
	color: #FFF;
}

/* Links
-----------------------------------------*/

a img {
	border: none;
	
}

a {
	color: #F1A624;
	text-decoration: underline;
}

.Feature_Center img {
	margin-top: 15px;
	text-align: center;
	margin-right: 15px;
	margin-left: 15px;
	position: relative;
	float: left;
}

a {
	text-decoration: none;
}

ul { 
	list-style: none;
}

p { 
	margin: 15px 0;
}
