/* GENERAL CSS */
body {
	text-align:center;
	font-family:"Trebuchet ms", Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#FFFFFF;
	color:#000;
}
h1,h2 {
	margin:0px;
	text-align:center;
	font-size:1.2em;
	color:#444;
}
h2 {
	color:#666;
	font-size:1em;
}
#holder {
	width:550px;
	text-align:left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
 
/* START OF CSS FOR MAP */
dl.map {
	position:static;
	width:550px;
	height:325px;
	background:url(images/usmaplocations.png) no-repeat;
	text-align:left;
	margin:0px;
	padding:0px;
    right: 0px;
	bottom: 0px;
	left: 0px;
	top: 0px;
	z-index: 0;
}
dl.map dt {
	list-style:none;
	display:inline;
}
dl.map dd {
	position:absolute;
	left:-9999px;
	width:400px;
	padding:4px;
	border:#222 2px solid;
	background:#666;
	-moz-border-radius:8px;
	border-radius:8px;
	z-index:11;
	font-size:0.8em;
	color:#FFF;
}
 
dl.map a.location {
	display:block;
	position:absolute;
	text-indent:-9999px;
	background:url(images/point.png) no-repeat;
	width:10px;
	height:10px;
	outline:none;
	z-index:10;
	text-decoration:none;
}
dl.map a.location:hover {
	background:url(images/point-hover.png) no-repeat -1px -1px;
}
 
 dl.map.on {
  background: url(images/usmaplocations.png) no-repeat;
 
  margin: 0px;
  padding: 0px;
  text-align:left;
  width: 550px;
  height: 325px;
  position: relative;
}
/* START OF CSS FOR MAP POINTS */
dl.map a#location01 {
	top:119px;
	left:431px;
}
dl.map a#location02 {
	top:144px;
	left:295px;
}
dl.map a#location03 {
	top:197px;
	left:40px;
}
dl.map a#location04 {
	top:128px;
	left:17px;
}
dl.map a#location05 {
	top:258px;
	left:412px;
}




/* Body */
body{
	background:#000000;
	line-height:15px;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, Sans-Serif;
	margin-left: 0px;	
        }
.style11 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	color: #FAD35C;
}
a
:active {
	text-decoration: none;
	color: #FFFFFF;
}
.style14 {color: #000000; font-weight: bold; font-size: 11px; font-family: Arial, Helvetica, sans-serif; }
.style15 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}
.style18 {
	font-size: 14px;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style22 {color: #FFCC33}
.style24 {font-family: Arial, Helvetica, sans-serif; font-size: 10px;
}

.style25 {color: #FAD35C;
}
.style26 {color: #FFCC00;

}
.style27 {color: #CC0000
}

.style30 {color: #CC0000; font-weight: bold; 
}
.style33 {
	font-size: 11px;
	font-weight: bold;
	}
	
.style34 {font-size: 12px
	}
	
.style38 {font-family: Arial, Helvetica, sans-serif;
}

.style39 {font-size: 24px}

.style40 {font-size: 26px}

.style45 {font-size: 14px}
.style46 {font-size: 16px}

.style47 {font-size: 18px}
.style50 {
	color: #666666;
	font-size: 12px;
}
.style51 {
	color: #0000FF;
	font-style: italic;
	font-size: 10px;
	font-weight: bold;
}
.style52 {font-size: 11px} ;



/*Left Menu */

.arrowlistmenu{
width: 180px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: #FAD35C;
background: black url(images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #FFFFFF;
background: url(images/arrowbullet1.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 12px;
}

.arrowlistmenu ul li a:visited{
color: #FFFFFF;
}	
/* Post */

.post {
	padding: 15px 15px;
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.post h1 {
}

.post h2 {
	height: 32px;
	padding: 8px 0 0 15px;
	background: url(images/img09a.jpg) no-repeat left top;
	font-size: 18px;
	color: #DADADA;
}

.post .entry {
	padding: 0 15px;
}

.post .meta {
	padding: 15px 0 30px 0;
	border-top: 1px dotted #D1D1D1;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #999999;
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding: 0 20px 0 18px;
	background: url(images/img11.gif) no-repeat left center;
}

.post .meta .comments {
	padding-left: 22px;
	background: url(images/img12.gif) no-repeat left center;
}

.post .meta b {
	display: none;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 215px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 40px;
	padding: 0 15px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding-left: 15px;
	background: url(images/img08.jpg) no-repeat left 50%;
}

#sidebar h2 {
	height: 32px;
	padding: 8px 0 0 15px;
	margin-bottom: 10px;
	background: url(images/img07.jpg) no-repeat left top;
	font-size: 18px;
	color: #DADADA;
}
/* Boxes */

.box1 {
	padding: 20px;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Content1 */

#content1 {
	float: right;
	width: 558px;
	background: url(images/img10a.jpg) no-repeat left top;
}
/* Open Space*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.ubercolortabs{
padding: 0;
width: 110%;
overflow: hidden;
background: transparent;
}

.ubercolortabs ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.ubercolortabs li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform: capitalize;
}


.ubercolortabs a{
float: left;
color: white;
background: #000000 url(images/roundleft.gif) no-repeat left top; /*default background color of tabs, left corner image*/
margin: 0 2px 0 0;
padding: 0 0 1px 3px;
text-decoration: none;
letter-spacing: 1px;
}

.ubercolortabs a span{
	float: left;
	display: block;
	background: transparent url(images/roundright.gif) no-repeat right top;
	cursor: pointer;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 2px;
}

.ubercolortabs a span{
float: none;
}
.ubercolordivider{ /*CSS for horizontal line.*/
	clear: both;
	float:none;
	padding: 0;
	width: 100%;
	height: 5px;
	line-height: 5px; /*background color of horizontal line*/
	border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
	background-color: #000000;
}


.ubercolortabs a:hover, .ubercolortabs li.selected a{
background-color: #CC0000; /*background color of tabs onMouseover*/
color: white;
}

.ubercolortabs a:hover span{
background-color: transparent;
}

/*- Horizontal Link Bar */

    #tabsE {
      float:right;
      width:728px;
      background:#FFF;
      font-size:13px;
      line-height:normal;
	  font-weight:bold;

      }
    #tabsE ul {
	margin:0;
	padding:0px 0px 0 0px;
	list-style:none;
      }
    #tabsE li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsE a {
      float:left;
      background:url(images/tableftE.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 0px;
      text-decoration:none;
      }
    #tabsE a span {
	float:left;
	display:block;
	background:url(images/tabrightE.gif) no-repeat right top;
	color:#FFF;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 5px;
	margin-right: 0px;
	margin-left: 0px;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsE a span {float:none;}
    /* End IE5-Mac hack */
    #tabsE a:hover span {
      color:#FFF;
      }
    #tabsE a:hover {
      background-position:0% -42px;
      }
    #tabsE a:hover span {
	background-position:100% -42px;
	font-weight: bold;
      }  

