/**
 * Stylesheet
 *
 * Stylesheet for HBFA
 *
 * CSS version 2.0
 *
 * @copyright	2006-2009 Enke Design
 * @since		2009-01-21 09:28
 * @version		1.1
 */

/**
--------------------------------------------------------------------------------
GENERAL STYLE
--------------------------------------------------------------------------------
 */

/** BODY **********************************************************************/

body {
    color: #000;
    background-color: #ffffff;
	width: 100%;
	height: 100%;
	font-family: arial;
	font-size: 11px;
	line-height: 16px;
}

/** RESET *********************************************************************/

body {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

a:link,
a:active,
a:focus,
a:visited,
a:hover {
	text-decoration: none;
    color: #000;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/** GENERAL CLASS *************************************************************/

.clear {
	clear: both;
}

.float {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.button:hover {
	cursor: pointer;
}

.pointer {
	cursor: pointer;
}

.right_border {
    border-right: 1px dotted #d1d2d4;
}

/** SITE SPECIFIC GENERAL CLASS ***********************************************/

.side_width {
    width: 240px;
}

.main_width {
    width: 680px;
}

.grey {
    background-color: #fff;
}

.blue {
    color: #d12528;
}

/**
--------------------------------------------------------------------------------
PAGE FURNITURE
--------------------------------------------------------------------------------
 */

.side {
    width: 240px;
    height: 100%;

    float: left;
    display: inline;
}

.main {
    width: 680px;
    height: 100%;

    float: right;
    display: inline;
}

/**
--------------------------------------------------------------------------------
WRAPPER
--------------------------------------------------------------------------------
 */

#wrapper {
    width: 960px;
    margin: 0 auto;
}

/**
--------------------------------------------------------------------------------
HEADER
--------------------------------------------------------------------------------
 */

#header {
    height: 36px;
    clear: both;
}

#header_border {
    height: 6px;
    margin-bottom: 10px;
    clear: both;
}

#header_menu {
    height: 20px;
    padding-right: 6px;

    font-size: 11px;
    line-height: 20px;

    float: right;
    display: inline;
}

#header_menu a,
#header_menu a:visited,
#header_menu a:link {
    margin-left: 3px;
    margin-right: 3px;
}

#header_menu a:hover,
#header_menu a:focus {
    color: #d12528;
}

#header_menu a:active {
    color: #ff8080;
}

#header_menu li {
    display: inline;
}

/**
--------------------------------------------------------------------------------
CONTENT
--------------------------------------------------------------------------------
 */

#content {
    width: 100%;
    clear: both;
}

/**
--------------------------------------------------------------------------------
MENU
--------------------------------------------------------------------------------
 */

#menu {
    margin-top: 28px;
    min-height: 181px;
    margin-bottom: 30px;
}

#menu a,
#menu a:visited,
#menu a:link {
    display: block;
    height: 23px;
    padding-left: 17px;

    font-size: 11px;
    letter-spacing: 0.5px;
    line-height: 23px;

    border-bottom: 1px dotted #d1d2d4;
}

#menu a:hover {
    color: #ffffff;
    background-color: #d12528;
}

#menu a:active {
    background-color: #ff8080;
}

#menu ul ul {
    display: none;
}

#menu li.current ul {
    display: block;
}

#menu li.current a {
    color: #ff8080;
}

#menu li.current li a {
    color: #000;
    padding-left: 35px;
    height: 100%;
}

#menu li.current li.current a {
    color: #ff8080;
    padding-left: 35px;
}

/**
--------------------------------------------------------------------------------
DIRECTORY
--------------------------------------------------------------------------------
 */

#directory {
    /*height: 230px;*/
}

#directory_logo {
    height: 95px;
}

/**
--------------------------------------------------------------------------------
PANEL
--------------------------------------------------------------------------------
 */

#panel {
    height: 150px;
}

#panel li {
    width: 240px;
    /*height: 74px;*/
    border-top: 1px dotted #d1d2d4;
}

#panel .icon {
    width: 70px;
    height: 74px;

    float: left;
    display: block;
}

#panel .description {
    width: 170px;
    height: 74px;

    float: left;
    display: block;
}

/**
--------------------------------------------------------------------------------
ICON SECTION
--------------------------------------------------------------------------------
 */

.icon_section {
    float: left;
}

.icon_section a {
    height: 100%;
    display: block;
    cursor: pointer;
}

.icon_section .v_outter {
    height: 100%;

    display: table;
    overflow: hidden;
}

.icon_section .v_middle {
    display: table-cell;
    vertical-align: middle;
}

.icon_section .v_inner {
    display: block;
}

.icon_section strong {
    display: block;
}

/**
--------------------------------------------------------------------------------
COVER
--------------------------------------------------------------------------------
 */

#cover {
    /*height: 440px;*/
    margin-top: 20px;
}

