/* CSS Document */

/*==================================*/
/*    Author: Chris Johnson         */
/*    Company: Corporate 3 Design   */
/*    Date: December 18, 2008       */
/*==================================*/

/*==================================*/
/*--------- FLASH AREA -------------*/
/*==================================*/

#flasharea {
	width: 903px;
	height: 190px;
}

/*==================================*/
/*----------- CONTENT --------------*/
/*==================================*/

#content_wrapper {
	width: 100%;
	background-color: #fff;
}
#content_wrapper {
	width: 100%;
	background-color: #fff;
}

#content {
	width: 855px;
	margin: 0 auto;
	padding: 15px 0 0 48px;
	background-color: #fff;
	font-size: .8em;
	line-height: 140%;
}

#content h1 {
	color: #9b9b9b;
	font-weight: normal;
	font-size: 1.9em;
	line-height: 140%;
}

#content .orangebold {
	color: #fc9a31;
	font-weight: bold;
}

#content p {
	padding: 0 0 20px 0;
}

#content .leftcolumn {
	width: 568px;
	float: left;
	padding: 0 48px 0 0;
}

#content .rightcolumn {
	width: 239px;
	float: right;
}

/* Widget Area */

.widget {
	background: url(/images/main/widget_mid.jpg) 0px 0px repeat-y;
	width: 234px;
	margin: 0 0 8px 0;
}

.widget_top {
	background: url(/images/main/widget_top.jpg) 0px 0px no-repeat;
	width: 234px;
}

.widget_bot {
	background: url(/images/main/widget_bot.jpg) 0px 100% no-repeat;
	width: 198px;
	padding: 18px;
}

.widget .right {
	float: right;
}

.widget .left {
	float: left;
}

.widget label {
	width: 198px;
	display: block;
	color: #767676;
	padding: 0 0 5px 0;
}

.widget input {
	border: 1px solid #9d9d9d;
	background-color: #fff;
	padding: 2px;
	width: 190px;
}

.widget h2 {
	color: #6d6d6d;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 0 5px 0;
}

.widget h2.login {
	background: url(/images/main/lock_icon.gif) 60% 0px no-repeat;
	padding: 0 3px 0 0;
	height: 24px;
	line-height: 170%;
}

.widget .forgetpassword {
	width: 115px;
	height: 21px;
	float: left;
}

.widget .forgetpassword a{
	background: url(/images/main/forgotpassword_but.gif) 0px 0px no-repeat;
	height: 21px;
	width: 115px;
	overflow: hidden;
	text-indent: -9999em;
	display: block;
}

.widget .forgetpassword a:hover{
	background: url(/images/main/forgotpassword_but.gif) 0px -21px no-repeat;
}

.widget button {
	width: 64px;
	height: 21px;
	background: url(/images/main/submit_but.gif) 0px 0px no-repeat;
	border: none;
	cursor:pointer;
	display: block;
	overflow: hidden;
	text-indent: -9999em;
	float: right;
}

.widget button:hover {
	background: url(/images/main/submit_but.gif) 0px -21px no-repeat;
}
