/* CSS Document */

/* Resets */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style-type: none;
}
blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

/* Main Declarations */

body {
	margin: 30px 0 0 0;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #656565;
}

.topTitle
{
	font-size: 18px;
	line-height: 22px;
	color: #656565;
	font-weight: normal;
	margin: 20px 50px 0 30px;
}

h1 {
	font-size: 18px;
	line-height: 22px;
	color: #656565;
	font-weight: normal;
	margin: 20px 50px 0 30px;
}

h2 {
	font-size: 21px;
	line-height: 24px;
	color: #3f84ca;
	font-weight: normal;
}

h3 {
	font-size: 18px;
	line-height: 28px;
	color: #505253;
	font-weight: normal;
}

h4 {
	font-size: 16px;
	line-height: 24px;
	color: #505253;
	font-weight: normal;
}

h5 {
	font-size: 15px;
	line-height: 18px;
	color: #505253;
	font-weight: normal;
}

a { color: #3f84ca; text-decoration: none; outline: none;}
a:link { color: #3f84ca; text-decoration: none; outline: none;}
a:hover { color: #ec6d1b; text-decoration: none; outline: none;}
a:visited { color: #3f84ca; text-decoration: none; outline: none;}
a:visited:hover { color: #ec6d1b; text-decoration: none; outline: none;}


/* Page Declarations */

.Page {
	width: 970px;
	margin: 0 auto;
}

.Content {
	margin: 10px 0 24px 0;
	background-color: #f2f1e9;	
}

	.ContentLeft {
		width: 665px;
		padding: 20px 0 0 30px;
		float: left;
	}
	
		.RightNow {
			background: url(../images/rightnow-bg.gif) top left repeat-y;
			width: 642px;
		}
		
		.RightNowContent {
			background: url(../images/rightnow-top.gif) top left no-repeat;
			width: 552px;
			margin: 5px 0 0 0;
			padding: 17px 30px 0 60px;
		}
		
		.RightNowBottom {
			background: url(../images/rightnow-bottom.gif) top left no-repeat;
			width: 642px;
			height: 20px;
			margin-bottom: 15px;
		}
		
		.RightNow p {
			font-size: 12px;	
			line-height: 16px;
		}
		
		.rightnow {
			padding: 0 0 10px 0;
			margin: 0 0 10px 0;
			border-bottom: 1px solid #cecece;
		}
		
		.SearchMembers {	
		}
	
	.ContentRight {
		width: 225px;
		float: left;
		padding: 50px 10px 0 10px;
		text-align: center;
	}
	
		.ContentRight p {
			font-size: 13px;	
			line-height: 18px;
		}
		
		.ContentRight a { color: #ec6d1b; text-decoration: none; outline: none;}
		.ContentRight a:link { color: #ec6d1b; text-decoration: none; outline: none;}
		.ContentRight a:hover { color: #3f84ca; text-decoration: none; outline: none;}
		.ContentRight a:visited { color: #ec6d1b; text-decoration: none; outline: none;}
		.ContentRight a:visited:hover { color: #3f84ca; text-decoration: none; outline: none;}
	
	
	.ContentClear {
		clear: left;
	}

.features{
	font-size: 12px;
	line-height: 21px;
	font-weight: normal;
}

.features span {
	padding: 0 0 0 15px;
	background: url(../images/bullet.gif) top left no-repeat;
}

.Signin {
	margin: 25px 15px 0 0;
	float: right;	
}

.FooterLogo {
	width: 135px;
	padding: 0 20px 0 0;
	float: left;
	text-align: right;
	font-size: 10px;
	line-height: 12px;
}

	.FooterLogo a { color: #626565; text-decoration: none; outline: none;}
	.FooterLogo a:link { color: #626565; text-decoration: none; outline: none;}
	.FooterLogo a:hover { color: #ec6d1b; text-decoration: none; outline: none;}
	.FooterLogo a:visited { color: #626565; text-decoration: none; outline: none;}
	.FooterLogo a:visited:hover { color: #ec6d1b; text-decoration: none; outline: none;}

.FooterLinks {
	width: 185px;
	margin: 15px 0 30px 0;
	padding: 0 0 15px 15px;
	border-left:1px solid #d1d0c3;
	float: left;
}
	.FooterLinks li {
		line-height: 16px;
	}

	.FooterLinks a { color: #626565; text-decoration: none; outline: none;}
	.FooterLinks a:link { color: #626565; text-decoration: none; outline: none;}
	.FooterLinks a:hover { color: #ec6d1b; text-decoration: none; outline: none;}
	.FooterLinks a:visited { color: #626565; text-decoration: none; outline: none;}
	.FooterLinks a:visited:hover { color: #ec6d1b; text-decoration: none; outline: none;}





/* Forms */

.signintext {
	border:1px solid #d1d0c3;
	font-size: 11px;
	color: #656565;
	width: 113px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
}

.searchfield {
	border:1px solid #d1d0c3;
	font-size: 12px;
	color: #656565;
	width: 220px;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
}

.selectfield {
	border:1px solid #d1d0c3;
	font-size: 12px;
	color: #656565;
	width: 175px;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
}
