/* CSS - FieldServer */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	background-color:#f0f0f0;
}

select .smallselect{
	font-size:10px;
}

a {
	text-decoration:underline;
	color:#333333;
}

a:hover{
	text-decoration:underline;
	color:#333333;
}

a.quote{
	color:#1d2e81;
	text-decoration:underline;
}

a.quote:hover{
	color:#1d2e81;
	text-decoration:underline;
}

#wrapper {
	width:998px;
	margin-left:auto;
	margin-right:auto;
	float:none;
}

#borders {
	width:998px;
	float:left;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
}

/* Header Area */
#header {
	float:left;
	width:996px;
	border-left:1px solid #ffffff;
	border-right: 1px solid #ffffff;
	height:90px;
	clear:both;
	background-image:url(../../_media/images/backgrounds/header.jpg);
}

#logo {
	float:left;
	width:197px;
	height:90px;
}

#search {
	float:right;
	padding-right:45px;
}

/*#navigation {
	float:left;
	width:996px;
	height:32px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}*/

/* Banner & Flash Area */
#flash {
	float:left;
	width:758px;
	height:161px;
	clear:both;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

#banner {
	float:left;
	width:758px;
	height: 128px;
	border-bottom: 3px solid #fff;
}

.support {
   background-image:url(../../_media/images/banners/support.jpg);
}

.about {
   background-image:url(../../_media/images/banners/about.jpg);
}

.products {
   background-image:url(../../_media/images/banners/products.jpg);
}

.contact {
   background-image:url(../../_media/images/banners/contact.jpg);
}

p{
	padding:0px;
	margin:0px;
}

h2 {
	color:#333333;
	font-size:12px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom: 5px;
}








/* Content Area */
.content {
	float:left;
	width:996px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding-bottom:15px;
}

#home {
	background-image:url('/_media/images/backgrounds/home.gif');
	background-position:0 0;
	background-repeat:repeat-y;
}

#home .primaryContent {
	border-top: 6px solid #192979;
	float:left;
	width:372px;
}

#home .primaryContent p{
	padding-left:16px;
	padding-right:27px;
	padding-top:12px;
}

#home .secondaryContent {
	border-top: 6px solid #999999;
	float:left;
	width:385px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

#home .secondaryContent p {
	padding-top:2px;
}

#home .tertiaryContent {
	border-top: 6px solid #f7941d;
	float:left;
	width:237px;
}

#home .tertiaryContent p{
	padding-top:12px;
	padding-left:19px;
	padding-right:5px;
	margin:0px;
}

#home .tertiaryContent b{
	padding-left:19px;
	padding-right:5px;
	margin:0px;
}

#home ul{
	margin: 15px 0 0 0; 
	padding:0;
	list-style: none;
}

#home li{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 32px;
	padding-bottom:5px;
	padding-right:0px;
	padding-top:0px;
	background: url('/_media/images/buttons/bullet.gif') no-repeat 20px 3px;
	line-height:12px;
}

#breadCrumbs {
	float:left;
	width: 758px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	height:31px;
	background-color:#e0e0e0;
	border-bottom: 1px solid #ffffff;
}

#breadCrumbs  .text {
    padding-right:18px;
	text-align:right;
	padding-top: 8px;
	color: #666666;
	background-color: inherit;
	margin-bottom: 9px;
}

#breadCrumbs a {
	text-decoration:underline;
	color:#666666;
}

#breadCrumbs a:hover{
	text-decoration:underline;
	color:#666666;
}

#title {
	float:left;
	width:237px;
	border-right: 1px solid #ffffff;
	height:31px;
	background-color:#f7941d;
	border-bottom: 1px solid #ffffff;
}

#title h1{
	font-size:12px;
	color:#fff;
	margin:8px 0 0 19px;
	/*margin-top:11px;*/
	font-weight:bold;
	padding:0px;
}	

#pageTitle {
    font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
    margin-top:25px;
}

#line {
    height: 4px;
    clear:both;
	width:480px;
	background-image:url('/_media/images/backgrounds/dotted_line.gif');
	background-position:0 0;
	background-repeat:repeat-x;
	margin-bottom:22px;
}

.purpleborder {
	border: 1px solid #660066;
}

#infoBox {
	float:left;
	width:237px;
	height:161px;
	background-color:#ffd9b2;
	border-right: 1px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

