
/**
 * Network Strategics, INC.
 * 1601 N Palm Ave suite 110B
 * Pembroke Pines, FL 33026
 * Phone: 954 499 8432
 * E-mail: info@networkstrategics.com
 * 
 * @copyright 2008. All rights reserved.
 */

body { 
	font: 12px Arial, Helvetica, sans-serif; 
	color: #000; 
	font-style: normal; 
	font-weight: normal; 
	margin: 0px; 
	padding: 0px;
	background: #FFF;
}
h1 {
 	font: 20px Arial; 
	color: #000;
}
h2 {
 	font: 16px Trebuchet MS; 
	color: #808080;
	margin: 0;
}
hr {
	border: 1px solid;
	height: 0.2px;
}
ul {
 	margin: 4px; 
	padding: 4px; 
}
li {
 	margin-left: 2px;
}
b { 
	font-weight: bold;
}
img { 
	border: 0px;
	behavior: url(iepngfix.htc);
}
small { 
	font-size: 10px; 
}
p {
	margin: 0px;
	padding: 3px;	
}
form {
 	margin: 0px; 
	padding: 0px;
	display: inline;
}
input[type="text"], input[type="password"], input[type="file"], textarea, select {
	border: 1px solid #C1C1C1;
	background: #FFFFFF;
	font: 12px Arial, sans-serif; 
	color: #6D6D6D;
	padding-left: 2px;
}
input[type="checkbox"], input[type="radio"] {
	position: relative;
	top: 2px;
}
input[type="submit"], input[type="button"], input[type="reset"] {
  	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	color: #6D6D6D;
	padding-left: 3px;
	padding-right: 3px;
}
a, a:link, a:visited { 
	color: #438ED7;
 	text-decoration: none; 
}
a:hover, a:active { 
	color: #A31F1A;
}
#genContent {
	width: 1000px;
	margin: 0 auto;
}
#headDiv {
	width: 1000px;
	height: 62px;
	background: #656565;
}
#logo {
	float: left;
	width: 300px;
	height: 62px;
}
#headRight {
	float: left;
	width: 700px;
	height: 62px;
	overflow: hidden;
}
#siteContent {
	width: 100%;
	overflow: hidden;
	clear: both;
	overflow: hidden;
}
#footer {
	width: 999px;
	padding-top: 0;
	background: url(../images/footerBG.jpg) repeat-x 0 0;
	clear: both;
	color: #B9B8BA;
	overflow: hidden;
	font: 14px Arial;
	position: relative;
	top: -3px;
}
a#footer, #footer a:link, #footer a:visited {
	color: #000;
	text-decoration: none;
}
#credits {
	padding: 10px;
	color: #000;	
	font: 12px Arial;
}
.calendar {
	background: url(../images/calendar.gif) no-repeat right center;	
}
.odd {
	background: #FAF8F0;
}
.even {
	background: #F2F3F1;
}
.error {
	border: 1px solid #FF6600; 
	background: #FDFFD7 url(../images/error.gif) no-repeat 5px center; 
	padding: 10px 3px 10px 35px;
	color: #000;
	font: 14px Tahoma;
}
.dropmenuDIV {
	position: absolute;
	top:0px;
	font-size: 12px;
	margin-top: -1px;
	font-weight: normal;
	z-index: 100;
	width: 200px;
	padding-bottom: 5px;
	visibility: hidden;
	background: #FFF;
	border-left: 1px solid #DCDBDB;
	border-right: 1px solid #DCDBDB;
	border-bottom: 1px solid #DCDBDB;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}
.dropmenuDIV a {
	width: 100%;
	font: 12px Verdana;
	display: block;
	text-decoration: none;
	padding: 4px 3px 4px 10px;
	color: #3366FF;
}
.dropmenuDIV a:hover {
 	text-decoration: none; 
	color: #000;
	background: #F5F5F5;
}