/*
Title:      Vision Sense Styles for screen
Author:     LTS
*/

@import "wforms.css";
@import "forms.css";

body {
	margin: 1%;
	padding: 0;
	color: #333;
	font-family: sans-serif;	
	background-color: #fff;	
}

#container {
	margin: 0;
	padding: 0;
	width: 100%;			
}

#header {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #006;
}

#header img {
	float: right;
	margin: 0;
	padding: 0 1% 0 0;
}

#header h1 {
	background-color: #006;
	padding: 0 0 0 2%;
	margin: 0;
	color: #f60; 
}

#header h2 {
	background-color: #006;
	padding: 0 0 6% 2%;
	margin: 0;
	color: #fff;
	border: 0;
}

#tl { background: url(../images/tlc_main.gif) top left no-repeat; }
#tr {
	background: url(../images/trc_main.gif) top right no-repeat;
	padding: 12px;
}

#main {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #006;
	border-left: 1px solid #006;
	border-right: 1px solid #006;
	color: #000;
	background: #fff url(../images/bg.png) 75% 0 repeat-y;
}

.clear {
	clear: both;        
	height: 0px;
	overflow: hidden;   
	margin: 0;          
}

#main-content {
	width: 70%;         
	float: left;       
	margin: 0;
	padding: 2% 2% 10%;
}

#side-bar {
	margin-left: 75%;   
	padding: 2% 1% 1% 1%;
}

#footer {
	background-color: #006;  
	color: #ffbb2a;
	margin: 0;         
	padding: 1% 2%;
}
	
a:focus { background-color: #ffa; }  

p, dl { padding: 0 2%; }

#side-bar p { padding: 0; }

h1 { font-size: 170%; }

h2 { font-size: 140%; }

h3, h4 { padding: 0 2%; }

h3 { font-size: 120%; }

h4 {
	margin: 0;
	font-size: 100%;
}

h1, h2 {
	color: #fff; 
	font-weight: bold;
	margin: 0;
	padding: 0; 
} 

h2 {  background-color: #333; }

blockquote {
 	padding: 0;
	margin: 20px 0 0 0;
}

blockquote p {
	text-align: center;
	margin: 0;
	padding: 0;	
	font-weight: bold;	
}	

blockquote p:before {
	content: "\201C";
	font-family: Georgia, sans-serif;
	font-size: 200%;	
}
blockquote p:after {
	content: "\201D";
	font-family: Georgia, sans-serif;
	font-size: 200%;			
}

cite {
	font-size: 85%;
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;	
}

acronym { cursor:help; }

img { border: 0; }

dt { 
	font-weight: bold; 
	margin: 15px 0 5px 0;	
}

/* nav bar*/
#nav-bar ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type:none;
	background-color:#006;
	width: 100%;
}

#nav-bar li {
	display:inline;
	padding:0;
	margin:0;
}

#nav-bar a {
	margin:0;
	padding: 4px 0 4px 15px;
	display:block;
	float:left;	
	border-bottom: 1px solid #006;
	border-left: 1px solid #006;
	color:#006;
	text-decoration: none;
	font-size: 85%;
	font-weight: bold;
	background: url(../images/tlc_nav.gif) top left no-repeat;
	background-color: #ffbb2a;		
}

/* nav top right corner*/
#nav-bar a span.trc {
	background: url(../images/trc_nav.gif) top right no-repeat;
	padding: 4px 15px 4px 0;
}

#nav-bar a:hover span.trc {
	background: url(../images/trc_nav_over.gif) top right no-repeat;
}

#nav-bar a.active span.trc {
	background: url(../images/trc_nav_over.gif) top right no-repeat;
}


#nav-bar a:hover, #nav-bar a:focus {
	background: url(../images/tlc_nav_over.gif) top left no-repeat;
	color: #fff;
	background-color: #f60;
}

#nav-bar a.active{ 
	background: url(../images/tlc_nav_over.gif) top left no-repeat;
	background-color: #f60;
	color: #006; 
}
/* end nav bar */

/* lists */
#main-content ul {
	list-style: none;
	margin: 1em 0 1em 0;
	padding-left: 24px;
}

#main-content ul li { padding: 0 0 8px 15px; }

#main-content ul.t {
	list-style: none;
	margin: 1em 0 1em 0;
	padding: 0;
}

#main-content ul.t li { padding: 0 0 8px 0; }

#main-content ul.bullet li {
	background: url(../images/bullet.gif) no-repeat 0 5px;
}

