@charset "UTF-8";

html {
	width: 100%;
	height: auto;
	}
	
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #fff;

	}
	

/* ~~ Element/tag selectors ~~ */

ul, ol, dl { 
	padding: 0;
	margin: 0;
	}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	}
h1{
	font-family: Verdana, Geneva, sans-serif;
	font-size:1.2em;
	color: #003300;
	}
h2{
	font-family: Verdana, Geneva, sans-serif;
	font-size:1.1em;
	color: #003366;
	
	}
h2 a:link {
	color: #003399;
	text-decoration:none;
	}
h2 a:visited {
	color: #003399;
	text-decoration:none;
	}
h2 a:hover {
	color: #3366CC;
	text-decoration:underline;
	}
h3{
	font-family: Verdana, Geneva, sans-serif;
	font-size:.9em;
	color: #003399;
	
	}
h3 a:link {
	color: #003399;
	text-decoration:none;
	
	}
h3 a:visited {
	color: #003366;
	text-decoration:none;
	}
h3 a:hover {
	color: #3366CC;
	text-decoration:underline;
	}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.75em;
	line-height: 1.6em;
	}
p a:link {
	color: #003399;
	text-decoration: none;
	}
p a:visited {
	color: #003399;
	text-decoration: none;
	}
p a:hover {
	color: #3366CC;
	text-decoration: underline;
	}


.container {
	width: 100%;
	height: auto;
	margin: 0 auto;
	}
	
	
/* ~~ Header ~~ */


header {
	background-color: #003366;
	height: auto;
	width: 100%;
	padding-top: 0em;
	padding-bottom: 0em;
	float: left;
	}
	
.title  {
	width: auto;
	margin: 0em;
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0em;
	text-align: center;
	float: left;
	}
.title h1 {
	width: auto;
	margin-top: .4em;
	margin-left: .7em;
	margin-right: auto;
	margin-bottom: 0em;
	color: #eee177;
	font-size: 1.5em;
	text-align: left;
	z-index: 8;
	position: relative;
	}

.logo {
	width: 980px;
	height: auto;
	margin-top: 0em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0em;
	text-align: center;
	}

.ooclogo {
	width: auto;
	height: 80px;
	border: 0px;
	margin-top: .2em;
	margin-left: 1em;
	margin-right: 0;
	margin-bottom: 0em;
	text-align: left;
	padding: 0px;
	float: left;
	z-index: 4;
	position: relative;
	
	}



/* ~~ Top Navigation ~~ */


#navigation {
	padding: 0px;
	background-color: #663333;
	width: 100%;
	height: auto;
	text-align: center;
	float: left;
	margin-top: -.5em;
	margin-bottom: 6px;
	~-moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.3);
	}
	
.navigation {
	max-width: 980px;
	height: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	}
	
nav {
	padding: 0px; 
	max-width: 850px;
	height: auto;
	color: #FFF;
	margin-top:0px;
	margin-left:auto;
	margin-right: 0;
	margin-bottom:0px;
	z-index: 9;
	position: relative;
	}
nav ul {
	text-align:center;
	-moz-box-shadow: 4px 3px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 4px 3px 4px rgba(0,0,0,0.3);
	box-shadow: 4px 3px 4px rgba(0,0,0,0.3);
	width: auto;
	}
nav ul li {
	float:left;
	display:inline;
	width: 16.66%; 
	}

nav ul li a {
	display: block;
	padding: .3em 0em .4em 0em;
	color: #FFFFFF;
	margin: 0px;
	text-decoration: none;
	font-size: 0.75em;
	background-color: #663333;
	}
nav ul li a:hover {
	background-color: ;
	}

.selected {
	margin: 0px;
	background-color: #336699;
	padding: .3em 0em .4em 0em;
	}
.selected:hover {
	background-color: #336699;
	}
nav ul li a.selected {
	font-weight: bold;
	}



/* ~~ Bottom Nav ~~ */