/* black round boxes */
.bl {
	width: 190px;
	background-color: #000000;
	background-image: url(images/bl.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
} 
.br {background: url(images/br.gif) 100% 100% no-repeat} 
.tl {background: url(images/tl.gif) 0 0 no-repeat} 
.tr {background: url(images/tr.gif) 100% 0 no-repeat; padding:10px} 
.clear {font-size: 1px; height: 1px}

/* Round Page Container */

	#container{
	width:840px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;		
		}
	#header{
	height:25px;
	background-image: url(images/bg_header2.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
		}				
	#content{
	background-image: url(images/bg_content1.gif);
	background-repeat: repeat;
	padding-top: 0em;
	padding-right: 0px;
	padding-bottom: 0.5em;
	padding-left: 0px;
		}
	#footer{
	padding:25px 60px;
	color:#fff;
	background-image: url(images/bg_footer2.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
		}				

h1, h2, h3 {
	margin: 0;
	text-transform: capitalize;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 18px;
	font-size: 14px;
}

a:link {
	color: #FFFFFF;
}

a:hover, a:active {
	text-decoration: none;
	color: #FAD35C;
}

a:visited {
	color: #FFFFFF;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

/* Header */




/* Menu */

#menu {
	float: left;
	width: 860px;
	height: 54px;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 12px 20px;
	letter-spacing: -.5px;
	text-decoration: none;
	text-transform: lowercase;
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#menu a:hover { 
	text-decoration: none; 
	color: #FAD35C;
}

#menu .current_page_item a {
	color: #FFFFFF;
}

/** LOGO */

#logo-wrap {
	width: 860px;
	margin: 0 auto;
	padding: 30px 0 20px 0;
	background: url(images/img03.jpg) no-repeat left top;
}

#logo {
	width: 820px;
	height: 200px;
	margin: 0 auto;
	background: url(images/img05.jpg) no-repeat left top;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
}

#logo h1 { 
	padding-top: 95px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	font-style: italic;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	padding: 115px 0 0 5px;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

#logo p a {
	text-decoration: none;
	color: #B6ACA2;
}

#logo p a:hover { text-decoration: underline; }



/* Page */

#page {
	width: 850px;
	margin: 0 auto;
}

/* Content */

#content1 {
	float: right;
	width: 560px;
	background-image: url(images/img10a.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* Post */

.post {
	padding: 15px 15px;
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.post h1 {
}

.post h2 {
	height: 40px;
	padding: 8px 0 0 15px;
	background: url(images/img09a.jpg) no-repeat left top;
	font-size: 18px;
	color: #DADADA;
}

.post .entry {
	padding: 0 15px;
}

.post .meta {
	padding: 15px 0 30px 0;
	border-top: 1px dotted #D1D1D1;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #999999;
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding: 0 20px 0 18px;
	background: url(images/img11.gif) no-repeat left center;
}

.post .meta .comments {
	padding-left: 22px;
	background: url(images/img12.gif) no-repeat left center;
}

.post .meta b {
	display: none;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 215px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 40px;
	padding: 0 15px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding-left: 15px;
	background: url(images/img08.jpg) no-repeat left 50%;
}

#sidebar h2 {
	height: 32px;
	padding: 8px 0 0 15px;
	margin-bottom: 10px;
	background: url(images/img07.jpg) no-repeat left top;
	font-size: 18px;
	color: #DADADA;
}

/* Search */

#search {
}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 115px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #BED99C;
}

#x {
	padding: 3px;
	border: none;
	background: #467805;
	text-transform: lowercase;
	font-size: 11px;
	color: #FFFFFF;
}

/* Boxes */

.box1 {
	padding: 20px;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}
