* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
}

a {
	color: navy;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline
}

/******************** Styles from Michigan ********************/
#bottomtable {
	position: relative;
	float: left;
	clear: both;
	width: 740px;
	text-align: center;
	background-color: #ffffff;
}
.bottomnavlinks {
	color: Black;
	font-size: 8pt;
	font-weight:normal;
	text-decoration:underline;
}

.bottomnavlinks:link {
	color: Black;
	/*font-size: 70%;*/
}

.copyright {
	font-size: 0.8em;
}

/******************** End Styles from Michigan ********************/

/******************** Header ********************/
#mich_header {
	position: relative;
	top: 0;
	left: 0;
	width: 740px;
	background-image : url(../images/CISheader.jpg);
	height: 80px;
}

#mich_header a span { display : none }
#cz_header_img_dleg { display : block; width : 600px; height : 80px }
#cz_header_img_mich { display:block;
height:80px;
left:600px;
position:absolute;
top:0;
width:140px;}

#mich_header img {
	float: left;
	border-style: none;
}

#cz_header_menu {
	clear: both;
	position: relative;
	top: 0;
	left: 0;
	width: 740px;
	font-size: 0.9em;
	background-color: #E3E3E3;
}

#cz_header_menu a.topnavlinks {
	color: #000000;
	text-decoration: none;
	margin: 0 2px 0 2px;
}

#cz_header_menu .linkdivider {
	font-size: 0.8em;
}

#cz_header_menu_left {
	float: left;
	width: 150px;
	text-align: center;
	padding: 3px 0 0 0;
}

#cz_header_menu_center {
	float: left;
	width: 420px;
	text-align: center;
	padding: 3px 0 0 0;
}

#cz_header_menu_right {
	float: left;
	width: 170px;
	text-align: right;
}

#cz_header_menu_right #search {
	position: relative;
	top: -1px;
	font-size: 1.2em;
}

/******************** End Header ********************/

/******************** #cz_main ********************/
#cz_main {
	clear: both;
	position: relative;
	width: 740px;
	min-height: 350px;
}

#hoverdiv { position:absolute; top : 40px; background-color:#ECFAFF;
border:1px solid #7FAEDD; padding : 5px; z-index : 1000; width : 200px }
#hoverdiv2 { position:absolute; margin-top : 5px; margin-left : 5px; background-color:#ECFAFF;
border:1px solid #7FAEDD; padding : 5px; z-index : 1000; width : 500px }


/**** Backgrounds ****/
.city {
	background-image: url( ../images/background_city.png );
	background-repeat: no-repeat;
	background-color: #0056A8;
}

.sky {
	background-image: url( ../images/background_city.png );
	background-repeat: repeat-x;
}

.bridge {
	background-image: url( ../images/background_bridge.png );
	background-repeat: no-repeat;
}

.bridge #cz_transbox .centerbox {
	background-image: url( ../images/background_bridge_inner.png );
	background-repeat: no-repeat;
}

.capitol {
	background-image: url( ../images/background_capitol.png );
	background-repeat: no-repeat;
}

.capitol #cz_transbox .centerbox {
	background-image: url( ../images/background_capitol_inner.png );
	background-repeat: no-repeat;
}

.mill {
	background-image: url( ../images/background_mill.png );
	background-repeat: no-repeat;
	min-height: 405px;
}

.mill #cz_transbox .centerbox {
	background-image: url( ../images/background_mill_inner.png );
	background-repeat: no-repeat;
}

.lighthouse {
	background-image: url( ../images/background_lighthouse.png );
	background-repeat: no-repeat;
}

.lighthouse #cz_transbox .centerbox {
	background-image: url( ../images/background_lighthouse_inner.png );
	background-repeat: no-repeat;
}

.map {
	background-image: url( ../images/background_map.png );
	background-repeat: no-repeat;
}

.map #cz_transbox .centerbox {
	background-image: url( ../images/background_map_inner.png );
	background-repeat: no-repeat;
}

.grand {
	background-image: url( ../images/background_grand.png );
	background-repeat: no-repeat;
}

.grand #cz_transbox .centerbox {
	background-image: url( ../images/background_grand_inner.png );
	background-repeat: no-repeat;
}

/******************** end #cz_main ********************/
/******************** Navigation Left ********************/
#cz_navleft {
	position: relative;
	float: left;
	width: 150px;
	margin: 0 0 10px 0;
}

