/* @override http://symbioptics.com/style.css */

body {
margin: auto;
width:830px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
}

#header {
	background-color: #3366CC;
}

ul { list-style: none; 
}

td.nav {
 border-right: 2px solid #cccccc;
}
td.content {
 padding: 0px 0px 20px 15px;
}

#footer {
	text-align: center;
	border-top: 2px solid #000066;
	padding-top: 15px;
	font-size: 10px;
	font-color: #0c0c0c;
	color: #666666;
	background-image: url(images/symbioptics_footer.jpg);
	background-repeat: no-repeat;
	height: 60px;
}
#footer a { color: #333333; text-decoration: underline;}
h1 {

   font-size: 28px;
   	font-weight: 500;
   	color: #000;
   margin-bottom: 8px;
}
p {color:#333333; }
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 300;
	color: #333333;
}
h3 {
	font-size: 14px;
	font-weight: 500;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	color: #666666;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #000;	
}
.content ul {
	list-style-type: square;
	list-style-position: outside;
}
.content .question {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding: 0px;
	margin-bottom: 8px;
}
.content .question p {padding: 0px; margin: 0px; }
.content .answer p {padding: 0px 0x 0px 0px; margin: 0px 0px 8px 0px; }

.content .answer {
	font-size: 12px;
	font-style: italic;
	font-weight: 300;
	margin: 0px 0px 20px 10px;
	padding-left: 10px;
	border-left: 2px solid #cccccc}

#newsbox {
width: 190x;
margin: 15px 5px 0px 5px;
}

/* @group newsbox */
#newsbox .top {
background-image:url(images/newsbox_top.gif);

background-repeat: no-repeat;
height: 20px;
}

#newsbox .bottom {
background-image:url(images/newsbox_bottom.gif);
background-repeat: no-repeat;
height: 22px;
}

#newsbox .middle {
width: 190px;
background-image:url(images/newsbox_middle.gif);
background-repeat: repeat-y;
font-size: 10px;

}
#newsbox .middle .int { width: 182px; padding: 4px; }
#newsbox .middle .int h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	width: 190px;
}
#newsbox .middle .int p {
  padding: 0px;
  margin: 5px 0px 0px 0px;
}

/* @end */

a { color: blue; }

/* @group sidelinks */

#links {
	margin-top: 15px;
}

#links p {
  padding: 0px;
  margin:  0px;
}

#links a {
	text-decoration: none;
	color: #1e1e78;
	padding: 0 0 0 13px;
	margin: 0 0 0 5px;
	font: 14px/17px "Lucide Grande";
	background: url(images/linkarrow.gif) no-repeat center left;
}

#links a:hover {
	color: #3ab8db;
	padding: 0 0 0 13px;
	background: url(images/linkarrow_hover.gif) no-repeat center left;
}

#links ul {
	font-size: 11px;
	font-weight: 400;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}
#links ul li { margin-left: 0px; }
#links ul a { text-decoration: none; color:#333333; background:  none;}
 #links ul a:hover { text-decoration: underline; color:#333333; background: none;}

.fltlft {
	float:left;
}
.fltrgt {
	float:right;
	}
.fltlft-margin{
	float:left;
	margin-right: 25px;
}
.fltrgt-margin {
	float:right;
	margin-left: 25px;
}
/* @end */