.nav_bar {
	padding: 0px;
	background-color: #663333;
	width: 100%;
	height: auto;
	text-align: center;
	float: left;
	margin-top: 6px;
	-moz-box-shadow: 0px -2px 6px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px -2px 6px 0px rgba(0,0,0,0.3);
	box-shadow: 0px -2px 6px 0px rgba(0,0,0,0.3);
	}

.bottom_nav {
	max-width: 980px;
	height: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	}

.b_nav { 
	padding: 0px; 
	max-width: 100%;
	height: auto;
	color: #FFF;
	margin-top:0px;
	margin-left:auto;
	margin-right: auto;
	margin-bottom:0px;
	z-index: 9;
	position: relative;
	}
.b_nav ul {
	text-align:center;
	-moz-box-shadow: 4px 3px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 4px 3px 4px rgba(0,0,0,0.3);
	box-shadow: 4px 3px 4px rgba(0,0,0,0.3);
	width: auto;
	}
.b_nav ul li {
	float:left;
	display:inline;
	width: 16.66%; 
	}
.b_nav ul li a {
	display: block;
	padding: .3em 0em .4em 0em;
	color: #fff;
	margin: 0px;
	text-decoration: none;
	font-size: 0.75em;
	background-color: #663333;
	}
.b_nav ul li a:hover {
	color: #FFFFFF;
	}

.b_nav ul li a.selected2 {
	margin: 0px;
	background-color: #336699;
	padding: .3em 0em .4em 0em;
  	}
	
.b_nav ul li a.selected2:hover {
	background-color: #336699;
  	}

.b_nav ul li a.selected2 {
	font-weight: bold;
	}
	
		
/* ~~ Footer ~~ */


footer {
	width: 100%;
	height: auto;
	color: #d5d5d5;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #003366;
	float: left;
	}
footer p {
	font-size: .7em;
	margin: 0px;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	}

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	}


/* ~~ Content ~~ */


#content {
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	float: left;
	background-color: #fff;
	}
.content {
	max-width: 980px;
	height: auto;
	margin-top: 0em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	text-align: left;
	}

#page {
	width: 100%;
	height: auto;
	min-height: 740px;
	margin-top: 0em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0em;
	float: left;
	}
.page_content {
	width: 100%;
	height: auto;
	margin-top: 1em;
	margin-bottom: 1.5em;
	float: left;
	}
	
#lcol {
	width: auto;
	height: auto;
	margin: 0em;
	overflow: hidden;
	}

.lcol {
	width: auto;
	height: auto;
	margin-top: 0em;
	margin-left: 1em;
	margin-right: 1em;
	text-align: left;
	}
	
#rcol {
	max-width: 260px;
	height: auto;
	margin: 0em;
	float: right;
	}
.rcol {
	width: 100%;
	height: auto;
	float: right;
	margin-left: 0em;
	margin-right: 0em;
	text-align: left;
	}
	
	
/* ~~ social media ~~ */	


.tf_buttons {
	width:auto;
	height: auto;
	padding: 0px;
	float: right;
	margin-top: 0em;
	margin-left: 0em;
	margin-right: .5em;
	margin-bottom: 0em;
	}

.fb_like {
	width: 40px;
	margin-top: -.1em;
	margin-left: .2em;
	margin-right: 0em;
	margin-bottom: 0em;
	padding: 0px;
	float: right;
	z-index: 0;
	}
.fb-like {
	width: auto;
	height: auto;
	margin-top: 0em;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	float: right;
	}
.tweet {
	width: 80px;
	height: auto;
	margin-top: 0em;
	margin-left:0em;
	margin-right:0em;
	margin-bottom:0em;
	padding: 0px;	
	float: right;
	}
		
	
.twitter {
	max-width: 94%;
	max-height: 610px;
	margin-top: 0em;
	margin-left:0em;
	margin-right:0em;
	margin-bottom:1em;
	padding: 0px;	
	float: left;
	overflow-y: scroll;
	overflow-x: hidden;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	}
	
	.facebook {
	max-width: 94%;
	height: 100%;
	max-height: 610px;
	margin-top: 0em;
	margin-left:0em;
	margin-right:0em;
	margin-bottom:1em;
	padding: 0px;	
	float: left;
	overflow-y: scroll;
	overflow-x: hidden;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	}
	
	.fb-page {
		width: 100%;
		height: 100%;
		min-height: 610px;
	}

	
