/* ---------------------------------------------
filename:       cahec.css
created:        5/3/2004
author:         Jim Priest
purpose:        cahec css 
--------------------------------------------- */

/* =GENERAL
----------------------------------------------- */
body, h1, h2, h3, h4, h5, h6, ol, ul, li, p {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333;
	}
	
body {
	margin: 0 auto;
	padding: 0;
	background-color: #00334D;
	}

p, ul, ol {
 	font-size: .9em;
}
	
form {
	display: inline;
}

img  {
	border: 0;
}
	
	
/* =LINKS
----------------------------------------------- */		
a:link, a:visited, a:active  {
	text-decoration: none;
	color: #336699;
	}

a:hover {
	/*hover doesn't work in nn4*/
	text-decoration: underline;
	color: #003366;
	}	

/* =HEADERS & TEXT
----------------------------------------------- */
h1 {
	font-size: 150%;
	font-weight: normal;
	}
h2 {
	font-size: 120%;
	font-weight: normal;
	margin-bottom: 3px;
	}

h3 { 
	font-size: 100%;
	font-weight: bold;
	}
	
h4 { 
	font-size: 90%;
	font-weight: bold;
	}
	
.message {
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	padding: 2px;
	margin: 5px 0;
	border: 1px solid #ccc;
}
.message2 {
	border: 1px solid #D9D9D9;
}
.message3 {
	background-color: #F2F2F2;
	border: 1px dashed #D9D9D9;
}
	
	
	
/* =SECTIONS
----------------------------------------------- */	
#main {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	font-family: verdana, arial, helvetica, sans-serif;
}
	
#main p, #main table {
	padding-left: 20px;
	padding-right: 50px;
}

#main ul, #main dl, #main li {
	padding-top: 0;
	margin-top: 0;
	padding-right: 20px;
}

#main dl {
	padding: 0 20px;
}

#main h1 {
	font-size: 125%;
	font-weight: bold;
	font-style: italic;
	color: #CF652B;
	padding: 0 0 0 20px;
	margin: 0;
	font-family: arial, helvetica, sans-serif;
}

#main h2 {
	font-size: 100%;
	font-weight: bold;
	color: #79899E;
	padding: 0 0 0 20px;
	font-family: arial, helvetica, sans-serif;
}

#main h3 {
	font-size: 90%;
	font-weight: bold;
	color: #4C5563;
	font-family: arial, helvetica, sans-serif;
	border-bottom: 1px solid #4C5563;
	margin: 0 10px;
}

#main a:link, #main a:visited, #main a:active  {
	text-decoration: underline;
	color: #336699;
	}

#main a:hover {
	/*hover doesn't work in nn4*/
	text-decoration: none;
	color: #003366;
	}	

#contactform {
	padding-left: 20px;
}

.department {
	padding: 2px;
	margin: 0 5px 0 0;
	border: 1px solid #79899E;	
}
	
#footer {
	width: 900px;
	margin: 0 auto;
	padding: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .7em;
	background-color: #CF652B;
	color: #FFF;
	height: 50px;
	text-align: right;
}

#footer a:link, #footer a:visited, #footer a:active  {
	text-decoration: none;
	color: #fff;
}

#footer a:hover {
	/*hover doesn't work in nn4*/
	text-decoration: underline;
	color: #fff;
}		
	
#footer input {
	font-size: 11px;
	font-family: Arial, Helvetical, sans-serif;
	border-width: 2px;
	border-style: groove;
}



/* =TREEMENU (asset manager page)
----------------------------------------------- */
.treemenu {
	margin : 0px 10px;
	padding : 0 10px;
	list-style : none;	
	font-size: 1em;
}

.treemenu UL {
	list-style : none;
	margin : 0px 10px;
	padding : 0px 10px;
}

.treemenu A {
	display : block;
	padding-left : 15px;
	text-decoration : none;
}

.treemenu .treeopen {
	background-image : url('../images/open.gif');
	background-repeat : no-repeat;
	background-position : left;
}		

.treemenu .treeclosed {
	background-image : url('../images/closed.gif');
	background-repeat : no-repeat;
	background-position : left;
}


/* =MISC
----------------------------------------------- */
.terraFormHighLight {
	color: red;
}	

.prevnext {
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom: 1px solid #999;
}

.pdf {
	list-style-type: disc;
	list-style-image: url(../images/pdficon.gif);
   list-style-position: inside;
}

.link {
	padding: 0 20px 0 25px;
}

.linkdesc {
	padding: 0;
	margin: 0;
	color: #666;
}

.formbutton  {
	background: url(../images/button_back.gif) #CCCCCC top center repeat-x;
	border: 1px solid #666666;
	color: #333333;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 1px;
	margin-bottom: 2px;
	text-decoration: none;
}