@charset "UTF-8";

/*html {
	text-align:center;
	
}*/
ul {
	margin: 0 20px 20px 60px;
	list-style-image: url(../images/carat.png);
}
ol {
	margin: 0 20px 20px 40px;
	list-style-type: decimal;
}
ol li {
	color: #A5000C;
}
ol li p {
	color: #000000;
	margin: 0;
}
body {
	background: #999999;
	/*width: 800px;*/
	text-align: center;
	font-family:"Myriad Pro", Myriad, Tahoma, Geneva, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#000000;
	padding-bottom: 10px;
} 


div#container {
	position:relative;
	width: 800px;
	background: #FFFFFF;
	margin: 10px auto;
	text-align: left;
	vertical-align: middle;
}
div#branding {
	width: 800px;
	height: 100px;
	background-color: transparent;
	text-align: center;
	margin:0;
	padding:0;
	}
div#title {
	width: 100%;
	margin:0px;
	padding:0px;
	}

div#headerHome {
	width: 100%;
	position:relative;
	height:232px;
	background: transparent url(../images/header-home.jpg) no-repeat 0 0;
	text-align: center;
	vertical-align: middle;	
}
div#headerAbout {
	width: 100%;
	position:relative;
	height:180px;
	text-align: center;
	background-color: transparent;
	background-image: url(../images/about.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;	
}
div#headerLeaders {
	width: 100%;
	position:relative;
	height:180px;
	text-align: center;
	background-color: transparent;
	background-image: url(../images/leaders.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;	
}
div#headerDatabase {
	width: 100%;
	position:relative;
	height:180px;
	text-align: center;
	background-color: transparent;
	background-image: url(../images/database.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
div#headerResources {
	width: 100%;
	position:relative;
	height:180px;
	text-align: center;
	background-color: transparent;
	background-image: url(../images/resources.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
div#headerEvents {
	width: 100%;
	position:relative;
	height:180px;
	text-align: center;
	background-color: transparent;
	background-image: url(../images/events.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
div#headerAudio {
	width: 100%;
	position:relative;
	height:180px;
	text-align: center;
	background-color: transparent;
	background-image: url(../images/audio.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
div#headerExpertise {
	width: 100%;
	position:relative;
	height:180px;
	text-align: center;
	background-color: transparent;
	background-image: url(../images/expertise.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;	
}
div#headerPartners {
	width: 100%;
	position:relative;
	height:180px;
	text-align: center;
	background-color: transparent;
	background-image: url(../images/partners.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
div#contentEvents2 {
	width:100%;
	border-bottom: 1px solid #999999;
	background-repeat: no-repeat;
	background-position: top;
	height: 1100px;
	position: relative;
	background-image: url(../images/html_invite_dec10.jpg);
}
h1 {
	font-size: 64px;
	color: #FFFFFF;
	}
div#navigation {
	width: 100%;
	position:relative;
	height:19px;
	background: #666666 url(../images/nav_background.jpg) repeat-x top;
	padding: 2px 0;
	text-align: center;
}
div#navigation ul {
	font-size: 14px;
	margin:0;
}
div#navigation ul li {
	display: inline;
	text-transform: uppercase;
	margin-left: 40px;
	margin-right: 40px;
}
div#navigation ul li a {
	color: #000000;
	text-decoration: none;
}
div#navigation ul li a:hover {
	color: #FFFFFF;
}
.contentEvent h2, h3, h4, p {
	margin: 0 ;
}
div#content h2, h3, h4, p {
	margin: 0 0 20px 0;
}

div#content {
	position:relative;
	float:left;
	width:100%;
	background: #FFFFFF url(../images/background_grad.jpg) repeat-x top;
	border-bottom: 1px solid #999999;
	background-image: url(../images/background_grad.jpg);
}
div#contentEvents040810 {
	width:100%;
	border-bottom: 1px solid #999999;
	background-repeat: no-repeat;
	background-position: top;
	height: 1100px;
	position: relative;
	background-image: url(../images/html_invite_april10.jpg);
}


div#main_content {
	/*position:relative;*/
	float:left;
	width:80%;
	padding:20px 0;
}
div#pic_column {
	/*position:relative;*/
	float:right;
	width: 20%;
}
div#left_column {
	/*position:relative;*/
	float:left;
	width:30%;
	padding:20px;
}
div#right_column {
	/*position:relative;*/
	float:right;
	width: 59%;
	padding:20px;
	border-left: solid 1px #999999;
}	
div#partner_left {
	/*position:relative;*/
	float:left;
	width:59%;
	padding:20px;
}
div#partner_right {
	/*position:relative;*/
	float:right;
	width: 30%;
	padding:20px;
	border-left: solid 1px #999999;
}	
div.about {
	padding: 20px 0 0;
	border-bottom: 2px solid #999999;
}
img#side_pictures {
	position: absolute;
	top: -60px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
