@charset "utf-8";
/** CSS DOCUMENT **/

/* STANDARDISING */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	}
table {
	border-collapse:collapse;
	border-spacing:0;
	}
fieldset,img { 
	border:0;
	}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
	}
ol,ul {
	list-style:none;
	}
caption,th {
	text-align:left;
	}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	}
q:before,q:after {
	content:'';
	}
abbr,acronym { border:0;
	}

/* GENERAL STYLES */

html, body {
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 71%;
	
	}

html > body {
	height: 100%;
	min-height: 100%;
	}

logo {
	font-style:normal;
	font-weight:normal;
}

body {
	height: 100%;
	min-height: 100%;
	top: 0;
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666;
	font-weight: normal;
	background-color: #fff;
	}
	
p { 
	font-family: Arial,'Lucida Grande', 'Lucida Sans Unicode', Geneva, Lucida, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	font-weight: normal;
	color: #666;
	padding: 0 0 12px 0;
	}
	
p.image_text_home { 
	font-family: Arial,'Lucida Grande', 'Lucida Sans Unicode', Geneva, Lucida, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: normal;
	color: #fff;
	text-transform:uppercase;
	letter-spacing: .2em;
	padding: 2px 60px 0 0;
	margin: 4px 0 0 0;
	}
	
p.image_text { 
	font-family: Arial,'Lucida Grande', 'Lucida Sans Unicode', Geneva, Lucida, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.4em;
	font-weight: normal;
	color: #fff;
	text-transform:uppercase;
	letter-spacing: .1em;
	padding: 2px 60px 0 0;
	margin: 4px 0 0 0;
	}
	
p.emphasis_bold { 
	color: #444;
	font-weight: bold;
	}
	
p span.emphasis { 
	color: #444;
	font-weight: normal;
	}
	
p span.red { 
	color: #cc071e;
	font-weight: normal;
	}
	
p span.italic { 
	font-style:italic;
	}
	
p.caption {
	font-size: 1em;
	line-height: 1.2em;
	margin: 0 0 0 5px;
	padding: 10px;
	width: 210px;
	background-color: #efefef;
	}
	
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	line-height: 1.3em;
	text-transform: lowercase;
	color: #00aeef;
	padding: 0 0 10px 0;
	font-weight: normal;
	}
	
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.3em;
	color: #cc071e;
	padding: 0 0 2px 0;
	font-weight: normal;
	}
	
h2.contact {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.3em;
	color: #666666;
	padding: 0 0 4px 0;
	font-weight: normal;
	}
	
.contact a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.3em;
	color: #666666;
	padding: 0 0 4px 0;
	font-weight: normal;
	}
	
h3 {
	font-family: Arial,'Lucida Grande', 'Lucida Sans Unicode', Geneva, Lucida, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: normal;
	color: #666;
	text-transform:uppercase;
	letter-spacing: .1em;
	margin: 0 0 10px 0;
	}
	
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	line-height: 1.3em;
	color: #cc071e;
	padding: 0 0 2px 0;
	margin: 0 0 10px 0;
	font-weight: normal;
	letter-spacing: normal;
	}
	
 li.list {
	border-bottom: 1px dotted #bdbdbd;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #777777;
	font-weight: normal;
	}
	
li.list_header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.2em;
	line-height: 1.3em;
	text-transform: lowercase;
	color: #00aeef;
	padding: 0 0 10px 0;
	font-weight: normal;
	}
	
 li.quote {
	border-bottom: 1px dotted #bdbdbd;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.4em;
	line-height: 1.4em;
	color: #777777;
	font-weight: normal;
	}
	
li.quoteperson {
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.4em;
	line-height: 1.4em;
	color: #999999;
	font-weight: normal;
	}	
	
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #666666;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: normal;
	margin: 6px 0 0 0;
	}
	
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: normal;
	line-height: 1.3em;
	color: #666666;
	padding: 4px 0 10px 0;
	margin: 0;
	font-weight: normal;
	}
	
h6.last {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.2em;
	font-style: italic;
	line-height: 1.3em;
	color: #666666;
	padding: 0 0 10px 0;
	margin: -8px 0 0 0;
	font-weight: normal;
	}
	
a { 
	font-family: Arial,'Lucida Grande', 'Lucida Sans Unicode', Geneva, Lucida, Helvetica, sans-serif;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	}
	
a:hover, a:visited:hover  { 
	color: #999;
	text-decoration: none;
	}
	
