/* ---------------------------------------------------------- */
/* Reset CSS v1.0 | 20080212 (Eric Meyer) */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  /* background: transparent; commented out b/c this rule breaks FancyZoom.js shadow in Mozilla */
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* End Reset CSS */
/* ---------------------------------------------------------- */


html {
  height: 100%; margin-bottom: 1px; /* Always show vertical scrollbar */
}

body {
  background: #555555 url(/template/images/bg-body3.png) repeat-x left top;
  font-size: 80%;
}

h1 {
  margin: 1.5em 0 1em 0;
  font-size: 2em;
}
h2 {
  margin: 1.1em 0 .2em 0;
  font-size: 1.75em;
  line-height: 1.2;
  font-family: Georgia, Times, serif;
  color: #000;
  clear: both;
}
h2 span {
  display: block;
  font-size: .75em;
  margin-top: .5em;
  color: #333;
}
h3 {
  margin: 1.2em 0 .5em 0;
  font-size: 1.4em;
  line-height: 1.2;
  color: #003;
}
h4 {
  font-size: 1.25em;
  color: #003;
}
h5 {
  font-size: 1.1em;
}
h6 {
  font-size: 1em;
}

p {
  margin: 1em auto;
  font-size: 1em;
}

acronym, abbr {
  border-bottom: 1px dotted #999;
  font-style: normal;
  cursor: help;
}

table {
  margin: 1em 0;
}
th, td {
  vertical-align: top;
}
th {
  text-align: right;
  padding-right: .5em;
}

ol {
  list-style-type: decimal;
  margin: 1em 0 1.5em 2em;
}
ul {
  list-style-type: disc;
  margin: 1em 0 1.5em 2em;
}
li {
  margin: .5em 0;
}

hr {
  display: none;
}

.nobullet {
  list-style-type: none;
  margin-left: 0;
}

.clear {
  clear: both;
}

a, #sidenav ul.bullet li a {
  color: #0e3f8a;
  text-decoration: none;
  border-bottom: 1px dotted #0e3f8a;
}

a img { /* Hide bottom margin defined for hyperlinks on img's */
  margin-bottom: -5px;
}

a:visited, #sidenav ul.bullet li a:visited {
  color: #0e3f8a;
}
a:hover, #sidenav ul.bullet li a:hover {
  color: #333;
  border-style: solid;
  border-color: #999;
}




.column {
  float: left;
  margin: 0 14px 0 0;
  display: inline; /* Fix for IE6 double margin bug on floated elements */
}
.one    {width: 66px;}
.two    {width: 146px;}
.three  {width: 226px;}
.four   {width: 306px;}
.five   {width: 386px;}
.six    {width: 466px;}
.seven  {width: 546px;}
.eight  {width: 626px;}
.nine   {width: 706px;}
.ten    {width: 786px;}
.eleven {width: 866px;}
.twelve {width: 946px;}


#wrapper {
  width: 980px;
  margin: .5em auto 1em;
  border: 1px solid #ccc;
}

#header {
  height: auto;
  position: relative;
}
#header h1 {
  display: none;
}
#header a {
  border: 0;
}
#header ul {
  position: static;
  background: #666 url(/template/images/bg-nav.gif) no-repeat;
  overflow: auto;
  padding: 8px 0 0 16px;
  margin: 0;
}
#header ul li {
  float: left;
  margin: 0;
  list-style: none;
}
#header ul li a {
  display: block;
  width: 146px;
  margin: 0 14px 0 0;
  padding: 0 0 3px 0;
  border-bottom: 5px solid transparent;
  color: #fff;
  font-size: 1.35em;
  font-family: Verdana, "Lucida Grande", Arial, sans-serif;
  font-size: 1.15em;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}
#header ul li a:hover, #header ul li strong a {
  border-color: #600;
}

#banner {
  background: url(/template/images/bg-header.jpg) no-repeat;
  height: 150px;
}


#content {
  position: relative;
  width: 960px;
  overflow: auto;
  margin: 0;
  padding: .25em 3px 2em 17px;
  border: solid #ccc;
  border-width: 1px 0 0;
  background: #fff;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.5;
  color: #333;
}


#main {
  float: right;
  width: 800px;
}


#sidebar h3 {
  font-family: Georgia, Times, serif;
  margin: .6em 0 .5em 0;
  padding-top: .5em;
}


