* { 
	padding:0; margin:0;
}

.clear {clear:both;}

html {
	overflow-y: scroll;
	height:100%; 
}

a {
	outline: none;
	text-decoration: none;
	color: #2370AF;
}

a:hover {
	color: #E9690D;
}

fieldset{
     border: 0;
}

img{
	border: 0;
}

body {
	 background:url(../images/bg.jpg) fixed; 
	 font-size:90%;
	 font-family: Arial,Helvetica,Sans-Serif;
	 color:#333;
}

.iframe {
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
}

#wrap {
	width:947px; 
	margin:0px auto;
	background: transparent url(../images/sec_bg.gif) repeat-y bottom center;
}

#wrap_inner {
	width:890px; 
	margin:0px auto;
	padding: 0 0 0 3px;
}

#header {
	height:77px; 
	position:relative;
}

#header h1 {
	margin: 0 auto; 
	float: left;
	padding-left: 10px;
}
	
#header h1 a {
	background: url(../images/mnc.jpg) no-repeat bottom center; 
	height: 77px; 
	width: 292px;
	text-indent: -100em; 
	overflow: hidden; 
	display: block;
	padding-top: 15px;
}

#main {
	 margin:0 auto;
}

#float_left{
	float:left;
}

#float_right{
	float: right;
}

/* ------ Member Login ------ */

#member-wrap {
	right: 3px;
	position: absolute;
	top: 0px;
	height: 63px;
	width: 462px; 
	background: url(../images/mem_box.jpg) no-repeat;
}

#member-me{
	position: absolute;
	top: 0px;
	z-index: 5;
	right: -10px;
	width: 450px;
	border: none;
	margin-top: 5px;
}

#member-me #memberForm input#member_term{   
	display: block;   
	float: left;   
	width: 108px;   
	height: 15px;   
	margin-right: 10px;   
	color: #949494;   

}

#member-me #memberForm a{   
	float: left;   
	display: block;   
	width: 68px;   
	height: 27px;   
}

#member-text{
	float: left;
	padding-right: 10px;
	padding-top: 13px;
	color:#FFFFFF;
	font-weight:bold;
}

#member-left{
	font-size:9px;
	color:#FFFFFF;
	float: left;
	padding-right: 80px;
}

/* ------ Menu ------ */

#menus {
	width:890px;
	margin:0 auto; 
	padding-top:20px;
}

#submenu{
	width: 890px;
	height: 26px;
	font-size:85%;
	background: url(../images/submenu.jpg) no-repeat;
}


#submenu ul {
	list-style: none;
}

#submenu li {
	display: inline;
}

#submenu a {
	display: block;
	float: left;
	height: 26px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	color: #ffffff;
	text-decoration: none;
}

#submenu li a.current
{
	color: #e9690d;
}

#submenu a:hover{
	color:#e9690d;
} 

#nav-menu {
	height: 41px;
	text-decoration: none;
	padding-top:10px;
	margin: 0 auto;
	width:890px;
	overflow:hidden;
}

#nav-menu ul
{
	list-style: none;
	padding: 0;
	width: 890px;
	font-size:93%;
}

#nav-menu li
{
	float: left;
	margin: 0 4px 0 0;
}

#nav-menu li a
{
	background: url(../images/button_u.jpg) bottom left no-repeat;
	width: 123px;
	height: 41px;
	float: left;
	display: block;
	border: 0;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
}

#nav-menu li a.current
{
	background: url(../images/button_s.jpg) bottom left no-repeat;
	color: #e9690d;
}

#nav-menu li a.current_off
{
	background: url(../images/button_s.jpg) bottom left no-repeat;
	color: #ffffff;
}

#nav-menu li a:hover
{
	background: url(../images/button_s.jpg) bottom left no-repeat;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
	float: none;
}

/* Content */
#main_content_bg{
	background: url(../images/main_content_bg.jpg) repeat-y top left;
	width:890px;
	padding: 0;
}

#main_content_top {
	background: url(../images/main_content_top.jpg) no-repeat top left;
	width: 890px;
	text-align: center;
	padding-top: 20px;
}