blockquote {
	font-style: italic;
	margin:0 50px;
	
}
h3 {
	font-size: 16px;
	font-weight: bold;
	margin-top:-20px;
}
div#footer {
	width:760px;
	text-align:center;
	padding: 10px 20px;
	border-top: 1px solid #999999;
	background-color: #FFFFFF;
	float: left;
}
div#footer img {
	margin-right: 20px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom:0px;
}
a {
	color: #A5000C;
}
div#bottom-divider {
	width: 100%;
	float:left;
	height:19px;
	background: #666666 url(../images/nav_background.jpg) repeat-x top;
	padding: 2px 0;
}
.founders {
	padding: 20px 20px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.founders img {
	float: left;
	padding-right: 20px;
}
.events {
	padding: 20px 20px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.events img {
	float: left;
	padding-right: 20px;
}
.vendors {
	padding: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.vendors img {
	float: left;
	padding-right: 20px;
}
.founders p {
	margin-left: 120px;
}
.events p {
	margin-left: 0px;
}
.founders h4 {
	margin-left: 120px;
}
.events h4, .events h2 {
	margin-left: 0px;
}
.events h2 {
	margin-left: 0px;
}
.vendors p {
	margin-left: 210px;	/*font-size: 16px;*/
}
.vendors h4 {
	margin-left: 210px;
	}


/*#snp {
	height:45px;
	
	}
#snp p {
	margin-top: 10px;
	}
#savo {
	height: 40px;
	
	}
#savo p {
	margin-top: 7px;
	}
#sirius {
height: 28px;
}
#sirius p {
	margin-top: 2px;
	}*/
#header h2 {
	font-size: 64px;
	color: #FFFFFF;
	margin-left: 20px;
	margin-top: 150px;
	text-align: center;
}
.expertise-row, .leaders-row {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	float: left;
	width: 800px;
	}
	
.expertise-left{
	padding: 20px 0 0;
	float: left;
	width: 400px;
}
.expertise-right {
	padding: 20px 0 0;
	float: left;
	width: 399px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.leaders-left {
	padding: 20px;
	float: left;
	width: 360px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	
}
.leaders-right {
	padding: 20px 5px 20px 20px;
	float: left;
	width: 374px;
}
.leaders-left h4, .leaders-right h4 {
	padding-left: 120px;	
}
.leaders-left p, .leaders-right p {
	padding-left: 120px;
	padding-bottom: 0px;
	margin-bottom:0px;
	font-size:12px;
	line-height:16px;
}

.img-left{
	float: left;
	padding-right: 20px;
}

.expertise-left ul, .expertise-right ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
}
.expertise-left li, .expertise-right li {
	list-style-type: none;
	list-style-image: none;
	padding:20px;
	list-style-position: outside;
	display: block;
	clear: both;
}
.vendors p img {
	clear: both;
	margin-left: -220px;
	margin-top: 20px;
}
.text-bold {
	font-weight: bold;
}
.logo {
	margin-top: 20px;
	margin-left: 20px;
}
form {
	margin: 20px;
	padding: 20px;
	border: 1px solid #999999;
}
label {
	width: 100%;
	display: block;
	padding-bottom: 5px;
	vertical-align: middle;
}
.form_label {
	width: 25%;
	display: block;
	float: left;
	text-align: left;
	padding-top: 5px;
}
#submit {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #A5000C;
	font-weight: normal;
	padding: 2px;
	border: 0;
	margin: 5px 0px;
	cursor:pointer;
}
#submit hover {
	text-decoration: underline;
}
.form_textInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #cccccc;
	padding: 2px;
	width: 72%;
}
.text_red {
	color: #a5000c;
}
#invite_bottom {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	position: relative;
	height: 97px;
}
.invite_center {
	height: 200px;
	padding-left:5px;
	width: 420px;
	position:absolute;
	left: 207px;
	top: 927px;
}
.invite_left {
	margin: 0px;
	padding: 0px;
	float: left;
}
.invite_right {
	float: right;
}
.event_box {
	padding: 20px;
	border: 2px solid #7B7D7E;
	margin: 20px 0;
}
.event_box_small {
	border: 2px solid #7B7D7E;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.text-10 {
	font-size:10px;
	}
.text-12 {
	font-size:12px;
	}
.text-bold-italic {
	font-style: italic;
	font-weight: bold;
}
.text-yellow {
	color: #B7701E;
}
div.events p {
	margin-bottom: 5px;
}
.top-margin {
	padding-top: 20px;
}
.text-italic {
	font-style: italic;
}
.text11 {
	font-size: 11px;
}
.next-event-info {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 0px;
}

.eventsHeader {
	color: #B7701E;
	margin-left: 0px;
}
.event_box_small ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	list-style-image: url(../images/carat.png);
}
div#partner {
	padding: 20px;
}
.pad-left {
	padding-left:20px;
}
div#top-row {
	border-top: 1px solid #999999;
}