#cz_navleft p {
	font-size: 1.1em;
}

#cz_navleft a {
    display: block;
    width: 150px;
    margin: 0 0 1px 0;
    background-image: url( ../images/trans005FBD_50.png );
    background-repeat: repeat;
    color: #fff;
    text-decoration: none;
}

#cz_navleft a span.cz_navlink {
    display: block;
    margin: 0 0 0 20px;
    padding: 5px 0 5px 0;;
}

#cz_navleft a:hover {
	width: 150px;
	background-image: url( ../images/trans00CCFF_50.png );
	text-decoration: none;
}

#cz_navleft .menucap {
	position: relative;
	width: 150px;
	height: 10px;
	background-image: url( ../images/trans005FBD_50_menucap.png );
	background-repeat: no-repeat;

}

#cz_navleft span.selected {
	position: absolute;
	width: 4px;
	height: 8px;
	margin: 4px 0 0 -6px;
	background-image: url( ../images/selected_arrow.png );
	background-repeat: no-repeat;
}

#cz_navleft span.un {
	background-image: none;
}

/******************** End Navigation Left ********************/

/******************** cz_content ********************/
#cz_content {
	position: relative;
	float: left;
	margin: 10px 0 10px 10px;
	width: 570px;
}

#cz_content_inner {
	margin: 0 0 0 0;
}

/******************** end cz_content ********************/

/******************** cz_transbox ********************/
#cz_transbox {
	width: 570px;
	margin: 0 0 0 0;
}

#cz_transbox .endbox {
	height: 5px;
	background-image: url( ../images/trans005FBD_50.png );
	background-repeat: repeat;
}

#cz_transbox .sidebox {
	width: 5px;
	background-image: url( ../images/trans005FBD_50.png );
	background-repeat: repeat;
}

#cz_transbox .centerbox {
	background-color: #effbff; /*background-image: url( ../images/transE6F9FF_75.png );*/
/*background-repeat: repeat;*/
}

#cz_transbox .occupation_links {
	position: relative;
	background-image: url( "../images/transfff_50.png" );
	padding: 5px;
	font-size: 0.9em;
}

#cz_transbox .occupation_links a {
	color: #005FBD;
}

#cz_transbox .occupation_links .occupation_link_spacer {
	color: #51A9F2;
	margin: 0 3px 0 3px;
}

#cz_transbox_inner {
	margin: 10px;
}

#cz_transbox h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #002F61;
	margin: 0 0 6px 0;
}

#cz_transbox h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #001B38;
	margin: 17px 0 3px 0;
}

#cz_transbox p {
	font-size: 1.0em;
	font-weight: normal;
	color: #002F61;
	margin: 0 0 9px 0;
}

#cz_transbox ul {
	list-style: none;
	margin: 6px 0 9px 0;
}

#cz_transbox li {
	font-size: 12px;
	font-weight: normal;
	color: #002F61;
	padding: 3px 5px 4px 5px;
}

#cz_transbox .odd {
	background-image: url( ../images/transfff_50.png );
	background-repeat: repeat;
}

#cz_transbox .even {
	background-image: url( ../images/transfff_25.png );
	background-repeat: repeat;
}

.cz_imagewrap {
	background-image: url( ../images/transfff_50.png );
	background-repeat: repeat;
	float: right;
	padding: 5px;
	margin: 0 0 5px 10px;
	border-right: 1px solid #CDE1E8;
	border-bottom: 1px solid #C1D4DB;
}

.cz_imagewrap img {
	clear: both;
}

/******************** end cz_transbox ********************/

/**** Splash Stuff ****/
#splashpage_text h1 {
	font-size: 2.8em;
	color: #F7931E;
	font-weight: bold;
	margin: 0 0 -6px -1px;
	padding: 0;
}

#splashpage_text h2 {
	font-size: 1.6em;
	color: #ffffff;
	font-weight: bold;
	margin: 0 0 3px 0;
}

#splashpage_text p {
	width: 420px;
	font-size: 1.1em;
	color: #ffffff;
	font-weight: bold;
}

.cz_mich_orange {
	color: #F7931E;
}

table.ip {
	margin: 10px 0 10px 0;
	width: 100%;
}

table.ip td {
	padding: 5px;
}

/**** End Splash Stuff ****/

