/* html tag modification */
body {
  font-size: 12px;
  margin: 0em auto;
  padding: 0em;
  background: #53D4EA url(images/bg_body2.jpg) no-repeat scroll center top;
  font-family: Verdana, Tahoma, Arial,sans-serif;
  overflow-x: hidden;
}

h1 {
  color: #32659A;
  font-size: 1.5em;
}

h2 {
  color: #32659A;
  font-size: 1.2em;
}

h3 {
  color: #32659A;
  font-size: 1.2em;
  font-weight: normal;
}

a, a:visited {
  color: #008CD2;
}

a:hover {
  color: #000;
}

#footer a,#footer a:visited {
  color: #FFF;
}
a img {
  border: 0;
}

/* classes */
.noborder {
  border: none;
}
.mainTitle {
  position:absolute;
  top:365px;
  color:#008CD2;
  height:48px;
  margin:0;
  padding-top:12px;
  padding-right:20px;
  background: url(images/bg_title_red.gif) top right no-repeat;
}
.titleRight {
  float:right;
  position:relative;
  top:-12px;
}
.titleLeft {
  float:left;
  position:relative;
  top:-12px;
  right:20px;
}

/* widget */
li.widget {
  list-style: none;
}
h2.widgettitle {
  text-align: center;
  color: #000;
}
div.textwidget hr {
  border: 0px solid #CCCCCC;
  height: 1px;
  color: #CCCCCC;
  background-color: #CCCCCC;
}
div.textwidget h3 {
  color: #008CD2;
  font-weight: bold;
}

/*  presentation id */
#wrap {
  width: 950px;
  margin: 0em auto;
}

#header-top {
  height: 237px;
  background: url(images/header_top.jpg) top no-repeat;
}

#header-bottom {
  width: 950px;
  height: 123px;
  background: url(images/header_bottom_right.jpg) right no-repeat;
}

#main {
  width: 950px;
}

#footer {
  clear: both;
  height: 141px;
  background: url(images/footer.jpg) no-repeat;
  color: #FFF;
}

#bg-left-bottom {
  float:left;
  background: url(images/bg_left_bottom.jpg) no-repeat scroll 0 0;
  top:0px;
  height: 141px;
  left: -424px;
  width: 424px;
  z-index: 9999;
  position: relative;
}

#bg-right-bottom {
  float:right;
  background: url(images/bg_right_bottom.jpg) no-repeat scroll 0 0;
  top: 0px;
  height: 141px;
  left: 424px;
  width: 424px;
  z-index: 9999;
  position: relative;
}

#content {
  float:left;
  width: 599px;
  padding-bottom:0px;  
  background: url(images/body_bg.jpg) top left repeat-y;
}
#content-bottom {
  background: url(images/body_bottom.jpg) bottom no-repeat;
  height:402px;
  margin-top:-380px;
}

#sponsors-content {
  width: 278px;
  padding: 30px 38px 0px 35px;
  margin-top:-170px;
}
#sponsors {
  float:right;
  width: 351px;
  position:relative;
  background: url(images/sponsors_bg_2.jpg) repeat-y;
  top:0px;
  left: 0px;
}
#sponsors-top {
  height:200px;
  background: url(images/sponsors_bg_1.jpg) no-repeat;
}
#sponsors-bottom {
  height:112px;
  background: url(images/sponsors_bg_3.jpg) no-repeat;
  margin-top:-50px;
}

#content-text {
  margin-top:-10px;
  padding: 0 35px 20px 60px;
  min-height:402px;
  /*background: url(images/body_bg.jpg) top left repeat-y;*/
}
#submenu {
  margin: 3px 10px 10px 0;
  padding: 10px;
  list-style: none;
  float:left;
  background-color: #008CD2;
  border: 1px solid #000;
}
#submenu li {
  display: block;
}
#submenu li a, #submenu li a:visited{
  color: #FFF;
}
#submenu li a:hover{
  color: #000;
}
.breadcrumb {
  margin-bottom:10px;
}
.alignright{
  margin:10px 0;
  float:right;
}
.alignleft{
  margin:10px 0;
  float:left;
}
.post {
  clear:both;
}
ul.addtoany_list {
  list-style: none;
  padding-left:0;
}