/**
 * File: guestLayoutMain.css
 * -------------------------
 * This file outlines the layout.php template css for the guest module. 
 * The file styles the:
 *   *Global Guest Header Banner
 *   *Global Guest Nav List 
 *   *Global Guest Footer Mateirals  
 */

/*Wrapper for Entire thing*/
#main{
	padding-top:2em;
	padding-bottom: 2em;
	}

/* Creates the border element around the doc*/
#doc4{
	border-color:#7C7C7C rgb(195, 195, 195) rgb(221, 221, 221);	border-style:solid;	border-width:1px;
	background: #ffffff url(../../images/bgregistration.jpg) repeat-x;
}

/*Spacing for the header*/
#hd{
	margin-top: 0em;
	margin-bottom: 2em;	
}

/*Spacing and blue background image*/
#bd{
	margin-top: 2em;
	padding-bottom: 1em;
	background: #ffffff url(../../images/bgblue.jpg) repeat-x;
	background-position: bottom center;
}

/*bannerimage*/
img#headerBanner {
	display: block;    margin-left: auto;    margin-right: auto;
}
/* Can't call the class "yui-u first" because of the space*/
.yui-u_sideWrapper{
	border-color:#7C7C7C rgb(195, 195, 195) rgb(221, 221, 221);
	border-style:solid;
	border-width:1px;
	margin-top: 1em;
	background: #ffffff url(../../images/bgregistration.jpg) repeat-x;
	margin-left: 4em;
}


#sf_guard_auth_form {
	background: transparent;
	font-family: " "Lucida Grande", Tahoma, Arial, Verdana, sans-serif";
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 5px;
}

#sf_guard_auth_username{
	padding: 5px;
	font-family: arial, sans-serif;
	color: #666666;
}

#sf_guard_auth_password{
	padding: 5px;
	font-family: arial, sans-serif;
	color: #666666;
}

#sf_guard_auth_remember{
	padding: 5px;
	font-family: arial, sans-serif;
	size: 80%;
	color: #666666;
}

#sf_guard_auth_forgot_password{
	padding: 5px;
	
}

#guestNavListGeneralLinks {
	background: #ffffff;
	padding: 5px;

}

/*Changes spacing between list elements*/
#guestNavListGeneralLinks ul li{
	margin-top: 8px;
	margin-bottom: 8px;
}

#guestNavListBusLinks {
	padding: 5px;
}


/*Styles all form text-fields in the form*/
.formField{
	border-color:#7C7C7C rgb(195, 195, 195) rgb(221, 221, 221);	border-style:solid;	border-width:1px;

}


/*Descriptions for form fields*/
label.desc{
	font-size: 93%;
	font-weight: bold;
	line-height: 150%;
	display: block;
	color: #444444;
	margin-bottom: 5px;
	font-family: "Arial, Verdana, sans-serif";
}

/*Styles the footer*/
#ft{
	font-size: 75%;
	color: #eeeeee;
	margin-top: 4em;
	margin-bottom: 1em;
	text-align: center;
}


/*Fixes the right alignment problem*/
.cms_title {
padding-right: 105px;
}

.cms_presentation {
padding-right: 105px;
}

.cms_about {
padding-right: 105px;
}

.cms_updates {
padding-right: 105px;
}





