

/*HOME PAGE STRUCTURE
************************************************************/

div#contentHome {
	width: 360px;
	float: left;
	padding: 0 0 0 20px;
}

div#quickLinksHome {
	width: 300px;
	float: right;
	margin: 0 30px 0 0;
	display: inline;
}


/*WELCOME & GENERAL HOME STYLES
************************************************************/

div#contentHome h2 {
	color: #000066;
	font-family: Georgia, serif;
	font-size: 2.8em;
	font-weight: normal;
	padding: 25px 0 5px 0;
}

div#contentHome p {
	font-size: 1.3em;
	line-height: 1.5em;
	padding: 0 0 12px 0;
}

div#contentHome p.emph {
	font-size: 1.4em;
	color: #111;
}


/*LATEST FORUM POSTS, LATEST DOCUMENTS
************************************************************/

div#contentHome h3 {
	color: #000066;
	font-family: Georgia, serif;
	font-size: 2.4em;
	font-weight: normal;
	padding: 10px 0 5px 0;
}

div#contentHome ul {
	padding: 0 0 12px 0;
}

div#contentHome ul li h4 {
	font-weight: normal;
	font-size: 1.4em;
}

div#contentHome ul li a:link, div#contentHome ul li a:visited {
	display: block;
	padding: 10px 5px 12px 20px;
	border-bottom: 1px solid #ddd;
	text-decoration: none;
	height: 100%;
	background: transparent url('../images/layout/trianglePink.gif') 8px 12px no-repeat;
}

div#contentHome ul li a:visited{

}

div#contentHome ul li a:hover, div#contentHome ul li a:active {
	background-color: #eee;
}

div#contentHome ul li a span {
	color: #777;
	font-size: 0.9em;
	font-style: italic;
	text-decoration: none;
	display: block;
	padding: 3px 0 0 0;
}


/*NEWS HOME
**********************************************************/

div#newsHome ul#newsHomeList a {
	border: 0px;
	background-image: none;
	background-color: transparent;
	padding: 0px;
}

div#newsHome ul#newsHomeList li {
	overflow: hidden;
	height: 100%;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #ddd;
}

div#newsHome ul#newsHomeList div.newsImage {
	width: 100px;
	float: left;
}

div#newsHome ul#newsHomeList div.newsImage img {
	padding: 4px;
	border: 1px solid #ddd;
	background-color: #f7f7f7;
}

div#newsHome ul#newsHomeList div.newsText {
	width: 260px;
	float: left;
}

div#newsHome ul#newsHomeList h4 {
	font-size: 1.6em;
	padding-bottom: 4px;
	padding-left: 10px;
	background: transparent url('../images/layout/trianglePink.gif') 0px 4px no-repeat;
}

div#newsHome ul#newsHomeList p {
	line-height: 1.3em;
	padding-bottom: 10px;
}

div#newsHome ul#newsHomeList p.more a:link, div#newsHome ul#newsHomeList p.more a:visited {
	width: 91px;
	height: 20px;
	display: block;
	text-indent: -5000px;
	background: transparent url('../images/buttons/btnReadMore.gif') 0px 0px no-repeat;
	border: 0px;
	background-color: transparent;
}

div#newsHome ul#newsHomeList p.more a:hover, div#newsHome ul#newsHomeList p.more a:active {
	background-position: 0px -20px; 
}



/*LOGIN PAGE
****************************************************************/

div#content1Login {
	width: 420px;
	float: left;
	padding: 20px 15px 0 30px;
}

div.content2Login {
	width: 390px;
	height: 230px;
	float: left;
	padding: 20px 30px 0 30px;
	margin: 20px 0 0 15px;
	background: #eee url('../images/layout/bgLoginForm.png') 0px 100% no-repeat;
	position: relative;
	z-index: 2;
}
div#content2ForgotPass.content2Login {
	height: 170px;
	display:none;
}

div#content1Login h2 {
	color: #000066;
	font-family: Georgia, serif;
	font-size: 2.8em;
	font-weight: normal;
	padding: 30px 0 5px 0;
}

div#content1Login p {
	font-size: 1.3em;
	line-height: 1.5em;
	padding: 0 0 12px 0;
}

div#content1Login p.emph, div#content1Login strong {
	color: #111;
	font-weight:normal;
	font-size:1.1em;
}

div#content1Login p.buttons a#btnLaunchVideo:link, div#content1Login p.buttons a#btnLaunchVideo:visited {
	width: 235px;
	height: 29px;
	display: block;
	text-indent: -5000px;
	background: transparent url('../images/buttons/btnLaunchVideo.gif') 0px 0px no-repeat;
	float: left;
	margin: 0 7px 0 0;
}

div#content1Login p.buttons a#btnLaunchVideo:hover, div#content1Login p.buttons a#btnLaunchVideo:active {
	background-position: 0px -29px;
}

div#content1Login p.buttons a#btnSignUp:link, div#content1Login p.buttons a#btnSignUp:visited {
	width: 115px;
	height: 29px;
	display: block;
	text-indent: -5000px;
	background: transparent url('../images/buttons/btnSignUp.gif') 0px 0px no-repeat;
	float: left;
}

div#content1Login p.buttons a#btnSignUp:hover, div#content1Login p.buttons a#btnSignUp:active {
	background-position: 0px -29px;
}

div.content2Login h3 {
	color: #a80c70;
	font-family: Georgia, serif;
	font-size: 2.4em;
	font-weight: normal;
	padding: 10px 0 20px 0;
}



/*LOGOS
******************************************************************/

div#logos {
	width: 860px;
	padding:40px 0 0 0;
	margin: 40px auto 20px auto;
	overflow: hidden;
}

