	 

/* ***** Fix for IE bug ***** */
img {
position: relative;
}

body {
font-size:12px;
background:url(images/allback.gif) repeat-x;
background-color:#3a2716;
margin:0;
padding:0;
}
/* ***** Standard text styling ***** */
td, th, div, td a, td a:link {
font-family: arial,tahoma,verdana;font-size:11px; color:#aaa;
}
a,a:link,a:visited {
color:#ff0000; text-decoration:underline; 
}
a:hover{
color:#999999; text-decoration:underline;
}
.Normal{
font-family: arial,tahoma,verdana;
font-size:12px;color:#ffffff; 
line-height:20px;
}
.Normal ul {
margin: 0px 10px 0px 25px;padding:5px 0;
}
.skinObject {
color:#ffffff;
font-weight:normal;
}
.Head {
color:#aaa;
}
.SubHead {
color:#aaa;
}

.SubHead a:link, .SubHead a:visited {
color:#aaa;
}
.DataGrid_Header {
color:#000000;
}
.Normal .CommandButton, .Normal .CommandButton a, .CommandButton, .CommandButton a {
color:#aaa;
}
h2.blog_title, h2 .blog_title, .blog_title {
font-family:"trebuchet ms",arial, tahoma, verdana;
font-size:20px;
color:#ff0000;
}

.DNNEmptyPane {
width:0px;
height:0px;
}

/* ***** Wrapper for all Content ***** */
#container {
width:934px;
clear:both;
display:block;
text-align:center;
margin:0 auto;
background:url(images/contentback.gif) repeat-y;
}
#containerinternal {
width:934px;
clear:both;
display:block;
text-align:center;
margin:0 auto;
background:url(images/contentbackinternal.gif) repeat-y;
}
#container td {text-align: left;}

#containeradmin {
width:934px;
clear:both;
display:block;
text-align:center;
margin:0 auto;
background:url(images/contentbackadmin.gif) repeat-y;
}

#containeradmin td {text-align: left;}

#containerinternal {
width:934px;
clear:both;
display:block;
text-align:center;
margin:0 auto;
background:url(images/contentbackinternal.gif) repeat-y;
}

#containerinternal td {text-align: left;}

/* ***** Narrow Bar at very top ***** */
#top {
width:934px;
height:195px;
background-color:#5b2200;
}


#title {
width:253px;
height:254px;
background:url(images/cross.gif) no-repeat;
float:right;
}

#flash {
float:left;
}

#menu2 {
width:714px;
height:36px;
background:url(images/menuback.jpg) no-repeat;
background-color:#c8cace;
margin-bottom:0;
padding-left:220px;
padding-top:5px;
}

/* ***** footer area at very bottom ***** */
.footerclass {
font-weight:normal;font-size:10px;
}
#footer {
height:35px;
width:950px;
font-family:"Trebuchet MS",arial,verdana,tahoma;
font-size:11px;
line-height:16px;
color:#000;
padding-top:10px;
text-align:center;
background:url(images/footerback.gif) no-repeat;
}

#footer a {
font-family:arial,tahoma,verdana;font-size:10px; color:#000; text-decoration:underline; 
}
#footer a:hover{
color:#990000;
}

/* ***** Whole content area ***** */

#content {
width:950px;
clear:both;
padding-top:0px;
padding-bottom:0px;
}
#contentadmin {
width:950px;
clear:both;
padding-top:0px;
padding-bottom:0px;
padding-left:10px;
}
/* ***** Left column - leftpane ***** */
#toppane {
margin:0 20px;
width:925px;
display:block;
}

#left {
display:inline;
border:0px solid #000000;
padding:0px;
width:242px;
float:left;
margin:0px;
margin-left:12px;
}

#leftinternal {
display:inline;
border:0px solid #000000;
padding:0px;
width:647px;
float:left;
margin:0px;
margin-left:25px;
margin-top:20px;
}
#leftadmin {
display:inline;
border:0px solid #000000;
padding:0px;
width:837px;
float:left;
margin:0px;
margin-left:35px;
margin-top:20px;
}
#center {
display:inline;
border:0px solid #000000;
padding:0px;
width:405px;
float:left;
margin:0px;
margin-left:10px;
}

#right {
display:inline;
border:0px solid #000000;
padding:0px;
width:242px;
float:right;
margin:0px;
margin-right:26px;
}
#filler {
	clear:both;
}


/*  NavMenu styles start here */

#nav ul {
    padding:0;
    margin:0;
    list-style:none;
    float:left;
    width:auto;
    background-color:none;
	margin-top:0px;
}

#nav li {
  position: relative;
  float:left;
  height : 30px;
  line-height:30px;
  list-style: none;
}
#nav li li{
  position: relative;
  float:left;
  height : 22px;
  line-height : 22px;
  list-style: none;
}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
    background-color:#af1117;
}


#nav a {
    font-size:12px;
	display:block;
    text-decoration:none;
    text-align:center;
    font-weight:normal;
     padding :0px 8px 0px 8px;
    color:#ffffff;
    border-left:1px solid #a10119;
    border-right:1px solid #58000d;	
	font-family:arial, tahoma, sans-serif;
}

#nav li li a {
    width:13em;
	height:22px;
	line-height:22px;
	text-align:left;
	border-bottom:1px solid #000;
	color:#fff;
	border-left:1px solid #000;
	border-right:1px solid #000;	
	font-weight:normal;
}

#nav li a:hover {
    border-left:1px solid #a10119;
    border-right:1px solid #58000d;	
	background:url(images/menuhover.gif) repeat-x;
}
#nav li li a:hover {
    border-left:1px solid #000;
    border-right:1px solid #000;	
	border-bottom:1px solid #000;
	background:none;
    background-color:#555;
}
#nav li a.SelectedTab {
    font-size:1.12em;
    background-color: #FFF;
}
#nav .DisabledTab {
    color:#ccc;
}
/* no need to change these hover classes 
unless you need more than 4 levels */
#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li:hover ul ul ul ul,
#nav li.iehover ul ul,
#nav li.iehover ul ul ul,
#nav li.iehover ul ul ul ul{
  left: -999em;
}

#nav li:hover ul, 
#nav li.iehover ul {
	top: 30px;
	left:0;
}
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li li.iehover ul,  
#nav li li li.iehover ul {
	top: 0;
	left:12.8em;
}

#nav134 a{
	border-left:none;
}
#nav134 a:hover{
	border-left:none;
}