/* Global Styles */

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	padding: 0;
	margin: 0;
	}


.hide {
  display: none; }

.clear {
  clear: both; }

.fleft {
  float: left;
  margin-right: 10px; }

.fright {
  float: right; }

.center {
  margin: auto; }

.thumb {
  border: 1px solid #cccccc;
  margin-right: 10px; }

.pic {
  border: 1px solid #666;
  margin-bottom: 12px;
  margin-top: 12px; }
  
ul{
list-style: none;
}

input{
border: 1px solid #999;
padding: 4px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius:3px;
margin-bottom: 8px;
}

textarea{
border: 1px solid #999;
padding: 4px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius:3px;
margin-bottom: 8px;
}

.buttonblack{
background-color: #292929;
color: white;
font-size: .9em;
padding-left: 8px;
padding-right: 8px;
display: block;
cursor: pointer;
}

.buttonblack:hover{
cursor: pointer;
color: #009ad5;
}


.buttonblue{
background: url(images/buttonblue.gif) repeat-x #009ad5;
height: 22px;
color: white;
font-size: .9em;
text-decoration: none;
padding-top: 6px;-moz-border-radius: 4px;

-webkit-border-radius: 4px;
border-radius:4px;
margin-bottom: 8px;
padding-left: 4px;
border: 1px solid #292929;
width: inherit;
padding-bottom: 6px;
padding-right: 4px;
margin-top: 6px;
}


/* Text Styling */

h1{
margin: 0;
overflow:hidden;
text-indent: -9001px;
height:58px;
width: 348px;
background: url(images/logo.gif) no-repeat;
margin-top: 10px;
margin-bottom: 50px;
float: left;
}

h2{
color: #009ad5;
font-weight: bold;
font-size: 2.0em;
margin-bottom: 18px;
}

h2 a{
text-decoration: none;
}

h3{
font-weight: bold;
margin-bottom: 17px;
font-size: 1.3em;
}

h3 a{
text-decoration: none;
color: #009ad5;
}

h4{
color: #009ad5;
font-weight: bold;
font-size: 1.2em;
margin-bottom: 15px;
}

h4 a{
text-decoration: none;
color: #009ad5;
}

h5{
color: #FFF;
font-weight: bold;
font-size: 1.3em;
margin-bottom: 20px;
}

h5 a{
text-decoration: none;
}

p{
font-size: 0.97em;
line-height: 1.9em;
margin-bottom: 17px;}

.topflight a{
/* color: #009ad5; */
color: #FFF;
text-decoration: none;
}

a{
/* color: #009ad5; */
color: #009ad5; 
text-decoration: none;
}


a:hover{
color: black;
}

strong {
font-weight: bold;
}

em{
font-style: italic;}

a:hover{
}

label{
font-size: .75em;
color: #666;
text-transform: uppercase;
display: block;
margin-bottom: 1px;
}

label#signup{
margin-bottom: 9px;
}

/* Structural Styling */


body{
font-family: Helvetica, Verdana, Arial, sans-serif;
background: #FFF;
margin: 0 auto;
}

.wrapper{
width: 960px;
margin: 0 auto;
}

.wrapper2{
width: 660px;
margin: 0 auto;
}


#global{
height: 26px;
background-color: #e9e9e9;
border-bottom: 1px solid #c1c1c1;
padding-top: 13px;
}

	#global ul li{
	display: inline;}

	
	#global ul li a{
	color: black;
	font-size: .9em;
	text-decoration: none;
	font-weight: bold;
	padding-left: 12px;
	padding-right: 12px;
	}
	
	#global ul li a:hover{
	color: #009ad5;
	}
	
	#global ul.fleft li{
	color: black;
	font-size: .9em;
	text-decoration: none;
	font-weight: bold;
	padding-right: 12px;
	}
	
	#global ul.fleft li a{
	background-color: #dbdbdb;
	border: 1px solid #d3d3d3;
	padding: 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px;
	color: #868686;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-size: .9em;
	}
	
	#global ul.fleft li a:hover{
	color: black;
	background-color: white;
	}
	
	#global ul#connect{
	float: left;
	margin-left: 190px;
	}
	
	#network li a{
	text-transform: uppercase;
	}
	
#brandbanner{
padding-top: 40px;
padding-bottom: 40px;
}

	#brandbanner #social{
	float: right;
	margin-right: 25px;
	margin-top: 22px;
	}
	
	#brandbanner #social a{
	padding:4px;
	}

#navigation{
background-color: #292929;
height: 58px;
}

	#navigation ul{
	display: block;
	}

	#navigation ul li{
	float: left;

	}
	
	#navigation ul li a{
	font-weight: normal;
	color: white;
	font-size: 1.07em;
	text-decoration: none;
	padding-top: 14px;
	padding-bottom: 20px;
	display: block;
	float: left;
	margin-top: 6px;
	padding-left: 12px;
	padding-right: 12px;
	margin-right: 8px;
	}
	
	#navigation ul li a:hover{
	color:#009ad5;
	}
	
	#navigation ul li a.active{ /* Turned on when a user is on a particular page */
	background-color: white;
	color:#009ad5;
	}
	
	#navigation ul li a.highlight{ /* For highlighted pages like apply and nominate */
	border-top: 6px solid #009ad5;
	margin-top: 0;
	}

#content{
margin-top: 50px;	
margin-bottom:60px;

}
	#content #pagecontent{
	width: 650px;
	float: left;
	margin-right: 60px;
	}

#sidebar{
	width: 250px;
	float: left;
}

	#sidebar .module{
	border-top: 4px solid #292929;
	margin-bottom: 25px;
	padding-top: 12px;
	padding-left: 20px;
	padding-right: 20px;
	}
	
	#sidebar #gurus ul li{
	display: block;
	margin-bottom: 16px;
	}
	
	#blog li{
	margin-bottom: 16px;}
	
#footer{
	background: url(images/footerbg.gif) repeat-x #292929;
	height: 324px;
	color: #FFF;
}

	#footer p{
	font-size: .89em;
	line-height: 1.6em;}
	
	#footer p a{
	color: white;
	}

	#footer .footcol{
	width:200px;
	float: left;
	margin-right: 40px;
	margin-top: 50px;
	}
	
	#footer .footcol ul li a{
	display: block;
	background-color: #262626;
	padding: 4px;
	padding-left: 6px;
	margin-bottom: 7px;
	font-size: .9em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px;
	color: white;
	text-decoration: none;
	}
	
	#footer .footcol ul li a:hover{
	color: #009ad5;
	}
	
	#footer .footcol .melior{
	padding-right: 18px;
	display: block;
	float: left;
	}
	
#credits{
	background: #161616;
	border-top: 1px solid #464646;
	height: 30px;
	color: white;
	font-size: .8em;
	padding-top: 14px;
}

	#credits  .fright{
	}
	
	#credits a#mark{
	float: right;
	margin-top: -20px;
	margin-left: 6px;
	}
	
	#credits .fright a{
	text-decoration: none;
	color: white;
	}

