@charset "utf-8";
/* Clean Tech California CSS Document */
/* Authoired by Femy Praseeth - Webmaster @ Nanotechnology */
/* Revision History 
	Created On -  October 8th 2007	

*/

body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	min-width: 950px;
	background-color: #E2DEC5; /* Beige background for the body */
	background-image: url('../images/bg1.jpg'); /* Bg image diagonal light beige */
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000; /* Text color Black */
}

a:link, a:visited {
	text-decoration: underline; 
	color: #00843b; 
	font-style:normal; /* Green links */
}
a:hover, a:active {
	text-decoration: underline; 
	color: #00843b; /* Green Bold links */
	font-weight:bold;
}
p img {
	border:none;
}

p {
	padding: 0px 10px 0px 20px;
	margin: 5px 0px 15px 0px;
}
	
h1 {font-size: 24px;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
	color: #00843b; /* Heading 1 color Green */
	margin: 14px auto;
}

h2 {font-size: 20px;
	font-weight: bold;
	font-style: normal;
	padding-left: 10px;
	padding-right: 10px;
	color: #00843b; /* Green */
}

h3 {font-size: 18px;
	font-weight: bold;
	font-style: normal;
	padding-left: 10px;
	padding-right: 10px;
	color: #318dba; /* Blue */
}
.uppercase_heading {
	font-size: 14px;
	text-transform:uppercase;
	font-style: normal;
	padding-left: 0px;
	padding-right: 10px;
	color: #00843b; /* Green */
}

li{
	padding-bottom: 8px;
}

/* Main Page Content */
#wrapper {
	width: 950px;
	margin: 0px auto;
	text-align: left;
	border:2px solid #00843b;

}	
	
#branding {
	width:950px;
	height:200px;
	margin:0px auto;
	background:url('../images/header.jpg') 0 0 no-repeat;
}

/* Top Navigation Menu */
#topnav {
	width: 950px;
	margin: 0px auto;
	padding:0;
}

ul#Nav {
	margin: 0px;
	padding: 0px;
	height: 43px;
	text-align: left;
}
ul#Nav li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	text-align: left;
}
ul#Nav li a {
	height: 43px;
	width:0px;
	display: block;
	margin-left: 0px;
}
ul#Nav li a span {
	display: none;
}
ul#Nav li.Nav_Home a {
	background-image: url('../images/nav_home.jpg'); 
	width: 135px;
}
ul#Nav li.Nav_AboutUs a {
	background-image: url('../images/nav_aboutus.jpg'); 
	width: 135px;
}
ul#Nav li.Nav_Consortium a {
	background-image: url('../images/nav_consortium.jpg');
	width: 135px;
}
ul#Nav li.Nav_Membership a {
	background-image: url('../images/nav_membership.jpg');
	width: 135px;
}
ul#Nav li.Nav_Events a {
	background-image: url('../images/nav_events.jpg');
	width: 135px;
}
ul#Nav li.Nav_Registration a {
	background-image: url('../images/nav_registration.jpg');
	width: 135px;
}

ul#Nav li.Nav_ContactUs a {
	background-image: url('../images/nav_contactus.jpg');
	width: 135px;
}

ul#Nav li a:hover {
	background-position: 0px 86px;
}
ul#Nav li a.Selected {
	background-position: 0px 43px;
}


/* Content Area */

#content {
	width: 950px;
	margin:0px auto;
	padding-bottom: 20px;
}

#left_pane{
	width:625px;
	float:left;
	border-right:2px dashed #cdcbb5;
}

#right_pane{
	float:right;
}

.right_pane_header {
	 background:url('../images/right_pane_header.gif') 0 0 no-repeat;
	 width:256px;
	 height:44px;
	 margin:0px auto;
}

.right_pane_heading{
	font-style:normal;
	font-weight:bold;
	font-size: 14px;
	color:#E2DEC5;
	text-align:center;
	margin:20px auto;
}
.right_pane_content {
	background:url('../images/right_pane_content.gif') 0 0 repeat-y;
	width:256px;
	margin:0px auto;
} 

.special{
	font-style:italic;
	font-weight:14px;
	font-variant:small-caps;
	color:#fff;
	background-color:#318dba;
	width:400px;
	margin:10px;
	padding:15px;
}

#right_pane_menu {
	width:246px;
	margin:0px auto;
}

#right_pane_menu ul {
	list-style: none;
	text-align:center;
	margin: 0px;
	padding: 0px;
}

#right_pane_menu a{
	width: 236px;
	display: block;
	text-decoration: none;
	line-height: 26px;
	padding: 0px;
	border-bottom: 2px dashed #cdcbb5;
	font-weight: bold;
	padding-left:10px;
}
	
#right_pane_menu a:link, #right_pane_menu a:visited{
	color: #00843b;
}

#right_pane_menu a:hover, #right_pane_menu a:active{
	color: #E2DEC5;
	background-color: #00843b;
}

.right_pane_footer {
	background:url('../images/right_pane_footer.gif') 0 0 no-repeat;
	width:256px;
	height:35px;
	margin:0px auto;
}

#footer {
	clear:both;
	background-color: #00843b;
	border-top: 2px solid #00843b;
	height:100px;
}
#footer p{
	text-align: center;
	margin: 2px auto;
	color: #E2DEC5;
	font-size:11.5px;
}

#footer a:link, #footer a:visited {
	text-decoration: underline; 
	color: #E2DEC5; 
	font-style:normal; /* Footer links */
}
#footer a:hover, #footer a:active {
	text-decoration: underline; 
	color: #E2DEC5; 
	font-weight:bold; /* Footer Links */
}