html, body {font: 10pt Arial, Helvetica, Verdana, Sans-serif; background:#fff;}

#container {
	width: 690px;
	margin: auto;
	background:#fff;
}

#main-nav {
	height: 70px;
	background:#bababa;
}

#header {
	height: 151px;
	background:url(images/header-bg.jpg)  repeat-x;
}

#sub-nav {
	height: 25px;
}

#sidebar-a {
	float: right;
	width: 230px;
}

#sidebar-a .padding {
	padding: 25px 0;
	margin-right:10px;
}

#content {
	margin-right: 230px;
}

#content .padding {
	padding: 25px;
}

#footer {
	clear: both;
	background:#9b3735;
}


h1 {font:16pt bold Helvetica, Arial, Verdana, Sans-serif;
	margin: 0;
	padding: 0;
}

a:hover{
	background:#d3b97e;
}
#content h1, #content h2 {
	margin: 0;
	padding-bottom: 15px;
}

#content p {
	margin: 0;
	padding-bottom: 15px;
}

#sub-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#sub-nav li { /* all list items */
	float: left;
}
	
#sub-nav a {
	display: block;
	width: 220px;
	color: #68272f;
	text-decoration: none;
	text-align:center;
	padding: 5px;
	background:#bababa;
	font-size:14px;
	font-weight:bold;
}
#sub-nav a:hover {
	background:#d3b97e;
}

#sub-nav a.left {
	background:#bababa url(images/bottom_left_grey.gif) no-repeat bottom left;
}
#sub-nav a.left:hover {
	background:#d3b97e url(images/bottom_left_gold.gif) no-repeat bottom left; 
}

#sub-nav a.right {
	background:#bababa url(images/bottom_right_grey.gif) no-repeat bottom right; 
}
#sub-nav a.right:hover {
	background:#d3b97e url(images/bottom_right_gold.gif) no-repeat bottom right; 
}

/* default settings for round corners */
.rbroundbox { width: 100%; margin: auto; }
 /* set background images for corners */
.rbtop div  { background: url(images/top_left_grey.gif) no-repeat top left; }
.rbtop      { background: url(images/top_right_grey.gif) no-repeat top right; }

 /* height and width details */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%; 
	height: 10px;
}

 /* main-nav - settings for round corners */
#main-nav .rbcontent  { margin:2px 10px; text-align:right;}

#main-nav h2 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size:16px;
}

#main-nav a {
	color:#000;
	text-decoration:none;
}
#main-nav a:hover {
	color:#fff;
	background:none;
	text-decoration:underline;
}

 /* footer - settings for round corners */
#footer .rbcontent  { margin:0 10px; text-align:center; }
#footer .rbbot div, .rbbot {
	text-align:center;
	width: 100%;
	height:25px;
	font-size: 12px;
}
#footer .rbbot div  { background: url(images/bottom_left_red.gif) no-repeat bottom left; }
#footer .rbbot      { background: url(images/bottom_right_red.gif) no-repeat bottom right; }
#footer p{
	padding:5px 0;
	color:#fff;
	font-weight:bold;
	}
#footer a{
	color:#fff;
}
#footer a:hover {background:#d3b97e; color:#9b3735;}

/* sidebar-a - settings for round corners */
#sidebar-a .rbroundbox{ background:#bababa;}
#sidebar-a .rbcontent, .rbbot div, .rbbot{ background:#e5e5e5;}
#sidebar-a .rbtop div  { background: url(images/top_left_grey.gif) no-repeat top left; }
#sidebar-a .rbtop { background:url(images/top_right_grey.gif) no-repeat top right; }
#sidebar-a .rbtop div, .rbtop {
	text-align:center;
	width: 100%;
	height:10px;
}
#sidebar-a p{
	padding:15px;
	font-size:9pt;
}
#sidebar-a h3{
	margin: 0;
	padding:5px 0;
	color: #fff;
	font-size:10pt;
}

.logo {
	float:left;
	position: relative; top: 12px; left: 22px;
	z-index:10;
	overflow:hidden;
}

#imgright{
	float:right;
	margin-right:20px;
}

.sm-text{font-size:9pt;}
