@charset "UTF-8";
/* CSS Document * - MASS BROWSER RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
	/*MAIN CSS */
body	{
	height:100%;
	height:auto !important;
	text-align:center;
	margin:10px 0px;
	padding:0px;
	font-size:12px;
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	background-color:#CBCCCB;
}
html	{
	height:100%;
	height:auto !important;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	
#content {
	width:670px;
	height:450px;
	margin: 0px auto;
	text-align:justify;
	vertical-align:middle;
	/*background:#CCCCCC;*/
}
#info	{
	padding-left:5px;
	height:100%;
	width:48%;
	float:left;
}
#menu	{
	position:absolute;
	top:490px;
	text-align:justify;
	left:42%;
}
#images	{
	height:100%;
	padding-top: 5%;
	width:50%;
	float:right;
}
#menu a	{
	text-decoration:none;
	font-weight:600;
}
#menu a:hover	{
	text-decoration:none;
	color:#000000;
}

ul{
    margin: 0 auto;
}
ul.horizontal_list li{
    text-align:center;
    float: left;
    list-style: none;
    padding: 3px 15px 3px 3px;
    margin: 5px;
	height:30px;
}
.logo	{
	position:absolute;
	top:440px;
}
#iword	{
	position:relative;
	top:20px;
	left: 0%;
	width: 700px;
}
#projects li a	{
	text-decoration:none;
}
#projects li a:hover	{
	text-decoration:none;
	color:#000000;
	font-weight:600;
}
ul.projects_list li	{
	text-align:left;
	padding:3px 10px 3px 10px;
}
h3	{
	padding-bottom:1.5em;
}
/* SlideViewer Sheet */

/*preload classes*/ 
.svw {width: 16px; height: 16px;} 
.svw ul {position: relative; left: -999em;} 
 
/*core classes*/ 
.stripViewer {  
position: relative; 
overflow: hidden;     
margin: 0 0 1px 0; 
} 
.stripViewer ul { /* this is your UL of images */ 
margin: 0; 
padding: 0; 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none; 
} 
.stripViewer ul li {  
float:left; 
} 
.stripTransmitter { 
overflow: auto; 
width: 1%; 
} 
.stripTransmitter ul { 
margin: 0; 
padding: 0; 
position: relative; 
list-style-type: none; 
} 
.stripTransmitter ul li{ 
width: 20px; 
float:left; 
margin: 0 1px 1px 0; 
} 
.stripTransmitter a{ 
font: bold 10px Verdana, Arial; 
text-align: center; 
line-height: 19px; 
color: #333333; 
text-decoration: none; 
display: block; 
} 
.stripTransmitter a:hover, a.current{ 
background: #fff; 
color: #000000; 
} 
 
/*tooltips formatting*/ 
#tooltip { 
background: #fff; 
color: #000; 
opacity: 0.85; 
border: 5px solid #dedede; 
} 
#tooltip h3 {  
font: normal 10px Verdana;  
margin: 0;  
padding: 6px 2px;  
border: 0; 
}