@charset UTF-8;
/* CSS Document */

/* BASIC STUFF */
* {
	margin: 0;
	padding: 0;
}
html, body {
	margin: 0px 0px 0px 0px;
	min-height: 100%;
	height: 100%;
}
#container {
	height: auto !important;
	min-height: 100%;
	height: 100%;
	min-width: 900px;
	max-width: 1280px;
	margin: 0 auto -40px;
}
#header {
	top: 0px;
	height: 500px;
	margin: auto;
}
#footer {
	height: 40px;
	width: 760px;
	margin:auto;
	background:#FFFFFF;
	padding-top: 100px;
	color:#000000;
	
}
#navbar {
	height: 30px;
	width:100%;
	background-color:#333333;
}

#content {
	width: 760px;
	margin: auto;
	padding-top:3em;
	}
/* HEADER DIVS */

	

#logo_left {
	width: 45%;
	height: 110px;
	float: left;
	background:url(/_images/_white_transparant.png) repeat;
	text-align: right;
	z-index:50;
}
#logo_right {
	width: 55%;
	height: 110px;
	float: left;
	background: url(/_images/_black_transparent.png) repeat;
	z-index:49;
}
#logo {
	position: relative;
	top: 15px;
	right: 15px;
}
#caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	line-height: 2em;
	padding-top:30px;
	padding-left: 20px;
	font-weight:normal;
	color:#FFFFFF;
	font-style:italic;
	width: 400px;
	text-shadow:#333333 1px 1px;
}

.seperator {
	width: 100%;
	height: 25px;
	background:url(/_images/_seperator.gif) top center no-repeat;
	margin-bottom: 2em;
	}


.left_col{
	width:480px;
	float:left;
	}
	
.right_col{
	width:220px;
	float:left;
	margin: 0px 0 0 50px;
	}
	

	
	
.right_col img {
	border: 1px solid #bbb;
	padding: 4px;
	margin-bottom: 1.5em;
	}


.clear {
	clear:both;
	}
	
.padd_top_10 {
	padding-top:10px;
	}

.member_logos {
	text-align:center;
	padding-top:25px;
	}
	
.member_logos img {
	margin-bottom:25px;
	border: none;
	padding: 0px;
	}

hr {
	margin-bottom: 0.5em;
	}


img.quote {

	border: 0px;
	padding: 0px;
}




/* TEXT FORMATTING */

body, h2, h3, h4, h4, h5, h6, p {
	font: 12px "Lucida Grande", "Lucida Sans", Lucida, Arial, sans-serif;
	color:#555;
	line-height: 20px;
	letter-spacing: 0px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#666;
	font-size: 1.3em;
	font-weight:normal;
	line-height: 2.2em;
	padding: 0em 0.5em 1em 0.5em;
	word-spacing: 1px;
	margin-top:-1em;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#222;
	font-size: 1.8em;
	margin-bottom: 1em;
	word-spacing: 2px;
	letter-spacing:1px;
	margin-top: 2em;
}

h2:first-child {
	
	margin-top: 0em;
	}

h3 {
	color:#1177aa;
	font-weight: bold;
	text-transform:uppercase;
	margin-bottom: 0em;
	margin-top:2.5em;
}

h4 {
	color:#444;
	text-transform:uppercase;
	font-weight:bold;
}


h5 {
	color:#0c9c8b;
	text-transform:uppercase;
	font-weight:bold;
	padding-top: 10px;
}

h5:first-child
	{
		padding-top:0px;
	}

h3 i {
		font-weight: bold;
	}

h6 {

	color:#1177aa;
  	font-family: Georgia, "Times New Roman", Times, serif;
  	font-weight: bold;
	letter-spacing:1px;
	font-size: 1.1em;
	padding-left: 50px;
	padding-bottom:50px;
	}
	

	

.right_col h6
	{	
	padding-left: 10px;
	
	padding-bottom:75px;
	}

h6 b {
	padding-left: 0.7em;
	letter-spacing: normal;
	font-weight:normal;
	font-style:normal;
		}

p	{
	margin-bottom: 1em;
	}

a {
	color: #0c9c8b;
	text-decoration:none;
}

i {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666666;
	font-weight:normal;
	text-transform:none;
	}
	
	
em {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666666;
	font-weight:bold;
	text-transform:none;
	padding-left:1em;
	}
	

	
q {
  quotes: '\201C' '\201D' '\2018' '\2019';
  font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#666;
	font-size: 1.1em;
	font-weight:normal;
	line-height: 2.2em;
	word-spacing: 1px;
}

blockquote {
  margin: auto;
  padding-left: 18px;
  text-indent: -18px;
    font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#666;
	font-size: 1.2em;
	font-weight:normal;
	line-height: 1.8em;
	margin-bottom:1em;
	word-spacing: 1px;
}

blockquote:first-letter {
  padding-left: 18px;
  
}


	
b {
	color:#333;
	font-weight: bold;
}


a:hover {
	color: #00CC99;
}


ul {
	list-style:none;
	padding-left: 3em;
	padding-top:2em;
}

ul h3 {
	margin-top:0px;
	}

ul.bullets {
	list-style:  circle;
	margin-left:-15px;
	margin-top: 2em;
	margin-bottom: 2em;
}
 
ul.bullets li {
	padding-bottom: 10px;
		}


li {
	padding-bottom: 2px;
}

ol {
	margin-left: 20px;
	list-style-type:decimal;

	}

#footer p {
	color: #222222;
	}





img {
	border: none
	}



/* NAVIGATION */




.navigation {
	width:790px;
	margin: auto;
	height:30px;
	padding-left: 20px;
		
}
.navigation ul {
	margin:0px;
	padding:0px;
	
}
.navigation ul li {
	display:inline;
	float:left;
	list-style:none;
	position:relative;
	padding-top: 6px;
	text-transform:uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}
.navigation li a {
	color:#fff;
	text-decoration:none;
	margin-right:20px;
}
.navigation li a:hover {
	color:#fff;
	text-decoration:underline;
}
.navigation li ul {
	margin:0px;
	padding:0px;
	display:none;
	position:absolute;
	left:0px;
	top:30px;
	background-color:#444;
	padding-left:10px;
		
}
.navigation li:hover ul {
	display:block;
	width:200px;
}
.navigation li li {
	list-style:none;
	line-height: 1.2em;
	display:list-item;
}
.navigation li li a {
	color:#fff;
	text-decoration:none;
	
	margin-right:0px;
}
.navigation li li a:hover {
	color:#fff;
	text-decoration:underline;
}
