/* -- Reset CSS Section -- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5,
h6, p, blockquote, pre, a, code, del, em, font, img, small,
strike, strong, dl, dt, dd, ol, ul, li, fieldset, form,
label, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}


/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,
.clearfix:after {
	content: "\0020";
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
}
/*
The following zoom:1 rule is specifically for IE6 + IE7.
Move to separate stylesheet if invalid CSS is a problem.
*/
.clearfix {
	zoom: 1;
}
/* -- End Grid1104 System -- */
body
{
    background: none repeat scroll 0 0 #FFF;
    color: #575757;
    font: 14px/21px Arial, Helvetica, sans-serif;
}


h1, h2, h3, h4, h5, h6 {
color: black;
font-family: Helvetica, Arial;
line-height: 1.1em;
font-weight: bold;
padding-bottom: 5px;
text-shadow: 0 1px 0 white;
}

h3 {
font-size: 30px;
letter-spacing: -0.02em;
color: #373737;
}

#page h3 {
padding-top: 20px;
padding-bottom: 10px;
font-weight: normal;
}


.logo
{
    display: block;
    float: left;
    height: 96px;
    width: 120px;
}

p, a, blockquote, li, table td {
    font-family: Georgia,Arial,Helvetica,sans-serif;
    line-height: 1.5em;
    text-decoration: none;
    color: #575757;
    text-align: center;
    vertical-align: bottom;
}

.upperSearchBox
{
    position: absolute;
    display: none;
    background: #000000;
    border:2px solid #575757;
    -moz-border-radius-topright: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -webkit-border-bottom-right-radius: 20px;
    width: 330px;
    height: auto;
    padding: 30px 30px 30px 130px;
    filter: alpha(opacity=85);
    opacity: .85;
}

#topNavLinks ul{
  margin: 2px 0;
  padding: 0;
  list-style: none;
}

#topNavLinks ul li{
  margin: 0 5px 0 0;
  padding: 0;
  display: block;
  float: left;
  font-size:10px;
  line-height:10px;
}
#topNavLinks ul li a{
  display:block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  float: left;
  font-size:18px;
}
#topNavLinks ul li a:hover{
  color: #fff;
  background-color: #575757;
}​

.indicator {
    border-color: #FFFFFF transparent transparent;
    border-style: solid;
    border-width: 5px;
    height: 0;
    margin: -1px 0 0;
    overflow: visible;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
}

.indicator:after {
	content: "\0020 ";
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.indicator:after {
	clear: both;
}

.arrow-down {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #f00;
        border-color: #FFFFFF transparent transparent;
        border-style: solid;
        margin: -1px 5px 0;
        overflow: visible;
        padding: 0;
        position: absolute;
        top: 50%;
}
#btnShowSearchOptions:hover .arrow-down {
    -webkit-transform: rotate(180deg);  /* Saf3.1+, Chrome */
     -moz-transform: rotate(180deg);  /* FF3.5+ */
     -moz-transition:-moz-transform 0.3s ease-in-out;
      -ms-transform: rotate(180deg);  /* IE9 */
      -ms-transition:-ms-transform 0.3s ease-in-out;
       -o-transform: rotate(180deg);  /* Opera 10.5 */
          transform: rotate(180deg);
             filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);/* IE6–IE9

}