* { margin:0; padding:0; }
body, html { font-size:12px; font-family:Arial, Helvetica, sans-serif; color:#343434; }

.wrapper { width:970px; margin:0 auto; }
#header .wrapper { height:204px; background:url('../images/header.png') no-repeat; }
#header img { position:absolute; margin-top:58px; }
#intro { padding-top:20px; padding-bottom:20px; background:#f5f5f5; margin-top:0; }
h1 { font-size:18px; font-weight:bold; }
h1 em { color:#555; font-size:12px; font-weight:normal; font-style:normal; }

#intro { margin-bottom:30px; }
#intro ul { float:right; }
#intro ul li { list-style-type:none; float:left; margin-right:20px; padding-top:4px; }
#intro ul li a { color:#343434; text-decoration:none; border-bottom:1px solid #ddd; }

.wrapper td { padding:10px; border:1px solid #eee; }
.wrapper tr { border:none; }

.noborder td { padding:0; border:0; }


p { line-height:22px; }

.chromestyle{
width: 100%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
background: #343434;
padding: 18px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #fff;
padding: 4px 25px 4px 0;
margin: 0;
text-decoration: none;
font-weight:bold; 
font-size:16px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color:#ccc;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top:0;
margin-top:14px;
border-bottom-width: 0;
font-size:14px;
line-height:18px;
z-index:100;
background-color: #343434;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding-top:7px;
padding-bottom:7px;
padding-left:10px;
text-decoration: none;
color: #ccc;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #555;
}

.leftcol { float:left; width:440px; padding-right:30px; border-right:1px solid #eee; margin-bottom:50px; }
.rightcol { float:right; width:440px; }

.cat { clear:both;   margin-bottom:30px; padding-bottom:30px; border-bottom:1px solid #eee; }
.cat img { float:right; width:50%; }
.catr {  }
.cat h1 { color:#FF8308; }

.designedby { float:right;color:#ccc;font-size:11px; }
.designedby a { color:#fff; }

.co p { margin-bottom:20px; }
.co h3 { margin-bottom:20px; }
hr { margin-bottom:20px; background:none; border:2px solid #eee;}