/***** CSS Document *****/
@charset "iso-8859-1";


/***** Global Settings *****/
body {
	margin:0;
	background-image:url(images/graphics/background.jpg);
	background-position:center top;
	background-attachment:fixed;
	background-color: #000;
	font: 10pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}

/***** appsystem  override *****/

body#appsystem  {
	background-color:#595959;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}



a {
 	color: #fff;
 	text-decoration:none;
} 
 
a:hover {
 	color: #fff200; 
 	text-decoration:none;
}

.small-text {
	font-size:8pt;
}

.medium-text {
	font-size:11pt;
}

.yellow {
	font-size:13pt;
	font-weight:bold;
	color:#fff200;
}
 
.white-11 {
	font-size:11pt;
	font-weight:bold;
	color:#FFF;
}

.green-11 {
	font-size:11pt;
	font-weight:bold;
	color:#004f18;
}

.padding-bottom {
	padding-bottom:10px;
}

/***** Headings *****/
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}

h1 {
	font-size: 17pt;
	font-weight: bold;
	color: #083b82;
	text-transform: uppercase;
}
 
/***** Basic Layout *****/


#body-bkgd {
	width: 1020px;
	margin: auto;
	background-image:url(images/graphics/body-bkgd.png);
}

#logo {
	width: 1000px;
	height:158px;
	margin: auto;
	background-image:url(images/graphics/body-bkgd.png);
	padding:0px 10px 0px 10px;
}

#small-space {
	width: 1000px;
	height:5px;
	margin: auto;
	background-image:url(images/graphics/body-bkgd.png);
	padding:0px 10px 0px 10px;
}

#black-bar {
	width: 100%;
	height:38px;
	margin: auto;
	background-color:#000;
}

#top-nav {
	width: 1000px;
	height:27px;
	margin: auto;
	color:#FFF;
	padding-top:11px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
}

#pics {
	width: 1000px;
	height:278px;
	margin: auto;
	padding-top:5px;
	background-image:url(images/graphics/pic1.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

#content-subpage {
	width: 980px;
	min-height:510px;
	margin: auto;
	padding:20px 0px 20px 0px;
}

#content-subpage a {
	color: #004f18;
	background: none;
	text-decoration:underline;
}

#content-subpage a:hover {
	color: #083b82;
	text-decoration:underline;
}

#content {
	width: 980px;
	margin: auto;
	padding:20px 0px 20px 0px;
}

#content a {
	color: #004f18;
	background: none;
	text-decoration:underline;
}

#content a:hover {
	color: #083b82;
	text-decoration:underline;
}

#content1 {
	width: 960px;
	margin: auto;
	position: relative; /*** Let's be nice to IE ***/
	display: table; /*** For non-IE browsers ***/
	clear: both;
}

#wrapper1 {
	width: 960px;
	margin: auto;
}

#c1 {
	width: 425px;
	float:left;
	padding-right:20px;
}

#c2 {
	width: 515px;
	float: left;
}

#direct-entry-top {
	width: 489px;
	height:309px;
	margin: auto;
	background-image:url(images/graphics/direct-entry-top.png);
	padding:8px 13px 0px 13px;
}

#direct-entry-top a {
	color: #fff200;
	background: none;
	text-decoration:underline;
}

#direct-entry-top a:hover {
	color: #fff;
	text-decoration:underline;
}

#direct-entry-bottom {
	width: 515px;
	height:41px;
	margin: auto;
}

#footer {
	width: 100%;
	height:150px;
	margin: auto;
	background-color:#000;
}

#footer-text {
	width: 966px;
	margin: auto;
	color:#FFF;
	font-weight:bold;
	text-align:right;
	padding-top: 10px;
}

/***** Optional Classes *****/
.border		{border: solid 2px #1061d2;}
.uppercase {text-transform:uppercase;}
 
/***** Global Classes *****/
.clear         { clear:both; }
.float-left    { float:left; margin: 0 15px 15px 0; }
.float-right   { float:right; margin: 0 0 15px 15px; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
  
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

/***** Programming *****/

.clickButton {
    font-size:9pt;
    background-color:#818285;
    color:#ffffff;
    font-family:verdana
}
.prodHeader {
    border-bottom:1px solid #666;
    font-weight: bold;
}
.error { color: red; }
#selProducts {
    margin-left: auto;
    margin-right: auto;
}
.colHeader {
    cursor: pointer; 
    text-decoration: underline;
    font-weight: bold;
}