a:visited, a:active, a:focus { 
	color: #999;
	text-decoration: none;
	}
	
.footer_text_address a { 
	color: #898989;
	text-decoration: none;
	font-size:1em;
	}

.footer_text_address a:hover, .footer_text_address a:visited:hover  { 
	color: #00aeef;
	text-decoration: none;
	}
	
.footer_text_address a:visited, a:active, a:focus { 
	color: #898989;
	text-decoration: none;
	}
	
a.button_view {
	margin: 0;
	padding: 0; 
    color: #333333;
    font-family: Georgia, "Times New Roman", serif;
	font-size: 1.1em;
    text-decoration: none;
	}
	
a.button_view:hover, a.button_view:visited:hover  { 
    color: #00aeef;
    text-decoration: none;
	}
	
a.button_view:visited, a:active, a:focus { 
	color: #666666;
	text-decoration: none;
	}
	
a.work_text{
	margin: 0;
	padding: 0; 
    color: #333333;
    font-family: Georgia, "Times New Roman", serif;
	font-size: 1.1em;
    text-decoration: none;
	}
	
a.work_text:hover, a.work_text:visited:hover  { 
    color: #00aeef;
    text-decoration: none;
	}
	
a.work_text:visited, a:active, a:focus { 
	color: #666666;
	text-decoration: none;
	}
	
a{
  outline: none;
	}
	
/* WRAPPERS */

#outerwrapper {
	width: 100%;
	height: auto;
	min-height: 500px;
	top: 0;
	margin: 0 auto;
	background-color: #fff;
	}
	
#innerwrapper {
	width: 940px;
	height: auto;
	top: 0;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
	}

	
/* NAVIGATION */

a img {border: none; }

#nav {
	float: left;
	display: inline;
	margin: 0;
	top: 0;
	width: 940px;
	height: 45px;
	background-image:url(../images/nav_bkgd.gif);
	background-position: top left;
	background-repeat: repeat-x;
	z-index: 2;
	}
	
#menu {
	margin: 0 0 0 16px;
	padding: 0;
	}

#menu ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	}

#menu ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	height: 45px;
	}

#menu ul li a {
	display: block;
	line-height: 31px;
	padding: 0 0 9px 0;
	margin: 5px 20px 3px 20px;
	color: #d2d3ce;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-family: Arial,'Lucida Grande', 'Lucida Sans Unicode', Geneva, Lucida, Helvetica, sans-serif;
	font-size: .95em;
	letter-spacing: .2em;
	width: auto;
	}
	
#menu ul li a.visited {
	color: #fff;
	font-weight: bold;
	background-image:url(../images/nav_current.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	}

#menu ul li a:hover {
	color: #fff;
	}

#subnav {
	float: left;
	display: block;
	margin: 0;
	top: 0;
	width: 220px;
	min-height: 200px;
	z-index: 3;
	margin: 30px 0 0 0;
	padding: 0;
	}	
	
#submenu {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 220px;
	}
	
#submenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 220px;
	}
	
#submenu ul ul {
	list-style: none;
	margin: 0 0 0 14px;
	padding: 0;
	width: 206px;
	}
	
#submenu li.first, #submenu a li.first {
	margin: 0;
	padding: 10px 0 8px 0;
	}

#submenu li {
	margin: 0;
	padding: 10px 0 8px 0;
	background-image:url(../images/sub_nav_divider.gif);
	background-position: 36px 0px;
	background-repeat: no-repeat;
	}
	
#submenu li li {
	margin: 0;
	padding: 10px 0 8px 0;
	background-image:url(../images/sub_nav_divider.gif);
	background-position: 36px 0px;
	background-repeat: no-repeat;
	}

#submenu a {
	display: block;
	margin: 0;
	padding: 0 0 0 36px;
	color: #625e5e;
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
	font-family: Arial,'Lucida Grande', 'Lucida Sans Unicode', Geneva, Lucida, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.5em;
	letter-spacing: .15em;
	}

#submenu a:hover {
	color: #cc071e;
	}

#submenu a.visited {
	color: #cc071e;
	background-image:url(../images/arrow.gif);
	background-position: 24px 4px;
	background-repeat: no-repeat;
	}
	
#submenu a.greyed_out {
	color: #cdcdcd;
	}
	
#submenu a span.title {
	color: #625e5e;
	font-size:.9em;
	}
	
#submenu a span.title_visited {
	color: #000;
	font-size:.9em;
	}
	
#submenu_2 {
	float: left;
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
	width: 210px;
	}
	
