@charset "utf-8";
/* CSS Document */

body
{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#fff;
	background:#000 url(../images/body-bg.jpg) repeat-x top;
}

a:link,a:active,a:visited {
  text-decoration:none;
  color:#9E8A52;
}

a:hover {
	color:#9E8A52;
	text-decoration:underline;
}

p { line-height:25px; }

img{ border:0; }

.body-lt
{
	background:url(../images/body-lt.png) repeat-y;
	width:18px;
}

.body-rt
{
	background:url(../images/body-rt.png) repeat-y;
	width:18px;
}

.main-body
{
	background:#000;
}

.logo
{
	margin:6px 0 0 25px;
}

.specialize
{
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	line-height:40px;
	margin:10px 0 0 0;
}

.reel-border td
{
	border:1px solid #fff;
}

.reel-bg
{
	background:url(../images/reel-bg.jpg) repeat-x;
	height:235px;
}

.reel-pic
{
	margin:33px 0 0 0;
}

.reel-pic td
{
	border:0;
}

/*************************************************
Main navigation
**************************************************/
.nav
{
	height:51px;
	background:url(../images/nav-bg.jpg) repeat-x;
}

.nav a
{
	font-size:16px;
	font-weight:bold;
	color:#666;
	text-decoration:none;
}

.nav a:hover, .nav a.active
{
	text-decoration:underline;
	color:#463300;
}

/*************************************************/
.mag-pic
{
	background:url(../images/mag-pic.jpg) no-repeat left;
	height:187px;
	margin:0 15px 0 0;
	font-size:16px;
	font-weight:bold;
	line-height:30px;
}

.mag-pic a
{
	color:#9E8A52;
}

/*************************************************
Footer styles
**************************************************/
.footer-border
{
	background:#fff;
	height:1px;
}

.footer
{
	line-height:30px;
}

.footer a
{
	font-size:16px;
	color:#fff;
	text-decoration:none;
}

.footer a:hover
{
	text-decoration:underline;
}

.tiny
{
	font-size:11px;
}

.tiny a
{
	font-size:11px;
	color:#A08D55;
	text-decoration:none;
}

.tiny a:hover
{
	text-decoration:underline;
}

/********************************************
Inner page styles
*********************************************/

.inner-body
{
	background:#fff;
	width:830px;
	color:#000;
}

.pageTitle
{
	color:#9E8A52;
	font-size:16px;
	height:25px;
	font-weight:bold;
	background:url(../images/pageTitle-bg.jpg) repeat-x bottom;
}

.formTable input
{
	width:250px;
	height:17px;
	border:1px solid #ccc;
	background:#fff;
}

.formTable textarea
{
	width:430px;
	border:1px solid #ccc;
	background:#fff;
}

.star
{
	font-size:15px;
	font-weight:bold;
	color:#FF0000;
}
