@charset "UTF-8"; 


/* --------------- Body -------------------- */ 

body {
	margin:20px;
	padding: 0px;
	background-color:#d6d5d5;
	text-align: center;
	font:62.5% Verdana, Geneva, sans-serif;
	color:#e6e6e6;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; 
	
}
a {
	color:#006;
	text-decoration:none;
}
a:hover {
	color:#900;
	text-decoration:underline;
}
a img {
	border:none;
}

#links {
	margin:0 auto;
	padding-top:15px;
}
#links a {
	font-size:.8em;
	color:#333;
}

/* Page wrapper starts here */
#wrapper {
	position:relative;
	width:860px;
	margin:0px auto;
	background-color:#666;
	border:1px solid #fff;
	
}



/*  Header */
#banner {
	position: relative;
	background: url(../images/BANNER.jpg) no-repeat right top;
	width:860px;
	height: 160px;
	padding-top: 0px;	
}


#banner ul {
	position: absolute;
	right: 25px;
	top: 17px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#banner li {
	display: inline;
	margin-left:10px;
	
}

#banner li a {
	text-decoration: none;
	color:#fff;
	font-size:1em;
}
.seperator {
	border-right: 1px solid #837e7e;
	padding-right:10px;
}
.sprator{
	border-right: 1px solid #fff;
	padding-right:10px;
}

/* -- main page content -- */

#content{
	width:530px;
	padding:5px;
	margin-left:165px;
	margin-right:145px;
	border-right:1px dashed #999;
	
}	
	

#content p {
	font-size: 1em;
	text-indent:1em;
	margin:10px;
	font-style:italic;
	text-align:left;
	color:#d6d5d5;
	
}

#content p:first-letter {
	font-weight:bold;
}
#content h1 {
	font-family:inherit;
	font-size:1.5em;
	text-align:left;
	margin:10px 0 -15px 10px;
	padding-bottom:10px;
	text-decoration:none;
	color:#333;
}
#content h2 {
	font-size:1em;
	color: #ccc;
}
#content h3 {
	font-size:.9em;
	text-align:center;
	padding-top:5px;
	padding-bottom:2px;
	margin:20px 5px 0 5px;
	color:#191818;
	overflow:hidden;
}
#content h4 {
	color:#fff;
	font-size:.9em;
}
#content ul {
	list-style:none;
	padding:0;
	margin:0;
}
#content ul li {
	display:inline;
}
#content ul a {
	display:block;
	font-size: .9em;
	font-style:italic;
	text-align:left;
	color:#ccc;
	width:8em;
	margin:10px 0 0 25px;
	border:1px solid #ccc;
}
#content ul a:hover {
	background-color:#FC9;
	text-decoration:none;
	color:#000;
}
#content a {
	text-decoration:none;
	color:#ccc;
}
#content a:hover {
	background-color:#FC9;
	text-decoration:none;
	color:#000;
}

#note {
	line-height:normal;
	color:#FFF;
	text-align:left;
	padding:0 10px 0 10px;
}
.tabcolor {
	background:#e6e6e6;
}
/* --------------- sidebar --------------------  */


.sidebar {
	float: left;
	width: 145px;
	padding:5px;
	text-align:center;	
}


.sidebar2 {
	float: right;
	width: 140px;
	padding-top:15px;
	height:100%;
	text-align:center;
	
}
.sidebar2 a{color:#fff;}
.sidebar2 a:hover{color:#fff;
text-decoration:none;}


.sidebar p {
	
	font-size:.9em;
	color:#ccc;
	padding:10px;
}
.sidebar a {
	color:#ccc;
	text-decoration:none;
	
}
.sidebar a:hover {
	text-decoration:none;
	color:#191818;
}

/*  -- Navigation -- */
#navigation {
	width:120px;
	font:1em Verdana, Geneva, sans-serif italic small-caps;
	text-align:left;
	margin-left:5px;
	border-top:1px dashed #d6d5d5;
}

#navigation ul {
	margin:0px;
	padding:0px;
	background-color:#666;
}
#navigation ul li {
	font-weight:bold;
	height:15px;
	list-style:none;
	padding-left:5px;
	padding-top:3px;
	color:#d6d5d5;
	border-bottom:1px #d6d5d5 dashed;
	cursor:pointer;
}
#navigation ul li a{
	font-weight:bold;
	color:#d6d5d5;
}
#navigation ul li :hover{
	text-decoration:none;
	color:#edeae7;
}
	
#navigation ul li:hover {
	position:relative;
	text-decoration:none;
}
/*Sub Menu*/

#navigation ul ul {
	display:none;
	position:absolute;
	right:120px;
	top:3px;
	border-top:1px #fff solid;
	border-right:1px #fff solid;
	border-left:1px #fff solid;
	background-color:#69F;
}
#navigation ul li:hover ul {display:block;}

#navigation ul ul li {
	width:120px;
	float:left;
	display:inline;
	border-bottom:1px solid #fff;
}


#navigation ul ul li:hover {
	text-decoration:none;
     background:#69f;
	 
	 }

#navigation li:hover ul li ul {display:none;}
	
#navigation ul ul li ul {
	left:110px;
	background-color:#0099CC;
	}

#navigation ul ul li:hover ul {display:block;}

#navigation ul li a {display: block;color:#fff;}
	
/*  -- Page footer and copyright-- */	
 #footer {
	 clear:both;
	 width:860px;
	 margin:0 auto;
	 background-color:#d6d5d5;
	}

#footer .lnk {
	font-size:1.5em;
	text-decoration: none;
	margin-bottom:10px;
	width:700px;
	margin:0px auto;
	text-align:center;
}
#footer p {
	margin-top:10px;
	font-size:1em;
	color: #837e7e;
	text-decoration: none;
	padding:5px;
}

#footer a {
	color:#837e7e;
	font-size:1em;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#footer li {
	display: inline;
	padding-left:5px;
	font-size:.8em;
	color:#ccc;
}




/*  ------------- image divs ------------- */
h2.review {
	font-size:16px;
	color:#ccc;
	margin-bottom:0px;
}

div.figure {
	width:135px;
	margin:20px auto 5px auto;
	/*border:1px solid #000;*/
}
.figure p {
	font-size:.9em;
	font-style:italic;
	color: #336;
	text-align: center;
	background-color: #FC9;
	border:1px dashed #e6e6e6;
	padding:5px;
}
.centered {
	top:50%;
	left:50%
}
img.fig {
	margin: 25px auto 25px auto;
	border:1px solid #666;
	padding:10px;
}
.cntr img {
	margin: 25px auto 25px auto;
	border:1px solid #000;
}
.phone {
	/*float: left;*/
	margin:3px 10px -4px -5px;
}
/* -----------  Floats --------------- */
#cntr {
	margin: 10px auto 10px 25px;
}
.center {
	margin: 25px auto 25px 60px;
	
	padding:10px;
}
.fltrt {
	float: right;
	margin:10px 5px 10px 10px;
	border:1px solid #666;
	padding:10px;
	clear: right;
}
.right {
	float:right;
	margin:20px 15px 10px 20px;
	clear:right;
}
.fltlft {
	float: left;
	margin:15px 10px 10px 5px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.roundbox{
	
	margin:10px;
	padding: 5px; 
	border-radius: 10px; 
	-o-border-radius: 10px; 
	-icab-border-radius: 10px; 
	-khtml-border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;  
	background-color: #666; 
	border: 1px solid #000;
	
	}
