/*  CSS Document  */
/*  © Odvod Media Corp  */


  /*  Featuring, in order of appearance...  */
  /*  ... well, sort of                     */
  
body {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
        /* part 1 of 2 centering hack */
	background-color:#c8d2dd;
}
#Content {
	    width: 630px; 
        padding: 0px;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-right: auto;
        margin-left: auto;      
        /* opera does not like 'margin:20px auto' */
        text-align:left; 
        /* part 2 of 2 centering hack */
        width: 630px; /* ie5win fudge begins */
        voice-family: "\"}\"";
        voice-family:inherit;
        width: 630px;
	
	font-family: "Trebuchet MS", lucida, verdana, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color:#333;
}
html>body #content {
        width: 630px; /* ie5win fudge ends */
        }

 
  /*  Navigation  */
 
#navigation {
	width:368px;
	float:right;
}

#navigation #navigationbar1 {
	float: right;
	width: 160px;
	text-align:right;
}
#navigation #navigationbar2 {
	float: right;
	width: 90px;
	text-align:right;
}
/*
#navigationbar1 ul, #navigationbar2 ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navigationbar2 li {
	color:#91684f;
	display: block;
	font-size: 11px;
	padding: 2px 2px;
	text-decoration: none;
}

#navigationbar1 li a, #navigationbar2 li a {
	color:#91684f;
	display: block;
	font-size: 11px;
	padding: 2px 2px;
	text-decoration: none;
}

#navigationbar1 li a:hover, #navigationbar2 li a:hover {
	color: #333;
	text-decoration: none;
}
*/
/* alternate attempt at Nav not using UL */
#navigationbar1 a, #navigationbar2 a {
	color:#91684f;
	font-size: 11px;
	line-height:15px;
	padding: 0px 2px;
	text-decoration: none;
}
#navigationbar2 .hidden {
	color:#c8d2dd;
	font-size: 11px;
	line-height:15px;
	padding: 0px 2px;
	text-decoration: none;
}

#navigationbar1 a:hover, #navigationbar2 a:hover {
	color: #333;
	text-decoration: none;
}

  
#Container {
	padding:0px;
}
#leftside {
	float: left;
	width: 262px;
}
#containerL {
	padding: 0px 10px 0px 0px;
}
#rightside {
	float: left;
	width: 368px;
}
#containerR {
	background-color:#ffffff;
	padding: 20px;
}
#main {
	background-color:#E4E9EE;
	font-family:"Trebuchet MS", lucida, verdana, sans-serif;
	color:#333;
	font-size:11px;
}
#Heading {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#003366;
	font-size: 16px;
	font-weight:bold;
	padding: 6px;
} 
#Textblock {
	padding:0px 10px;
}
#Textblock .subTitle {
	text-align:left;
	font-family:"Trebuchet MS", lucida, verdana, sans-serif;
	font-size: 13px;
	color:#003366;
	line-height:21px;
}
#Textblock .subText {
	text-align:justify;
	font-family:"Trebuchet MS", lucida, verdana, sans-serif;
	font-size: 11px;
	line-height:14px;
}
#contact {
	background-image:url(../images/star1.gif);
	background-color:#9fb0c0;
	padding: 10px 0px;
	background-repeat: no-repeat;
	background-position: 177px -15px;
}
#contact #text {
	margin:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height:15px;
	color: #fff;
}
#text .titleBlue {
	color:#003366;
	font-weight:bold;
	font-size: 16px;
	line-height:18px;
}
#copyrights {
	padding: 5px 20px;
	text-align: center;
	color: #9FB0C0;
	font-family: "Trebuchet MS", lucida, verdana, sans-serif;
	font-size: 9px;
	line-height: 13px;
}
#copyrights a {
	color: #91684f;
	text-decoration: none;
}
#copyrights a:hover {
	text-decoration: underline;
}

  /*  HTML definitions  */
  
a:link, a:visited {
	color: #91684f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

ol {
	padding: 10px;
	margin: 10px;
}
li.services {
	list-style-type: lower-alpha;
	font-family:"Trebuchet MS", lucida, verdana, sans-serif;
	font-size: 13px;
	line-height:20px;
}
img.bordered {
	border:1px solid #333;
}
p.welcome {
	text-align:justify;
	padding: 5px 0px;
	font-family:"Trebuchet MS", lucida, verdana, sans-serif;
	font-size: 13px;
	line-height:18px;
}
p.bold13 {
	padding: 0px 10px;
	font-family:"Trebuchet MS", lucida, verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height:18px;
}
p.normal {
	text-align:justify;
	padding: 0px 10px;
	font-family:"Trebuchet MS", lucida, verdana, sans-serif;
	font-size: 11px;
	line-height:14px;
}


  /*  general DIVs and CLASSes  */

#horizonLine {
	border-top:1px dashed #fff;
	padding:0px;
}
#under {
	padding-top: 5px;
}
#spacer {
	padding-top: 10px;
}
  /* ///////////////////////// */
  


