/* IMPORTS */
@import url(primary-styles.css);
@import url(footer-styles.css);
@import url(hacks.css);

/* HTML OVERRIDES */



/* ID STYLES */
#outer-container{
	background: url(../images/main-background.jpg) repeat-x top left;
	min-height: 475px;
	background-color: #fff;
}

#inner-container{
	width: 960px;
	margin: auto;
}

#tagline-box{
	margin-top: 100px;
	width: 430px;
	float: right;
	text-align: center;
	font-size: 2.4em;		/* 24px */
	line-height: 1.5em;		/* 36px */
	color: #e8681d;
}

/* CLASS STYLES */
.header-homepage{
	background: url(../images/homepage-header.jpg) no-repeat top left;
	height: 475px;
}

.content-homepage{
	padding: 0 1em 4em 1em;
}

.right-column-hompage{
	width: 40%;
}

.quotation-box{
	background: url(../images/quotation-bg.jpg) no-repeat top left;
	min-height: 114px;
	width: 250px;
	font-family: Georgia;
	color: #223645;
	font-size: 1.8em;	/* 18px */
	line-height: 1.66em;	/* 30px */
	padding-top: 25px;
}

.quotation-credit{
	font-family: Georgia;
	font-size: 0.77em;	/* 14px */
	line-height: 1em; /* 14px */
	padding: 1.43em 0 1.43em 6em;
}

.jewel-box{
	width: 115px;
	margin-right: 1em;	/* 10px */
	height: 180px;
	min-height:180px;
}

.news-header{
	font-size: 1.4em;	/* FONT SIZE OF 14pt */
	color: #3E83CE;
	line-height: 1.285em;	/* 18pt */
	font-family: Geneva;
}

.news-postdate{
	font-size: 1.4em;	/* FONT SIZE OF 14pt */
	color: E8681D;
	line-height: 1.285em;	/* 18pt */
	font-family: Geneva;
	text-align: right;
}

.news-description{
	font-size: 1.4em;	/* FONT SIZE OF 14pt */
	padding-bottom: 1em; /* 11.2px */
	padding-top: 0.5em;
	color: #666;
	font-family: Geneva;
	
}

/*Login & form*/	
#login {
	width: 235px;
	padding: 0;
	margin: 0;
	}
	
#login h2 {
	margin-left: 0;
	padding-left: 0;
	}
	

.textinput, .textinputHovered {
	width:230px;
	height:25px;
	background: url(../images/input2.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textinputHovered {
	background-position:left bottom;
}

.buttonSubmit, .buttonSubmitHovered {
	width:81px;
	height:31px;
	margin:0 0 0 160px;
	padding: 0;
	background:url(../images/login.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {
	/*background-position:left bottom;*/
}

.forgot {
	position: absolute;
	padding-top: 17px;
	}
	

label {
	color:#999;
	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
}
label.chosen {
	color:#333;
}

#login-form {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666;
	}
/*EOF Login & form*/