/*
CSS - main
www.cencorp.com
2005.7.13 Miq
*/


/* universal whitespace reset */
* { margin: 0; padding: 0; }

	
/* basic elements */	
body { font: small/130% Verdana, Arial, sans-serif; background: #fff url(images/bg.gif) repeat-y 50% 0; }
	
#main { width: 690px; background: transparent; margin: 0 auto; }
	
#logo { width: 690px; height: 140px; float: left; text-align: center; }	
	#logo img { padding-top: 30px; border:0; }
	#logo a, #logo a:hover { background: transparent; }

/* if a body class is not defined, these default values are used to headers and links */	
a  { text-decoration: none; color: #000; }	
	a:hover { background: #143282; color: #fff; }
	/*a:visited, body.blue a:visited, body.orange a:visited, body.green a:visited { color:#646464; text-decoration: underline; }*/
h1, h2, h3, a.here { color: #143282; }
	h1 { font-size: 115%; }	
	h2, h3, h4 { font-size: 100%; }
	h4 { color: #000; }	
	a.here { font-weight: bold; text-decoration: none; }	
	
p.cencorp { color: #000; font: small/130% Verdana, Arial, sans-serif;   }	
	
/* list styles */	
ul, li { list-style: none; }
.cont ul, .cont li { list-style:disc; padding-left:20px;}
.cont ul.news-list, .cont ul.news-list li { list-style: none; margin:0; padding:0; width: 620px; }
	
/* colors dependent on the body class: */	
body.blue h1, body.blue h2, body.blue a.here, body.blue #content a { color: #1A79B0; text-decoration: none; }	
body.blue a:hover { background: #1A79B0; }	
	
body.orange h1, body.orange h2, body.orange a.here, body.orange #content a  { color: #BE8C3C; text-decoration: none; }	
body.orange a:hover { background: #BE8C3C; }

body.green h1, body.green h2, body.green a.here, body.green #content a  { color: #5C9818; text-decoration: none; }	
body.green a:hover { background: #5C9818; }	

body.neutral h1, body.neutral h2, body.neutral a.here, body.neutral #content a  { color: #143282; text-decoration: none; }	
body.neutral a:hover { background: #143282; }	

body.blue a.here:hover, body.orange a.here:hover, body.green a.here:hover, body.neutral a.here:hover { background: transparent; }	
body.blue #content a:hover, body.orange #content a:hover, body.green #content a:hover, body.neutral #content a:hover { color: #fff; }		


/* frontpage styles */	


#frontpage-images { width: 690px; height: 325px; text-align: left; clear: both; }
/* hide from ie mac \*/
#frontpage-images { float: left; } /* */
	#frontpage-images .frontpage-image { width: 220px; float: left; margin-right: 15px; }
	#frontpage-images .last { margin-right: 0; }	
	#frontpage-images .frontpage { border: 1px dashed #bdbdbd; float: left; width: 216px; }
	#frontpage-images div.frontpage  { width: 214px; border: 0; }
	#frontpage-images img { border:0; }
	#frontpage-images .bottom { border-width: 0 1px 1px 1px; margin:0; padding: 0; }	
	#frontpage-images img.frontarrow { 	background: #fff; padding: 3px 8px; border-right: 1px solid #dfdede; 
										border-bottom: 1px solid #bdbdbd; margin: 0 0 10px 1px; border-width: 0 1px 1px 0; }	
	#frontpage-images a.frontarrow:hover { background: transparent; }
	
	
/* navigation bar, for both frontpage and subpages*/	
#navbar-front, #navbar-sub { width: 690px; font-size: 75%; float: left; text-align: center; }
#navbar-sub { background: #f8fafd; border-bottom: 1px solid #c4c4c4; padding-bottom: 3px; }	
	#navbar-front a, #navbar-sub a { text-transform: uppercase; }
	#navbar-front p { float: left; padding: 10px 0 0 15px; }	
	#navbar-sub p { float: left; padding: 5px 0 0 10px;  }
	#navbar-sub p.colors { width: 60px; margin-top: -18px; }
	/* hide from ie mac \*/
	#navbar-sub p.colors { float: right; margin-top: 0; }/* */
	#navbar-sub p.colors img { border: 0; margin-right: 4px;}
	#navbar-sub p.colors a:hover { background: transparent; }

/* search box, has classes for frontpage and subpages*/	
#search.front { padding-top: 10px; }	
#search { padding-top: 4px; }		
	#search * { float: left; }	
	#navbar-sub #search { float: right;  }
	
	input#searchterm { border: 2px solid #e1e1e1; background: #fff; margin-left: 3px; font-size: 90%; }
	input#searchbutton { border: 0px solid #fff; background: transparent; font: 90%/160% bold Verdana, Arial, sans-serif; }
	

/* subpage content area*/
#breadcrumb { width: 690px; background: #fff; float: left; margin-top: 20px; height: 20px; }
	#breadcrumb img { padding: 3px 5px 0 10px; }	
	#breadcrumb p { font-size: 80%; }
	
#content { width: 688px; background: #f8fafd; float: left; border: 1px solid #e1e1e1;  }
	#content p { margin: 10px 0;  }
	#content h1 { padding-bottom: 5px; }
		
#content-wrapper { padding: 30px 12px 30px 30px; }	
	#content-wrapper .cont { width: 430px; }
	#content-wrapper #wideContent { width: 630px; }
	#content-wrapper .cont a img { border: 0; }
	#quicklinks { float: right;  width: 190px; border-left: 1px dashed #bdbdbd; padding-left: 10px; }
	#quicklinks ul { padding-bottom: 5px;  } 
	
.news-item {}
	.news-ingress { display: block; padding-bottom: 5px; }
	.news-date { font-size: 80%; font-weight: bold; }
	.news-content img { border: 1px solid #000; }	
	
	
/* legal (footer of subpages) */	
#legal { width: 690px; height: 20px; text-align: center; font-size: 75%; margin-bottom: 50px; float: left; }	
	/*a.legal { border-bottom: 1px solid #000; }*/
	#legal a.legal:hover { background: transparent; color: #000; text-decoration: underline; }
	

/* general class used to produce shadows */	
.wrapper { border-right: 2px solid #dfdede; border-bottom: 2px solid #dfdede; float: left; }
		
/* general class used to reduce size */	
.sign { font: 90%/100% bold Verdana, Arial, sans-serif; }

/* general classes for floating and clearing */
.left { float: left; }
.right { float: right; }
.clear { clear: both; }

/* this fixes an win/ie bug that shows an unneeded horizontal scrollbar */
html { overflow-y: scroll; }

table.shareholders td{padding:5px;}
table.shareholders {border:1px solid #c3c3c3;}

/*form styles*/
.textInputTd, .selectInputTd{ width: 150px; }
input.emailForm{ margin: 0 0 0 150px; }

/* stock_ticker.jsp */
table.ticker { background: #fff; border: 1px solid #000; border-width: 1px 0 0 1px; }
table.ticker td { background: #fff; border: 1px solid #000; border-width: 0 1px 1px 0; padding: 3px; }
table.ticker tr.ticker td { font-size: 90%; font-weight: bold; }

