
body 
{
    font-family:Arial, Sans-Serif;
    font-size:12px;
    color:#fff;
    text-align: center;
	margin:0;
	padding:0;
	background:#cbcbcb;

}

.clear
{
    clear:both;
}

/*reset all base html elements */

h1,h2,h3,h4,p,td,li
{
    padding:0;
    margin:0;
}

#bodyWrapper
{
    background:url(bricks.jpg) no-repeat top center;
    width:100%;
    height:auto;
    padding:0;
    margin:0;
    padding-top:20px;
}

#wrapper1
{
   	margin:0 auto;
	width:960px;
	height:auto;
	text-align: left;	
	background:transparent;
	padding:0;
	border:solid 1px #fff;
}

#menu
{
    width:860px;
    height:auto;
    min-height:67px;
    background:url(menuback.jpg) repeat-x;
    padding-left:100px;
}

#left
{
    width:388px;
    height:auto;
    padding:0;
    margin:0;
    float:left;
}

#right
{
    margin-left:488px;
    padding:0;
    text-align:right;
}

#header
{
    width:444px;
    height:auto;
    min-height:157px;
    background:transparent;
    padding-top:15px;
    padding-right:44px;
}

#header h1
{
    font-family:Arial;
    font-size:20px;
    text-transform:uppercase;
    padding-left:180px;
    padding-top:38px;
    color:#fff;
}

#contentArea
{
    width:960px;
    height:auto;
    background:#c6c6c6 url(contentback.jpg) repeat-x;
}

#tabs
{
    margin-left:210px;
    margin-right:10px;
    padding-top:5px;
    width:auto;
    height:auto;
}

#tabsinfo
{
    position:relative;
    top:-1px;
    margin-left:250px;
    margin-right:10px;
    padding-top:20px;
    width:auto;
    height:auto;
    background:#272018;
    border:solid 1px #fff;
}

#content
{
    position:relative;
    width:auto;
    height:auto;
    background:transparent;
    margin-right:10px;
    padding-top:20px;
}

#wrapper2
{
    width:100%;
    background:url(footerback.jpg) repeat-x bottom;
    height:auto;
    min-height:340px;
    text-align:center;
    margin-top:20px;
}

#footerWrapper
{
    clear:both;
    margin:0 auto;
    width:960px;
    height:auto;
    min-height:340px;
    text-align:left;
    background:url(footerback.png) no-repeat;
}

#footerWrapper h1
{
    color:#fff;
    font-size:18px;
    font-weight:bold;
}

#footerWrapper p
{
    color:#fff;
}

#footerWrapper a:link
{
    color:#fff;
    font-size:10px;
    text-decoration:none;
}

#footerWrapper a:visited
{
    color:#fff;
    font-size:10px;
    text-decoration:none;
}

#footerWrapper a:hover
{
    color:#fff;
    font-size:10px;
    text-decoration:underline;
}

#footerLeft
{
    width:760px;
    height:auto;
    min-height:66px;
    background:transparent url(contact.png) no-repeat bottom right;
    margin-left:200px;
    padding-top:40px;
}

#footerRight
{
    margin-left:600px;
    height:auto;
    width:350px;
    padding-left:10px;
    padding-top:16px;
}

#footerBot
{
    clear:both;
    width:940px;
    text-align:right;
    color:#fff;
    padding-top:50px;
}



.copyright
{
    color:#fff;
    font-size:10px;
    text-decoration:none;
}



/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#HouseMenuNav, #HouseMenuNav ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	margin-top: 0px;
	border: 0;
	list-style:none;
	white-space: nowrap;
	z-index: 999999;
	position: relative;
	padding-top:0px;
}

#HouseMenuNav li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li li { /* all items under the top level */
	z-index: 111113;
}

#HouseMenuNav a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}

#HouseMenuNav li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li:hover
{
	background-position: 0 0;
}

#HouseMenuNav li ul {
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 111112;
}

#HouseMenuNav li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li:hover ul ul, 
#HouseMenuNav li:hover ul ul ul, 
#HouseMenuNav li:hover ul ul ul ul, 
#HouseMenuNav li.sfhover ul ul, 
#HouseMenuNav li.sfhover ul ul ul, 
#HouseMenuNav li.sfhover ul ul ul ul {
	left: -9999px;
}

#HouseMenuNav li:hover ul, 
#HouseMenuNav li li:hover ul, 
#HouseMenuNav li li li:hover ul, 
#HouseMenuNav li li li li:hover ul, 
#HouseMenuNav li.sfhover ul, 
#HouseMenuNav li li.sfhover ul,
#HouseMenuNav li li li.hover ul,  
#HouseMenuNav li li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 999999;
}

