/**************************************************************
   All page content except for footer
 **************************************************************/

#content {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}

/**************************************************************
   Top menu and logo
 **************************************************************/

#header {
	clear: both;
	position: relative;
	height: 3em;
	margin: 0 auto;
	background: #48525B url(/media/img/site/bg/header3.png) repeat-x bottom left;
	border-bottom: 2px solid #48525B;
	background-color: #48525B;
}

#header img {
  position: absolute;
  top: 2%;
  left: 10px;
}

#header ul {
  margin: 1.5em 1em 0 0 !important;*/
  margin: 1.5em 0.5em 0 0;*/
  padding: 0;
  float: right;
}

#header ul li {
  display: inline;
  list-style: none;
}

#header ul li a {
  float: left;
  padding: 0 1em;
  font: 400 1em verdana, arial, sans-serif;
  letter-spacing: 0.1em;
  line-height: 0.8em !important;
  line-height: 1em;
  color: #ffffff;
  border-right: 1px solid #ffffff;
}

#header ul li a.last {
  padding-right: 0;
  border-right: 0;
}

#header ul li a:hover {
  color: #FFFFFF;
  background: transparent;
  text-decoration: underline;
}

/**************************************************************
   Header Image
 **************************************************************/

#headerImg {
  margin: 0 auto;
  height: 90px;
  background: url(/media/img/site/bg/1024header.jpg) no-repeat top left;
  border-width:0px 0px 3px 0px;
  border-style:solid;
  border-color:#ffffff;
}

#headerImg div.gohome {
  position: absolute;
  top: 30%
  left: 35px;
  width: 700px;
  height: 40px;
}

#headerImg div.topaccount {
  position: relative;
  top: 30%;
  left: 850px;
  width: 100px;
}

#headerImg a.homelink {
  color: white;
  text-decoration: none;
  font: 800 3.0em verdana, arial, sans-serif;
}

#headerImg a.homelink:hover {
  color: white;
  background: transparent;
  text-decoration: none;
  font: 800 3.0em verdana, arial, sans-serif;
}

#headerImg a i { visibility: hidden; }

#headerImg a.account {
  color: white;
  text-decoration: none;
  font: 400 1.2em verdana, arial, sans-serif;
  font-weight: bold;
  padding-top: 10px;
  padding-left: 4px;
  background-image: url(/media/img/site/icons/accountbtn.png);
  background-repeat: no-repeat;
  display: block;
  height: 40px;
  width: 100px;
}

#headerImg a.account:hover {
  background: transparent;
  text-decoration: none;
  font: 400 1.2em verdana, arial, sans-serif;
  font-weight: bold;
  padding-top: 10px;
  padding-left: 4px;
  background-image: url(/media/img/site/icons/accountbtn2.png);
  background-repeat: no-repeat;
  display: block;
  height: 40px;
  width: 100px;
}

#headerImg div.topsearch {
  position: relative;
  top: 13%;
  left: 155px;
  width: 550px;
}

/**************************************************************
   Top Navigation
 **************************************************************/

#navigation {
  margin: 0 auto;
  background: url(/media/img/site/bg/bg2.gif)
} 

/**************************************************************
   Page Content
 **************************************************************/

#page {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 6em;
  padding-top: 20px;
  text-align: left;
}

#columns {
  margin: 0 auto;
}

/* Column widths */
.width {
  width: 998px;
}

.widthPad {
  width: 990px;
}

.width23 {
  width: 23%;
}

.width25 {
  width: 25%;
}

.width46 {
  width: 46%;
}

.width72 {
  width: 72%;
}

.width70 {
  width: 70%;
}

.width75 {
  width: 75%;
}

.width100 {
  width: 98%;
}


/**************************************************************
   Footer
 **************************************************************/

#footer {
  clear: both;
  float: left;
  width: 100%;
  height: 5em;
  margin-top: -5em;
}

#footer #bg {
  position: relative;
  height: 5em;
  margin: 0 auto;
  background: #49525B url(/media/img/site/bg/header3.png) repeat-x bottom left;
}

#footer #bg p {
  float: right;
  margin: 3em 1em 0 0 !important;
  margin: 3em 0.5em 0 0;
  padding: 0;
}

#footer #bg p.icons {
  float: left;
  margin: 2em 1.0em 0 0 !important;
  margin: 2em .5em 0 0;
  padding-left: 2em;
}

#footer #bg a {
  padding: 0 .8em;
  font: 350 1em verdana, arial, sans-serif;
  letter-spacing: 0.1em;
  line-height: 0.8em !important;
  line-height: 1em;
  color: white;
  border-right: 1px solid #4D5760;
}

