@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,  
h1, h2, h3, h4, h5, h6, p, blockquote, pre,  
a, abbr, acronym, address, big, cite, code,  
del, dfn, em, font, img, ins, kbd, q, s, samp,  
small, strike, strong, sub, sup, tt, var,  
b, u, i, center,  
dl, dt, dd, ol, ul, li,  
fieldset, form, label, legend,  
table, caption, tbody, tfoot, thead, tr, th, td {  
	margin: 0;  
	padding: 0;  
	border: 0;  
	outline: 0;  
	font-size: 100%;  
	vertical-align: baselinebaseline;  
	background: transparent;  
	}

body {line-height: 1; }  

ol, ul { list-style: none;}  

blockquote, q { quotes: none; } 

blockquote:before, blockquote:after,  
q:before, q:after {  
	content: '';  
	content: none;  
	} 

/* remember to define focus styles! */  
:focus {outline: 0;}  
   
/* remember to highlight inserts somehow! */  
ins { text-decoration: none;}  

del {text-decoration: line-through; }  

/* tables still need 'cellspacing="0"' in the markup */  
table {  
	border-collapse: collapse;  
	border-spacing: 0;  
	}  
	
/* additional sitewide rules */

html{ overflow-y:scroll; } /*Stops scrollbar jump in FF*/

acronym, abbr{  
	border-bottom:1px dotted #333;  
	cursor:help;  
	}

a img{ border:none; } /*removes blue border from linked graphics*/ 

a:active, a:focus{ outline:none; }  /*Remove active link borders*/

input[type=submit],label,select,.pointer { cursor:pointer; } /*All user interface elements on a web page that can be clicked by user have their cursor similar to that of hyperlink*/

.clear { clear:both; }

/* ------------- LINK _icons -------------*/	

/* adds a little icon to file links*/
.external 	{background: url(../_icons/icon_external.gif) no-repeat right top; padding-right:18px;}
.mail 		{background: url(../_icons/icon_mailto.gif) no-repeat right top; padding-right:22px; padding-bottom:3px;}
.vid 		{background: url(../_icons/icon_video.gif) no-repeat right top; padding-right:22px; padding-bottom:3px;}
.phone 		{background: url(../_icons/icon_cell.gif) no-repeat right top; padding-right:22px; padding-bottom:3px;}
.pdf 		{background: url(../_icons/icon_pdf.gif) no-repeat right top; padding-right:22px; padding-bottom:3px;}
.word 		{background: url(../_icons/icon_word.gif) no-repeat right top; padding-right:22px; padding-bottom:3px;}
.excel 		{background: url(../_icons/icon_xls.gif) no-repeat right top; padding-right:22px; padding-bottom:3px;}
.zip 		{background: url(../_icons/icon_zip.gif) no-repeat right top; padding-right:22px; padding-bottom:3px;}
.program 	{background: url(../_icons/icon_exe.gif) no-repeat right top; padding-right:22px; padding-bottom:3px;}
.ppt 		{background: url(../_icons/icon_ppt.gif) no-repeat right top; padding-right:22px; padding-bottom:3px;}

/* START SITE SPECIFIC CSS */

body{
	text-align:center;
	background:#bfbfbf;
	margin: 5px;	
	}

#container {
	width:900px;
	margin:0 auto;
	padding: 0;
	text-align:left;
	background: url(../background.jpg) #FFF no-repeat;
	border:1px solid #000;
	min-height: 500px;
}

#header{
	height:225px;
	width:670px;	
	margin:0 10px 0 0;
	background:#fff url(../header.jpg) no-repeat;
	color:#fff;
	float: right;
	}

#menu {
	height:400px;
	width:200px;	
	margin:0 0 0 10px;	
	color:#fff;
	float: left;
	margin-top: 120px;
	}
	
#menu li {
	font-size: 11px;
	margin-bottom: 3px;
	display: block;
	background-color: #063;
	text-align: center;
	border: 2px solid #D7DEE0;
	}

#menu li a:link, #menu li a:visited {
	color: white;
	background-color: transparent;
	text-decoration: none;
	display: block;
	padding: 5px 0 5px 0;
	}

#menu li a:hover {
	color: #009;
	background-color: #D7DEE0;
	text-decoration: none;
	display: block;
	}
	
.linesep {
	margin: 10px 0 0;
	padding: 0 4px 5px;
	list-style-type: none;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	}

.linesep li {
	margin: 0 -4px;
	padding: 0.2em 4px;
	}

.linesep li a { 
	margin/**/:/**/  -0.2em -4px;
	padding/**/:/**/  0.2em 4px;
	display: block;
	}

* html>body .linesep li a {
	margin: -0.2em -4px;
	padding: 0.2em 4px;
	}
	

#content {	
	min-height:400px;
	width:640px;	
	margin:0 10px 0 0;
	background-color: #FFF;
	float: right;
	
}

#footer{
	width:650px;	
	padding: 10px;
	text-align:right;	
	background:#fff;	
	margin-left:220px;	
}

#footer p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;	
	color: #333;
	line-height:14px;
	text-align:right;
}


/*FONTS*/

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000;
}

p,
ul, ol, li 
td, th, 
dl, dt, dd {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: left;
padding: 10px;
}

h1, h2, h3, h4, h5, h6 {
font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
font-size:22px;
text-align:left;
border-bottom: none;
border-color: #000;
text-decoration: none;
line-height: 28px;
margin-bottom:20px;
}

h2 {
font-size: 14px;
line-height: 1.3em;
margin-top: 10px;
margin-bottom: 10px;
/*border-bottom: 1px solid;
border-color: #000;*/
display: block;
padding: 2px 0 2px 10px;
color: #000;
background-color: transparent;
}


h3, h4, h5, h6 { 
font-size: 11px;
line-height: 1.3em;
}

h4 {
margin-top: 0;
margin-bottom: 0
}

ul, ol, li,
dl, dt, dd { 
line-height: 1.35em;
}

p {
margin-top: 0;
padding-bottom: 1px;
margin-bottom: 1.2em
}

p, 
td {
line-height: 1.35em;
}

th {
line-height: 1.2em;
}

ol {
list-style: decimal outside;
margin-left: 2em
}

ul {
list-style: disc outside;
margin-left: 0.5em
}

ul,
ol {
padding-left: 1.5em;
margin-top: 1em;
margin-bottom: 1.35em
}

li {
line-height: 1.35em;
padding-bottom: 0.5em;
margin-left: 1em;
padding-left: 1em;
}

li ol,
li ul {
margin-top: 0;
margin-bottom: -0.65em
}

li ol {
list-style: lower-alpha outside;
margin-left: 0.5em;
padding-left: 0.5em
}

li p { 
margin-bottom: 0.5em
}

#date {
	 color:#063;
	 font-size:14px;
	 background-color: transparent;
	 width: 200px;
	 margin: 175px 0 0 20px;
	 text-align:left;
	 font-weight: bold;
}

a:link, a:visited {
	color:#063;
	background-color: transparent;
	text-decoration: underline;
	}

a:hover {
	color: #ed582d;
	}