#main_content_bottom {
	background: url(../images/main_content_bottom.jpg) no-repeat bottom left;
	width: 890px;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 25px;

}

#main_content_box_bg{
	background: url(../images/main_content_box_bg.gif) repeat-y top left;
	width:871px;
	margin: 0 auto;
	padding-right: 5px;

}

#main_content_box_top {
	background: url(../images/main_content_box_top.gif) no-repeat top left;
	width: 871px;
	text-align: center;
}

#main_content_box_bottom {
	background: url(../images/main_content_box_bottom.gif) no-repeat bottom left;
	width: 871px;
	height: 100%;
	text-align: left;
	margin: 0 auto;
}

#main_content{
	width: 725px;
	margin: 0 auto;
	padding: 50px 0px 20px 100px;
	position:relative;
}

#main_content2{
	width: 720px;
	margin: 0 auto;
	padding: 50px 0px 20px 100px;
	position:relative;
}

#main_content_title{
	position:absolute;
	top:7px;
	float: left;
	color:#FFFFFF;
	font-weight:bold;
	font-size: 110%;
}

#main_content h3{
	color: #2370af;
	padding-bottom: 15px;
}

#main_content h4{
	color: #e9690d;
	padding-bottom:15px;
}

#main_content ul{
	list-style-image: url(../images/cross.jpg);
	padding-bottom: 15px;
	padding-left: 20px;
}

#main_content li{
	padding-left: 5px;
	line-height: 20px;
}

#main_content p{
	padding-bottom: 15px;
}

/* ----- Home Page ----- */
#home_content {
	background: url(../images/home_bg.jpg) no-repeat;
	width: 890px;
	height: 263px;
	text-align: left;
	color:#FFFFFF;
	padding-left: 10px;
	font-size: 110%;
	overflow: hidden;
}

#home_content p{
	padding-bottom: 15px;
}

#home_content h3{
	padding-bottom: 15px;
	font-size: 140%;
}

#home_content a{ 
	color: #E9690D;
	font-weight: bold;
	text-decoration: none;
}

#home_content a:hover{ 
	color: #ffffff;
}

#home_left{
	float: left;
	width: 550px;
	padding-top: 20px;
}

#home_right{
	float: left;
	margin: 0 auto;
	width: 340px;
	padding-top: 20px;
	text-align: center;
}

#home_right h4{
	padding-top: 15px;
}

#home_mem{
	width: 275px;
	height: 150px;
	margin: 0 auto;
	padding-right: 20px;
}

#home_mem img{
	border-style: solid;
	border-color: #143761;
	border-width: 5px;
	margin-bottom: 100px;
}

#sponsors{
	width: 273px;
	height: 148px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 10px;
}

#lower_wrapper{
	width: 885px;
	margin: 0 auto;
	padding-bottom: 5px;
	display: none;
}

#home_lower_box{
	background: url(../images/home_lower_box.jpg) no-repeat;
	width: 290px;
	height: 250px;
	float: left;
	margin: 0 auto;
	padding-right: 5px;
	position: relative;
	overflow: hidden;
}

#home_lower_box a{
	color: #2370AF;
	text-decoration: none;
}

#home_lower_box a:hover{
	color: #E9690D;
}

#home_lower_box h3{
	color:#FFFFFF;
	padding-left: 60px;
	padding-top: 10px;
	padding-bottom: 20px;
}

#comm{}

#comm ul{
	list-style-image: url(../images/disc.jpg);
	padding-bottom: 15px;
	padding-left: 35px;
	padding-right: 10px;
	font-weight: bold;
	font-size: 80%;
}

#comm li{
	padding-left: 5px;
	line-height: 20px;
	padding-bottom: 5px;
}

#comm_icon{
	position:absolute;
	left: 0px;
	top: 0px;
	width:50px;
	height:50px;
	float: left;
	background: url(../images/icons/comm.png) no-repeat top left;
}

#ce{}

#ce ul{
	list-style-image: url(../images/cross.jpg);
	padding-bottom: 15px;
	padding-left: 35px;
	padding-right: 10px;
	font-weight: bold;
	font-size: 80%;
}