#HouseMenuNav iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}

.ArrowPointer
{
	cursor: default;
}



/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
#HouseMenuNav, #HouseMenuNav ul { /* all submenu lists */
	padding:0px;
	width: auto;
	height: auto;
	background-color: transparent;
	text-align:center;
}

#HouseMenuNav li { /* all list items */
	width: auto;
	height: auto;
	border:0;
	padding:0;
}


#HouseMenuNav li a { /* all links within the menu wrapper */
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	background: transparent;
	width: auto;
	height: auto;
	padding-left:15px;
	padding-top:26px;
	padding-bottom:26px;
	padding-right:15px;
	text-transform:uppercase;
}

#HouseMenuNav li a:link { /* all links within the menu wrapper */
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	background: transparent;
	width: auto;
	height: auto;
	padding-left:15px;
	padding-top:26px;
	padding-bottom:26px;
	padding-right:15px;
	text-transform:uppercase;
}

#HouseMenuNav li a:visited { /* all links within the menu wrapper */
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	background: transparent;
	width: auto;
	height: auto;
	padding-left:15px;
	padding-top:26px;
	padding-bottom:26px;
	padding-right:15px;
	text-transform:uppercase;
}

#HouseMenuNav li a:hover {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	background: transparent url(menuback2.jpg) repeat-x;
	width: auto;
	height: auto;
	padding-left:15px;
	padding-top:26px;
	padding-bottom:26px;
	padding-right:15px;
	text-transform:uppercase;
	
}

#HouseMenuNav li a:active {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	background: transparent;
	width: auto;
	height: auto;
	padding-left:15px;
	padding-top:26px;
	padding-bottom:26px;
	padding-right:15px;
	text-transform:uppercase;
}

#HouseMenuNav li ul { /* second-level lists */
	width: 150px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin:  0 0 0 0;
	height: auto;
	border:none;
	text-align:left;
	padding:0;
}

#HouseMenuNav li li { /* all items under the top level */
	width: 150px;
	height: auto;
	color:#000;
	border:0;
	padding:5px;
	margin:0;
	background-color:#d2d2d2;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
}

#HouseMenuNav li li a:link { /* all item links under the top level */
	font-size: 11px;
	color:#000;
	background: transparent;
	text-transform:none;
	padding:5px;
}

#HouseMenuNav li li a:visited { /* all item links under the top level */
	font-size: 11px;
	color:#000;
	background: transparent;
	text-transform:none;
	padding:5px;
}

#HouseMenuNav li li a:hover {
	font-size: 11px;
	color:#fff;
	background: transparent;
	text-transform:none;
	padding:5px;
}

#HouseMenuNav li li a:active {
	font-size: 11px;
	color:#000;
	background: transparent;
	text-transform:none;
	padding:5px;
	
}


#HouseMenuNav li ul ul { /* third-and-above-level lists */
	margin: -24px 0 0 150px;
	background-image:none;
	height: auto;
	border:0;
	border:none;
	text-align:left;
	padding:0;
}

#HouseMenuNav li ul ul ul { /* third-and-above-level lists */
	margin: -24px 0 0 150px;
	background-image:none;
	height: auto;
	border:0;
	border:none;
	text-align:left;
	padding:0;
}

#HouseMenuNav li ul ul ul ul { /* third-and-above-level lists */
	margin: -24px 0 0 150px;
	background-image:none;
	height: auto;
	border:0;
	border:none;
	text-align:left;
	padding:0;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */

    
#HouseMenuNav a#HouseMenuNavParentLink
{ /* parent link itself 
	color: #b8e34b;
	background: #1c1a1b url(menuOver.gif) no-repeat bottom center;*/
}

#HouseMenuNav a#HouseMenuNavCurrentLink
{ /* current link itself*/
	color: #fff;
	background: transparent url(menuback2.jpg) repeat-x;
}

/* start HouseMenuNav2 */


/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#HouseMenuNav2, #HouseMenuNav2 ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	margin-top: 0px;
	border: 0;
	list-style:none;
	white-space: nowrap;
	z-index: 99999;
	position: relative;
	padding-top:0px;
}

#HouseMenuNav2 li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav2 li li { /* all items under the top level */
	z-index: 11113;
}

#HouseMenuNav2 a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}

#HouseMenuNav2 li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav2 li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav2 li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav2 li:hover
{
	background-position: 0 0;
}

