/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  02: 2Col_Fixed_Sidebar_Left
  ------------------------------------------------
*/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #000000;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	margin: 0;
	padding: 0;
	min-height:800px;
}
#masthead {
	color: #000000;
	background-color: #ffffff;
	padding: 0px;
	margin: 0;
	width:100%;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
}
#column_wrapper {
	background-image:url(images/columnBg.gif);
	background-repeat: repeat-y;
}
.clearfloat {
	clear: both;
	height: 1;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 1000px;
	float: left;
	position:relative;
	font-size: 0.8em;
	line-height: 1.65em;
}

#right .contentWhite {
	padding: 24px;
	background-color:#FFFFFF;
	color:#000000;
	display:block;
	width:auto;
	font-size:11px;
}

#right .contentBlack {
	padding: 24px;
	background-color: #000000;
	color:#FFFFFF;
	display:block;
	width:auto;
	font-size:11px;
}

#masthead .content {
	padding: 12px 16px;
}
#footer .content {
	text-align:center;
	padding: 10px 10px;
}
#footer {
	color: #ffffff;
	background-color: #000000;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}

#right a:link {
	color: #f57f20;
	text-decoration:none;
}
#right a:visited {
	color: #f57f20;
	text-decoration:none;
}
#right a:hover {
	color: #000000;
	text-decoration:none;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFD940;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {
	color: #ffffff;
	text-decoration:none;
}
#footer a:visited {
	color: #ffffff;
	text-decoration:none;
}
#footer a:hover {
	color:#666666;
	text-decoration:none;
}

h1 {
	font-size: 3em;
	font-stretch:expanded;
	margin: 0;
	font-weight:bold;
	color: #f57f20;
	font-style:italic;
	line-height:1em;
	margin-bottom: 10px;
}
h2 {
	font-size: 1.2em;
	/*margin: 30px 0 0 0;*/
	color: #f57f20;	
}
h3 {
	font-size: 1em;
	/*margin: 30px 0 0 0;*/
	color: #f57f20;	
}
h4 {
	font-size: .8em;
	/*margin: 20px 0 0 0;*/
	color: #f57f20;	
}
.nomargintop {
	margin-top: 0;
}


.blog-list h1 {
	font-size:12px;
	color:#666666;
	font-weight:normal;
}

hr {
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:thin #666666 dashed;
}

strong {
	color: #f57f20;
	font-weight: bold;
}


/* ENEWS LOGIN BOX */
.enews {

}
.enews .cat_textbox_small {
	width:180px; 
	color:#FFFFFF; 
	background-color:#000000; 
	border:#FFFFFF solid 1px;
}

.enews .cat_textbox {
	width:180px; 
	color:#FFFFFF; 
	background-color:#000000; 
	border:#FFFFFF solid 1px;

}
.enews .item {
	margin-top:10px;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
}

/* DYNAMIC MENU */

ul#nav_675387 {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#nav_675387 li {
	display: inline;
    list-style: none;
}

ul#nav_675387 li a {

	display: block;
	width: auto;
    height:40px;
	float:left;
	
	color:#000000;
	background-color: transparent;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	text-decoration: none;
	
	text-align: center;
	line-height: 40px;
    /*border-top: none;
    border-right: 1px dotted #c0c0c0;
    border-bottom: none;
    border-left: none;*/
	
	padding-bottom:0;
	padding-left:20px;
	padding-right:20px;
	padding-top:0;

}


ul#nav_675387 li a:link,  #nav_675387 li  a:visited {
	background-color: transparent;
	color:#000000;
	text-decoration: none;
}

ul#nav_675387 li a:hover,  #nav_675387 li a:active {
	background-color: #f4f3a7;
	color:#000000;
	text-decoration: none;
}

ul#nav_675387 li#last a {
	float:right;
    border: none;
} 

ul#nav_675387 li#last a:hover,  #nav_675387 li#last a:active {
	background-color: #f58020;
	color:#000000;
	text-decoration: none;
}





