/*reset default styles */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/*vertical-align: baseline;*/
	background: transparent;
	font-family: "Myriad Pro", arial;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	text-align:left;
}

/*end reset*/

/*override default.css*/

a.CommandButton, a.CommandButton:link, a.CommandButton:visited,
a.SkinObject, a.SkinObject:link, a.SkinObject:active, a.SkinObject:visited
{
	color: #301d1f;
    text-decoration: none;
}

.ModuleTitle_MenuItem
{
	border:none;
}

.ModuleTitle_MenuItemSel,
.ModuleTitle_MenuItemSel span
{
	color:#000000;
	text-decoration:underline;
}

a.CommandButton:hover {
	color: #7b8795;
}

span.Head
{
	font-size:1.4em;
}

span.SubHead
{
	/*font-size:1.2em;*/
}

.SubHead
{
	color:#301d1f;
}

span.SubSubHead
{
	font-size:1.2em;
}

input.NormalTextBox
{
	font-size:1.0em;
}

.SkinObject
{
	color:#715940;
	font-family:"Myriad Pro",arial;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
}

.Normal, .NormalDisabled 
{
        font-size:100%;
}

/*end override*/

body {
	background:#ccaf8c url("images/body_bg.png") repeat-x top left;
}

div.content {
	margin:0 auto;
    width:980px;
}

div.content_l {
	background: url("images/body_grd_l.png") no-repeat top left;
}

div.content_r {
	background: url("images/body_grd_r.png") no-repeat top right;
}

#content {
    background:#f8f3ed url("images/content_bg.jpg") no-repeat bottom left;
    margin: 0 8px;
    padding:0 10px;
    overflow:hidden;
    
    color:#392109;
    font-size:14px;
    font-family: "Myriad Pro", arial;
}

h1,h2,h3 {
	color:#446720;
	font-weight:normal;
}

h1 { font-size: 19px; }
h2 { font-size: 17px; }
h3 { font-size: 15px; }


a {
	color:#446720;
}

/*top navigation*/

#top-nav {
	padding:5px 0;

	color: #715940;
	font-size: 12px;
	overflow:hidden;
}

#top-nav a, #top-nav a:visited {
	color:#715940;
	text-decoration:none;
}

#top-nav a:hover {
	text-decoration:underline;
}

#top-nav div.date {
	float:left;
}

#top-nav div.login {
	float:right;
}

#top-nav div.login a {
	padding:0 5px;
}

/*banner and menu*/
#nav {
	height:220px;	
	background: transparent url("images/top_box.png") no-repeat top left;
	margin-bottom:10px;
}
#nav .banners-pane
{
	position: relative;
	height:185px;
	overflow:hidden;
}

#nav .top-banner {
	position: absolute;
	top: 15px;
	right: 15px;
}

#nav div.cover {
	z-index: 10;
	position: absolute;
	width: 236px;
	height: 200px;
	background: url("images/top_box_cover.png") no-repeat top left;
	top: 0;
	left: 0;
	overflow:hidden;
}

/*#nav div.menu {
	width: 100%;
	height: 30px;
	position: absolute;
	bottom: 10px;
	left: 0;
	background: #F00;
	z-index: 20;
}*/

/*content pane*/
#content-pane {
	overflow:hidden;
	margin:15px 0;
	clear:both;
}

.left-pane, .right-pane {
	float:left;
	overflow:hidden;
}

.left-pane {
	width:240px;
	margin-right:20px;
	padding-right:20px ;
	background: url("images/separator.jpg") no-repeat top right;
}

.right-pane {
	width:650px;
}

.right-pane ul {
list-style-position:inside;
list-style-image: url("images/list-circle.jpg");
}

.admin-skin {
width: auto !important;
}
/*header icons*/

div.block.testimonials p {
	font-style:italic;
}

div.block.save div.header {
	background-image:url("images/icon_save.png");
}

div.block.disclaimer div.header {
	background-image:url("images/icon_disclaimer.png");
}

div.book-links a.yellow {
	background:url("images/icon_book_y.png") no-repeat top left;
}

div.book-links a.green {
	background:url("images/icon_book_g.png") no-repeat top left;
	line-height:30px;
}

/*right pane*/

.right-pane p {
	margin:10px 0;
}

.right-pane a,
.right-pane a:visited {
	color:#446720;
	text-decoration:none;
}

.right-pane a:hover {
	text-decoration:underline;
}

div.services {
	margin:20px 0;
	overflow:hidden;
}

div.service-box div.header {
	overflow:hidden;
}

div.service-box div.header span{
	display:block;
	width:30px;
	line-height:33px;
	background:url("images/circle_box.png") no-repeat top left;
	font-size:27px;
	padding-left:8px;
	float:left;
}

