body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.22;
    margin: 0px;
	padding: 0px;
    background: #FFFFFF;
    background-repeat: repeat-x;
}

a {
    color: #32A5DB;
    font-weight: bold;
    text-decoration: none; 
}
a:hover {
    text-decoration: underline;
}

div#top {
	height: 8px;
	display: block;
    background: #202020;
}
div#header {
	height: 85px;
	display: block;
    background: #FAFAFA;
    margin-top: 0px;
}
div#headerbottom {
	height: 2px;
	display: block;
    background: #202020;
}

div#logo {
    padding-top: 20px;
    padding-left: 20px;
}
div#search {
    margin-top: 40px;
    padding-right: 20px;
}
div#advanced_search {
	width: 200px;
	height: 90px;
	padding: 5px;
	background-color: #F0F0F0;
	border: 1px solid #B3B3B3;
	position: absolute;
	display: none;
}

div#mainbanner {
	margin-top: 0px;
	margin-bottom: 15px;
	background-image: url(/graphics/bannerbg.png);
	background-repeat: repeat-x;
	background-position: -5px -5px;
	height: 190px;
}
div#itembanner div {
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 2px;
}
div#itembanner img {
	width: 75px;
	height: 50px;
	border: none;
	cursor: pointer;
}

div#itembanner .popular {
	border: 1px solid GRAY;
	padding: 3px;
	color:#78B81D;
	font-size: 10px;
	background: #FFFFFF;
	width: 75px;
}

div#mainbanner h1 {
	color: WHITE;
	font-size: 15px;
	padding-left: 10px;
	padding-top: 10px;
}


div#mainbanner .itembanner {
	width: 550px;
	display: block;

	height: inherit;
}

span.sitelabel {
    color: #6a1021;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5em;
}

select {
	font-size:13px !important;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding: 2px 2px 2px 2px;
	border:1px solid #BCBCBC;
   
}

.input_text {
    font-size:13px !important;
    display: inline;
    background-color: #FFFFFF !important;
    border: 1px solid #BCBCBC;
    padding: 3px 3px;
}

.input_button {
    background-color: #67A54B;
    border-color: #D9DFEA rgb(14, 31, 91) rgb(14, 31, 91) rgb(217, 223, 234);
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    font-weight: bold;
    padding-bottom: 2px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 2px;
}

.input_error {
    color: BLACK;
    font-weight: bold;
    margin-bottom: 25px;
    background: #FFEBE8;
    border: 1px solid #DD3C10;
    padding: 10px;
}


div#clear {
    clear: both;
}

div#logo  {
  height: 40px;
  display: block;
}



div#content {
    margin-top: 5px;
    margin-bottom: 10px;
    color:#666666;
    display: block;
}
div#content h2 {
  color: #1F2D3D;
  font-size: 18px;
}
div#content h3 {
  color: #1F2D3D;
  font-size: 14px;
}

div#content h4 {
  color: #1F2D3D;
  margin-bottom: 2px;
  margin-top: 5px;
  font-size: 12px;
}

div#bottom {
    border-style: solid; border-color: rgb(234, 234, 234); border-width: 1px 0px 0px;
    height: 50px;
    font-size: 11px;
    color: #98968A;
    display: block;
    clear: both;
    margin-top: 50px;
}
div#bottom a  {
    font-weight: normal;
}

.canvas {
    margin-right: auto;
    margin-left: auto;
    width: 900px;
}

.standard_message {
    background-color: #DDFFDD;
    border: 1px solid #009900;
    color:#009900;
    font-weight:bold;
    padding-bottom:20px;
    padding-left:20px;
    padding-top:20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

div#content ul.links {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}

div#content ul {
    margin-left: 15px;
    padding: 0px;
    list-style-type: square;
}
div#content ul li .selected {
  color: #666666;
}

div#content .hr {
  border-top: 1px dashed;
}

.quote {
	-x-system-font:none;
	background-image: url(/graphics/quote.png);
	background-repeat: no-repeat;
	background-position: 25px 32px;
	color:#EFEFEF;
	font-family:"Arial",Verdana;
	font-size:19px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:italic;
	font-variant:normal;
	font-weight:normal;
	letter-spacing:-1px;
	line-height:18px;
	padding-top:40px;
	padding-left:40px;
}