#submenu_2 li.first, #submenu a li.first {
	margin: 0;
	padding: 10px 0 8px 0;
	}

#submenu_2 li {
	margin: 0;
	padding: 10px 0 8px 0;
	background-image:url(../images/sub_nav_divider.gif);
	background-position: 36px 0px;
	background-repeat: no-repeat;
	}

#submenu_2 a {
	display: block;
	margin: 0;
	padding: 0 0 0 36px;
	color: #625e5e;
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
	font-family: Arial,'Lucida Grande', 'Lucida Sans Unicode', Geneva, Lucida, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.5em;
	letter-spacing: .15em;
	}

#submenu_2 a:hover {
	color: #cc071e;
	}

#submenu_2 a.visited {
	color: #cc071e;
	background-image:url(../images/arrow.gif);
	background-position: 24px 4px;
	background-repeat: no-repeat;
	}
	
#submenu_2 a.greyed_out {
	color: #cdcdcd;
	}
	
#submenu_2 a span.title {
	color: #625e5e;
	font-size:.9em;
	}
	
#submenu_2 a span.title_visited {
	color: #000;
	font-size:.9em;
	}
	
/*#subnav {
	float: left;
	display: block;
	margin: 0;
	top: 0;
	width: 220px;
	min-height: 300px;
	z-index: 3;
	}	
	
#submenu {
	margin: 24px 0 0 36px;
	padding: 0;
	float: left;
	display: inline;
	}

#submenu ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	float: left;
	display: block;
	width: 184px;
	}

#submenu ul li {
	float: left;
	display: block;
	text-align: left;
	padding: 10px 0 10px 0;
	margin: 0;
	width: 184px;
	background-image:url(../images/sub_nav_divider.gif);
	background-position: bottom left;
	background-repeat: no-repeat;

	}

#submenu ul li a {

	padding: 0;
	margin: 0;
	color: #625e5e;
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
	font-family: Arial,'Lucida Grande', 'Lucida Sans Unicode', Geneva, Lucida, Helvetica, sans-serif;
	font-size: .9em;
	letter-spacing: .15em;
	}

#submenu ul li a:hover{
	color: #cc071e;
	}
	
#submenu ul li a.visited {
	color: #cc071e;
	padding: 0 0 0 10px;
	margin: 0 0 0 -10px;
	background-image:url(../images/arrow.gif);
	background-position: center left;
	background-repeat: no-repeat;
	}*/
	
#footernav {
	float: left;
	display: inline;
	margin-top: 38px;
	margin-left: 20px;
	top: 0;
	width: 600px;
	height: 20px;
	}
	
#footermenu {
	margin: 0;
	padding: 0;
	}

#footermenu ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	}

#footermenu ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	}

#footermenu ul li a {
	line-height: 10px;
	padding: 0 20px 3px 20px;
	margin: 0;
	color: #878787;
	text-decoration: none;
	display: block;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	letter-spacing: 0;
	width: auto;
	}
	
#footermenu ul li a.visited {
	color: #000;
	}

#footermenu ul li a:hover {
	color: #000;
	}
	
/* CLEARING CONTENT */

#clearone {
	width: 940px;
	clear: both;
	height: 1px;
	}
	
/* HEADER CONTENT */

#header {
	width: 940px;
	height: 138px;
	margin: 0 auto;
	background-color: #fff;
	}
	
#logo_left {
	float: left;
	display: inline;
	width: 283px;
	height: 138px;
	margin: 0;
	background-image: url(../images/join_us_logo.gif);
	background-repeat: no-repeat;
	}
	
#logo_right {
	float: right;
	display: inline;
	width: 470px;
	height: 138px;
	margin: 0;
	background-image: url(../images/hbmag_logo.gif);
	background-repeat: no-repeat;
	}
	
/* HB MAG LINK*/
	
#hb_mag_link_area {
	position: relative;
	width: 940px;
	z-index: 98;
	}

#hb_mag_link {
	position: absolute;
	right: -15px;
	top: 201px;
	width: 126px;
	height: 55px;
	min-height: 55px;
	background-image: url(../images/hbmag_link.gif);
	background-repeat: no-repeat;
	z-index: 99;	
	}

#hb_mag_link a {
	position: absolute;
	right: 0;
	top: 0;
	width: 126px;
	height: 55px;
	background-image: url(../images/hbmag_link.gif);
	background-repeat: no-repeat;
	z-index: 99;
	}
	

