@charset "UTF-8";

body {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	border-top-width: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

h1 {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.56em;
	text-align: left;
	
}

p {
	text-align: left;
	font-size: 1.0em;

}

h2 {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: left;
	
}


#header {
	color: #CCC;
	height: 60px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
}

#header_right {
	float: right;
	margin-right: 61px;
}

#back_box a {
	display: block;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/grn_grad_bg.jpg);
	background-repeat: repeat-x;
	color: #000000;
	padding: 4px;
	height: 21px;
	width: 69px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	text-decoration: none;
}

#title_box {
	display: block;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/grn_grad_bg.jpg);
	background-repeat: repeat-x;
	color: #000000;
	font-weight: bold;
	padding: 4px;
	height: 21px;
	margin: 0;
}

#main_content {
	color: #000;
	background-color: #FFF;
	margin: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top: 9px;
	padding-right: 3px;
	padding-bottom: 9px;
	padding-left: 3px;
}

#main_content_grn {
	color: #000;
	background-color: #eaeff6;
	margin: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top: 9px;
	padding-right: 2px;
	padding-bottom: 9px;
	padding-left: 2px;
}



.nav_box {
	color: #000;
	background-image: url(images/nav_box_bg_yel.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
	height: 27px;
	text-align: left;
	display: block;
	padding-top: 6px;
	padding-left: 6px;
	margin: 0 0 0 27px;
}

.nav_box a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

.nav_box a:hover {
	text-decoration: underline;
	/*  color: #000;
	background-image: url(images/nav_box_bg_grn.jpg);
	font-weight: bold;
	
	background-repeat: repeat;
	background-position: 0px 0px; */
}

.about_cmc {
	background-color:#828f16;
	background-image: url(images/about_cmc.gif);
	background-repeat: no-repeat;
}

.at_cmc {
	background-color:#bf311a;
	background-image: url(images/at_cmc.gif);
	background-repeat: no-repeat;
}


.blu_box {
	color: #000;
	background-image: url(images/blu_grad.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
	height: 30px;
	text-align: left;
	display: block;
	padding-top: 6px;
	padding-left: 6px;
}

.blu_box a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.blu_box a:hover {
	text-decoration: underline;
	
}

.gray_box {
	color: #000;
	background-repeat: repeat;
	background-position: 0px 0px;
	height: 27px;
	text-align: left;
	display: block;
	padding-top: 6px;
	padding-left: 6px;
	background-color: #DEDEDE;
}

.gray_box a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.gray_box a:hover {
	text-decoration: underline;
	
}

.nav_box_rt {
	display: inline;
	float: right;
	margin-right: 20px;
	padding-top: 4px;
}

.forms_dd_menu {
	width: 210px;
}

.list {
	line-height: 1.6em;
}

.name {
	font-weight: bold;
}


#footer {
	color: #CCC;
	background-color: #000;
	padding: 6px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-weight: bold;
	font-size: 0.8em;
}

#footer a{
	color: #FFF;
	font-weight: bold;
	font-size: 0.8em;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Directory Styles */

.row {
	padding: 2px 0 0 3px;
	background-color: #FFF;
	
}

.altrow {
	padding: 2px 0 0 3px;
	background-color: #E2E7F7;
}

.header {
	visibility: hidden;
 
}
	
/*#ctl00_ContentPlaceHolder1_lvEmployee_SortByLname {
	color: #FFF;
	
} */


.dir_name {
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.4em;	
	
}

.dir_title, .dir_phone, .dir_email, .dir_location {
	font-size: 0.9em;
	line-height: 1.4em;	
	
}

.dir_row{
	padding: 6px 0 6px 6px;
}

.dir_altrow{
	padding: 6px 0 6px 6px;
	background-color: #E2E7F7;
}


#dia_header {
	color: #CCC;
	height: 103px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	background-color: #000;
	position: relative;
	z-index: -2;
}

#dia_header_right {
	float: right;
	margin-right: 6px;
	position: relative;
	z-index: -1;
}

#dia_header_left {
	float: left;
	margin: 33px 0 0 6px;
	position: relative;
	z-index: 0;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.landing_text h1 {
	font-size: 1.05em;
	font-weight: bold;
	line-height: 1.0em;
	text-align: left;
	padding: 0 0 0 6px;
	margin: 0;
}

.landing_text p {
	font-size: 1.05em;
	font-weight: normal;
	line-height: 1.0em;
	text-align: left;
	padding: 0 0 6px 6px;	
}


#new_header_splash {
	height: 120px;
	background-image: url(images/fall_header_320.jpg);
	background-repeat: no-repeat;
	background-color: #f0f4f8;
	background-position: right;
	margin-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

#new_header {
	height: 120px;
	background-image: url(images/fall_header_320.jpg);
	background-repeat: no-repeat;
	background-color: #f0f4f8;
	background-position: right;
}


#new_header_right {
	float: right;
	margin-right: 6px;
	position: relative;
	z-index: -1;
}

#new_header_left {
	float: left;
	position: relative;
	z-index: 0;
}


