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

html {
    color: #000;
    background: #cccccc;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, button, 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, optgroup {font-style: inherit; font-weight: inherit;}

del, ins {text-decoration: none;}

li {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; font-variant: normal;}

sup {vertical-align: baseline;}

sub {vertical-align: baseline;}

/*because legend doesn't inherit in IE */
legend {color: #000;}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {*font-size: 100%;}

/**
 * YUI Fonts
 * @module fonts
 * @namespace yui-
 * @requires 
 */

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
    font:13px/1.231 arial,helvetica,clean,sans-serif;
    /* for IE6/7 */ 
    *font-size:small; 
    /* for IE Quirks Mode */
    *font:x-small; 
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea,
button {
    font:99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
    font-size:inherit;
    font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
    font-family:monospace;
    *font-size:108%;
    line-height:100%;
}

/**
 * YUI Base
 * @module base
 * @namespace yui-
 * @requires reset, fonts
*/

body {
    /* For breathing room between content and viewport. */
    margin:0px;
}

h1 {
    /* 18px via YUI Fonts CSS foundation. */
    font-size: 138.5%;
}

h2 {
    /* 16px via YUI Fonts CSS foundation. */
    font-size: 123.1%;
}

h3 {
    /* 14px via YUI Fonts CSS foundation. */
    font-size: 108%;
}

h1,h2,h3 {
    /* Top & bottom margin based on font size. */
    margin: 1em 0;
}

h1,h2,h3,h4,h5,h6,strong,dt {
    /* Bringing boldness back to headers and the strong element. */
    font-weight: bold;
}
optgroup {
    font-weight:normal;
}

abbr,acronym {
    /* Indicating to users that more info is available. */
    border-bottom: 1px dotted #000;
    cursor: help;
}

em {
    /* Bringing italics back to the em element. */
    font-style: italic;
}

del {
    /* Striking deleted phrases. */
    text-decoration: line-through;
}

blockquote,ul,ol,dl {
    /* Giving blockquotes and lists room to breath. */
    margin: 0px;
}

ol,ul,dl {
    /* Bringing lists on to the page with breathing room. */
    margin-left: 0px;
}

ol li {
    /* Giving OL's LIs generated numbers. */
    list-style: decimal outside;
}

ul li {
    /* Giving UL's LIs generated disc markers. */
    list-style: none;
}

dl dd {
    /* Giving UL's LIs generated numbers. */
    margin-left: 1em;
}

th,td {
    /* Borders and padding to make the table readable. */
    border: 0px solid #000;
    padding: .5em;
}

th {
    /* Distinguishing table headers from data cells. */
    font-weight: bold;
    text-align: center;
}

caption {
    /* Coordinated margin to match cell's padding. */
    margin-bottom: .5em;
    /* Centered so it doesn't blend in to other content. */
    text-align: center;
}

sup {
    /* to preserve line-height and selector appearance */
    vertical-align: super;
}

sub {
    /* to preserve line-height and selector appearance */
    vertical-align: sub;
}

p,
fieldset,
table,
pre {
    /* So things don't run into each other. */
    margin-bottom: 1em;
}
/* Opera requires 1px of passing to render with contemporary native chrome */
button,
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"] {
    padding:1px;
}




#container{
	position:absolute;
	left:50%;
	background-color:#ffffff;
	margin-left:-480px;
	height:auto;
	width:960px;}
	
	
#header{
	float:left;
	width:960px;
	height:152px;}

#top_border{
	float:left;
	width:960px;
	height:30px;
	background-color:#555555;
	border-bottom:4px solid #FFFFFF;}

#login_form{
	float:right;
	display:inline;
	width:472px;
	height:30px;
	margin-right:0px;}

#sign_in_txt{
	float:left;
	display:inline;
	width:40px;
	height:20px;
	color:#FFFFFF;
	margin-top:8px;
	font-family:Georgia;
	font-size:10px;}

#username{
	float:left;
	display:inline;
	width:115px;
	height:20px;
	border:0px;
	margin-top:5px;
	margin-left:6px;}

#pass{
	float:left;
	display:inline;
	width:115px;
	height:20px;
	border:0px;
	margin-top:5px;
	margin-left:6px;}

#passs{
	float:left;
	display:inline;
	width:115px;
	height:20px;
	border:0px;
	margin-top:5px;
	margin-left:6px;}


#sub{
	float:left;
	display:inline;
	background:none;
	border:0px;
	color:#ffffff;
	font-family:Georgia;
	font-size:9px;
	width:48px;
	margin-top:5px;
	height:20px;
	text-decoration:underline;
	cursor:pointer;
	margin-left:6px;}

#forgot{
	float:left;
	width:95px;
	height:20px;
	margin-top:10px;
	margin-left:6px;}

#forgot a{
	color:#FFFFFF;
	font-family:Georgia;
	font-size:9px;}

