@import url(/css/layout.css);
@import url(/css/linkStyles.css);

/*-----------------------------------------------------------------------------
pbmInteractive dot com

basic.css

version:   5.0
author:    PBMi
email:     info@pbmInteractive dot com
website:   pbmInteractive.com
-----------------------------------------------------------------------------*/


/* reset whitespace 
------------------------------------------- */
* {
	padding: 0;
	margin: 0;
}


/* Body Style 
-------------------------------------------------------------------------------- */
body {
 	margin: 0;
	padding-top: 5px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	text-align: center;
	background: #fff;
	min-width: 900px;
}


/* Text Styles 
------------------------------------------- */
h1 {
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	padding-bottom: 5px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #01334c;
}

h3 {
	font-size: 12px;
	font-weight: normal;
	color: #4d4d4f;
}

.btmNav { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #999;
}

.item { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999;
	padding-left: 20px;
}


/* Form Styles 
------------------------------------------- */
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	width: 125px;
	border: solid 1px #aeaeb1;
	padding-left: 5px;
}

.select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	width: 100px;
	border: solid 1px #aeaeb1;
	padding-left: 5px;
}