.smedia {
	width:100%;
	height: auto;
	text-align: center;
	margin-top: .5em;
	margin-left: auto;
	margin-right: auto;
	float: left;
	}

.smedia ul {
	width: auto;
	margin-left:auto;
	margin-right: auto;
	text-align: center;
	
	}
.smedia ul li {
	float:left;
	display:inline;
	width: 33%; 
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	
	}



.twitter_button {
	width: 65%;
	height: 35px;
	margin-top: 0em;
	margin-right: 1em;
	float: left;
	}
.facebook_button {
	width: auto;
	height: 30px;
	margin-top: auto;
	margin-right: auto;
	}

.youtube_button {
	width: auto;
	height: 30px;
	margin-top: auto;
	margin-right: auto;
	}
.meetup_button {
	width: auto;
	height: 29px;
	margin-top: auto;
	margin-right: auto;
	}

.smedia2 {
	width: auto;
	height: auto;
	text-align: center;
	margin-top: 2em;
	margin-left: auto;
	margin-right: auto;
	float: left;
	}

.smedia2 ul {
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	}
.smedia2 ul li {
	float:left;
	display:inline;
	width: auto; 
	}
	
.twitter_button2 {
	width:auto;
	height: 30px;
	margin-top: .5em;
	margin-right: 1em;
	float: left;
	}
.facebook_button2 {
	width: auto;
	height: 30px;
	margin-top: .5em;
	margin-right: 1em;
	float: left;
	}

.youtube_button2 {
	width: auto;
	height: 30px;
	margin-top: .5em;
	margin-right: 1em;
	float: left;
	}
.meetup_button2 {
	width: auto;
	height: 29px;
	margin-top: .6em;
	margin-right: 0em;
	float: left;
	}


/* ~~ Index ~~ */

.caption {
	width: auto;
	margin: 0em;
	padding: .3em .5em .3em .5em;
	position: absolute;
	bottom: 0em;
	left: 0px;
	text-align: center;
	background-color: rgba(0, 41, 107, 0.7);
	background: rgba(0, 41, 107, 0.7);
	color: rgba(0, 41, 107, 0.7);
	}
.caption p{
	font-size: .9em;
	color: #fff;
	line-height: 1.3em;
	margin: 0px;
	}

.caption a:link{
	color: #81FF35;
	text-decoration: underline;
	}
.caption a:visited{
	color: #81FF35;
	text-decoration: underline;
	}
.caption a:hover{
	color: #fff;
	text-decoration: underline;
	}


#video {
	width: 102%;
	height: auto;
	float: left;
	margin-top: 1em;
	margin-left: 0em;
	margin-right: 0em;
	margin-bottom: .5em;
	}
	
.video {
	width:33%;
	height: auto;
	float: left;
	text-align: center;
	margin-top: 0em;
	margin-left: 0em;
	margin-right: 0em;
	margin-bottom: 1.2em;
	}
.video_img {
	width:92%; 
	height:auto;
	max-height: 109px;
	padding: 0px;
	border: 0px;
	float: left;
	background-color: #eee;
	border: 0px;
	
	}
.video_txt {
	width: 92%;
	max-height: 1.5em;
	margin-top: 0em;
	margin-bottom: 0em;
	float: left;
	background-color: #eee;
	text-align: center;
	padding-top: .3em;
	padding-bottom: .5em;
	max-height: .8em;
	}
.video_txt p{
	margin: 0px;
	color: #000;
	line-height: 1.2em;
	font-size: .7em;
	padding-left: .3em;
	padding-right: .3em;
	}
.video_txt a:link{
	color: #000;
	text-decoration: none;
	}