#ce li{
	padding-left: 5px;
	line-height: 20px;
	padding-bottom: 5px;
}

#ce_icon{
	position:absolute;
	left: 0px;
	top: 0px;
	width:50px;
	height:50px;
	float: left;
	background: url(../images/icons/ce.png) no-repeat top left;
}

#fs_icon{
	position:absolute;
	left: 0px;
	top: 0px;
	width:50px;
	height:50px;
	float: left;
	background: url(../images/icons/fs.png) no-repeat top left;
}

#fs ul{
	list-style-image: url(../images/cross.jpg);
	padding-bottom: 15px;
	padding-left: 35px;
	padding-right: 10px;
	font-weight: bold;
	font-size: 80%;
}

#fs li{
	padding-left: 5px;
	line-height: 20px;
	padding-bottom: 5px;
}

#view_more{
	/* padding-left: 70px; */
	position: absolute;
	bottom: 15px;
	left: 70px;	
}

/* ----- About Page ------ */

#about_ul{}

#about_ul h4{
	color: #e9690d;
	padding-bottom:15px;
	padding-left: 20px;
}

#about_ul ul{
	list-style-image: url(../images/cross.jpg);
	padding-bottom: 15px;
	padding-left: 40px;
}

#about_ul li{
	padding-left: 5px;
	line-height: 20px;
}

/* ----- Contact Page ------ */

#contact_wrap{
	width: 835px;
	margin: 0 auto;
}

#contact_wrap a{
	color: #2370af;
	text-decoration: none;
}

#contact_wrap a:hover{
	color: #e9690d;
	text-decoration: none;
}

#contact_left{
	background:url(../images/contact_left.jpg) no-repeat top left;
	width: 442px;
	height: 424px;
	float: left;
	margin: 0 auto;
	padding-right: 15px;
	position: relative;
}

#contact_right{
	background:url(../images/contact_right.jpg) no-repeat top left;
	width: 374px;
	height: 430px;
	float: left;
	position: relative;
	margin: 0 auto;
}

#right_inner{
	padding-top: 55px;
	padding-left: 20px;
	text-align: left;
}

#right_inner p{
	padding-bottom: 15px;
}

#contact_title{
	position:absolute;
	top:7px;
	left: 60px;
	float: left;
	color:#FFFFFF;
	font-weight:bold;
	font-size: 110%;
}

#contact-area {
	padding-top: 55px;
	width: 365px;
	text-align: left;
	margin: 0 auto;
	font-size: 90%;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 350px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #e9690d;;
}

#send_btn{
	float:right;
}


/* ----- Board of Directors Page ------ */

#board_left{
	width: 220px;
	float: left;
	padding-right: 15px;
}

#board_middle{
	width: 220px;
	float: left;
	padding-right: 15px;
}

#board_right{
	width: 220px;
	float: left;
	padding-left: 15px;
}

#board_left h4, #board_left h4, #board_left h4{
	padding-bottom: 0px;
	padding-top: 0px;
}

#board_feat{
	background-color: #ECECEC;
	padding: 5px; 
}

#board_feat p{
	padding-bottom: 5px;
}

/* ----- Committees Page ----- */

#cmt_left{
	width: 345px;
	float: left;
	padding-right: 15px;
}

#cmt_right{
	float: left;
	width: 345px;
	padding-left: 15px;
}

#cmt_left p, #cmt_right p{
	padding-bottom: 20px;
}

#cmt_left h4, #cmt_right h4{
	padding-bottom: 5px;
}

#cmt_left li, #cmt_right li{
	padding-bottom: 5px;
}


/* ----- Upcoming Events ----- */

#upcoming_events{}

#upcoming_events a{
	color: #2370AF;
	text-decoration: none;
}

#upcoming_events a:hover{
	color: #e9690d;
}

#upcoming_events h4{
	color: #000000;
	padding-bottom: 5px;
}

#featured_event{
	width: 725px;
	background: url(../images/featured_bg.jpg) repeat-y top left;
	position: relative;
}

#featured_top{
	background: url(../images/featured_top.jpg) no-repeat top left;
	position: absolute;
	top: 0;
	left: 0;
	width: 725px;
	height: 5px;
}

