body {
	text-align:center;
	background: #D0E4EE url(RobotCC/images/background_grad.png) repeat-y scroll center top;
	font-size: 10px;
	font-family: arial,helvetica,clean,sans-serif;
	margin: 0px; padding: 0px;
	color: #003;
}

body > div {
	width:800px;
	text-align:left;
	margin:0 auto;
	font-size: 1.2em;
	padding: 0px;
	overflow: hidden;
	position: relative;
}

* html body div {text-align: left; margin: 0px; padding: 0px; }

/* allow text resize in IE */
* html body { font-size: smaller; width: 800px; margin-left: 10% }
*+html body { font-size: 55%; }

h1 { font-size: 1.4em; color: #FFF; margin: 0px; padding:0px 2px;}
h2 { font-size: 1.2em; color: #FF9; margin: 0px; padding:0px 2px;}
h3 { font-size: 1.1em; color: #FF9; margin: 0px; padding:0px 2px;}

p { margin: 0px; padding: 5px 2px; text-indent: 2px; }

ul {
	list-style-type: inside;
	margin-top: 0.1em;
}
li li {
	font-size: 1.0em !important;
}
a:link {
	text-decoration:none;
	border-bottom: 1px dotted #00F; 
}

a:visited {
	text-decoration:none;
	border-bottom: 1px dotted #60F; 
}

a:hover, a:active, a:focus {
	color: #900;
	border-bottom: 1px solid #900;
}

a:link img, a:visited img, a.clean {
	border: none;
}

.clearfix {
	clear:both
}

.message {
	text-align:center;
	color: #FF9;
	font-weight: bold;
}

/* header */
#header {
	background:url(RobotCC/images/header_bg2.jpg) top left no-repeat;
	height:148px
}

#page_navigation {
	color: #03F;
	padding: 1px;
}
#page_navigation span {
	border-bottom: 1px solid #A0CFEE;
	border-right: 1px solid #A0CFEE;
}
#page_navigation a:link {
	border-color: #00F;
	border-bottom: none;
}

#page_navigation a:visited {
	color: #00F;
}

#page_navigation a:hover, #page_navigation a:active, #page_navigation a:focus {
	border-bottom: none;
	text-decoration: underline;
}

#headline {
	float: right;
	width: 270px;
	margin: 20px 130px 0px 0px;
	font-size: 2em;
	font-family: Georgia, Times New Roman, serif;
	padding: 0px;
}

* html #headline { font-size: 1.8em; margin-right: 120px; }
*+html #headline { font-size: 1.8em }

#site_navigation {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 51px;
	background:url(RobotCC/images/nav_bg.jpg) top left no-repeat;
}

* html #site_navigation { width: 800px; margin-left: -783px; }

#site_navigation ul {
	position: relative;
	margin: 0px;
	padding: 0px 10px;
	overflow:hidden;
	list-style-type: none;
	height: 51px;
	width: 780px; 
}

* html #site_navigation ul {
	padding: 0px 8px;
	overflow: visible;
}

/* IE fixes */
/* * html #site_navigation ul { padding-left: 0px;	padding-right: 40px; } */
*+html #site_navigation ul { padding-left: 0px;	padding-right: 40px; }

#site_navigation ul li {
	float:left;
	height:50px;
	text-align: center;
	margin: 0px; padding: 0px;
}
#site_navigation ul li a:link, #site_navigation ul li a:visited {
	color:#039;
	font-weight:700;
	height:50px;
	padding:0px;
	margin:0px 20px;
	line-height:24px;
	width:112px;
	display: block;
	text-decoration: underline;
	border-bottom: none;
}

/* * html #site_navigation ul li a:link, * html #site_navigation ul li a:visited {
	width: 100px;
} */

#site_navigation ul li a:hover, #site_navigation ul li a:active, #site_navigation ul li a:focus {
	color: #FFF;
	background:url(RobotCC/images/nav_hover.gif) top center no-repeat;
	text-decoration: none;
}
#site_navigation ul li a.here {
	color: #F00;
	text-decoration: none;
}

/* content */
#body_wrapper {
	background:transparent url(RobotCC/images/content_bg.jpg) 0px 51px repeat-y;
	position: relative;
	padding-bottom: 40px;
}

#main_content {
	position: relative;
	top: 52px;
	width: 560px;
	float: left;
	margin: 12px 0px 0px 12px;
	padding: 0px 0px 15px;
	background-color: #aaccdd;
	border-bottom: 2px solid #A0CFEE;
}

* html #main_content {left: 0px; margin: 12px 0px 0px 6px;}

#main_content h1 {
	padding: 10px 15px 0px;
	background: transparent url(RobotCC/images/content_top.png) top left no-repeat;
	font-family: Georgia, Times New Roman, serif;
	font-size: 1.6em;
	color: #3C4E81;
}

#main_content h2 {
	padding: 5px 15px;
	font-family: Georgia, Times New Roman, serif;
	color: #102A70;
	font-size: 1.3em;
	font-weight: normal;
	letter-spacing: 0.05em;
}

#main_content h3 {
	padding: 5px 15px;
	text-indent: 0.5em;
	
}

#main_content p {
	padding: 2px 15px 6px;
	font-size: 1.2em;
}

#main_content li {
	font-size: 1.2em;
	padding-right: 5px;
}

.bodypic1 {
	float: right;
	padding: 5px;
}

#slideshow_container {
	position: relative;
	width: 100%;
	min-height: 420px;
	margin-top: 1em;
}

.slide {
	position: relative;
	width: 500px;
	min-height: 420px;
	top: 0px;
	left: 30px;
	/* background: #FFF url('slideshow/stoneage.jpg') top left no-repeat; */
}

#left_sidebar {
	position: relative;
	top: 52px;
	width: 200px;
	float: left;
	margin: 12px 0px 0px 12px;
	padding: 0px;
	/* background: #7BB3D8 url(RobotCC/images/box_grad.jpg) bottom left repeat-x; */
}

* html #left_sidebar { margin-left: 12px; }

#left_sidebar > div {
	margin-bottom: 12px;
	border-bottom: 2px solid #A0CFEE;
	padding-top: 10px;
	background: transparent url(RobotCC/images/box_top.png) top left no-repeat;
}

* html #left_sidebar div { /*IE 6 */
	width: 100%;
	margin-bottom: 12px;
	border-bottom: 2px solid #A0CFEE;
	padding-top: 10px;
	background: transparent url(RobotCC/images/box_top.png) top left no-repeat;
}

* html #left_sidebar div div { /*IE 6 */
	 margin: none;
	 padding: none;
	 border: none;
	 background: none;
	 background-color: #7BB3D8;
}

#left_sidebar h2 {
	text-align: center;
	background-color: #7BB3D8;
}

#left_sidebar p, #left_sidebar ul, #left_sidebar ol {
	padding: 2px 5px;
	background-color: #7BB3D8;
}

#left_sidebar ul {
	list-style-type:circle;
	list-style-position: inside;
	margin: 0px;
}

#left_sidebar a.clean img {
	margin: 12px 0 4px;
}

#right_sidebar {
	display: none;
}

/* footer */
#footer {
	position: relative;
	top: 40px;
	background: transparent url(RobotCC/images/footer_bg.jpg) bottom center no-repeat;
	text-align:center;
	padding: 15px;
}

#footer a:link, #footer a:visited {
	color:#FFF;
	border: none;
	text-decoration: none;
}

#footer a:hover, #footer a:active, #footer a:focus {
	color: #900;
	text-decoration: underline;
}

#twitter_update_list li {
	list-style-type: none;
	padding: 4px;
}

#twitter-link {
	text-align:right;
}