#side-bar h2 {
	margin: 0;
	padding: 0;
	background-color:#006;	
}

#footer-nav ul, #footer-logos ul {
	margin:0;
	padding:0;
	list-style-type: none;
}

#footer-nav li  {
	margin: 0;	
	padding: 0 1% 0 1%;
	display: inline;	
	border-right: 1px solid #ffbb2a;
}

#footer-nav li a {
	color: #ffbb2a;
	text-decoration: none;	
}

#footer-nav li a:hover {
	text-decoration: underline;
}

#footer-nav li a:focus { 
	background-color: #ffbb2a; 
	color: #006;
}

#footer-logos li { display: inline; }

#intro {
	font-size: larger;
	line-height: 1.6em;
}	

.hide { display: none; }
.accesskey { text-decoration: underline; }
.pic {
	padding: 0;
	margin: 1%;
	float: right;
}

p.tip, p.item { 
	width: 85%;
	border: 1px solid #333;
	margin: 3% auto;
	padding: 1%;
	text-align: center;
}

p.tip {
	background-color: #ffa; 
	color: #333;
}

p.item { 
	background-color: #afa; 
	color: #333;
}

div.login {	
	width: 25em;
	margin: 3em auto;
}

div.login-content {
	margin: 0;
	padding: 20px;		
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;	
}

div.login-header {	
	margin: 0;
	padding: 0;
	width: 100%;
}

div.login h1 {	
	margin: 0;
	padding: 2px 10px;
	font-size: 120%;
	font-family: sans-serif;
	background-color: #006;
	color: #ffbb2d;
}


div.news, div.download {
	margin: 20px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

div.news h3, div.download h3 { margin: 0; }

div.news p, div.download p {
	margin: 2% 0;
	padding: 0 2%;
}

div.news p.foot {
	color: #006;
	font-weight: bold;
}

div.download p.foot { margin-bottom: 10px; }

#image1,
#image2, 
#image3, 
#image4,
#image5, 
#image6, 
#image7, 
#image8, 
#image9, 
#image10, 
#image11, 
#image12 { 
	padding: 0;
	margin: 2%;
	float: right;
}

#image1 { background: url(../images/image1.jpg) no-repeat center; width: 140px; height: 144px; }
#image2 { background: url(../images/image2.jpg) no-repeat center; width: 180px; height: 120px; }
#image3 { background: url(../images/image3.jpg) no-repeat center; width: 180px; height: 120px; }
#image4 { background: url(../images/image4.jpg) no-repeat center; width: 252px; height: 190px; }
#image5 { background: url(../images/image5.jpg) no-repeat center; width: 180px; height: 133px; }
#image6 { background: url(../images/image6.jpg) no-repeat center; width: 150px; height: 98px; }
#image7 { background: url(../images/image7.jpg) no-repeat center; width: 180px; height: 105px; }
#image8 { background: url(../images/image8.jpg) no-repeat center; width: 180px; height: 122px; }
#image9 { background: url(../images/image9.jpg) no-repeat center; width: 180px; height: 136px; }
#image10 { background: url(../images/image10.jpg) no-repeat center; width: 180px; height: 134px; }
#image11 { background: url(../images/image11.jpg) no-repeat center; width: 140px; height: 169px; }
#image12 { background: url(../images/image12.jpg) no-repeat center; width: 180px; height: 121px; }


.rh-main {
 	width: 100%;
	padding: 0;
	margin: 2% 0;	
	color: #fff;
	background: #333 url(../images/blc_333.gif) bottom left no-repeat;
}

.rh-main div {
	background: url(../images/brc_333.gif) bottom right no-repeat;
}

.rh-main div div {
	background: url(../images/tlc_333.gif) top left no-repeat;
}

.rh-main div div div {
	background: url(../images/trc_333.gif) top right no-repeat;
	padding: .5% 2%;

}

.rh-sidebar {
	width: 95%;
	padding: 0;
	margin: 0;		
	color: #fff;
	background: #006 url(../images/blc_006.gif) bottom left no-repeat;
}

.rh-sidebar div {
	display: block;
	background: url(../images/brc_006.gif) bottom right no-repeat;
}

.rh-sidebar div div {
	background: url(../images/tlc_006.gif) top left no-repeat;
}

.rh-sidebar div div div {
	background: url(../images/trc_006.gif) top right no-repeat;
	padding: .5% 5%;
}

.rb-clear {
	height: 0px; 
	font-size: 0px;
}