#hb_mag_link a:hover {
	background-image: url(../images/hbmag_link_on.gif);
	background-repeat: no-repeat;	
	}
	
#hb_mag_link a span {
	visibility: hidden;	
	}
	
/* IMAGE AREAS */

/* home */

#image_area_home {
	width: 940px;
	height: 227px;
	background-color: #6dc2e1;
	margin: 0;
	padding: 0;
	z-index: 0;
	}
	
#image_area_text_home {
	float: left;
	display: inline;
	width: 205px;
	height: 167px;
	background-color: #6dc2e1;
	margin: 0;
	padding: 60px 0 0 40px;
	}
	
#image_home {
	float: right;
	display: inline;
	width: 695px;
	height: 227px;
	background-color: #6dc2e1;
	margin: 0;
	padding: 0;
	background-image:url(../images/main_image_home.jpg);
	background-repeat: no-repeat;
	}
	
/* sponsorship */
	
#image_area_sponsorship {
	width: 940px;
	height: 227px;
	background-color: #312e2e;
	margin: 0;
	padding: 0;
	z-index: 0;
	}
	
#image_area_text_sponsorship {
	float: right;
	display: inline;
	width: 458px;
	height: 137px;
	background-color: #312e2e;
	margin: 0;
	padding: 90px 0 0 40px;
	}
	
#image_sponsorship {
	float: left;
	display: inline;
	width: 442px;
	height: 227px;
	background-color: #312e2e;
	margin: 0;
	padding: 0;
	background-image:url(../images/main_image_sponsorship.jpg);
	background-repeat: no-repeat;
	}
	
/* plans */
	
#image_area_plans {
	width: 940px;
	height: 227px;
	background-color: #6dc2e1;
	margin: 0;
	padding: 0;
	z-index: 0;
	}
	
#image_area_text_plans {
	float: right;
	display: inline;
	width: 458px;
	height: 137px;
	background-color: #6dc2e1;
	margin: 0;
	padding: 90px 0 0 40px;
	}
	
#image_plans {
	float: left;
	display: inline;
	width: 442px;
	height: 227px;
	background-color: #6dc2e1;
	margin: 0;
	padding: 0;
	/*background-image:url(../images/main_image_plans_1.jpg);
	background-repeat: no-repeat;*/
	}
	
/* history */
	
#image_area_history {
	width: 940px;
	height: 227px;
	background-color: #000;
	margin: 0;
	padding: 0;
	z-index: 0;
	}
	
#image_area_text_history {
	float: right;
	display: inline;
	width: 458px;
	height: 137px;
	background-color: #000;
	margin: 0;
	padding: 90px 0 0 40px;
	}
	
#image_history {
	float: left;
	display: inline;
	width: 442px;
	height: 227px;
	background-color: #000;
	margin: 0;
	padding: 0;
	/*background-image:url(../images/main_image_sponsorship.jpg);
	background-repeat: no-repeat;*/
	}
	
/* for us */
	
#image_area_forus {
	width: 940px;
	height: 227px;
	background-color: #cc071e;
	margin: 0;
	padding: 0;
	z-index: 0;
	}
	
#image_area_text_forus {
	float: right;
	display: inline;
	width: 458px;
	height: 137px;
	background-color: #cc071e;
	margin: 0;
	padding: 90px 0 0 40px;
	}
	
#image_forus {
	float: left;
	display: inline;
	width: 442px;
	height: 227px;
	background-color: #cc071e;
	margin: 0;
	padding: 0;
	background-image:url(../images/main_image_forus.jpg);
	background-repeat: no-repeat;
	}
	
/* keypeople */
	
#image_area_keypeople {
	width: 940px;
	height: 227px;
	background-color: #cc071e;
	margin: 0;
	padding: 0;
	z-index: 0;
	}
	
#image_area_text_keypeople {
	float: right;
	display: inline;
	width: 458px;
	height: 137px;
	background-color: #cc071e;
	margin: 0;
	padding: 90px 0 0 40px;
	}
	
#image_keypeople_douglas {
	float: left;
	display: inline;
	width: 442px;
	height: 227px;
	background-color: #cc071e;
	margin: 0;
	padding: 0;
	background-image:url(../images/main_image_douglas.jpg);
	background-repeat: no-repeat;
	}
	
#image_keypeople_sara {
	float: left;
	display: inline;
	width: 442px;
	height: 227px;
	background-color: #cc071e;
	margin: 0;
	padding: 0;
	background-image:url(../images/main_image_sara.jpg);
	background-repeat: no-repeat;
	}
	
