/* Global Styles */
body {
	background: #fff url(bg-pattern.gif); /* Optional */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #003;
	}
a { }
a:hover {  }
img { text-decoration: none; color: #369; border: 0; }
p { margin-left: 0px; margin-bottom: .5em; }


/* Container */	
#container {
	margin: 0 auto;
	width: 780px;
	background: #fff;
	border: 1px solid #ddd;
	padding: 0 5px;
	text-align: left; /* Cancel IE Fix */
	}

/* Header */		
#header {
	background: #bac6ed url(Header-bg.jpg) no-repeat 100% 0;
	height: 100px;
	border-bottom: 4px solid #fff;
	border-top: 5px solid #fff;
	padding: 0px;
	}	
#header h1 { 	
	margin: 0;
	color: #C6C4C5;
	font-size: 1.8em;
	font-weight: normal;
	cursor: default;
	border: 0px solid #fff;
	padding: 0px;
	}	
#header h2 { 	
	margin: 0;
	color: #8D8E90;
	font-size: 1.2em;
	padding-left: 1px;
	cursor: default;
	border: 0px solid #fff;
	padding: 0px;
	}	

/* Nav */
#nav { background-image: url(Buttons1.png); margin: 0; margin-bottom: 6px; padding: 0; height: 2.2em; }
#nav li { list-style-type: none; display: inline; line-height: 20px; }		
#nav li a { 
	text-decoration: none; 
	color: #ddd;
	background-image: url(Buttons1.png);
	background-repeat: no-repeat;
	border-right: 4px solid #fff;
	border-bottom: 0;
	padding: 2px 14px 4px;
	font-size: 1em;
	font-variant: small-caps;
	float: left;
	font-weight: bold;
	}
#nav li a:hover { background-image: url(Buttons1.png); color: #fc9; }
#nav li a.on { background-image: url(Buttons2.png); color:#f90; }

/* Sidebar */
#sidebar { width: 0px; }

/* Restore this if search is shown 
#sidebar { float: left; width: 175px; position: relative; line-height: 20px; word-spacing: 2px; } 
#sidebar div { background:  #eee; }	
#sidebar h3 { font-size: 1.1em; color: #49515C; margin: 0 10px 0 0; cursor: default; } */


/* Sidebar & Content */
#content div, #sidebar div { 
	padding: 1px 0 10px 0;  
    padding: 10px;
	}	
	
	
/* Content */
#content { float: left; position: relative; line-height: 1.25em; }	
#content div { background: #fff; }
#content img { float: left; margin: 0 3em 10em 0; display: block; }
#content h3 {
padding-left: 15px;
width: 100%;
height: 24px;
				font-size: 1.5em; color: #bdc5de; font-style: italic; margin: 0 10px 0 0; cursor: default; 
				background-image: url(Page-Head-Circuit.png);
				background-repeat:no-repeat;
				background-position: 0 0; 
				}
				
#content h4 { color:#FF9900; font-size: 1.2em; margin: 0 0 .75em 0; }
#content h5 { color:#000; font-size: 1em; margin: 0; }
#content ul { list-style: square; list-style-position: inside; margin: 0; margin-bottom: 1.5em; }

/* project-list special list
#content ul.project-list li { color: #006; font-weight: bold; font-style: italic; list-style-type: none; margin-left: 0; }
#content ul.project-list ul li { color: #000; font-weight: normal;  margin-left: 1.5em; }
* /

/* Footer */
#footer {
	background: #bac6ed url(Footer-bg.jpg) no-repeat 100% 0;
	border-bottom: 5px solid #fff;
	border-top: 10px solid #fff;
	text-align: center;	
	color: #000;
	font-size: 0.8em;
	padding: 15px;
	clear: both;
	}
#footer a { text-decoration: none; color: #55f; border-bottom: 1px dotted #fc9; }
#footer a:hover { border-bottom: 1px dashed #fc9; color: #77f; }
