/* CSS Document */
/* container is the frame around the page */
Body { background-color: #B35B47;}
p { font-size: .8em;}
select {font-size: .8em;}
input {font-size: 1em;}
ol {font-size: .8em;}
h1{
	font-family: Comic Sans MS;
	font-size: 1.7em;
	margin-top: 0px;
	font-weight: normal;
	border-bottom: solid;
	border-bottom-width: thin;
	color: #000000;
}
h2{
	font-family: Comic Sans MS;
	font-size: 1.5em;
	margin-top: 0px;
	font-weight: normal;
	color: #000000;
}
h3{
	font-family: Comic Sans MS;
	font-size: 1.3em;
	margin-top: 0px;
	font-weight: normal;
	color: #000000;
}
h4{
	font-family: Comic Sans MS;
	font-size: 1em;
	margin-top: 0px;
	font-weight: normal;
	color: #000000;
}

#container {
	padding: 0px 0px 10px;
	border-top: 1px none #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color: #FFFFFF;
	position: relative;
	width: 96%;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: 10px;
	}
/* wrcc link*/
#wrcclinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: right;
	padding-right: 10px;
	height: 20px;
	line-height: 1.5em;
	background-color: #336699;
	border-bottom-width: .4em;
	border-bottom-style: solid;
	border-bottom-color: #cc9900;
}

#wrcclinks ul { 
 margin: 0px; 
 padding: 0px; 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: .7em; 
 color: #FFF; 
 white-space: nowrap;

}
#wrcclinks li { 
 list-style-type: none; 
 display: inline; 
}
#wrcclinks li a { 
 text-decoration: none; 
 padding: 7px 10px; 
 color: #FFFFFF; 
}
#wrcclinks li a:link {
	color: #000000;
}
#wrcclinks li a:visited { 
 color: #000000; 
}
#wrcclinks li a:hover { 
 color: #FF8266; 
text-decoration: underline; 
}
/* area that acts as a wrapper for the following 2 divs*/
#banner {
	padding: 0px 5px 5px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 75px;
	margin-left: 0px;
}
#bannerlogo {
	float: left;
	width: 400px;
	height: 75px;
}

/* wrapper for the portals*/
#portalcontainer {white-space: nowrap;}
	
/* main attributes*/
#portallinks ul {
	margin: 0px 0px 10px;
	padding: 0px;
	background-color: #336699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
	text-align: center;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	line-height: 1.5em;
}
/* makes them horizontal*/
#portallinks ul li {list-style-type: none; display: inline; }
/* spacing*/
#portallinks ul li a {
padding: 0.2em 1em; 
text-decoration: none;
background-color: #cc9900;
color: #000000;
float: left; 
border-right: 1px solid #000; 

}
#portallinks ul li a:link {
	color: #000;
}
#portallinks ul li a:visited { 
 color: #000000; 
}
#portallinks ul li a:hover {
	color: #FF8266;
	font-weight: normal;
	background-color: #6666FF;
}
/* dept. of name */	
	#banner2 {
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #990000;
	border: 0px none;
	width: auto;
		}
#banner2 a {
  text-decoration: none;
  color: #990000;
}

/* main content window */
#content {
	padding: 0px 5px;
	margin-left: 160px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-style: none;
	line-height: 1.3em;
	width: 70%;
	white-space: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
}
		
#navcontainer {
	margin-left: 0px;
	float: left;
	width: 130px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	padding-left: 5px;
}  

#navcontainer ul 
{
margin: 0; 
padding: 0; 
list-style-type: none; 
font-family: verdana, arial, sans-serif; 
}

#navcontainer li {
	margin: 0;
} 

#navcontainer a 
{
display: block; 
color: #000; 
width: 130px; 
padding: 2px 10px 2px 5px; 
text-decoration: none; 
border-top: 1px solid #aaa; 
border-bottom: none; 
border-left: none; 
font-size: 0.7em; 
}

#navcontainer a:hover 
{ 
color: #FF8266;  
}

#navcontainer ul ul 
{
margin-left: 0px; 
padding: 5px; 
list-style-type: none; 
}

#navcontainer li li a 
{
	display: block;
	color: #000000;
	width: 110px;
	padding: 2px 10px 2px 5px;
	margin: 0;
	border-top: none;
	border-bottom: none;
	border-left: 1px solid #aaa;
	text-decoration: none;
	font-size: 0.7em;
}

/* footer stylings */
		#footer {
	clear: both;
	padding: 5px;
	margin-top: 5px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	white-space: nowrap;
		}
