body
 { color: #666666; font: 400 13px "Comic Sans MS"; background: #89b9db url("../images/bg_doc_blue.jpg") repeat-x; margin: 0 auto; padding: 0 }

.hr: 
{
	color:#c00;
	background-color:#c00;
	height:1px;
	border:none;
}

img {border: 0;}

#wrap
{
	background: White;
	color: #000000;
	border: none;
	margin: 0 auto;
	margin-top: 10px;
	width: 950px;
	border-right: 3px solid #dddddd;
	border-bottom: 2px solid #dddddd;
}

#header 
{
    background-image: url("../images/logo2.gif");
    background-repeat:no-repeat;
    height: 90px;
}

#content {
margin: 0em 2px 20px 2px;
padding: 10px 25px 10px 25px;
line-height: 1.6em;
width: 900px;
}
/* ----------- Control Navigation --------------------- */
#sm { color: #CF4B56; float: right; margin-right:30px; margin-top: -100px; font-size:12px;}
#sm a { color: #CF4B56; }

/* ----------- Navigation --------------------- */
#nav{background: #CF4B56;height: 30px;margin-left:5px;margin-right:5px;}
#nav ul {margin: 0;list-style: none;padding:0}
#nav li {display: block;float: left;}
#nav li a
{
    font: bold 14px 'Comic Sans MS';
    color: #FAFCF8;
    text-decoration: none;
    display: block;
    padding: 5px 15px 5px 15px;
    border-right: 1px solid #FA9061;
}
#nav li a:hover {background: #fA9061}
#nav li a.current {background:#CF4B56}

/* ----------- Headers --------------------- */
h1 { color:#3668E0;text-align:left;  font: bold 14px 'Comic Sans MS'; margin: 20px 0px 2px 0; border-bottom:solid 2px #6CC786; padding-bottom:10px;}
h2 { color:#3668E0;text-align:center;  font: bold 15px 'Comic Sans MS'; margin:  0px 5px 2px 0; border-bottom:solid 2px #6CC786; padding-bottom:1px;}
h3 { color:#3668E0;text-align:center; font: bold 13px 'Comic Sans MS'; margin: 0 0 3px 0;}
h4 { color:#3668E0;text-align:center;  font: bold 9px 'Comic Sans MS'; margin: 8px 5px 0px 0; border-top:solid 2px #6CC786; padding-top:5px;}
h5 { color:#3668E0;text-align:center;  font: bold 25px 'Comic Sans MS'; margin: 0px 5px 10px 0; border-bottom:solid 2px #6CC786; padding-bottom:10px;}

#content img {
padding: 0px;
}
a
{
	text-decoration: underline;
	color: #3668E0;
}

a:hover {
text-decoration: underline;
color: #3668E0;
}
.box1 {width: 430px; float:left; padding:3px; border: 1px solid #e5e5e5;}
.box2 {width: 430px; padding:3px; margin-left:450px;border: 1px solid #e5e5e5;}
.box3 {width: 860px; float:left; padding:3px; border: 1px solid #e5e5e5; margin-bottom:30px;}


.cont { display:block;background-color:#F7F7F7;padding:10px;}
.highlight {text-decoration: none;color:black;background:yellow;}


#navsearch
{
    margin-left:660px;
    margin-top:-27px;
} 
#stars1 
{
    margin-top:-20px;
    text-align:right;
}  
#ratings1
{
    text-align: right;
    font-size:9px; 
    color:#555555; 
    border-bottom:1px solid #eeeeee;
}
#stars2
{
    margin-top:3px;
    text-align:left;
}  
#ratings2
{
    margin-left:10px;
    font-size:11px; 
    color:#555555; 
}

/* ----------- ulCategory --------------------- */
#ulCategory ul
{
margin-left: 5px;
padding: 0;     
}    
#ulCategory li
{
    margin: 0;
    color: #3668E0;
    padding-top:0px;
    padding-bottom:0px;
}
#ulCategory a
{
  text-decoration: none;
  color: #3668E0;  
}
#ulCategory a:hover 
{
  text-decoration: underline;    
  color: #3668E0;  
}
#ulCategory h2
{
    color: #CF4B56;
    text-align: left;
    font: bold 15px 'Comic Sans MS';
    border-bottom: solid 2px #CF4B56;
    margin-bottom:5px;
    margin-top:5px;
    margin-left: -15px;
    padding:0 0 0 0;
}
#footer {
clear: both;
margin: 0 auto;
padding: 0px 0em 0px 0em;
text-align: center;
color: #dddddd;
border-top:1px solid #e0e0e0;
font-size: 1.0em;
border: none;}

#footer a 
{
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

.left {
margin: 0px 7px 0px 5px;
float: left;
}

.right {
margin: 0px 7px 0px 5px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

p.narrow
{
    background-position: center center;
    margin: 0 auto;
    padding: 0;
    font: 13px 'Comic Sans MS';
    background: #89B9DB url(images/bg_doc_blue.jpg) repeat-x scroll 0 0;
    font-weight: 400;
    font-style: normal;
    color: #666666;
}
/* ----------- breadcrumb --------------------- */
.breadCrumb 
{
padding: 0;
margin: 0;
border: 0;
height: 11px; /* This is the height we wan't on our breadcrumb */
color: #777777; /*This is our color on the text which isn't a link. We want' they to be light grey */
font-size: 12px;
font-weight:normal;
}
.breadCrumb li 
{
padding-right:10px;
float: left;
display: inline;
}
.breadCrumb a 
{
  color: #777777; /*This is our color on the text which isn't a link. We want' they to be light grey */
}
.breadCrumb a:hover {
color: Red;
}

