/***** Main styles *****/
body {
	color: #FFF; 
	font-family: tahoma, verdana, arial; 
	font-size: 9pt;
	letter-spacing: 1pt; 
	text-align: left; 
	line-height: 110%; 
	margin: 0px;
	width: 100%;
	overflow-x: hidden;
}

/* all image links have no borders */
a img { border: 0;}

#page {
	width: 100%;
	height: 100%;
	margin: 0px;
	
	padding: 0px;
	}

#footer {
	width: 100%;
	margin: 15px 0 0 0;
	position: center;
	font-size: 80%;
	text-align: center;
}	
	
/***** Begin Banner *****/

#banner {
	margin: 0px 0px 0 0px;
	text-align: left;
	background: #000000;
	width: 100%;
	padding: 0px;
	position: relative;
	border-top: 20px ridge #1c1c1c;
	border-bottom: 20px ridge #1c1c1c;
	}
	
/***** Begin Top Navigation Bar *****/

#topnav {
	width: 100%;
	height: 14px;
	text-align: center;
	/* background-image: url('flames.jpg'); **/
	padding: 5px;
	margin: 2px 0 2px 0;
	position: relative;
	padding-top: 10px;
	padding-bottom: 25px;
	/* border-top: 20px ridge #1c1c1c; **/
	border-bottom: 20px ridge #1c1c1c;
	}
	
#topnav a, #topnav visited {
	color:#d92d62;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 2pt;
	}

#topnav a:hover {
	color:#3B3B3B; 
	}

/***** Begin Left Navigation Bar *****/

table td.leftnav {
	width: 182px;
	height: 100%;
	vertical-align: top;
	text-align: center;
	z-index: 2;
	border: 2px solid #424242;
	}
	
/* Left navigation pop out code - styles
** NOTE: The navigation bar can only have up to TWO sublevels.
 */	
#menu {
	width: 184px;
	text-align: left;
	margin: 3px 0 0 -1px;
	z-index: 2;
	
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 2;
}

#menu a {
	font: bold 10pt arial, helvetica, sans-serif;
	border: 5px groove #424242;
	margin: 0;
	padding: 2px 3px;
	display: block;
}

#menu a {
	color: #FFF;
	text-decoration: none;
}

#menu a:hover { color: #000; }

#menu li {
	position: relative;
	z-index: 2;
}

#menu ul li:hover, #menu ul ul li:hover, #menu ul ul ul li:hover { background-color: #CCC; }

/* hides and shows pop outs on hover */

#menu ul ul, #menu ul ul ul, #menu ul li:hover ul ul {
	position: absolute;
	background-color: #1c1c1c;
	border: 2px groove #424242;
	font-size: 9pt;
	top: 0;
	left: 100%;
	width: 220px;
	display: none;
	z-index: 2;
	border-align: 5px;
}

#menu ul li:hover ul, #menu ul ul li:hover ul { display: block; }

/***** Begin Top Boxes *****/
	
table td.topbox1, table td.topbox3 {
	width: 30%;
	border: 3px solid #424242; 
 	/* background-color: #F1E9E9;*/
	height: 70px;
	position: relative;
	padding: 3px;
	margin: 3px;
	vertical-align: top;
	z-index: 1;
	text-align: center;
}

table td.topbox2 {
	width: 40%;
	border: 3px solid #424242; 
 	/* background-color: #F1E9E9;*/
	height: 70px;
	position: relative;
	padding: 3px;
	margin: 3px;
	vertical-align: top;
	z-index: 1;
	text-align: center;
}

table td.topbox1:hover, table td.topbox2:hover, table td.topbox3:hover { 
	border: 1px dashed #d62d69;
 	/* background-color: #ffcce0; */
	/* background-color: #F0DBA7;  */
	}
	
/* for the date scroller (both pausescroller and someclass) */
#pausescroller {
	height: 60px;
	width: 100%;
	border: 0px;
	padding: 2px;
	background-color: transparent;

}

.someclass{ height: 75px; }	
	
/***** Begin Body Content *****/

td.body { vertical-align: top; }

#content {
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}	
	
#main2ibox {
	text-align: left;
}

#main2box {  
	border-color: #424242; 
	border-style: solid; 
	border-width: 1px; 
	width: 182px;
	text-align: center;
}

#main2box h5 {
	text-align: left;
	}

/***** Begin Links *****/	
a, a:link, a:visited {
	/* color: #8B0000; */
	color: #d92d62;
	font-weight: bold; 
	letter-spacing: 1pt; 
	text-decoration: none; 
	font-size: 9pt;
}
a:hover {color: #FFF}

a.table:link, a.table:visited {
	color: #1C1C1C; 
	font-family: tahoma, verdana, arial; 
	font-size: 9pt;
	letter-spacing: 1pt; 
	text-align: left; 
	line-height: 110%; 
	margin: 0em;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

a.table:hover {
	color: #1C1C1C; 
	font-family: tahoma, verdana, arial; 
	font-size: 9pt;
	letter-spacing: 1pt; 
	text-align: left; 
	line-height: 110%; 
	margin: 0em;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}


/***** Begin Header Text (for all the titles etc) *****/
.header {font-family: Arial, tahoma;
	font-size: 30px; 
	color: #963e61;
	text-align: left; 
	font-style: italic;
	height: 30px; width:100%;
	line-height: 20%; 
	font-weight: bold; 
	padding: 10px 5px 15px 20px;
	margin: 5px 0px -17px 0px;
	background-repeat: no-repeat;
	/**background-image:url('http://www.sfrobotics.com/rlayout2/rlayout_12.gif')**/
}

h2 {font-family: Arial, tahoma;
	font-size: 30px; 
	color: #963e61;
	text-align: left; 
	font-style: italic;
	height: 30px; width:100%;
	line-height: 20%; 
	font-weight: bold; 
	padding: 10px 5px 15px 20px;
	margin: 5px 0px -17px 0px;
	background-repeat: no-repeat;
	/**background-image:url('http://www.sfrobotics.com/rlayout2/rlayout_12.gif')**/
}

h4 {
	color: #df639e;
	font-weight: bold;
	font-size: 16px;
	font-family: arial, tahoma;
	padding: 0px 0px 0px 30px;
	margin: 0px 0px -5px 0px;
}

h5 {
	color: #d92d62;
	font-style: italic;
	font-family: arial, tahoma;
	font-size: 12px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px -7px 0px;
}

/* format all images on the site */

img.border {
	background-color: #fff;
	padding: 4px;
	border: 1px solid #a9a9a9;
}

.border {  
	border-color: #000000; 
	border-style: solid; 
	border-width: 1px; 
}