#logo_menu{
	float:left;
	width:960px;
	height:116px;
	background-color:#666666;
	border-bottom:3px solid #FFFFFF;}

#logo{
	float:left;
	display:inline;
	width:201px;
	height:74px;
	margin-left:38px;
	margin-top:10px;}

#menu{
	float:right;
	display:inline;
	width:700px;
	height:30px;
	margin-top:86px;
	background-image:url(../images/menu_gr2.jpg);
	background-repeat:repeat-y;}
	
.menu_tabs{
	float:left;
	margin-left:1px;
	width:100px;
	height:23px;
	padding-top:7px;
	text-align:center;}

.menu_tabs a{
	text-decoration:none;
	color:#FFFFFF;
	font-family:Georgia;
	font-size:12px;
	font-weight:600;}

.menu_tabs a:hover, .menu_tabs a.hover{
	text-decoration:none;
	color:#333333;
	font-family:Georgia;
	font-size:13px;
	text-transform:uppercase;
	font-weight:600;}


#sep{
	float:left;
	width:960px;
	height:4px;
	border-bottom:3px solid #FFFFFF;
	background-color:#666666;}

#footer{
	float:left;
	width:960px;
	height:17px;
	margin-top:4px;
	background-color:#555555;}

#main_body{
	float:left;
	width:710px;
	height:auto;
	background-color:#FFFFFF;
	border-right:6px solid #FFFFFF;}

#right_col{
	float:left;
	width:244px;
	height:auto;
	background-color:#666666;}

#banner{
	float:left;
	width:710px;
	height:267px;
	border-bottom:2px solid #FFFFFF;}

#sep2{
	float:left;
	width:710px;
	height:4px;
	border-bottom:7px solid #666666;
	background-color:#FFFFFF;}

#content{
	float:left;
	display:inline;
	text-align:justify;
	width:690px;
	height:auto;
	margin-left:10px;
	background-color:#FFFFFF;}

#content_txt{
	width:690px;
	height:auto;
	font-family:Georgia;
	color:#666666;
	font-size:12px;
	float:left;
	display:inline;
	margin-left:10px;
	margin-top:10px;
	text-align:justify;}
	

#sep3{
	float:left;
	display:inline;
	margin-left:10px;
	width:690px;
	height:4px;
	border-bottom:2px solid #666666;
	margin-bottom:10px;
	background-color:#FFFFFF;}

#become_member{
	float:left;
	display:inline;
	width:170px;
	height:20px;
	text-align:center;
	margin-left:37px;
	margin-top:10px;
	background-color:#e23026;}

#become_member a{
	color:#FFFFFF;
	font-family:Georgia;
	font-size:14px;
	text-decoration:none;
	font-weight:600;}

#become_member a:hover{
	font-size:16px;
	color:#333333;}

.side_box{
	float:left;
	display:inline;
	width:244px;
	height:230px;
	margin-top:10px;}
	
.side_title{
	float:left;
	width:244px;
	height:34px;
	background-color:#e03127;}

.side_title_txt{
	float:left;
	width:200px;
	height:28px;
	margin-left:10px;
	margin-top:2px;
	background-color:#e03127;
	font-family:Georgia;
	color:#FFFFFF;
	font-size:24px;
	font-weight:600;}

.side_txt{
	float:left;
	width:210px;
	height:50px;
	overflow:hidden;
	margin-left:10px;
	text-align:justify;
	margin-top:7px;
	color:#FFFFFF;
	font-family:Georgia;
	font-size:12px;}

.side_txt a{
	text-decoration:none;
	color:#FFFFFF;
	font-family:Georgia;
	font-size:12px;}

	
.poll_box{
	float:left;
	display:inline;
	width:244px;
	height:auto;
	margin-top:10px;
	padding-bottom:10px;}
	
.poll_title{
	float:left;
	width:244px;
	height:40px;
	background-color:#e03127;}

.poll_title_txt{
	float:left;
	width:200px;
	height:34px;
	margin-left:10px;
	margin-top:6px;
	vertical-align:bottom;
	background-color:#e03127;
	font-family:Georgia;
	color:#FFFFFF;
	font-size:28px;
	font-weight:600;}

.poll_txt{
	float:left;
	width:210px;
	height:50px;
	margin-left:10px;
	text-align:justify;
	margin-top:7px;
	color:#FFFFFF;
	font-family:Georgia;
	font-size:12px;}

#vote{
	float:left;
	display:inline;
	border:0px;
	background-color:#e03127;
	color:#FFFFFF;
	width:50px;
	height:20px;
	margin-top:15px;
	font-family:Georgia;
	font-weight:600;
	font-size:12px;
	cursor:pointer;
	margin-left:100px;}

#footer_menu{
	float:left;
	display:inline;
	width:400px;}

.footer_txt{
	float:left;
	display:inline;
	width:70px;
	margin-left:7px;
	height:15px;
	margin-top:2px;
	text-align:center;}

