/*Core CSS Sheet*/

body {
background-image: url(../images/comp010.jpg);
color: #0033cc;
font-family: Ariel, Helvetica, Verdana, sans-serif;
font-size: 1em;
margin: 0;
}

h1 {
font-size: 2.0em;
text-align: center;
font-style: italic;
letter-spacing: 5px;
color: #FFFF33;
}

h2 {
font-size: 1.6em;
font-decoration: bold;
text-align: center;
letter-spacing: 5px:
}

p {
font-size: 1.2em;
text-align: center;
line-height: 1.7em;
}

p.footer {
font-size: .5em;
text-align: center;
font-weight: bold;
}

a:img {
border: none;
}

a:link {
color: #0033cc;
}

a:visited {
color: #0033cc;
text-decoration: strikethrough;
}

a:hover {

}

a:active {
background-color: #3cc7f0;
}

#header {
border-bottom: solid #000000 1px;
height: 150px;
background-image: url(../images/011208_circuit_board.jpg);
background-repeat: repeat-x;
background-position: center;
padding-left: 125px;
padding-right: 125px;
padding-top: 10px;
padding-bottom: 10px;
}

#header p {
font-size: .6em;
}

#outerimg {
}

#innerimg {
}

#content {
position: relative;
width: 1024px;
}

#navbar {
position: fixed;
top: 170px;
left: 0px;
width: 198px;
}

#navbar ul li {
list-style-type: none;
margin: 0;
padding: 0;
}

#navbar ul {
padding: 0;
margin: 0;
}

#navbar ul li a:link, #navbar ul li a:visited {
display: block;
text-decoration: none;
font-weight: bold;
border: solid #000000 1px;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 20px;
}

#navbar ul li a:hover {
background-color: #aaddee;
}

#main-text {
border-left: 1px #000000 solid;
border-right: 1px #000000 solid;
border-bottom: 1px #000000 solid;
margin-left: 198px;
padding: 10px;
}

#footer {
padding-left: 125px;
padding-right: 125px;
padding-top: 10px;
padding-bottom: 10px;
height: 200px;
margin-left: 198px;
margin-top: 200px;
color: #009900;
}

#footer table {
border: none
}

#footer table td a:link, #footer table td a:visited {
text-decoration: none;
}

#footer table td a:hover {
}

/**
*	Really Simple™ Slideshow -- CSS
*/

.rs-slideshow {
	border: 12px solid #444;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	height: 600px;
	margin: 24px auto;
	overflow: hidden;
	position: relative;
	width: 800px;
}

.rs-slideshow .slide-container {
	background-color: #444;
	position: absolute;
	height: 100%;
	left: 0;
	overflow: hidden;
	top: 0;
	width: 100%;
}

.rs-slideshow .slide-container img {
	position: relative;
}

.rs-slideshow .slide-container .slide-caption {
	background-color: #000;
	bottom: 0;
	color: #fff;
	display: block;
	left: 0;
	padding: 6px 12px;
	position: absolute;
	text-align: center;
	right: 0;
	filter: alpha(opacity=70); /* internet explorer */
	-khtml-opacity: 0.7;      /* khtml, old safari */
	-moz-opacity: 0.7;       /* mozilla, netscape */
	opacity: 0.7;           /* fx, safari, opera */
}

.rs-slideshow .slides {
	display: none;
}

.rs-slideshow .slide-container img,
.rs-slideshow .slide-container .slide-caption,
.rs-slideshow .slide-container a {
	filter: inherit;
}


/**
*	These styles make the list of links to slide images visible to users
*	who don't have JavaScript enabled. By adding the 'no-js' class to 
*	the HTML element, and using Modernizr to remove this class for JS
*	users, we can style for both scenarios.
*	http://www.modernizr.com/
*/

.no-js .rs-slideshow {
	height: auto;
}
.no-js .rs-slideshow .slide-container, 
.no-js .rs-slideshow .slide-container img {
	position: relative;
}
.no-js .rs-slideshow .slides {
	display: block;
	margin: 24px 48px;
}
.no-js .rs-slideshow .slides li {
	margin: 0;
}



/**
*	The following styles are used in the demos with slideshow controls, 
*	such as play/pause and prev/next buttons.
*/

.rs-controls {
	clear: both;
	margin: 12px auto;
	width: 620px;
}
.rs-play-pause, .rs-prev, .rs-next {
	float: left;
	margin-right: 12px;
}
.rs-controls ul {
	float: left;
	list-style: none;
	margin: 0 6px 0 0;
	padding: 0;
}
.rs-index-list li {
	float: left;
	margin-right: 6px;
}
.rs-controls a {
	background-color: #eee;
	border: 1px solid #ddd;
	/*border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;*/
	color: #444;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 5px;
	text-decoration: none;
}
.rs-controls a:hover {
	background-color: #ddd;
	color: #444;
}
.rs-controls .rs-active {
	background-color: #444;
	border: 1px solid #444;
	color: #eee;
}


#callback-messages,
#slide-class-message {
	margin: 48px auto;
	width: 620px;
}
.slide-container.some-custom-class .slide-caption {
	background-color: #890;
	font-size: 3em;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	top: 0;
	width: 28%;
}



/*	Clearfix	*/
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; } /* Hides from IE-mac \*/
.clearfix { display: block; }
