/* 
		RightPlug Alliance
		-------------------------
		
		SCREEN - Main Style Sheet
		
		web:		http://www.rightplug.org/
		file name:	/style_sheets/global.css
		version:	2008.07.28
		
		copyright:	(c) 2008 RightPlug Alliance
		author:		Adam Bender
*/	

/*
		------------------------- 
		NAV BAR LAYOUT STYLES
		------------------------- 
*/
#nav_container {
	width: auto;
	height: 80px;
	margin: auto;
	padding-top: 0px;
	margin-top: 0px;
	background-color: #000000;
	border-bottom: #CCCCCC solid 2px;
	border-top: #CCCCCC solid 2px;
}

#nav_container ul {
	width: 810px;
	margin: auto;
	margin-top: 0px;
	padding: 0px;
	list-style-type: none;
}

#nav_container li {
	width: 115px;
	height: 55px;
	float: left;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 7px;
	padding-right: 7px;
	border-left: dashed #CCCCCC 1px;
}

#nav_container .li_left {
		border-right: dashed #CCCCCC 1px;
}

#nav_container li a{
	display: block;
	width: 115px;
	height: 55px;
	text-decoration: none;
	color: #CCCCCC;
}

#nav_container li:hover {
	background: url(../images/nav_bg.png) bottom repeat-x;
	background-color: #333333;
}

#nav_container2 {
	width: auto;
	height: 40px;
	margin: auto;
	padding-top: 0px;
	margin-top: 0px;
	background-color: #000000;
	border-bottom: #CCCCCC solid 2px;
	border-top: #CCCCCC solid 2px;
}

#nav_container2 ul {
	width: 810px;
	margin: auto;
	margin-top: 0px;
	padding: 0px;
	list-style: none;
}

#nav_container2 li {
	width: 115px;
	height: 20px;
	float: left;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 7px;
	padding-right: 7px;
	border-left: dashed #CCCCCC 1px;
	text-align: center;
	list-style: none;
}

#nav_container2 .li_left {
		border-right: dashed #CCCCCC 1px;
}

#nav_container2 li a{
	display: block;
	width: 115px;
	height: 20px;
	text-decoration: none;
	color: #CCCCCC;
}

#nav_container2 li:hover {
	background: url(../images/nav_bg.png) bottom repeat-x;
	background-color: #333333;
}


/*
		------------------------- 
		NAV BAR TEXT STYLES
		------------------------- 
*/

.nav_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: 300;
}

.nav_text_sub {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #CCCCCC;
}
/*
		------------------------- 
		CONTENT BOX LAYOUT STYLES
		------------------------- 
*/

body {
	background: none;
}

#main_wrapper {
	width: 810px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-top: 0px;
	border-style: solid;
	border-color: #666666;
	background: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin: auto;
}

#main_wrapper2 {
	width: 810px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px;
	border-top: 0px;
	border-style: solid;
	border-color: #666666;
	background: none;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin: auto;
}
/* 
		#main_wrapper contains the entire site
		total inside width: 810px
*/	

#main_content_wrapper {
	width: 790px;
	background: none;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-top: 0px;
	border-style: dashed;
	border-color: #666666;
}
/* 
		#main_content_wrapper contains all three content columns. Used to add a dashed line inbetween all three columns.
*/	

#header_login {
	float: right;
	width: 500px;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

#header_login_body {
	float: left;
	width: 190px;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

/* 
		#nav_container contains the sites main navigation
		total inside width: 810px
*/	

#header_container {
	width: 810px;
	margin-top: 0px;
	float: left;
}
/* 
		#header_container contains the sites logo and main image containers
		total inside width: 810px
*/

#news_column{
	width: 150px;
	padding: 15px;
	background-color: #666666;
	border-style: solid;
	border-color: #CCCCCC;
	float: left;
}

#column_container {
	width: 600px;
	padding: 0px;
	float: right;
}

#column_middle {
	width: 280px;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 15px;
	float: left;

}

#column_right {
	width: 280px;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 15px;
	float: right;
	border-left: dotted 1px #333333;
}

#column_left {
	width: 150px;
	padding: 15px;
	float: left;
	border-right: dotted 1px #333333;
}

#column_double {
	width: 460px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	float: left;
}
	
.clear {
	clear:both;
}

/*
		------------------------- 
		FOOTER LAYOUT STYLE
		------------------------- 
*/

#footer {
	width: 790px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #333333;
}

/*
		------------------------- 
		IMAGE FORMAT STYLES
		------------------------- 
*/

.header_image {
	width: 810px;
	margin: auto;
	border-bottom: #000000 solid 1px;
	padding-right: 0px;
}

.logo {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
/*
		------------------------- 
		TEXT FORMAT STYLES
		------------------------- 
*/

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 0;
}

h1 .emphasis {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 2px;
}	

h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #666666;
	margin-bottom: 0px;
}

.header_underline {
	border-bottom: solid 1px;
	padding-bottom: 2px;
	margin-bottom: 1px;
}

p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top: 0px;
}

p .emphasis {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

ul {
	padding-left: 5px;
	Margin-left: 10px;
	Margin-right: 30px;
}

li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	list-style: circle;
	padding-bottom: 8px;
}

a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;	
}

a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;	
}

a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;	
}
.u_r_here {
	background: url(../images/nav_bg.png) bottom repeat-x;
}

.u_r_here_right {
	background: url(../images/nav_bg.png) bottom repeat-x;
	border-right: dashed #CCCCCC 1px;
	
}

.copyright {
	color: #666666;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}

.news_text {
	font: Geneva, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 11px;
}

.news_text a{
	font: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
}

.news_text a:hover{
	font: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
}

.news_header {
	font: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

.login_text {
	font: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
}

.validate_error {
	font: Geneva, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
}