#featured_bottom{
	background: url(../images/featured_bottom.jpg) no-repeat bottom left;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 725px;
	height: 5px;
}

#featured_left{
	float: left;
	padding: 10px 10px 10px 10px;
	width: 225px;
}

#featured_right{
	float: left;
	padding: 10px 0px 10px 0px;
	width: 475px;
}

#upcoming_list{
	padding-top: 10px;
}

#upcoming_buttons{
	padding-top: 10px;
	float: right;
}

#upcoming ul{
	list-style-image: url(../images/cross.jpg);
	padding-bottom: 15px;
	padding-left: 40px;
}

#upcoming_ul li{
	padding-left: 5px;
	line-height: 20px;
}

#button{
	float: right;
}

/* ----- Past Events ------*/

#past_events{}

#past_events h4{
	color: #000000;
	padding-bottom: 5px;
}

#past_events h3{
	padding-bottom: 5px;
}

#past_events a{
	color: #2370AF;
	text-decoration: none;
}

#past_events a:hover{
	color: #e9690d;
}

/* ----- Partner Events ------*/

#partner_events{
}

#partner_events h4{
	color: #000000;
	padding-bottom: 5px;
}

#partner_events a{
	color: #2370AF;
	text-decoration: none;
}

#partner_events a:hover{
	color: #e9690d;
}

/* ----- Awards Events ------*/

#awards_events{
}

#awards_events h4{
	color: #000000;
	padding-bottom: 5px;
}

#awards_events a{
	color: #2370AF;
	text-decoration: none;
}

#awards_events a:hover{
	color: #e9690d;
}


/* ----- Members Page ------*/

#members{}
	
#members h3{
	color: #E9690D;
}

#members h4{
	color: #000000;
	padding-bottom: 2px;
}

#members p{
	color: #000000;
	padding-bottom: 5px;
}

#members_left{
	width: 220px;
	float: left;
	padding-right: 15px;
}

#members_middle{
	width: 220px;
	float: left;
	padding-right: 15px;
}

#members_right{
	width: 220px;
	float: left;
	padding-left: 15px;
}

/* ----- Member Benefits Page ------*/

#benefits_left{
	width: 340px;
	float: left;
}

#benefits_right{
	width: 340px;
	float: right;
}

#benefits_left li, #benefits_right li{
	padding-bottom: 10px;
}

#benefits_bottom{
	text-align: center;
	width: 725px;
}

/* ----- Join Page ----- */

#join_area {
	width: 365px;
	text-align: left;
	margin: 0 auto;
	font-size: 90%;
	float: left;
}

#input_box{
	width: 345px;
}

#join_sel{
	width: 350px;
}

#join_area textarea {
	height: 90px;
}

#join_area textarea:focus, #join_area input:focus {
	border: 2px solid #e9690d;;
}

#join_left{
	width: 365px;
	float: left;
}

#join_right{
	width: 360px;
	float: left;
	text-align: center;
}

#join_right h3{
	color:#000000;
}

/* ----- Login Page ----- */

#member_area {
	width: 300px;
	text-align: left;
	margin: 0 auto;
	font-size: 90%;
}

#member_area input, #member_area textarea {
	padding: 5px;
	width: 250px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#member_area textarea:focus, #member_area input:focus {
	border: 2px solid #e9690d;;
}

/* ----- Workforce Development Page ------*/

#workforce{}

#workforce a{
	color: #2370AF;
	text-decoration: none;
}

#workforce a:hover{
	color: #E9690D;
}

/* ----- Rountable HR Page ------*/

#roundtable{
}

#roundtable ul{
	list-style-image: url(../images/cross.jpg);
	padding-bottom: 15px;
	padding-left: 40px;
}

#roundtable li{
	padding-left: 5px;
	line-height: 20px;
}

/* ----- Technical Scholarship Page ------*/

#scholarship{}

#scholarship a{
	font-size: 90%;
	padding-right: 10px;
	font-weight: bold;
}

#scholar_links{
	text-align:center;
	padding-bottom: 15px;
}

/* ----- Careers ------*/

