/***********************************************/
/* SECstyle.css                                /
/* Style Sheet for Seabourne Express Courier    /
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 5px;
	padding: 0px;
	background-color: #FFFFFF;
	line-height: normal;
}

a:link, a:visited, a:hover {
	color: #999999;
	text-decoration: none;
/*	font-weight: bold;*/
}

a:hover {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
	background-color: #999999;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 150%;
	color: #334d55;
	font-weight: bold;
}

h2{
	font-size: 130%;
	color: #0000FF;
	font-weight: bold;
}

h3{
	font-size: 120%;
	color: #FF0000;
	font-weight: bold;
}

h4{
	font-size: 110%;
	font-weight: bold;
	color: #000000;
}

h5{
	font-size: 110%;
	color: #000000;
	font-weight: normal;
}

h6{
	font-size: 100%;
	color: #0000FF;
	font-weight: normal;
}

ul{
	list-style-type: square;
}

ul ul{
	list-style-type: disc;
}

ul ul ul{
	list-style-type: none;
}

label{
	color: #334d55;
	font-size: 100%;
	font-weight: bold;
}

.offices{
	color: #000000;
	font-size: 100%;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0;
}

.menulink{
	color: #FFFFFF;
	font-size: 120%;
}

.textlink{
	color: #0000FF;
	font-size: 14px;
}

.maplink{
	color: #000000;
	font-size: 12px;
}

.copyright{
	color: #00FF00;
	font-size: 10px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#content{
	color: #000000;
	font-size: 100%;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0;
}
/*
#copyright{
	margin: 0;
	padding: 0px 0px 0px 0px;
	height: auto;
	font-size: 10px;
	color: #33FF33;
}
*/
#globalNav{
	color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	margin: 0;
}
/*white-space: nowrap;
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav a {
	font-size: 100%;
	padding: 0px 0px 0px 0px; 
	font-weight: bold;
}