#image_keypeople_richard {
	float: left;
	display: inline;
	width: 442px;
	height: 227px;
	background-color: #cc071e;
	margin: 0;
	padding: 0;
	background-image:url(../images/main_image_richard.jpg);
	background-repeat: no-repeat;
	}
	
/* news */
	
#image_area_news {
	width: 940px;
	height: 227px;
	background-color: #2d468a;
	margin: 0;
	padding: 0;
	z-index: 0;
	}
	
#image_area_text_news {
	float: right;
	display: inline;
	width: 458px;
	height: 137px;
	background-color: #2d468a;
	margin: 0;
	padding: 90px 0 0 40px;
	}
	
#image_news {
	float: left;
	display: inline;
	width: 442px;
	height: 227px;
	background-color: #2d468a;
	margin: 0;
	padding: 0;
	background-image:url(../images/main_image_news.jpg);
	background-repeat: no-repeat;
	}
	
/* contact us */
	
#image_area_contact {
	width: 940px;
	height: 227px;
	background-color: #008dc9;
	margin: 0;
	padding: 0;
	z-index: 0;
	}
	
#image_area_text_contact {
	float: right;
	display: inline;
	width: 458px;
	height: 137px;
	background-color: #008dc9;
	margin: 0;
	padding: 90px 0 0 40px;
	}
	
#image_contact {
	float: left;
	display: inline;
	width: 442px;
	height: 227px;
	background-color: #008dc9;
	margin: 0;
	padding: 0;
	background-image:url(../images/main_image_contact.jpg);
	background-repeat: no-repeat;
	}


/* CONTENT HOME */

#content_area_home {
	margin: 0;
	padding: 0;
	width: 940px;
	z-index: 4;
	}
	
#content_home {
	margin: 0 0 0 0;
	padding: 30px 20px 20px 40px;
	width: 450px;
	float: left;
	}	
	
#home_feature_wrapper {
	float: left;
	display: inline;
	width: 430px;
	margin: 30px 0 0 0;
	padding: 0;
	background-color: #fff;
	}
	
#home_feature_top {
	float: left;
	display: inline;
	width: 410px;
	}
	
.home_feature {
	float: left;
	display: block;
	height: 200px;
	width: 185px;
	margin: 0 0 20px 20px;
	padding: 0;
	}
	
.home_feature_right {
	float: left;
	display: block;
	height: 200px;
	width: 185px;
	margin: 0 0 20px 20px;
	padding: 0;
	}

.home_feature_right_last {
	float: left;
	display: block;
	height: 200px;
	width: 185px;
	margin: 0 -3px 10px 20px;
	padding: 0;
	}
	
.home_feature_img {
	display: block;
	height: 83px;
	width: 185px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	}
	
#home_feature_wrapper p {
	font-family: Arial,'Lucida Grande', 'Lucida Sans Unicode', Geneva, Lucida, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	color:#666;
	margin: 0 0 20px 0;
	}
	
#home_feature_wrapper h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.3em;
	color:#2ebbf2;
	margin: 6px 0 0 0;
	}
	
#home_feature_wrapper a {
	font-family: Arial,'Lucida Grande', 'Lucida Sans Unicode', Geneva, Lucida, Helvetica, sans-serif;
	color:#666;
	margin: 0 0 20px 0;
	}
	
#home_feature_wrapper a:hover {
	text-decoration:underline;
	}
	
#home_feature_wrapper h1 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.3em;
	color:#2ebbf2;
	}
	
#home_feature_wrapper h1 a:hover {
	color:#cc071e;
	}

	
/* CONTENT PAGES */

	
#content_area {
	width: 940px;
	margin: 0 auto;
	background-color: #fff;
	}
	
#content {
	float: left;
	display: block;
	margin: 0;
	padding: 30px 40px 20px 40px;
	width: 640px;
	}
	
#content_column_one {
	float: left;
	display: inline;
	margin: 0;
	padding: 30px 20px 20px 40px;
	width: 420px;
	}

#content_column_two {
	float: left;
	display: inline;
	margin: 0;
	padding: 30px 0 0 0;
	width: 240px;
	}
	
#content a, #content_column_one a {
	display: block;
	margin: 0;
	padding: 0 0 0 12px;
	color: #cc071e;
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
	font-family: Arial,'Lucida Grande', 'Lucida Sans Unicode', Geneva, Lucida, Helvetica, sans-serif;
	font-size: .8em;
	letter-spacing: .15em;
	background-image:url(../images/arrow.gif);
	background-position: 0 4px;
	background-repeat: no-repeat;
	}
	