/**
--------------------------------------------------------------------------------
BANNER
--------------------------------------------------------------------------------
 */

#banner {
    display: none;
    height: 80px;
    background-color: #d12528;
}

#banner li {
    width: 225px;
    height: 80px;
}

#banner li a {
    border-top: 3px solid #ffffff;
    color: #fff;
    width: 226px;
}

#banner li.first a:hover {
    border-top: 3px solid #b3d335;
}

#banner li.second a:hover {
    border-top: 3px solid #ed1c24;
}

#banner li.third a:hover {
    border-top: 3px solid #0093d7;
}

#banner .icon {
    width: 70px;
    height: 74px;

    float: left;
    display: block;
}

#banner .description {
    width: 140px;
    height: 74px;

    float: left;
    display: block;
}

/**
--------------------------------------------------------------------------------
TEXT SECTION
--------------------------------------------------------------------------------
 */

/** TEXT SECTION **************************************************************/

.text_section {
    float: left;
}

.text_section a {
    display: block;
}

.text_section h1,
.text_section .title {
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
    color: #d12528;
    display: block;
}

/** TEXT SETTING **************************************************************/

#text {
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: auto;
}

#text ul {
    overflow: auto;
    background-image: url("images/vertical_line.gif");
    background-position: center;
    background-repeat: repeat-y;
}

#text .text_section {
    width: 339px;
}

#text .text_section .linkpage a,
#text .text_section .content_area {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 300px;
    min-height: 80px;
}

.content_area ul {
    background-image: none !important;
    list-style: disc !important;
    list-style-position: outside !important;
    padding-left: 18px !important;
    padding-bottom: 4px !important;
}

/**
--------------------------------------------------------------------------------
PAGE - PEOPLE PAGE
--------------------------------------------------------------------------------
 */

#people_heading {
    height: 415px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 5px solid #d12528;
}

.vcard {
    width: 280px;
    margin-left: 35px;
    margin-bottom: 35px;
    height: 74px;

    float: right;
    display: inline;
}

.vcard li {
    width: 240px;
    height: 74px;
    border-bottom: 1px dotted #d1d2d4;
}

.vcard .icon {
    width: 70px;
    height: 74px;

    float: left;
    display: block;
}

.vcard .description {
    width: 170px;
    height: 74px;

    float: left;
    display: block;
}

/**
--------------------------------------------------------------------------------
PAGE - TEXT PAGE
--------------------------------------------------------------------------------
 */

#text_heading {
    height: 51px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 5px solid #d12528;
}

#text_content {
    margin-left: 20px;
    margin-right: 10px;
    margin-bottom: 50px;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.1px;
    word-spacing: 0.5px;
}

#text_content h1 {
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
    letter-spacing: 0.4px;
    color: #d12528;
}

#text_content h2 {
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
    letter-spacing: 0.2px;
    color: #d12528;
}

#text_content h3 {
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    color: #d12528;
}

#text_content h4 {
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
    color: #d12528;
}

#text_content h5 {
    font-size: 11px;
    line-height: 16px;
    font-weight: normal;
    color: #d12528;
}

#text_content h6 {
    font-size: 11px;
    line-height: 16px;
    font-weight: normal;
}

#text_content ul {
    margin-top: 10px;
    margin-bottom: 10px;
    list-style: disc inside;
}

#text_content a,
#text_content a:visited,
#text_content a:link {
    color: #d12528;
}

#text_content a:hover,
#text_content a:focus {
    color: #ff8080;
}

/**
--------------------------------------------------------------------------------
FOOTER
--------------------------------------------------------------------------------
 */

#footer {
    color: #000;
    height: 60px;
    clear: both;
}

#footer a,
#footer a:visited,
#footer a:link {
    color: #000;
}

#footer a:hover,
#footer a:focus {
    color: #d12528;
}

#footer a:active {
    color: #d12528;
}

#footer .side,
#footer .main {
    border-top: 1px dotted #d1d2d4;
}

#footer .side {
}

#footer .main {
    padding-top: 9px;
    text-align: right;
}

#footer .main li {
    display: inline;
}

/**
--------------------------------------------------------------------------------
NEWS
--------------------------------------------------------------------------------
 */

.buttondiv {
    display: none;
}

.newsdiv {
    min-height: 80px;
    padding: 15px 20px;
    width: 300px;
}

/**
--------------------------------------------------------------------------------
Side Panel
--------------------------------------------------------------------------------
 */
 .side #signup_form  h1{
	color:#1D7B61;
	display:block;
	font-size:18px;
	font-weight:normal;
	line-height:26px;
	margin-top:10px;
}

#gobutton {
	padding:20px;
	background: transparent url(/media/images/go.png) no-repeat scroll left top;
	float:left;
	margin-left:5px;
}

.signupfield {
	border:1px solid #cccccc;
	float:left;
	width:167px;
}