/* 
  ------------------------------------------------
  california trans act = trans_act
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	background-color: #fff;
	margin: 5px 10% 20px 10%;
	padding: 0;
	min-width: 720px;
}

a:link {color: #0a366b; text-decoration: none;}
a:visited {color: #0a366b; text-decoration: underline;}
a:hover {color: #56b64f; text-decoration: none;}
a:active {color: #0a366b; text-decoration: none;}

#wrapper {
width:auto;
background-color: #fff;
margin-bottom:40px;
}

#shadow-box {
	margin: 10px 0;
	padding: 10px;
	background-color: #fff;
	color: #000;
	line-height: 1.35;
	/*border:1px solid #0a366b;
	blue=0a366b
	green=56b64f
	*/
	border:1px solid #56b64f;
	
}

/*Shadow Box CSS3 Properties*/
#shadow-box {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 6px 6px 20px #666;
	-webkit-box-shadow: 6px 6px 20px #666;
	box-shadow: 6px 6px 20px #666;
}



#header {
width:auto;
background-color: #fff;
color:#000;
padding: 0px;
margin: 0;
}

#navigation {
height:40px;
width:auto;
margin:0 auto;
border-bottom:1px solid #0a366b;
margin-bottom:25px;
}
	#navigation .content {
	padding:10px;
	text-align:center;
	}


#center {
	width: auto;
	overflow:auto;
	}
	#center .content {
	padding:0 40px 0 18px;
	line-height: 1.65em;
	}
	
.pagename {
font-size:1.1em;
color:#0a366b;
font-weight:bold;
}

#footer {
	color: #000;
	background-color: #fff;
	padding: 0px;
	margin: 0;
}
	#footer .content {
		padding: 12px 0;
		text-align:center;
		font-size: .88em; 
}


/*****catrans****/	
#trans_act {
	width:285px;
	float:right;
	padding:8px;
	margin:0 0 25px 18px;
	background-color: #fff;
	border:2px solid #54b948; 
	color: #4d504d;
	line-height: 1.35;
	font-size: 9pt;	
}

/*Shadow Box CSS3 Properties
box-shadow: 10px 10px 20px #000;
box-shadow: horizontal offset | vertical offset | blur | color
*/
#trans_act {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;	
	behavior: url(style_border_radius.htc);
}

	#trans_act .title {
	font-size:10pt;
	text-align:center;
	color:#007fae;
	font-weight:bold;
	}
	
	#trans_act p {
	padding:3px 3px 0 3px;
	text-align:left;
	}