.footer_txt a{
	text-decoration:none;
	color:#FFFFFF;
	font-family:Georgia;
	font-size:10px;
	font-weight:600;}

#rights{
	float:left;
	display:inline;
	width:220px;
	height:15px;
	margin-top:2px;}

#rights_txt{
	color:#FFFFFF;
	font-family:Georgia;
	font-size:10px;
	font-weight:600;}

#sit{
	float:right;
	display:inline;
	width:150px;
	height:15px;
	margin-top:2px;}

#sit_txt a{
	color:#FFFFFF;
	font-family:Georgia;
	font-size:10px;
	font-weight:600;
	text-decoration:none}

.main_title{
	float:left;
	display:inline;
	width:auto;
	height:auto;
	margin-top:4px;
	background-color:#e03127;
	font-family:Georgia;
	color:#FFFFFF;
	font-size:18px;
	font-weight:600;
	text-indent:5px;
	padding-right:5px;}

#contact_form{
	float:left;
	display:inline;
	width:300px;
	height:250px;
	margin-top:20px;
	margin-left:40px;
	background-color:#666666;}

#contact_title{
	float:left;
	display:inline;
	color:#FFFFFF;
	font-family:Georgia;
	font-size:14px;
	font-weight:600;
	width:120px;
	margin-top:10px;
	margin-left:20px;
	height:20px;
	background-color:#e03127}

.form_txt{
	float:left;
	display:inline;
	width:100px;
	height:20px;
	color:#FFFFFF;
	font-family:Georgia;
	font-size:12px;
	margin-top:10px;
	margin-left:10px;}

.contact_inputs{
	float:left;
	display:inline;
	width:150px;
	height:20px;
	margin-left:10px;
	margin-top:10px;}

#comments{
	float:left;
	display:inline;
	width:150px;
	height:80px;
	margin-left:10px;
	margin-top:10px;}

.form_sub{
	float:right;
	display:inline;
	width:50px;
	height:20px;
	border:0px;
	background-color:#e03127;
	margin-top:20px;
	color:#FFFFFF;
	font-family:Georgia;
	font-size:12px;
	margin-right:10px;}

#map{
	float:left;
	display:inline;
	width:300px;
	height:250px;
	margin-top:20px;
	margin-left:40px;}

#reg_form{
	float:left;
	display:inline;
	width:400px;
	height:810px;
	margin-top:20px;
	margin-left:40px;
	background-color:#666666;}


#reg_title{
	float:left;
	display:inline;
	color:#FFFFFF;
	font-family:Georgia;
	font-size:14px;
	font-weight:600;
	width:150px;
	margin-top:10px;
	margin-left:20px;
	height:20px;
	background-color:#e03127}
	
.reg_txt{
	float:left;
	display:inline;
	width:110px;
	height:20px;
	color:#FFFFFF;
	font-family:Georgia;
	font-size:12px;
	margin-top:10px;
	margin-left:10px;}

.reg_inputs{
	float:left;
	display:inline;
	width:200px;
	height:20px;
	margin-left:10px;
	margin-top:10px;}

#profile_reg{
	float:left;
	display:inline;
	width:200px;
	height:80px;
	margin-left:10px;
	margin-top:10px;}
	
#benif_reg{
	float:left;
	display:inline;
	width:200px;
	height:80px;
	margin-left:10px;
	margin-top:10px;}
	
#members_txt{
	float:left;
	display:inline;
	width:220px;
	margin-top:20px;
	height:auto;}


#mem_txt{
	width:200px;
	height:auto;
	font-family:Georgia;
	color:#666666;
	font-size:12px;
	float:left;
	display:inline;
	margin-left:10px;
	margin-top:10px;
	text-align:justify;}


.menu_link{
	border:1px	solid #ffffff;
	display:block;
	width:248px;
	height:20px;
	background-color:#e03127;
	color:#FFFFFF;
	text-decoration:none;
	font-family:Georgia;
	font-size:12px;
	font-weight:600;}

.menu_link:hover{
	background-color:#666666;}

.menu_link:hover .space{
	background-color:#e01327;}


.space{
	float:left;
	width:10px;
	height:20px;
	background-color:#666666;}

#logo_home{
	float:left;
	display:inline;
	margin-left:100px;
	margin-top:10px;}

#logos_partner{
	float:left;
	display:inline;
	width:200px;
	height:100px;
	margin-left:30px;
	margin-top:10px;}

.sitemap{
	display:block;
	width:auto;
	height:auto;
	font-family:Georgia;
	text-decoration:none;
	color:#333333;
	font-weight:600;}

.sitemap:hover{ text-decoration:underline}

.sitemaps{
	display:block;
	width:auto;
	height:auto;
	font-family:Georgia;
	text-decoration:none;
	color:#333333;
	font-weight:600;}

