@import 'reset.css';
@import 'ie.css';

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

#wrapper  {
	height: auto;
	width: auto;
}

#headerwrap {
	background-image: url('../images/banner-wrap.jpg');
	background-repeat: repeat-x;
	height: 370px;
	width: 100%;
	text-align: center;
}

#inner_headerwrap {
	height: 370px;
	width: 1200px;
	position: relative;
	text-align: center;
	margin: 0px auto;
	background-image: url('../images/banner.jpg');
	background-repeat: no-repeat;
	background-position:center;
}

#top_navwrap {
	height : 90px;
	position : relative;
	top : 242px;
}

#nav_1 {
	width : 441px;
	height : 87px;
	float : left;
	background-image: url('../images/topnav.png');
	background-repeat: no-repeat;
	margin-left: 91px;
}

#sign_up_btn {
	width : 139px;
	height : 87px;
	float : right;	
	background-image: url('../images/sign_up.png');
	background-repeat: no-repeat;
	margin-right: 133px;
}

#content-container {
	float: left;
	min-height : 100px;
	background-color : #EAFEFC;
	width: 100%;
	position : relative;
}

#inner_container {
	min-height : 600px; 
	width : 956px;
	position : relative;
	margin : 0 auto;
}

#inner_container_2 {
	min-height : 356;
	width : 1200px;
	position : relative;
	margin : 5px auto 0px;
	background-image: url('../images/services.png');	
	background-repeat: no-repeat;
	background-position:center;
}

#footerwrap {
	clear: left;
	height: 179px;
	background-image: url('../images/footer-wrap.jpg');	
	background-repeat: repeat-x;
	text-align: center;
}

#bottom_navwrap {
	height : 49px;
	width : 1200px;
	margin: 0 auto;
}

#bottom_nav {
	height : 49px;
	width : 401px;
	float : right;
	background-image: url('../images/bottom_nav.png');	
	background-repeat: repeat-x;
	margin-right :168px;	
}

#bottom_bannerwrap {
	height : 128px;
	margin-top : 2px;
	width : 1200px;
	margin: 2 auto 0;
}

#bottom_banner {
	height : 128px;
	width : 406px;
	float : right;
	background-image : url('../images/bottom_banner.png');
	background-repeat : no-repeat;
	margin-right : 193px;
}

#section-navigation {
	float: left;
	width: 340px;
	height: auto;
	min-height: 100px;
	text-align : center;
}

#separator {
	background-image: url('../images/div1.jpg');
	background-repeat: no-repeat;
	background-position:center;	
	width: 26px;
	height: 524px;
	float: left;
}

#separator_h {
	height : 7px;
	width : 1200px;
	margin : 5px auto;
	background-image: url('../images/hr.png');
	background-repeat: no-repeat;
	background-position:center;	
}

#login_box {
	text-align : left;
	margin-top : 35px; 
	width : 323px;
	height : 277px;
	background-image: url('../images/log-inbox.jpg');
	background-repeat: no-repeat;
	background-position:center;	
}

#register_button {
	margin-top : 30px;
	width : 323px;
	height : 73px;
	background-image: url('../images/reg-btn.jpg');
	background-repeat: no-repeat;
	background-position:center;	
}

#new_btn {
	margin-top : 30px;
	width : 323px;
	height : 90px;
	background-image: url('../images/btn_banner.png');
	background-repeat: no-repeat;
	background-position:center;	
}

#content_ {
	width : 544px;
	height : 483px;
	background-image: url('../images/content.png');
	background-repeat: no-repeat;
	background-position:center;		
}

#content {
	float: right;
	width: auto;
	height: auto;
	margin-bottom: 20px;
}

#login_title_wrap {
	top : 26px;
	width : 100%;
	position : relative;
	text-align : left;
}

#login_title {
	font-family : helvetica;
	font-weight : bold;
	margin-left : 28px;
	color : #5D0947;
	text-shadow: 0px 1px 0px #D393C5;
}

#user_name {
	position : relative;
	top : 50px;
	left : 24px;
	font-family : helvetica;
	font-weight : bold;
	font-size : 14px;
	color : #B47FAB;
}

#password {
	position : relative;
	top : 120px;
	left : -60px;
	font-family : helvetica;
	font-weight : bold;
	color : #B47FAB;
	font-size : 14px;
}

#remember_me {
	width : 100%;
	position : relative;
	top : 183px;
}
#remember_me_text {
	font-family : helvetica;
	font-weight : bold;
	color : #B47FAB;
	font-size : 13px;
	margin-left : 66px;
}
#forgot_password_text {
	font-family : helvetica;
	font-size : 11px;
	font-weight : normal;
	color : #B47FAB;
	text-decoration : underline;
	margin-left : 68px;
	line-height : 220%;
}
#forgot_password_text a {
	text-decoration : none;
	color : #B47FA9;
}

#login_box input[type='text']{
	border : 0px;
	height : 30px;
	width :  261px;
	padding : 5px 10px;
	font-size : 15px;
}

#txt_user_name {
	position : absolute;
	top : 128px;
	left : 29px;
}

#txt_password {
	position : absolute;
	top : 197px;
	left : 29px;
}

#sign_in_btn {
	position : absolute;
	border : 0px;
	width : 101;
	height : 41;
	top:246px;
	left:195px;
}

#sign_in_btn  a{
	width : 101;
	height : 41;
}

#sign_in_btn  a img{
	border : 0px;
}