/* =General
-----------------------------------------------------------------------------*/

/* Remove padding and margin */
* { margin: 0; padding: 0; }

/* Put it back on certain elements */
p, pre, blockquote, fieldset   { margin: 0.9em 0; }

.noMargin { margin: 0; }
/*.last_p { margin:0; }*/

/* Class for clearing floats */
.clear { clear: both; }

/* Remove border around linked images */
img { border: 0; }

/* Remove list-style-type */

html {overflow-y: scroll;}

.caption {
	font-family: verdana;
	font-weight: bold;
	font-size: 10px;
	color: #555;
}


/* =Layout: Fixed Width Centering on Page
-----------------------------------------------------------------------------*/

body, td {
  font-family: arial,verdana,helvetica,sans-serif;
  font-size: 13px;
  line-height: 1.28;
  font-weight: normal;
  color: #9f9f9f;
  background-color: #000;
}

body { text-align: center; background: url(../images/new/bg.gif); }

#wrapper {
	width: 961px;
	text-align: left;
	margin: 0 auto;
	border: 1px solid #666;
	background: #000 url(../images/new/bg_cells.jpg) no-repeat bottom left;
}

#branding {
	width: 961px;
	height: 75px;
}


#topnav {
	height: 29px;
	width: 100%;
	background: url(../images/new/topnav_bg_normal.gif) repeat-x;
	border-bottom: 1px solid #000;
}

#topnav ul {
	line-height: 28px;
	white-space: nowrap;
}

#topnav li {
	list-style-type: none;
	display: inline;
	height:29px;
}


#topnav li a {
	text-decoration: none;
	padding: 6px 17px 7px 17px;
	color: #2B230C;
	font-weight: bold;
	border-right: 1px solid #756021;
}

#topnav li a:hover, #topnav li a:active {
	background: url(../images/new/topnav_bg_hover.gif) repeat-x;
}

.selected_nav {
	background:url(../images/new/topnav_bg_selected.gif) repeat-x;
}

#breadcrumb {
	background: url(../images/new/breadcrumb_bg.jpg) repeat-x;
	height: 44px;
	width: 100%;
}

#pageContentBox {
	margin-top: 15px;
	margin-bottom: 15px;
}

#leftNav {
	float: left;
	width: 184px;
}

#lnavTop {
	width: 183px;
	height: 33px;
	background: url(../images/new/lnav_top.png) no-repeat;
}

#lnavTop p.noMargin {
	padding-top: 11px;
	padding-left: 53px;
	font-weight: bold;
	color: #2D2D2D;
	font-size: 13px;
}

#lnavMid {
	width: 183px;
	background: url(../images/new/lnav_mid.gif) repeat-y;
}

#lnavBot {
	background: url(../images/new/lnav_bot.png) no-repeat;
	width: 183px;
	height: 10px;
}

#lnavMid ul {
	padding-top: 19px;
	padding-bottom: 15px;
	margin-right: 18px;
	margin-left: 48px;
	line-height: 1.6;
}

#lnavMid li {
	list-style-type: none;
	list-style-image: url(../images/new/bullet.gif);
	line-height: 1.3;
	margin-bottom: 10px;
}

#lnavMid li a {
	color: #979797;
	font-size: 12px;
}

#lnavMid li a:hover {
	color: #B6A260;
}

#lnavMid li a.lnav_selected {
	color: #B6A260;
	text-decoration: none;
}


/* =CONTENT
-----------------------------------------*/

#contentBox {
	float: left;
	width: 750px;
	margin-left: 12px;
	
}

#contentMid {
	background: url(../images/new/content_mid.gif) repeat-y;
	padding-left: 40px;
	padding-right: 50px;
	padding-bottom: 18px;
}

/* =Headings
-----------------------------------------------------------------------------*/

h1 {
	font-size:25px;
	background: url(../images/new/dots.gif) repeat-x 0 44px;
	padding-bottom: 19px;
	padding-top: 9px;
	width: 663px;
}

h2 { 
	font-size:19px; 
	background: url(../images/new/dots.gif) repeat-x 0 55px;
	padding-bottom: 9px;
	padding-top: 25px;
	width: 663px;
}

h2.vid_h2first {
	margin-top: -5px;
}

h2.nodots {
	background: none;
}


h3 { 
	font-size: 15px;
	margin-bottom: 4px;
	margin-top: 20px;
}

h3.first { margin-top: 5px; }

h3.vid_h3 {margin-top: 0px;}

h3.vid_h3first {
	margin-top: -8px;
}

#mp3player {
	position: relative;
	left: -15px;
}

#mp3player p {
	position: relative;
	left: 85px;
	top: -10px;
	color: #666;
	font-size: 10px;
	width: 550px;
}


#vidplayer {
	margin-top: -10px;
	margin-left: -7px;
}

#contentBox h3 {
	margin-left: 18px;
}

#contentBox ul { 
	margin-left: 45px;
	margin-bottom: 10px;
		
}

#contentBox ul li {
	line-height: 1.4;
}


#col_left {
	width: 340px;
	float: left;
	border-right: 1px solid #454545;
}

#col_right {
	width: 300px;
	float: right;
}


#footer {
	position: relative;
	top: 35px;
	left: 2px;
	color: #666;
	font-size: 11px;
	
}


/* =Links
-----------------------------------------------------------------------------*/

a:link, a:visited { color: #A59047; text-decoration: underline; }
a:hover, a:active { text-decoration: none; }






