html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
   
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #0956b0;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background:url(images/page_bg.gif) repeat;
	text-align: center;
	font: 13px/165% Tahoma, Geneva, sans-serif;
	color: #666666;
}


/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 1050px;
    position: relative;
}

h1 {
  position: absolute;
  top: 46px;
  left: 0;
  height: 43px;
  padding-top: 8px;
  width: 600px;
  text-align: center;
  background: #0956b0;
  color: #ffffff;
  font: 24px "Trebuchet MS", Tahoma, Arial, Sans-serif;
  font-weight: normal;
}
h1 strong {
  font-weight: normal;
  color: #0E1520;
}
#top-nav {
  position: absolute;
  top: 14px;
  left: 424px;
  width: 578px;
  height: 268px;
  background: #2f8de7;
  }
#top-nav ul {
  text-align: center;
  line-height: 32px;
}
#top-nav li {
  display: inline;
  font-size: 12px;
  color: #fff;
}
#top-nav a {
  text-decoration: none;
  font-weight: normal;
  color: #fff;
}
#top-nav a:hover {
  text-decoration: underline;
}
#socnetwrk {
  background: url(images/fb.png) no-repeat;
  position: absolute;
  top: 46px;
  left: 1002px;
  width: 48px;
  height: 63px;
}
#socnetwrk1 {
  background: url(images/tw.png) no-repeat;
  position: absolute;
  top: 109px;
  left: 1002px;
  width: 48px;
  height: 63px;
}
#socnetwrk2 {
  background: url(images/ln.png) no-repeat;
  position: absolute;
  top: 172px;
  left: 1002px;
  width: 48px;
  height: 63px;
}
#socnetwrk3 {
  background: url(images/rss.png) no-repeat;
  position: absolute;
  top: 235px;
  left: 1002px;
  width: 48px;
  height: 49px;
}
#header {
  background: url(images/header_bg.jpg) no-repeat;
  position: absolute;
  top: 89px;
  left: 0px;
  width: 424px;
  height: 195px;
}

/** body **/
#spacer {
  height: 285px;
}

#body {
  background: url(images/body_bg.gif) repeat-y;
  width: 100%;
}

#left {
  float: left;
  width: 600px;
}
#right {
  float: right;
  width: 450px;
}

#nav ul {

}
#nav li {
  float: left;
  width: 99px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: url(images/tab_drk.gif) repeat-x;
  border-left: 1px solid white;
  list-style: none;
}
#nav a {
 font: 15px  Arial, Helvetica, sans-serif; 
  color: #ffffff;
  text-decoration: none;
}
#nav a:hover {
 float: left;
 width: 99px;
 height: 34px;
 line-height: 34px;
 background: url(images/tab_lit.gif) repeat-x;
 text-decoration: underline;

}
#nav li.drk {
  
  border-left: none;
  padding-right: 1px;
}

#visit {
  background: #EEEEEE;
  padding: 15px 40px 14px 36px;
}

#visit_R {
  background: #EEEEEE;
  padding: 15px 40px 14px 250px;
}

#visit h2 {
  font: 24px Tahoma, Geneva, sans-serif;
}
#visit a {
  text-decoration: none;
}
#visit a:hover {
  text-decoration: underline;
}
#marqueebox { 
position : relative; 
width : 400px; 
height :200px; 
overflow : hidden; 
border : 1px solid white; 
padding : 1px; 
padding-left : 8px; 
} 
#subs-left {
  float: left;
  width: 300px;
  padding-left: 35px;
  padding-bottom: 10px;
  margin-top: 22px;
}
#subs-right {
  float: right;
  width: 200px;
  padding-right: 35px;
  padding-bottom: 10px;
  margin-top: 22px;
}
#subs-left a {
  color: #fff;
text-decoration: none;
}
#subs-left a:hover {
  color: #000;
text-decoration: none;
}

#subs-left {
  color: #fff;
}
#subs-left h3 {
  color: #FFF711;
  font: 18px Tahoma, Geneva, sans-serif;
}

#subs-left h4 {
  color: #FFF711;
  font: 16px Tahoma, Geneva, sans-serif;
}
#subs-left p {
  text-align: justify;
}


#subs-right {
  color: #fff;
}
#subs-right h3 {
  color: #FFF711;
  padding-left: 0px;
  padding-bottom: 14px;
  font: 18px Tahoma, Geneva, sans-serif;
}
#subs-right h4 {
  color: #FFF711;
  font: 14px Tahoma, Geneva, sans-serif;
  margin: 0.6em 0;
}
#subs-right ul {
  margin-top: 1em;
}
#subs-right li {
  list-style: none;
  padding-left: 20px;
  background: 5px 3px url(images/bullet.gif) no-repeat;
}
#subs-right p {
  text-align: justify;
  margin: 0.6em 0;
}


#right-i {
  padding: 4px 25px 0 20px;
}
blockquote {
	margin: 0px 0px;
 	padding: 5px 5px 5px 10px;  
    border: 1px solid orange;
	background: #0956b0 ;
	font-weight: normal;
	font-size: 13px;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;	
	color: #4ceecb;	
}
.quoteday{

    font-family: 'Arial', Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.6em;
	font-style: italic;
    color: #000000;
}
#right h2 {
  color: #323E51;
  font: 22px Tahoma, Geneva, sans-serif;
  margin-bottom: 12px;
}
#right h3 {
  color: #000000;
  font: 14px Tahoma, Geneva, sans-serif;
  margin-bottom: 5px;
}
#right p {
  margin-top: 0;
  color: #163348;
}
#right .left {
  margin-right: 4px;
}
#right a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
#right a:hover {
  color:#0E1520;
  text-decoration: underline;
}

/** footer **/
#copyright {
  background: #0956b0;
  color: #fff;
  text-align: center;
  font-size: 11px;
  float: right;
  width: 450px;
  padding: 10px 0;
  margin-bottom: 20px;
}
#copyright p {
  margin: 0;
  padding: 0;
}