
/**
 * 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: #616365; 
	font-style: normal; 
	font-weight: normal;
	line-height: 1.5;
	margin: 0px; 
	padding: 0px;
	background: #FFF;
}
h1 {
 	font: 28px Arial; 
	color: #565254;
}
h2 {
 	font: 22px Arial; 
	color: #919F9C;
	padding: 0;
	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 url(../images/inputBG.jpg) repeat-x 0 0;
	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;
}
#generalDiv {
	width: 900px;
	margin: 0 auto;
}
#head {
	width: 100%;
	height: 315px;
}
#topMenu {
	width: 100%;
	height: 28px;
	background: #40424E;	
}
a#topMenu, #topMenu a:link, #topMenu a:visited {
	color: #FFF;
	font: 11px Arial;
	text-decoration: none;
	padding: 10px  10px 7px 10px;
	margin-left: 0 auto;
}
#topMenu a:hover, #topMenu a:active {
	text-decoration: none;
	background: #32B873;
}
#logo {
	width: 100%;
	height: 288px;
}

#siteContent {
	width: 100%;
	overflow: hidden;
	clear: both;
	overflow: hidden;
}
#footer {
	width: 999px;
	padding-top: 0;
	background: url(../images/footerBG.jpg) repeat-x right 0;
	clear: both;
	color: #B9B8BA;
	overflow: hidden;
	font: 14px Arial;
	position: relative;
	top: -3px;
}

#credits {
	border-top: 3px solid #E0E1E2;
	padding: 10px;
	font: 12px Arial;
	height: 30px;
}
a#credits, #credits a:link, #credits a:visited {
	color: #A1A3A5;
	text-decoration: underline;
}
#credits a.blend { text-decoration: none; color: #616365; }
.calendar {
	background: url(../images/calendar.gif) no-repeat right center;	
}
.plainButton {
	font-size: 11px;
	color: #997E77;
	border: 1px solid #C0C0C0;
	background: #FFF;
}
.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;
}