/* wrcc text at top of page*/
.wrcc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	margin-left: 10px;
	margin-bottom: 10px;
}
.wrcc a:link {color:black; text-decoration:none;}
.wrcc a:hover {color:#FF8266; text-decoration:none;}
.wrcc a:visited {color:black; text-decoration:none;}

.dept {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #336699;
	margin-bottom: 20px;
}
/* content area links*/
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #FF8266;
	text-decoration: underline;
}

/* thumb used with images that float left of text, sm amout of padding
I'm still working on other spacing for larger images*/
.thumb {
	float:right;
	margin:0.2em 0.5em 0 0;
	border: 1px solid #000000;
	clear: right;
}
#wrccblock{
	border: 0px none;
	padding: 0px;
	height: 130px;
	margin-bottom: 10px;
}
.mediumtext {
	font-size: 1.2em;
}
.wrccpic {
	background-color: #fff;
	margin-top: 0;
	text-align: center;
	border: 1px solid #000000;
	padding: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	float: left;
	margin-left: 0px;
}
.addressblock {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.6em;
	}

.ul_display {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	list-style-type: circle;
}

.newform
{
        margin:0;
        padding:0;
        float: left;
}
		
#content #news { 
float: right; 
height: 1%; 
width: 100%; 
margin: 5px; 
/* height: 250px; */ 
background-color: #FFFFFF; 
}
		
#content #news { 
border: 3px double #E0D5C5; 
border-left-color: #E0D5C5; 
border-top-color: #E0D5C5; 
}
		
#content #news 
h4.title { 
background-color: #E0D5C5; 
margin: 0; 
border-bottom: 1px dotted #E0D5C5; 
text-align: center;
white-space: wrap; 
line-height: 1.5em; 
}
		
#content #news 
ul.body { 
margin: 0; 
padding: .8em; 
font-size: .8em; 
list-style-type: none; 
line-height: 1.3em;
}
		
#content #news 
ul.body li { 
line-height: 1.3em; 
margin: .1em 0 .8em 0; 
list-style-type: none;
}
#content #news 
ul.body li.title { 
float: right;
font-weight: normal; 
line-height: .8em; 
margin: 0 0 .4em 0;
}
#content #news 
ul.body li.left { 
float: left;
font-weight: normal; 
line-height: .8em; 
margin: 0 0 .4em 0;
}
#content #featureBox {  
width: 100%; 
margin: 5px; 
padding: 0px; 
padding-bottom: 10px; 
}
#content #featureBox 
div.imageBlock {
height: 45%;
}
#content #featureBox 
div.imageBlock img.right { 
display: inline; 
float: right; 
margin-left: 10px; 
}
#content #featureBox 
h4 {
font-size: 1.3em;
}
#content #focusBox { 
padding: 0px; 
margin-top: 10px; 
margin-right: 10px; 
margin-bottom: 10px; 
border-left-color: #ffe27d; 
border-top-color: #ffe27d;
}
#content #focusBox 
ul.body { 
margin: 0; 
padding: .5em; 
font-size: .9em; 
list-style-type: none; 
line-height: 1.5em;
}
#content #focusBox 
ul.body li { 
margin: .5em 0 .5em 0; 
line-height: 1.5em; 
list-style-type: none; 
}
#content #focusBox 
h4 { 
font-size: 1.3em; 
}
#content #focusBox 
div.imageBlock { 
height: 500px; 
}
#content #focusBox 
h4.title { 
background-color: #DDBF5B; 
margin: 0; 
border-bottom: 1px dotted #EEE09E; 
text-align: center; 
white-space: nowrap; 
line-height: 1.5em; 
}
table.cs {
font-family:Verdana, Arial, Helvetica, sans-serif;
border-collapse: collapse;
font-weight: normal;
font-size: .9em;
line-height:1.4em;
margin:5px;
width:98%;
}

table.cs td {
	border:1px solid #cc6600;
	padding:3px;
	}
table.cs th {
	border:1px solid #cc6600;
	padding:3px;
	background-color: #E0D5C5;
	}
table.cs p {
	font-size:1em;
	}
#boxblue {        
    background-color: #E0D5C5;
    padding: .5em;
	margin-bottom: 1em;
    border: 1px solid #cc6600;
	font-size: .8em;
}
#boxblue .header {
	font-size:		1em;
	font-weight:		bold;
}
#boxblue a {
	white-space:		nowrap;
}