.video_txt a:visited{
	color: #000;
	text-decoration: none;
	}
.video_txt a:hover{
	color: #000;
	text-decoration: underline;
	}	
	


/* ~~ About ~~ */


.committee {
	width:100%;
	height: auto;
	margin-top: 1em;
	margin-left: 0em;
	margin-right:auto;
	margin-bottom: 1em;
	float: left;
	clear: both;
	}
.members {
	width:100%;
	height: auto;
	margin-top: 0em;
	margin-left: 0em;
	margin-right:auto;
	float: left;
	}
	
.member {
	width:20%;
	height: auto;
	text-align: center;
	float: left;
	}
	
.cmdetails {
	width:100%;
	height: auto;
	text-align: center;
	float: left;
	margin-top: 0px;
	margin-left:0px;
	margin-right: 0em;
	margin-bottom: 1em;
	}

.member img {
	width:90%; 
	height: auto;
	max-height: 80px;
	padding: 0px;
	border: 0px;
	float: left;
	background-color: #eee;
	border: 0px;
	}
.member_txt {
	width: 90%;
	height: auto;
	margin-top: 0em;
	margin-bottom: 0em;
	float: left;
	background-color: #eee;
	text-align: center;
	height: 1.8em;
	padding-top: .5em;
	padding-bottom: .5em;
	}
.member_txt p{
	margin: 0px;
	color: #000;
	line-height: 1.2em;
	font-size: .7em;
	padding-left: .3em;
	padding-right: .3em;
	}
	
	
.cmrow {
	width:95%;
	height: auto;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
/* ~~ Meetings ~~ */

/* ~~ Find us ~~ */

	
/* ~~ Faq's ~~ */


.faqs {
	width:98%;
	height: auto;
	margin-top: -1em;
	margin-left: 0em;
	margin-right:auto;
	margin-bottom: 1.5em;
	float: left;
	}
	
.faq {
	width:100%;
	height: auto;
	text-align: left;
	margin-top: 1em;
	margin-left: 0em;
	margin-right:auto;
	margin-bottom: 1.5em;
	float: left;
	}
	
.faq ul {
	margin-left: .5em;
	margin-bottom: 1em;
	width: auto;
	height: auto;
	}

.faq ul li {
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size:.8em;
	line-height:1.3em;
	color: #000;
	margin:0em;
	margin-bottom: .5em;
	
	}

.faq ul li a:link {
	font-weight: 400;
	color: #003399;
	text-decoration: none;
	}
.faq ul li a:visited {
	color: #003399;
	text-decoration: none;
	}
.faq ul li a:hover {
	color: #3366CC;
	text-decoration: underline;
	}

.top {
	margin: 0px;
	margin-top: -1em;
	margin-bottom: 1em;
	}
.top a:link {
	color: #003399;
	text-decoration: none;
	}
.top a:visited {
	color: #003399;
	text-decoration: none;
	}
.top a:hover {
	color: #3366CC;
	text-decoration: underline;
	}

.faqhd {
	width: 100%;
	height: auto;
	background-color: #E9EBEE;
	margin: 0px;
	margin-top: 1em;
	margin-bottom: 1em;
	float: left;
	border-radius: .5em;
	padding-top: .1em;
	padding-left: .3em;
	padding-right: .3em;
	padding-bottom: .2em;
	}
.faqhd h3{
	margin: 0em;
	color: #003399;
	}
.faqhd a:link {
	color: #003399;
	text-decoration: none;
	}
.faqhd a:visited {
	color: #003399;
	text-decoration: none;
	}
.faqhd a:hover {
	color: #003399;
	text-decoration: underline;
	}
	
	
/* ~~ Contact ~~ */

.contact_links {
	width: auto;
	height: auto;
	margin-top: 1.5em;
	}

.contact_links a{
	word-break: break-word;
	}

#smedia2 {
	width: 100%;
	height: auto;
	text-align: left;
	margin-top: 1.5em;
	margin-left: 0em;
	margin-right: auto;
	float: left;
	}



	