/**** Profile page icons ****/
#profile_action_icons img {
	border: none
}

a.cz_print {
	display: inline;
}

a.cz_print div {
	height: 20px;
	width: 20px;
	background-image: url( ../images/cz_print.png );

}

a.cz_print div span {
	display: none;
}

a.cz_video {
	display: inline;
}

a.cz_video div {
	height: 20px;
	width: 20px;
	background-image: url( ../images/cz_video.png );
}

a.cz_video div span {
	display: none;
}

a.cz_email {
	display: inline;
}

a.cz_email div {
	height: 20px;
	width: 20px;
	background-image: url( ../images/cz_email.png );

}

a.cz_email div span {
	display: none;
}

div.tooltipbox {
	display: block;
	width: 250px;
	border: 1px solid #7FAEDD;
	background-color: #ECFAFF;
	text-align: left
}

/**** End Profile page icons ****/
/**** Needs a home ****/
#flashfloat {
	float: right;
	margin: 5px 0 5px 5px;
}

.block {
	display: block
}

.error {
	color: red
}

#errorcontainer ul {
	list-style: none;
	margin: 0;
	display: inline;
	padding: 0
}

#errorcontainer ul li {
	margin: 0;
	display: block;
	color: white;
	background-color: red;
	width: 100%;
	border: 1px solid black;
	text-align: center;
	font-size: 1.2em;
}

.ajaxworking {
	position: absolute;
	top: 0;
	background-color: red;
	color: white;
	padding: 3px;
	right: 5px;
	text-align: center;
	font-size: .8em
}

#occupationlist {
	width: 100%
}

#occupationlist td {
	height: 28px;
	vertical-align: top
}

#occupationlist td a {
	display: block;
	line-height: 20px;
	margin-bottom: 1px;
}

div.video {
	background-image: url( ../images/cz_video.png );
	background-repeat: no-repeat
}

div.indicator-container {
	width: 25px;
	height: 20px;
	float: left
}

div.indicator-container span {
	display: none
}

table.compare-table td {
	padding: 8px;
	vertical-align: top
}

table.compare-table {
	border-collapse: collapse;
	margin-top: 10px
}

table.compare-table th.title {
	font-weight: bold;
	font-size: 1.1em;
	vertical-align: top
}

table.compare-table td {
	padding-bottom: 10px;
	vertical-align: top;
	border: 1px solid navy
}

table.compare-table td.section-title {
	font-weight: bold;
	vertical-align: middle
}

#about_car {
	position: relative;
	clear: both;
	height: 130px;
	width: 540px;
	background-image: url( ../images/about_car.png );
	margin: 0 0 0 0;
}

#search_car {
	position: absolute;
	height: 100px;
	width: 370px;
	left: 190px;
	background-image: url( ../images/search_car.png );
	margin: 0 0 0 0;
}

#onetinit {
	width: 120px;
	height: 49px;
	margin-top: 5px;
	background-image: url( ../images/onet_logo_in-it.png )
}

input.textfield {
	border: 1px solid #aaa
}

select.textfield {
	border: 1px solid #aaa
}

textarea.textfield {
	border: 1px solid #aaa
}

input.cancel {
	border: 1px solid #7FAEDD;
	background-color: #DDF5FF;
	color: navy;
}

input.submit {
	border: 1px solid #7FAEDD;
	background-color: #DDF5FF;
	color: navy;
}

input.do {
	border: 1px solid #7FAEDD;
	background-color: #DDF5FF;
	color: navy;
}

input.flatbutton {
	border: 1px solid #7FAEDD;
	background-color: #DDF5FF;
	color: navy;
}

div.fieldset label {
	font-weight: bold;
	display: block;
	margin-top: 7px;
	margin-bottom: 3px
}

span.actions {
	display: block;
	margin-top: 15px;
	text-align: center
}

span.actions input {
	margin: 5px
}

table.data-table {
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 7px;
}

table.data-table td {
	padding: 4px;
	color: #002F61;
}

td.c1 {
	font-weight: bold;
	width: 200px
}

.evenrow {
	background-color: #d9effa;
}

#bottomtable a { font-weight : normal }

#searchrule { margin-top : 8px; margin-bottom : 8px}

.rich-table-subheadercell { background-image : url(../images/trans005FBD_50.png); color : #FFFFFF }
img.profile_pic { border : 3px solid #7FAEDD; margin : 0 10px }