#content a.news {
	border-bottom: #ededed solid 1px;
	padding: 0 0 10px 12px;
	}


#content a:hover, #content_column_one a:hover {
	text-decoration: underline;
	}

#content a:visited {
	color: #cc071e;
	}
	
.image_right {
	float: right;
	display: inline;
	}
	
.image_left {
	float: left;
	display: inline;
	}
	
.postcard {
	float: left;
	display: block;
	margin: 10px 10px 0 0;
	padding: 0;
	}


	
/* GOOGLE MAP */

.google_map_wrapper {
	width: 640px;
	height: 371px;
	margin: 0 0 20px 0;
	padding: 1px 0 0 0;
	background-image: url(../images/contact_image_bkgd.gif);
	background-position: left top;
	background-repeat: no-repeat;
	display: none;
	}
	
#google_map {
	width: 612px;
	height: 342px;
	margin: 9px 9px 0 9px;
	padding: 0;
	overflow: hidden;
	display: none;
	}
	
/* VIDEO */

.video_wrapper {
	width: 628px;
	height: 378px;
	margin: 0 0 20px 0;
	padding: 1px 0 0 0;
	background-image: url(../images/video_image_bkgd.gif);
	background-position: left top;
	background-repeat: no-repeat;
	}
	
#video {
	width: 610px;
	height: 360px;
	margin: 9px 9px 0 9px;
	padding: 0;
	overflow: hidden;
	}


/* FOOTER */

#footer {
	width: 940px;
	height: 80px;
	margin: 20px 0 0 0;
	padding: 0;
	clear: both;
	background-image:url(../images/footer_divider.gif);
	background-position: top left;
	background-repeat: repeat-x;
	}
	
/*.footer_text_left {
	display: block;
	width: 160px;
	height: 40px;
	clear: left;
	margin: 4px 14px 14px 30px;
	padding: 10px 0 20px 0;
	font-size: .9em !important;
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	}*/
	
.footer_text_left {
	display: block;
	clear: left;
	margin: 4px 14px 14px 40px;
	padding: 6px 0 10px 0;
	font-size: .9em !important;
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	}

	
/*.footer_text_left {
	display: block;
	width: 820px;
	clear: both;
	margin: 4px 14px 14px 40px;
	padding: 10px 0 0 0;
	font-size: .9em !important;
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top: #ededed solid 1px;
	}*/
	
	
.footer_text_left a {
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
.footer_text_left a:hover {
	text-decoration:underline;
	color: #00aeef;
	}
	
.footer_text_address {
	display: block;
	clear: left;
	margin: 14px 14px 0 24px;
	font-size: 1em !important;
	color: #898989;
	width: 600px;
	}
	
	
.footer_text_validation{
	margin: 0 30px 14px 24px;
	font-size: 1em !important;
	clear: both;
	}
	
#footer_right {
	display: inline;
	float: right;
	margin: 0;
	width: 320px;
	height: 68px;
	}
	
#footer_logo_right{
	display: inline;
	float: right;
	margin: 12px 0 0 6px;
	width: 73px;
	height: 68px;
	background-image:url(../images/ncc_logo.gif);
	background-position: center right;
	background-repeat: no-repeat;
	}
	
#footer_text_right {
	display: inline;
	float: right;
	margin: 36px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em !important;
	color: #999999;
	}

#footer_text_right a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em !important;
	color: #999999;
	}
	
#footer_text_right a:hover {
	text-decoration: underline;
	}
	
	
#footer_icons_wrapper {
	margin: 0 auto;
	padding: 0;
	width: 940px;
	height: 157px;
	display: block;
	clear: both;
	}
	
#footer_icons_innerwrapper {
	margin: 0 auto;
	padding: 0 0 0 78px;
	width: 882px;
	display: block;
	height: 157px;
	}
	
#footer p { 
	font-size: .9em;
	}

	
/* SHARE US FORM */

#share_us_form td {
  padding: 1em 1em;
	vertical-align:top;
}

#share_us_form input, #share_us_form textarea {
  border: 1px solid #dedede;
	padding:2px;
	width: 200px;	
	font-size:12px;

}

#share_us_form textarea {
	width: 300px;
	}

input#postcard_submit {
  width:100px;
}

#flash_message {
 	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.3em;
	color: #cc071e;
	padding: 0 0 6px 0;
	font-weight: normal;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #fff;
	}	