﻿/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline; 	
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/** DLR Products default CSS */

/** Global */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color:#00478F;
	margin:0px; padding:0px;
	background-color:#00478F;
}

/** Headers **/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color:#008AE6;
	padding-bottom:10px;
}
h2 {
	font-family: "Monotype Corsiva";
	font-size: large;
	color:#99CCFF;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color:#008AE6;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color:#008AE6;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style:italic;
	color:white;	
}

/** Links */

a 			{ color: #FFFFFF; }
a:visited 	{ color: #00CCFF; }
a:active 	{ color: #FFFF00; }
a:hover 	{ color: #FFFF00; }
a:focus 	{ color: #00CCFF; }


/** Class CSS **/

.blue {
	color:#00FFFF;
	}
	
.images_border {
	border:thin blue solid;
}


/** Section CSS **/

#wrapper {
	width: 800px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-color:#FFFFFF;  }
	
#banner { padding:0px; background-color:#99CCFF; min-height:50px; margin-top: -17px; }

#topnav { 	background-color: #99CCFF; 	clear:both;		}
#topnav ul 			{ width:100%; float:left; margin:0px; background-color: #001F5C; }
#topnav ul li		{ display:inline; } 
#topnav ul li a		{ float:left; padding: 10px 20px; }

#topnav a 			{ text-decoration:none; }
#topnav a:link 		{ color:white; }
#topnav a:visited	{ color:white; }
#topnav a:active	{ color:white; }
#topnav a:hover		{ color:white; background-color:#00478F; }
#topnav a:focus		{ color:white; }

#slides { 	width:550px;
			padding:0px; 
			float:left; 
		}
	
#twitter {	margin-top::175;
			width:200; 
			float:right;}


#leftnav { width:150px; 
			float:left;
			padding:10px 10px; 
			line-height:150%; 
			background-color: 	#333333; 
			clear:both;		}
			
#leftnav ul 		{ width:100%; float:left; margin:0px; background-color: #333333; }
#leftnav ul li a	{ float:left; padding: 5px 5px; }

#leftnav a 			{ text-decoration:none; }
#leftnav a:link 	{ color:white; }
#leftnav a:visited	{ color:white; }
#leftnav a:active	{ color:white; }
#leftnav a:hover	{ color:white; background-color:#600000; }
#leftnav a:focus	{ color:white; }

#main { min-height:450px;
		margin-top:15px;
		padding:20px 15px 20px 15px; 
		line-height:120%; }
		
#main a:link 	{ color:#00478F; }

		
#otherbold 		{ font-weight:bold;  }
#otherbold li 	{ line-height:120%; }

#other 			{ font-weight:normal; }	
	
#video	{margin-left:50px; }


#footer {  	width:100%;
	padding:10px 0px;
	clear:both;
	min-height:60px;
	background-color:#00478F;  	}
	

#foot-left {
	text-align:left; 
	line-height:120%; 
	float:left;}
	
#foot-center {
	 text-align: center;
	 line-height:120%;  }
	 
#foot-right {
	text-align:right;
	line-height:120%; 
	float:right;