#careers{
	margin: 0 auto;
}

#careers_list{
	font-weight: bold;
}

#careers p{
	padding-top: 7px;
	padding-left: 5px;
}

#careers h4{
	padding-top: 2px;
	padding-left: 5px;
	color: #000000;
}

#car_top_t{
	width: 410px;
	height: 10px;
	background-color: #E9690D;
	margin-bottom: 5px;
	margin-right: 5px;
	float: left;
}

#car_top_d{
	width: 100px;
	height: 10px;
	background-color: #E9690D;
	margin-bottom: 5px;
	margin-right: 5px;
	float: left;
}

#car_top_l{
	width: 200px;
	height: 10px;
	background-color: #E9690D;
	margin-bottom: 5px;
	float: left;
}

#car_title_t{
	width: 410px;
	height: 20px;
	background-color: #e2ebf1;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

#car_date_t{
	width: 100px;
	height: 20px;
	background-color: #e2ebf1;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

#car_loc_t{
	width: 200px;
	height: 20px;
	background-color: #e2ebf1;
	float: left;
	margin-bottom: 5px;
}

#title_entry{
	width: 410px;
	height: 30px;
	background-color: #e2ebf1;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

#date_entry{
	width: 100px;
	height: 30px;
	background-color: #e2ebf1;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

#loc_entry{
	width: 200px;
	height: 30px;
	background-color: #e2ebf1;
	float: left;
	margin-bottom: 5px;
}

/* ----- Governer's Initiative Page ------*/

#initiative{
}

#initiative a{
	font-weight:bold;
}

#initiative ul{
	list-style-image: url(../images/cross.jpg);
	padding-bottom: 15px;
	padding-left: 40px;
}

#initiative li{
	padding-left: 5px;
	line-height: 20px;
}

/* ----- Community Page ------*/

#community{}

/* ----- Discussion Page ------*/

#discussion{
}

#discussion h2{
	padding-bottom: 15px;
}

#discussion h4{
	color: #000000;
	padding-bottom: 5px;
}

#read_more{
	float: right;
	padding-bottom: 10px;
}

#comments{
float:left;
}

#disc_img{
	float: right;
	padding: 5px;
}

#disc_area {
	width: 450px;
	text-align: left;
	margin: 0 auto;
	font-size: 90%;
}

#disc_area input, #disc_area textarea {
	padding: 5px;
	width: 425px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#disc_area textarea {
	height: 90px;
}

#disc_area textarea:focus, #disc_area input:focus {
	border: 2px solid #e9690d;;
}
/* ----- Discussion Page ------*/

#article{
	width: 500px;
	float: left;
	text-align: justify;
}

#article h2{
	text-align: left;
}

#archive{
	float: left;
	margin-left: 20px;
	margin-top: 90px;
	background: #F5F5F5;
	width: 160px;
	padding: 10px;
}

#archive li{
	padding-bottom: 10px;
	list-style-image: url(../images/bullet.jpg);
}

#archive a{
	font-size: 12px;
	font-weight: bold;
}

/* ----- Member News Page ------*/

#news{}

#news_wrap{
	width: 700px;
	background-color: #ECECEC;
	margin-bottom: 10px;
	padding: 10px;
}

#news_left{
	width: 450px;
	float:left;
	position: relative;
	background-color: #ECECEC;
}

#news_right{
	width: 250px;
	float: left;
	position: relative;
	text-align: center;
}

#news h3{
	padding-bottom: 0px;
}

/* ----- Public Policy Page ------*/

#policy{}

#policy h3{
	text-align: center;
	vertical-align: middle;
}

#policy ul{
	margin-left: 40px;
}

#policy img{
	vertical-align:middle;
	padding-right: 5px;
}

/* ----- Section Icons ----- */
#about_icon{
	position:absolute;
	left: 0px;
	top:5px;
	width:85px;
	height:85px;
	float: left;
	background: url(../images/icons/about_us.png) no-repeat top left;
}

#board_icon{
	position:absolute;
	left: 0px;
	top:5px;
	width:85px;
	height:85px;
	float: left;
	background: url(../images/icons/board.png) no-repeat top left;
}

