/* 


*/

/* wireframes */
#top, #header, #global_navigation, #local_navigation, #image, #footer, .node
{
	background: url(../images/grey.png);
}

/* spacing */
#header, #global_navigation, #left, #right, #footer, .node
{
	margin-top: 10px;
}

/********************** General **********************/
body
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	background: url(../images/12_col.gif) center repeat-y;
}

p
{
	line-height: 1.0;
	text-align: left;
	list-style-type: none;
}

a:link, a:visited
{
	
	color: #333;
}

a:hover
{
	color: #FFF;
	font-size: 1em;
	text-align: center;
}

h1
{
	font-size: 300%;
}

h2
{
	font-size: 200%;
}

h3
{
	font-size: 160%;
}

h4
{
	font-size: 120%;
	border-bottom: 1px solid #357736;
	padding: 0px 0px 6px 0px;
	margin: 0px 0px 0px 0px;
}

h5
{
	font-size: 120%;
	padding: 0px 0px 6px 0px;
	margin: 0px 0px 0px 0px;
}

h6
{
	font-size: 110%;
}

/*********************** Classes ***********************/
.clear
{
	clear: both;
}

.wrapper
{
	position: relative;
	width: 920px;
	height:  100%;
	margin: 0 auto;
}

.node
{
	float: left;
	width: 300px;
	list-style-type: none;
}

/********************** Forms **********************/
form
{
}

/********************** Tables **********************/
table
{
}

/********************** Top **********************/
#top
{
	position: relative;
	width: auto;
	height: 25px;
}

/* ui wordmark */
#top h2 a
{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	text-indent: -9999px; /* image replacement */
	width: 195px;
	height: 20px;

}

/* clas wordmark */
#top h3 a
{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	text-indent: -9999px; /* image replacement */
	width: 347px;
	height: 20px;
	background: url(../images/clas_wordmark.png) no-repeat;
}

/********************** Container **********************/
#container
{
	position: relative;
	width: 912px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*********************** Header ***********************/
#header
{
	position: relative;
	width: auto;
	height: 140px;
	padding: 0px 0px 0px 40px;
	visibility: visible;

}

/* department name */
#header h1
{
	position: relative;
	display: block;
}



/*********************** Global navigation ***********************/
#global_navigation
{
	position: relative;
	width: 912;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 40px;
	line-height: 35px;
	background: url(global_grey_navigation_gradient.jpg) repeat-x;
	z-index: 100;
	border-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #357736;
	border-right-color: #357736;
	border-bottom-color: #357736;
	border-left-color: #357736;
	font-size: 0.92em;
	text-align: inherit;
	overflow: hidden;
}


#global_navigation li
{
	display: inline;
	list-style-type: none;
	color: #333;
	text-align: center;
}

#global_navigation li a
{
	padding: 0px 22px 0px 22px;
	text-decoration: none;
	border-bottom: none;
	border-right: 1px solid #666666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
}





#global_navigation li a#first
{
	border-left: 1px solid #666666;
}

#global_navigation li a:hover
{
	cursor: pointer;
	background-color: #666;
}

/*********************** Left column ***********************/
#left
{
	position: relative;
	float: left;
	width: 245px;
	margin: 0px 0px 10px 0px;
}

#left_node
{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 40px;
	list-style-type: none;
	text-align: left;
}

/*********************** Local navigation ***********************/
#local_navigation
{
	position: relative;
	float: left;
	width: 245px;
}

#local_navigation:first-child
{
	border-top: 1px solid #357736;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 40px;
}

#local_navigation li
{
	padding: 0px 0px 0px 10px;
	list-style-type: none;
	border-bottom: 1px solid #357736;
	font-size: .908em;	
}

#local_navigation li a
{
	display: block;
	padding: 10px 0 10px 0;
	text-decoration: none;
}

#local_navigation li a:hover
{
	background-color: #666;
}

/*********************** Right column ***********************/
#right
{
	position: inherit;
	float: none;
	width: auto;
	margin: 0px 0px 0px 32px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}

#center_node
{
	
}

#right_node
{

}

/*********************** Image ***********************/
#image
{
	position: relative;
}

/*********************** Footer ***********************/

#footer
{
	clear: both;
	background-image: url(../images/_global/footer_gradient.png);
	background-repeat: repeat-x;
	color: #000000;
	height: auto;
	padding: 0% 3% 0 3%;
}

#footer p
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.82em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	margin-top: 1px !important;
	margin-right: 0;
	text-align: center;
	color: #000;
}
#container #footer table {
	text-align: center;
}
#container #footer p a {
	text-align: center;
}