#HouseMenuNav2 li ul {
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 11112;
}

#HouseMenuNav2 li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav2 li:hover ul ul, 
#HouseMenuNav2 li:hover ul ul ul, 
#HouseMenuNav2 li.sfhover ul ul, 
#HouseMenuNav2 li.sfhover ul ul ul {
	left: -9999px;
}

#HouseMenuNav2 li:hover ul, 
#HouseMenuNav2 li li:hover ul, 
#HouseMenuNav2 li li li:hover ul, 
#HouseMenuNav2 li.sfhover ul, 
#HouseMenuNav2 li li.sfhover ul, 
#HouseMenuNav2 li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}

#HouseMenuNav2 iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}

.ArrowPointer
{
	cursor: default;
}



/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
#HouseMenuNav2, #HouseMenuNav2 ul { /* all submenu lists */
	padding:0px;
	width: auto;
	height: auto;
	background-color: transparent;
	text-align:right;
}

#HouseMenuNav2 li { /* all list items */
	width: auto;
	height: auto;
	border:0;
	padding:0;
	padding-right:5px;
}


#HouseMenuNav2 li a { /* all links within the menu wrapper */
	font-family:Arial, Sans-Serif;
    font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-transform:uppercase;
	color: #000;
	background: transparent;
	width: auto;
	height: auto;
	border:none;
	padding-left:5px;
	padding-right:5px;
}

#HouseMenuNav2 li a:link { /* all links within the menu wrapper */
	font-family:Arial, Sans-Serif;
    font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-transform:uppercase;
	color: #000;
	background: transparent;
	width: auto;
	height: auto;
	border:none;
	padding-left:5px;
	padding-right:5px;
}

#HouseMenuNav2 li a:visited { /* all links within the menu wrapper */
	font-family:Arial, Sans-Serif;
    font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-transform:uppercase;
	color: #000;
	background: transparent;
	width: auto;
	height: auto;
	border:none;
	padding-left:5px;
	padding-right:5px;
}

#HouseMenuNav2 li a:hover {
	font-family:Arial, Sans-Serif;
    font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-transform:uppercase;
	color: #fff;
	background: transparent;
	width: auto;
	height: auto;
	border:none;
	padding-left:5px;
	padding-right:5px;
	
}

#HouseMenuNav2 li a:active {
	font-family:Arial, Sans-Serif;
    font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-transform:uppercase;
	color: #000;
	background: transparent;
	width: auto;
	height: auto;
	border:none;
	padding-left:5px;
	padding-right:5px;
}

#HouseMenuNav2 li ul { /* second-level lists */
	width: 150px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin:  0 0 0 0;
	background:#61830a;
	height: auto;
	border:none;
	text-align:left;
	padding:0;
}

#HouseMenuNav2 li li { /* all items under the top level */
	width: 150px;
	height: auto;
	background:transparent;
	color:#000;
	border:0;
	padding:0;
	margin:0;
}

#HouseMenuNav2 li li a:link { /* all item links under the top level */
	font-size: 11px;
	color:#fff;
	background: #61830a;
	text-transform:none;
	padding:5px;
}

#HouseMenuNav2 li li a:visited { /* all item links under the top level */
	font-size: 11px;
	color:#fff;
	background: #61830a;
	text-transform:none;
	padding:5px;
}

#HouseMenuNav2 li li a:hover {
	font-size: 11px;
	color:#fff;
	background: #6e9214;
	text-transform:none;
	padding:5px;
}

#HouseMenuNav2 li li a:active {
	font-size: 11px;
	color:#fff;
	background: #61830a;
	text-transform:none;
	padding:5px;
	
}


#HouseMenuNav2 li ul ul { /* third-and-above-level lists */
	margin: -20px 0 0 175px;
	background-color:transparent;
	background-image:none;
	height: auto;
	border:0;
	border:none;
	text-align:left;
}



/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */

    
#HouseMenuNav2 a#HouseMenuNav2ParentLink
{ /* parent link itself */
	color: #fff;
	background: url(tabactive.jpg) repeat-x;
}

#HouseMenuNav2 a#HouseMenuNav2CurrentLink
{ /* current link itself
	color: #fff;
	background: url(tabactive.jpg) repeat-x;*/
	
}


/* continue with divs */




/* dnn styles */
	
.Head
{
	font-size:14px;
	font-weight:bold;
	}
	
.SubHead
{
	font-size:12px;
	color:#000;
}

.SubHead a, a:visited
{
	font-size:12px;
	color:#000;
	text-decoration:underline;
}