#committees_icon{
	position:absolute;
	left: 0px;
	top:5px;
	width:85px;
	height:85px;
	float: left;
	background: url(../images/icons/committees.png) no-repeat top left;
}

#events_icon{
	position:absolute;
	left: 0px;
	top:5px;
	width:85px;
	height:85px;
	float: left;
	background: url(../images/icons/events_up.png) no-repeat top left;
}

#past_events_icon{
	position:absolute;
	left: 0px;
	top:5px;
	width:85px;
	height:85px;
	float: left;
	background: url(../images/icons/past_events.png) no-repeat top left;
}

#partner_events_icon{
	position:absolute;
	left: 0px;
	top:5px;
	width:85px;
	height:85px;
	float: left;
	background: url(../images/icons/partner_events.png) no-repeat top left;
}

#awards_icon{
	position:absolute;
	left: 0px;
	top:5px;
	width:85px;
	height:85px;
	float: left;
	background: url(../images/icons/awards.png) no-repeat top left;
}

#members_icon{
	position:absolute;
	left: 0px;
	top:5px;
	width:85px;
	height:85px;
	float: left;
	background: url(../images/icons/members.png) no-repeat top left;
}

#benefits_icon{
	position:absolute;
	left: 0px;
	top:5px;
	width:85px;
	height:85px;
	float: left;
	background: url(../images/icons/benefits.png) no-repeat top left;
}

#join_icon{
	position:absolute;
	left: 0px;
	top:5px;
	width:85px;
	height:85px;
	float: left;
	background: url(../images/icons/join.png) no-repeat top left;
}

#login_icon{
	position:absolute;
	left: 0px;
	top:5px;
	width:85px;
	height:85px;
	float: left;
	background: url(../images/icons/login.png) no-repeat top left;
}


#workforce_icon{
	position:absolute;
	left: 0px;
	top:5px;
	width:85px;
	height:85px;
	float: left;
	background: url(../images/icons/workforce.png) no-repeat top left;
}

#roundtable_icon{
	position:absolute;
	left: 0px;
	top:5px;
	width:85px;
	height:85px;
	float: left;
	background: url(../images/icons/roundtable.png) no-repeat top left;
}

#scholarship_icon{
	position:absolute;
	left: 0px;
	top:5px;
	width:85px;
	height:85px;
	float: left;
	background: url(../images/icons/scholarship.png) no-repeat top left;
}

#careers_icon{
	position:absolute;
	left: 0px;
	top:5px;
	width:85px;
	height:85px;
	float: left;
	background: url(../images/icons/careers.png) no-repeat top left;
}

#initiative_icon{
	position:absolute;
	left: 0px;
	top:5px;
	width:85px;
	height:85px;
	float: left;
	background: url(../images/icons/initiative.png) no-repeat top left;
}

#community_icon{
	position:absolute;
	left: 0px;
	top:5px;
	width:85px;
	height:85px;
	float: left;
	background: url(../images/icons/industry.png) no-repeat top left;
}

#discussion_icon{
	position:absolute;
	left: 0px;
	top:5px;
	width:85px;
	height:85px;
	float: left;
	background: url(../images/icons/discussion.png) no-repeat top left;
}

#news_icon{
	position:absolute;
	left: 0px;
	top:5px;
	width:85px;
	height:85px;
	float: left;
	background: url(../images/icons/news.png) no-repeat top left;
}

#policy_icon{
	position:absolute;
	left: 0px;
	top:5px;
	width:85px;
	height:85px;
	float: left;
	background: url(../images/icons/policy.png) no-repeat top left;
}

/* ----- Footer -----*/

#footer {
	background: url(../images/footer.jpg) no-repeat;
	width: 890px;
	height: 19px;
	padding: 0px 10px;
	/* position:absolute;
	bottom: 0; */
}

#footer_inner {
	width: 865px;
	height: 19px;
	font-size:85%;
	color: #ffffff;
	padding-top: 1px;
}

#footer a {
	text-decoration: none;
	color: #ffffff;
}

#footer a:hover {
	color:#e9690d;
} 

#footer img {
	padding-left: 25px;
} 

