/* Body Tag */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 74%;
	font-weight: normal;
	color: #666666;
	background-color: #fff;
	background-image: url(body_back.gif);
	background-repeat: repeat-x;
}

*>body {
	background-image: url(body_back.gif);
}

/* Create the content area's drop shadow */

*>div.shadow {
	width: 800px;
	background-image: url(shadow_background.png);
	margin: 0px auto;
	padding: 0px;
	background-repeat: repeat-y;
}

/* The header div contins the navigation, the feature image, the logotype, and the config bar */
#banner {
	position: relative;
	margin: 0px auto;
	width: 730px;
}
#banner img {
	border: 0px;
}

div#footer {
	margin-top: 2px;
	font-size: 90%;
	color: #444;
	text-align: center;
}

div#header {
	position: relative;
	margin: 0px auto;
	width: 730px;
	height: 100px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	background-color: #fff;
}

	div#header img {
		display: block;
		margin: 0px;
		padding: 0px;
		border: none;
		float: right;
	}

	div#configBar {
		float: right; 
		top: 10px;
		width: 188px;
		height: 30px;
		padding-left: 5px;
		padding-right: 5px;
		background-image: url(white_diag_hatch100.png);
		border: 1px solid #efefef;
	}
	
		div#textConfig {
			float: right;
			width: 84px;
			text-align: right;
			height: 30px;
		}
		
			div#textConfig img {
				position: relative;
				display: inline;
				border: 1px solid #cccccc;
				top: 2px;
				background-color: #ffffff;
			}
			
			div#textConfig img:hover {
				border: 1px solid #316200;
				background-color: #ffffff;
			}
			
			div#textConfig a:hover {
				text-decoration: none;
			}
		
		div#searchForm {
			float: left;
			width: 104px;
			height: 30px;
		}
		
			div#searchForm form {
				display: inline;
				margin: 0px;
				padding: 0px;
			}
			
			div#searchForm input {
				position: relative;
				top: 3px;
				width: 95px;			
				font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
				font-size: 12px;
			}

	div#navBar {
		position: absolute;
		top: 80px;
		left: 10px;
		width: 728px;
		height: 38px;
		border: 1px solid #efefef;
		margin: 0px;
		background-image: url(white_diag_hatch100.png);
		background-position: top left;
	}

	*>div#navBar {
		background-image: url(white_diag_hatch90.png);
		background-position: top left;
	}	

		div#navmenu ul {
			margin: 0px;
			padding: 0px;
			white-space: nowrap;
		}
		
		div#navmenu ul li {
			display: center;
			float: left;
			width: 96px;
			height: 38px;
			list-style-type: none;
			line-height: 38px;
			font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
			font-size: 12px;
			font-weight: normal;
			text-transform: uppercase;
			text-align: center;
			margin: 0px;
			padding: 0px;
		}
		
		div#navmenu ul li:hover {
		}
		
		div#navmenu ul li a:link,  div#navmenu ul li a:active, div#navmenu ul li a:visited {
			display: block;
			width: 100%;
			text-decoration: none;
			color: #333;
			height: 38px;
		}

		
		div#navmenu ul li a:hover {
			color: #316200;
			border-bottom:none;
			text-shadow: none;
		}
		
		div#navmenu ul li.cur a,
		div#navmenu ul li.cur a:link,
		div#navmenu ul li.cur a:active,
		div#navmenu ul li.cur a:visited {
			color: #333;
			font-weight: bold;
			border-bottom:none;
			text-shadow: none;
		}

		/*
		*>div#navmenu ul li a:hover {
			height: 33px;
			border-bottom: 5px solid #316200;
		}
		*/
/* The container div contains the main content and sidebar */

div#container {
	margin: 0px auto;
	width: 730px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 10px solid #333;;
	background-image: url(container_div_background.png);
	background-color: #fff;
	background-repeat: repeat-y;
}

div#mainColumn {
	float: left;
	top: 0px;
	width: 498px;
	margin: 0px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 30px;
}
.featcol {
	width: 150px;
	margin: 0px 10px 0px 0px;
	float: left;
}
.support {
	background: #fff url('red_back.gif') no-repeat bottom;
}

.support h3 {
	color: #ED1C24;
}
	
.services h3 {
	color: #2E3192;
}

.solutions h3 {
	color: #00A651;
}