#sidenav {
  float: left;
  width: 162px;
  margin: 2.5em 14px 0 -17px;
}
#sidenav hr {
  display: none;
}
#sidenav ul {
  list-style: none;
  margin: -4px 0 0;
  padding: 15px 0;
  background: #2f5580;
  -moz-border-radius: 0 15px 15px 0;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
}
#sidenav ul li {
  line-height: 1.5;
  margin: 0;
}
#sidenav ul li a {
  display: block;
  border: 0;
  color: #eee;
  padding: 6px 6px;
  border-top: 1px solid #516d8e;
  border-bottom: 1px solid #18426e;
}
#sidenav ul li a:hover {
  background: #516d8e;
  color: #fff;
}
#sidenav ul li strong a {
  color: #fff;
}

#sidenav h2 {
  font-size: 1.25em;
  margin: 2.5em 0 0 5px;
}

#sidenav ul.bullet {
  background: none;
  margin: -.25em 0 0 1.6em;
  list-style: disc;
}
#sidenav ul.bullet li a {
  padding: 3px 0;
  border: 0;
}
#sidenav ul.bullet li a:hover {
  background: none;
}


#footer {
  clear: both;
  padding: 5px 0;
  border-top: 1px solid #ccc;
  background: #FBFBFB url(/template/images/bg-footer2.gif) repeat-x left top;  font-family: Georgia, Times, serif;
  font-size: 1em;
}
#footer hr {
  display: none;
}
#footer h4 {
  margin: 12px 16px;
}
#footer p {
  margin: 8px 16px;
  line-height: 1.5;
}
#footer ul {
  border-top: 1px solid #E7E7E7;
  font-size: 0.9em;
  margin: 15px 16px 0;
  padding-top: 8px;
  list-style: none;
}
#footer li {
  margin: 8px 0;
}
#facebook {
  padding-left: 20px;
  background: url(/template/images/facebook_16x16.png) no-repeat 0 0px;
}


.center p, .left p, .right p {
  margin-top: .25em;
  color: #444;
}
.center {
  display: block;
  margin: 0 auto;
}
.left {
  display: block;
  margin: 0 14px 1em 0;
  float: left;
}
.right {
  display: block;
  margin: 0 0 1em 14px;
  float: right;
}


#main ul.linklist {
  list-style: none;
  margin: 0;
  padding: 0;
}
#main ul.linklist li {
  margin-top: 1.5em;
}
#main ul.linklist p {
  margin: 0 0 1em 0;
}
.linklist h4 {
  font-size: 1.15em;
}

#home h2, h3.accent {
  background: #600 url(/template/images/bg-headers2.gif) repeat-x scroll 0 0;
  color:#fefdfd;
  font-family: Helvetica, sans-serif;
  font-size: 1.4em;
  font-weight: normal;
  margin: 1.5em 0 0 0;
  padding: 3px 6px 2px;
}

div.accent {
  padding: .35em .5em;
  background: #feffff url(/template/images/bg-accent.gif) repeat-x;
  border-bottom: 1px solid #ddd;
}
.theme {
  font-style: italic;
}


#sidebar .highlight {
  background: #fefdfd;
  border-color: #ccc;
  margin-top: 1.6em;
}


.highlight {
  background: #fffff1;
  padding: 0 20px 15px;
  margin-top: .3em;
  border: 1px solid #eee;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}

.swfobject {
  margin: 1.5em auto;
}
.swfobject p {
  border: dotted #999;
  border-width: 1px 0;
}

#star {
  padding-right: 4px;
}

img#joinus {
  float: left;
  padding: 16px 10px 10px 0;
}


#content ul.imagelist {
  margin:0;
  overflow: visible;
  padding: 0;
}

.imagelist li {
  list-style: none;
  margin: 0;
  padding: 1.2em 0 .6em;
  overflow: visible;
  border-top: 1px dotted #ddd;
  clear:left;
}

.imagelist li:first-child {
  border: 0;
}

.imagelist img {
  float: left;
  padding: 0 14px 0 0;
  margin-bottom: .5em;
}

/* title */
.imagelist h3, .imagelist h4 {
  font-size: 1em;
  font-weight: normal;
  margin-top:0;
  margin-bottom:0;
  line-height: 1.35;
}

/* content */
.imagelist li > p {
  margin-top: .25em;
}

/* nested <ul>'s */
.imagelist ul {
  padding: 0 0 0 1.3em;
  float: left;
}
.imagelist ul li {
  margin: .25em 0;
  padding: 0;
  border: 0;
  list-style: disc;
  overflow: visible;
}