div.service-box div.header h3 {
	foat:left;
	margin-left:5px;
	padding-top:10px;
}

div.service-box p {
	margin-left:15px !important;
}

/*footer*/
#footer {
	/*height: 100px;*/
}

#footer div.block {
	margin-left: 250px;
}

#footer div.bottom-nav {
	color: #715940;	
	font-size: 11px;
	text-align: center;
}

#footer div.bottom-nav small {
	font-size: 10px;
}

#footer ul.menu li{
	display: inline;
	margin-left: 10px;
}

#footer a,
#footer a:visited {
	color: #715940;	
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}



/*corner box*/
.corner-box-y { 
	position: relative; 
	background: #eaca4f; 
	width: 100%; 
}

.corner-box-b { 
	position: relative; 
	background: #ccaf8c; 
	width: 32%;
	margin-right:1%; 
	float:left;
}


.corner { 
	position: absolute; 
	width: 5px; 
	height: 5px; 
	background: url('images/circle_y.png') no-repeat; 
	font-size: 0%; 
}

.corner-b {
	position: absolute; 
	width: 5px; 
	height: 5px; 
	background: url('images/circle_b.png') no-repeat; 
	font-size: 0%; }

.corner-box-inner { 
	padding: 5px; 
}

.tl { 
	top: 0; 
	left: 0; 
	background-position: 0 0; 
}

.tr { 
	top: 0; 
	right: 0; 
	background-position: -5px 0; 
}

.bl { 
	bottom: 0; 
	left: 0; 
	/*background-position: 0 -5px; */
	background-position: 0 -4px;
}

.br { 
	bottom: 0; 
	right: 0; 
	/*background-position: -5px -5px; */
	background-position: -5px -4px; 
}

.text-light {
	color: #715940 !important;
	/*color:#446720; green*/
}

/*DNN_MENU*/

.admin-menu
{
	margin:2px 80px;
	text-align:center;	
	overflow: hidden;
	height:20px;
}
.menu
{
	margin:2px 160px;
	text-align:center;	
	overflow: hidden;
	height:20px;
	/*position: absolute;*/
}


#dnn_dnnNAV_ctldnnNAV
{

	display:block;	
	width:100%;	
}
/*#####################################################################################   SAFARI 4 FIX*/
div#dnn_dnnNAV_ctldnnNAV {position: relative; top: -15px;}
div#dnn_dnnNAV_ctldnnNAV img {display: none;}
div#dnn_dnnNAV_ctldnnNAV a { padding: 0 8px; font-weight: bold;}

.main_dnnmenu_item,
.main_dnnmenu_itemhover
{
	background-color:#3c6c2d;
	font-weight:normal;
	font-family:"Myriad Pro",arial;
	color:#FFFFFF;
}

.menu a
{
	display:none;
}

.menu table a,
.menu span a
{
	display:inline;
}

.main_dnnmenu_container
{
	height:20px;
	overflow:hidden;
}

/*.main_dnnmenu_bar,*/
.main_dnnmenu_rootitem,
.main_dnnmenu_rootitem_selected,
.main_dnnmenu_rootitem_hover
{
	background-color:transparent;	
	border:none;	
	text-align:center;
	z-index:10;	
	padding-bottom:2px;
	/*display:block;*/
	/*width:80px;*/
	font-weight:normal;
	font-family:"Myriad Pro",arial;
	color:#FFFFFF;
	font-size:14px;
}

/*.main_dnnmenu_bar td,*/
.main_dnnmenu_rootitem td,
.main_dnnmenu_rootitem_selected td,
.main_dnnmenu_rootitem_hover td
{
	display:block;
	text-align:center;
	width:100%;
}


.main_dnnmenu_bar a img 
{
	display:none;
}

.menu .main_dnnmenu_rootitem td img{
	display:none;
}

.main_dnnmenu_submenu
{
	background-color:#3c6c2d;	
	text-align:left;
	z-index:10;
	padding-left:10px;
	border:1px dotted white;
}

.main_dnnmenu_submenu .main_dnnmenu_item,
.main_dnnmenu_submenu .main_dnnmenu_itemhover
{
	color:#FFFFFF;		
	padding-top:7px;
	font-size:11px;	
	font-family:Arial;
	padding:7px 0;
}


.main_dnnmenu_item img,
.main_dnnmenu_itemhover img
{
	display:none;
}
.main_dnnmenu_icon
{
	display:none;
}

/*.main_dnnmenu_submenu span
{
	color:#FFFFFF;
	cursor:pointer;
	font-family:Trebuchet MS;
	font-size:12px;
	line-height:18px;
	vertical-align:bottom;
	margin-left:5px;
	margin-right:5px;
}*/