/* Various Stuff that happens within the main column */

	div.colA,
	div.colB {
		width: 152px;
		float: left;
		padding-right: 10px;
		margin-right: 10px;
		border-right: 1px solid #eee;
	}
	div.colC {
		width: 152px;
		float: left;
	}

	div.news {
		clear:both;
		padding-top: 10px;
		margin-top: 10px;
		border-top: 1px solid #eee;
	}
	
	/* various image classes and types */
	
	
	div#mainColumn img {
		margin: 0px;
		display: block;
		text-align: center;
		padding: 0px;
	}
	
	div#mainColumn a img:hover {
		background-color: #efefef;
	}
	
	div#mainColumn img.inline {
		display: inline;
		margin-bottom: 0px; 
		margin-right: 2px;
		margin-left: 2px;
		border: none;
		padding: 0px;
	}
	
	div#mainColumn img.right {
		border: 1px solid #666666;
		margin-left: 10px;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-right: 0px;
		float: right;
		/* max-width: 170px; */
		padding: 5px;
	} 
	
	div#mainColumn img.left {
		border: 1px solid #666666;
		margin-right: 10px;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		float: left;
		/* max-width: 170px; */
		padding: 5px;
	}  
			
	div#mainColumn table.shaded {
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		text-align: left;
		border: 1px solid #666;
		font-size: 11px;
		border-collapse:collapse;
		width: 98%;
		}
		
	div#mainColumn table.shaded th {
		text-transform:uppercase;
		color: #fff;
		font-weight: normal;
		text-align: left;
		background-color: #738fe6;
		padding: 8px 4px;
		border-collapse:collapse;
		}
		
	div#mainColumn table.shaded td {
		text-align: left;
		background-color: #efefef;
		padding: 8px 4px;
		border-collapse:collapse;
		border: 1px solid #666;
		}
			
	div#mainColumn ol {
		margin-top: 10px;
		margin-bottom: 10px;
		padding-left: 3em;
		list-style-type: decimal;
		line-height: 1.7em;
	} 
	
	div#mainColumn ul {
		margin: 0px;
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 0px;
		padding-left: 10px;
		list-style: none;
	} 
	
	div#mainColumn ul li {
		padding: 0 0 4px 20px;
		background: url(bullet.gif) no-repeat 0px 4px;
		line-height: 1.7em;
		}

	div#mainColumn dl {
		margin: 0px;
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 20px;
		list-style: none;
	} 
	
	div#mainColumn dl dt {
		padding: 0 0 4px 20px;
		background: url(bullet.gif) no-repeat 0px 4px;
		line-height: 1.7em;
		}

	div#mainColumn dl dd {
		margin: 0px;
		margin-bottom: 5px;
		padding: 0;
		padding-left: 20px;
		line-height: 1.7em;
		}


/* Now begin setting up the sidebar */

div#sidebar {
	float: right;
	margin: 0px;
	width: 180px;
	padding: 10px;
	padding-right: 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
	
	div#sidebar p {
		margin-top: 0px;
		text-align: left;
		line-height: 1.4em;
	}
	
	div#sidebar img {
		border: none;
	}
	
	
	div#sidebar strong {
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: normal;
		color: #333;
	}
		
		
		div#sidebar ol {
			margin-top: 0px;
			margin-bottom: 10px;
			padding-left: 3em;
			list-style-type: decimal;
			line-height: 1.2em;
		} 
		
		div#sidebar ul {
			margin: 0px;
			margin-bottom: 10px;
			padding: 0px;
			padding-left: 0px;
			list-style: none;
		} 
		
		div#sidebar ul li {
			padding: 0 0 4px 20px;
			background: url(bullet.gif) no-repeat 0px 4px;
			line-height: 1.7em;
		}
		
		div#sidebar ul.noicons li {
			background: none;
		}

/* General HTML tag Dfinitions */

h1 {
	font-size: 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-transform: lowercase;
	text-transform: uppercase;
	line-height: 1.4em;
	color: #316200;
	clear: left;
	text-shadow: #999 0px 2px 5px;
}


html.sIFR-hasFlash h1 {
	visibility: hidden;
	}

h2 {
	font-size: 16px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #333333;
	line-height: 1.4em;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 5px;
	margin-top: 5px;
}

html.sIFR-hasFlash h2 {
	visibility: hidden;
	}

h3 {
	font-size: 108%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #316200;
	line-height: 1.4em;
	text-transform: uppercase;
}

html.sIFR-hasFlash h3 {
	visibility: hidden;
	}

h4 {
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	font-weight: bold; 
	text-transform: uppercase;	 
	color: #333333;
	line-height: 1.4em;
}

html.sIFR-hasFlash h4.replace {
	visibility: hidden;
	}

h5 {
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal; 
	text-transform: uppercase;	
	color: #333;
	border-bottom: 1px solid #666666;
	line-height: 1.4em;
	margin-top: 0px;
}

html.sIFR-hasFlash h5.replace {
	visibility: hidden;
	}

h6 {
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal; 
	letter-spacing: +.03em;
	line-height: 1.4em;
	margin: 0;
	color: #222;
}

.date {
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal; 
	line-height: 1.4em;
	margin: 0;
	float: right;
}

html.sIFR-hasFlash h6.replace {
	visibility: hidden;
	}


strong {
	font-weight: normal;
	color: #333333;
}


p { 
	margin-top: 0;
	/*text-align: justify;*/
	line-height: 1.7em;
}

a, a:link, a:active, a:visited {
	color: #333333;
	border-bottom: none;
	text-decoration: underline;
}

a:hover {
	color: #316200;
	text-shadow: #999 0px 2px 5px;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

.tightright {
	text-align: right;
	margin: 0px;
	}

blockquote {
		font-size: 12px;
		font-style: italic;
		font-weight: normal;
		color: #333;
		background-image: url(quotes.png);
		background-repeat: no-repeat;
		padding-left: 22px;
		margin-left: 30px;
		line-height: 1.7em;
	} 
	
pre {
		margin: 0px;
		padding: 0px;
	} 
	
code {
		margin-top: 10px;
		margin-bottom: 10px;
		line-height: 1.7em;
		display: block;
		font-family: "Courier New", Courier, mono;
		text-align:left;
	}

.hide {
	display: none;
}

.clear {
	clear: both;
	}
	


/* for sIFR */
.sIFR-flash {
	visibility: visible !important;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

input[type=submit] {
        text-align: center;
}

label {
        display: block;
	text-size: 95%;
}
input, select {
    margin-bottom: 6px;
	font-size: 100%;
}
textarea {
	width: 100%;
}

div#footer {
	font-size: 90%;
	color: #888;
	text-align: right;
	position: relative;
	margin: 12px auto;
	width: 730px;
}

div#footer a, div#footer a:link, div#footer a:active, div#footer a:visited {
	color: #888;
	border-bottom: none;
	text-decoration: underline;
}

.catbutton {
	display: inline;
	margin: 2px;
}

.catbutton img {
	display: inline;
	margin-right: 2px;
}