#footer #bg a.last {
  padding-right: 0;
  border-right: 0;
}

#footer #bg a:hover {
  color: #FFFFFF;
  background: transparent;
  text-decoration: underline;
}

/**************************************************************
   Calendar
 **************************************************************/
#container { margin: 1em auto 0 0; padding-bottom: 3em; background-color: #fff; }
#month { border-collapse: collapse; margin-left: 0; }
#month th, #month td { border: 1px solid #000; }
#month thead { background-color:#448ccb; color: #fff; }
#month td { width: 9em; height: 9em; padding: .2em; vertical-align: top; overflow: auto; }
td .day { width: 9em; height: 9em; overflow:auto; margin-top: 0; }
#month tbody .weekend { background-color:#dae5f1; }
#month tbody .today { background-color:#ece9d8; }
#month tbody .next, #month tbody .previous { background-color:#ddd; }
.rtop { display:block; background:#060; }
.rtop * { display: block; height: 1px; overflow: hidden; background:#fff; }
.r1{margin: 0 0 0 5px}
.r2{margin: 0 0 0 3px}
.r3{margin: 0 0 0 2px}
.r4{margin: 0 0 0 1px; height: 2px}
#container h1 { margin: 0 0 .5em .5em; font: 2em Arial, Helvetica, sans-serif; color: #060; }
#month th { font: 1.2em bold Arial, Helvetica, sans-serif; }

/**************************************************************
   Posts and Comments
 **************************************************************/
.post {
  border-bottom: 1px solid #003386;
}

.postdate {
  font: 700 1.0em verdana, arial, sans-serif;
  color: #CC5F3B;
}

.posttitle {
  font-size: 1.2em;
  font-weight: bold;
  color: #003386;
}

a.postlink {
  font-size: 1.2em;
  font-weight: bold;
  color: #003386;
  text-decoration: none;
}

a.postlink:link {
  color: #003386;
}

a.postlink:visited {
  color: #003386;
}

a.postlink:hover {
  color: #CC5F3B;
  text-decoration: underline;
}

.commenthead {
  background: #003386;
  color: #ffffff;
  font-size: 1.5em;
  font-weight: bold;
  border-bottom: 1px solid #CC5F3B;
  padding: 10px 0px 10px 5px;
  width: 75%;
}

.comment_odd {
  background: #FFF;
}

.comment_even {
  background: #E3E8F7;
}

/**************************************************************
   Rounded Corner Boxes - Side Column Content
 **************************************************************/

/* set the image to use and establish the lower-right position */
.cssboxblue, .cssboxblue_body, .cssboxblue_head, .cssboxblue_head h2 {
  background: transparent url(/media/img/site/bg/dropboxblue.png) no-repeat bottom right;
}

.cssboxblue {
  width: 200px !important; /* intended total box width - padding-right(next) */
  width: 160px; /* IE Win = width - padding */
  padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
  margin: 0px auto; /* use to position the box */
  margin-bottom: 10px;
}

/* set the top-right image */
.cssboxblue_head {
  background-position: top right; margin-right: -15px; /* pull the right image over on top of border */
  padding-right: 20px; /* right-image-gap + right-inside padding */
}

/* set the top-left image */
.cssboxblue_head h2 {
  background-position: top left; margin: 0; /* reset main site styles*/
  border: 0; /* ditto */
  padding: 15px 0 5px 20px; /* padding-left = image gap + interior padding ... no padding-right */
  font-size: 12px;
  color: #FFFFFF;
  height: auto !important; height: 1%; /* IE Holly Hack */
}

/* set the lower-left corner image */
.cssboxblue_body {
  background-position: bottom left; margin-right: 15px; /* interior-padding right */
  padding: 10px 0 5px 10px; /* mirror .cssbox_head right/left */
}

/* style for unordered lists within body of box */
.cssboxblue_body ul {
  list-style: none;
  margin-left: 3px;
  margin-top: 0px;
  padding-left: 1em;
  text-indent: -1em;
}

.cssboxblue_body li {
  padding-bottom: 5px;
  line-height: .8em;
}

.cssboxblue_body ul li a {
  font: 400 1em verdana, arial, sans-serif;
  letter-spacing: 0.1em;
  color: #023297;
}

.cssboxblue_body ul li a:hover {
  color: #023297;
  background: #C3D1FF;
  text-decoration: underline;
}

.cssboxblue_body ul.goldstar {
  list-style: none;
  margin-left: -9px;
  margin-top: 0px;
  padding-left: 1em;
  text-indent: -1em;
}

.cssboxblue_body ul.goldstar li {
  background-image: url(/media/img/site/icons/goldstar.gif);
  background-repeat: no-repeat;
  background-position: 0 .2em;
  padding-left: 30px;
  padding-bottom: 9px;
  line-height: .8em;
}

.cssboxblue_body ul.goldstar li a {
  font: 400 1.1em verdana, arial, sans-serif;
  color: #023297;
  letter-spacing: 0.1em;
}

.cssboxblue_body ul.goldstar li a:hover {
  color: #023297;
  background: #C3D1FF;
  text-decoration: underline;
}

/* set the image to use and establish the lower-right position */
.cssboxbrown, .cssboxbrown_body, .cssboxbrown_head, .cssboxbrown_head h2 {
  background: transparent url(/media/img/site/bg/dropboxbrown.png) no-repeat bottom right;
}

.cssboxbrown {
  width: 200px !important; /* intended total box width - padding-right(next) */
  width: 160px; /* IE Win = width - padding */
  padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
  margin: 0px auto; /* use to position the box */
  margin-bottom: 10px;
}

/* set the top-right image */
.cssboxbrown_head {
  background-position: top right; margin-right: -15px; /* pull the right image over on top of border */
  padding-right: 20px; /* right-image-gap + right-inside padding */
}

/* set the top-left image */
.cssboxbrown_head h2 {
  background-position: top left; margin: 0; /* reset main site styles*/
  border: 0; /* ditto */
  padding: 15px 0 5px 20px; /* padding-left = image gap + interior padding ... no padding-right */
  font-size: 12px;
  color: #FFFFFF;
  height: auto !important; height: 1%; /* IE Holly Hack */
}

/* set the lower-left corner image */
.cssboxbrown_body {
  background-position: bottom left; margin-right: 15px; /* interior-padding right */
  padding: 10px 0 15px 15px; /* mirror .cssbox_head right/left */
}

/* set the image to use and establish the lower-right position */
.cssboxsand, .cssboxsand_body, .cssboxsand_head, .cssboxsand_head h2 {
  background: transparent url(/media/img/site/bg/dropboxsand.png) no-repeat bottom right;
}

.cssboxsand {
  width: 200px !important; /* intended total box width - padding-right(next) */
  width: 160px; /* IE Win = width - padding */
  padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
  margin: 0px auto; /* use to position the box */
  margin-bottom: 10px;
}

/* set the top-right image */
.cssboxsand_head {
  background-position: top right; margin-right: -15px; /* pull the right image over on top of border */
  padding-right: 20px; /* right-image-gap + right-inside padding */
}

/* set the top-left image */
.cssboxsand_head h2 {
  background-position: top left; margin: 0; /* reset main site styles*/
  border: 0; /* ditto */
  padding: 15px 0 5px 20px; /* padding-left = image gap + interior padding ... no padding-right */
  font-size: 12px;
  color: #353E47;
  height: auto !important; height: 1%; /* IE Holly Hack */
}

/* set the lower-left corner image */
.cssboxsand_body {
  background-position: bottom left; margin-right: 15px; /* interior-padding right */
  padding: 10px 0 15px 15px; /* mirror .cssbox_head right/left */
}

/* set the image to use and establish the lower-right position */
.cssboxolive, .cssboxolive_body, .cssboxolive_head, .cssboxolive_head h2 {
  background: transparent url(/media/img/site/bg/dropboxolive.png) no-repeat bottom right;
}

.cssboxolive {
  width: 200px !important; /* intended total box width - padding-right(next) */
  width: 160px; /* IE Win = width - padding */
  padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
  margin: 0px auto; /* use to position the box */
  margin-bottom: 10px;
}

/* set the top-right image */
.cssboxolive_head {
  background-position: top right; margin-right: -15px; /* pull the right image over on top of border */
  padding-right: 20px; /* right-image-gap + right-inside padding */
}

/* set the top-left image */
.cssboxolive_head h2 {
  background-position: top left; margin: 0; /* reset main site styles*/
  border: 0; /* ditto */
  padding: 15px 0 5px 20px; /* padding-left = image gap + interior padding ... no padding-right */
  font-size: 12px;
  color: #FFFFFF;
  height: auto !important; height: 1%; /* IE Holly Hack */
}

/* set the lower-left corner image */
.cssboxolive_body {
  background-position: bottom left; margin-right: 15px; /* interior-padding right */
  padding: 10px 0 15px 15px; /* mirror .cssbox_head right/left */
}

/* style for unordered lists within body of box */
.cssboxolive_body ul {
  list-style: none;
  margin-left: 3px;
  margin-top: 0px;
  padding-left: 1em;
  text-indent: -1em;
}

.cssboxolive_body li {
  padding-bottom: 5px;
  line-height: .8em;
}

.cssboxolive_body ul li a {
  font: 400 1em verdana, arial, sans-serif;
  letter-spacing: 0.1em;
  color: #023297;
}

.cssboxolive_body ul li a:hover {
  color: #023297;
  background: #C3D1FF;
  text-decoration: underline;
}

/* set the image to use and establish the lower-right position */
.cssboxltblue, .cssboxltblue_body, .cssboxltblue_head, .cssboxltblue_head h2 {
  background: transparent url(/media/img/site/bg/dropboxltblue.png) no-repeat bottom right;
}

.cssboxltblue {
  width: 200px !important; /* intended total box width - padding-right(next) */
  width: 160px; /* IE Win = width - padding */
  padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
  margin: 0px auto; /* use to position the box */
  margin-bottom: 10px;
}

/* set the top-right image */
.cssboxltblue_head {
  background-position: top right; margin-right: -15px; /* pull the right image over on top of border */
  padding-right: 20px; /* right-image-gap + right-inside padding */
}

/* set the top-left image */
.cssboxltblue_head h2 {
  background-position: top left; margin: 0; /* reset main site styles*/
  border: 0; /* ditto */
  padding: 15px 0 5px 20px; /* padding-left = image gap + interior padding ... no padding-right */
  font-size: 12px;
  color: #FFFFFF;
  height: auto !important; height: 1%; /* IE Holly Hack */
}

/* set the lower-left corner image */
.cssboxltblue_body {
  background-position: bottom left; margin-right: 15px; /* interior-padding right */
  padding: 10px 0 15px 15px; /* mirror .cssbox_head right/left */
}

/* set the image to use and establish the lower-right position */
.cssboxrust, .cssboxrust_body, .cssboxrust_head, .cssboxrust_head h2 {
  background: transparent url(/media/img/site/bg/dropboxrust.png) no-repeat bottom right;
}

.cssboxrust {
  width: 200px !important; /* intended total box width - padding-right(next) */
  width: 160px; /* IE Win = width - padding */
  padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
  margin: 0px auto; /* use to position the box */
  margin-bottom: 10px;
}

/* set the top-right image */
.cssboxrust_head {
  background-position: top right; margin-right: -15px; /* pull the right image over on top of border */
  padding-right: 20px; /* right-image-gap + right-inside padding */
}

/* set the top-left image */
.cssboxrust_head h2 {
  background-position: top left; margin: 0; /* reset main site styles*/
  border: 0; /* ditto */
  padding: 15px 0 5px 20px; /* padding-left = image gap + interior padding ... no padding-right */
  font-size: 12px;
  color: #FFFFFF;
  height: auto !important; height: 1%; /* IE Holly Hack */
}

/* set the lower-left corner image */
.cssboxrust_body {
  background-position: bottom left; margin-right: 15px; /* interior-padding right */
  padding: 10px 0 15px 15px; /* mirror .cssbox_head right/left */
}

.cssboxrust_body ul.goldstar {
  list-style: none;
  margin-left: -9px;
  margin-right: -20px;
  margin-top: 0px;
  padding-left: 1em;
  text-indent: -1em;
}

.cssboxrust_body ul.goldstar li {
  background-image: url(/media/img/site/icons/goldstar.gif);
  background-repeat: no-repeat;
  background-position: 0 .2em;
  padding-left: 30px;
  padding-bottom: 9px;
  font: 300 1.2em verdana, arial, sans-serif;
  line-height: .8em;
}

.cssboxrust_body ul.goldstar li a {
  font: 300 .9em verdana, arial, sans-serif;
  color: #023297;
  letter-spacing: 0.1em;
}

.cssboxrust_body ul.goldstar li a:hover {
  color: #023297;
  background: #C3D1FF;
  text-decoration: underline;
}

/* set the image to use and establish the lower-right position */
.cssboxltbluesolid, .cssboxltbluesolid_body, .cssboxltbluesolid_head, .cssboxltbluesolid_head h2 {
  background: transparent url(/media/img/site/bg/solidboxltblue.png) no-repeat bottom right;
}

.cssboxltbluesolid {
  width: 350px !important; /* intended total box width - padding-right(next) */
  width: 335px; /* IE Win = width - padding */
  padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
  margin: 0px auto; /* use to position the box */
}

/* set the top-right image */
.cssboxltbluesolid_head {
  background-position: top right; margin-right: -15px; /* pull the right image over on top of border */
  padding-right: 20px; /* right-image-gap + right-inside padding */
}

/* set the top-left image */
.cssboxltbluesolid_head h2 {
  background-position: top left; margin: 0; /* reset main site styles*/
  border: 0; /* ditto */
  padding: 15px 0 5px 30px; /* padding-left = image gap + interior padding ... no padding-right */
  font-size: 14px;
  color: #303030;
  height: auto !important; height: 1%; /* IE Holly Hack */
}

/* set the lower-left corner image */
.cssboxltbluesolid_body {
  background-position: bottom left; margin-right: 15px; /* interior-padding right */
  padding: 10px 0 15px 30px; /* mirror .cssbox_head right/left */
}

.box {
  float: right;
  padding: 10px;
  width: 25%;
  color: #FFFFFF;
  background: #2E6CB7;
}

/**************************************************************
   Thumbnail Lists
 **************************************************************/

ul.thumbs,
ul.thumbs li {
  margin: 0;
  padding: 0;
}

ul.thumbs li {
  margin: 0 0 15px 0 !important;
  margin: 0;
  padding: 0px;
  list-style: none;
}

a.thumb img {
  border: 5px solid #ccc;
}

a:hover.thumb img {
  background: #8EB4C6;
  border: 5px solid #668FA3;
}

a:hover.thumb {
  background: none;
}

a.thumb span {
  display: block;
  margin-top: -5px !important;
  margin-top: -2px;
}

/**************************************************************
   Submenu Styles
 **************************************************************/

ul.submenu1,
ul.submenu2 {
  margin: 0 0 20px 0;
  padding: 0;
}

ul.submenu1 li,
ul.submenu2 li{
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: url(foo.gif); /* because IE is balls */
}

ul.submenu1 li a,
ul.submenu2 li a {
  display: block;
  height: auto !important;

  /* Start hide from IE Mac \*/
  height: 1%;
  /* End hide from IE Mac */

  padding: 1px 5px 1px 20px;
}

ul.submenu1 li a {
  background: url(/media/img/site/bg/submenu1.gif) no-repeat 5px 50%;
}

ul.submenu1 a:hover {
  color: #426F85;
  background: #B3C6C4 url(/media/img/site/bg/submenu1.gif) no-repeat 5px 50%;
}

ul.submenu2 li a {
  color: #426F85;
  background: url(/media/img/site/bg/submenu2.gif) no-repeat 3px 50%;
}

ul.submenu2 a:hover {
  color: #426F85;
  background: #B3C6C4 url(/media/img/site/bg/submenu2.gif) no-repeat 3px 50%;
}

/**************************************************************
   Generic Display 
 **************************************************************/

.block {
  display: block;
}

.clear {
  clear: both;
}

.marginRight {
  margin-right: 15px;
}

.marginLeft {
  margin-left: 15px;
}

.paddingLeft {
  padding-left: 5px;
}

.paddingRight {
  padding-right: 5px;
}

.paddingRight10 {
  padding-right: 10px;
}

.paddingRight15 {
  padding-right: 25px;
}

.paddingLeft10 {
  padding-left: 10px;
}

.paddingLeft20 {
  padding-left: 20px;
}

.paddingLeft120 {
  padding-left: 120px;
}

.floatLeft {
  float: left;
  padding-right: 10px;
}

.floatLeftPadded {
  float: left;
  padding-right: 10px;
  padding-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.floatRight {
  float: right;
  padding-left: 10px;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
  margin-top: -1.5em;
}

.alignRight2 {
  text-align: right;
}

.alignCenter {
  text-align: center;
}

.alignTop {
  vertical-align: top;
}

.alignMiddle {
  vertical-align: middle;
}

.alignBottom {
  vertical-align: bottom;
}

.lightBlueBg {
  background-color: #E3E8F7;
}

.yellowBg {
  background-color: #eeddaa;
  padding-bottom: 10px;
}

.yellowBgSimple {
  background-color: #eeddaa;
}

.yellowBgBorder {
  background-color: #eeddaa;
  border: 1px solid #8b554d;
  padding: 5px 5px 5px 5px;
}

.yellowBgBorder2 {
  background-color: #eeddaa;
  border: 1px solid #8b554d;
  padding: 5px 5px 5px 5px;
  width: 350px;
  margin-bottom: 15px;
  font-style: italic;
}

.blueBgBorder {
  background-color: #A5D2E5;
  border: 1px solid #373D9B;
  padding: 5px 5px 5px 5px;
}

.whiteBg {
  background-color: #ffffff;
  padding-bottom: 10px;
}

.lightBlueBgPadded {
  background-color: #E3E8F7;
  padding: 5px 5px 5px 5px;
}

.dark {
  color: #353E47;
}

.highlight {
  color: #FD9A00;
}

.red {
  color: #FF0000;
}