#infoBox p{
	padding-top:12px;
	padding-left:18px;
	padding-right:24px;
}

#infoBox b{
	padding-left:18px;
	padding-right:24px;
}

.dottedLine{ 
	clear:both;
	height:1px;
	border-bottom:1px dotted #999999;
	padding-top:9px;
	margin-bottom: 10px;
	margin-left:11px;
	margin-right:11px;
	
}

#secondLevel {
   background-image:url(../../_media/images/backgrounds/secondlvl.gif);
}

#secondLevel .primaryContent{
	float:left;
	width:758px;
}

#secondLevel .secondaryContent {
	float:left;
	width:237px;
	border-left: 1px solid #fff;
}


#secondLevel .secondaryContent .relatedInfoBox{
	float:left;
	width:237px;
	border-bottom: 3px solid #fff;
	background-color:#ffd9b2;
	padding-bottom:14px;
}

#secondLevel .secondaryContent .relatedInfoBox p{
	padding-left:19px;
	padding-right:13px;
	padding-top:10px;
}

#secondLevel .secondaryContent .relatedInfoBox .dottedLine{ 
	clear:both;
	height:1px;
	border-bottom:1px dotted #999999;
	padding-top:11px;
	margin-bottom:0px;
	margin-left:11px;
	margin-right:11px;
}

.secondaryNav {
	float:left;
	width:237px;
	background-color:#d2d5e2;
	border-bottom: 6px solid #818ed2;
}

.secondaryNav ul{
	margin:18px 0px 72px 0px;
	padding:0;
	list-style:none;
}

.secondaryNav li{
	float:none;
	padding-left:32px;
	padding-bottom:5px;
	background: url('/_media/images/buttons/bullet.gif') no-repeat 17px 3px;
}

.secondaryNav li a{
	color:#1d2e81;
	display:block;
	padding: 0px;
	text-decoration:underline;
}

.secondaryNav li a:hover{
	color:#1d2e81;
	text-decoration:underline;
}

.mainContent {
	float:left;
	width:480px;
	padding-left:20px;
	padding-right:20px;
	border-left: 1px solid #fff;
	border-top: 6px solid #999999;
}

.mainContent p{
	padding-top: 0px;
	padding-bottom:22px;
	margin:0px;
}

.mainContent ul {	
	margin:0;
	padding:0 0 5px 0;
	list-style:none;
}

.mainContent li{
	float:none;
	padding-left:7px;
	padding-bottom:2px;
	background: url('/_media/images/buttons/dash.gif') no-repeat 0px 8px;
}

.mainContent ul li ul li{
	float:none;
	padding-left:23px;
	padding-top:10px;
	padding-bottom:0px;
	background: url('/_media/images/buttons/dash.gif') no-repeat 15px 17px;
}


.mainContent ol {	
	margin:0;
	padding-left:20px;
}

.mainContent ol li{
	float:none;
	padding-left:0px;
	padding-bottom:2px;
	background-image: none;
}


.mainContent ol li ul li{
    float:none;
	padding-left:20px;
	padding-bottom:2px;
	background: url('/_media/images/buttons/dash.gif') no-repeat 15px 8px;
}
















/* Footer Area */
#footer {
	float:left;
	width:996px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	text-align:center;
	padding-top:16px;
	padding-bottom:16px;
	background-color:#ffffff;
}

#footer .text{
	color:#666666;
}

#footer .text a{
	color:#666666;
	text-decoration:none;
}

#footer .text a:hover{
	color:#666666;
	text-decoration:underline;
}

form {
	margin:0px;
	padding:0px;
}

input{
	font-size:10px;
	color: #333333;
	background-color:#fff;
	/*width:148px;*/
	margin:0px;
	padding:0px;
}

select {
	font-size:10px;
	color: #333333;
	background-color:#fff;
	margin:0px;
	padding:0px;
}

.imagetableleft {
	float: left;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	border: 1px solid #000000;
}
.imagetableright {
	float: right;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	border: 1px solid #000000;
}

table.general th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#192979;
	text-align:left;
	border-bottom:1px solid #dcdcdc;
	padding-top:8px;
    padding-bottom:5px;
}

table.general td {
  font-size:11px;
   color:#333333;
   padding-top:8px;
   padding-bottom:5px;
}

table.general tr.odd{
	background-color:#fff;
}

table.general tr.even{
	background-color:#f0f0f0;
}