/*

 Design Monkey
 layout.css

*/



/* Remove Default Styling
------------------------------------------------------------------------------------------------- */
	
* { 
	margin: 0; 
	padding: 0; 
	font-style: normal; 
}

img { 
	border: 0; 
}


/* Typography
------------------------------------------------------------------------------------------------- */

body{
	font-family: Century Gothic, Trebuchet MS, Verdana;
	font-size: 1em;
	background: transparent url(../images/bg3.jpg) no-repeat fixed;
}

p{
	font-size:0.7em;
	line-height: 1.5em;
}

h1,h2,h3,h4{
	font-family: Century Gothic, Trebuchet MS, Verdana;
}

a{
	text-decoration:none;
}

a:hover{

}
	

/* Overall Layout
------------------------------------------------------------------------------------------------- */


div#container{
	width: 1014px;
	margin: 0 auto;	
	padding: 0 10px;
	
}



/* Header 
------------------------------------------------------------------------------------------------- */
div#header { 
	width:1000px;
	height:208px;
}

div#header p{ 
	clear: right;
	float:right;
	color:#fff;
	font-size:1.8em;
}

.top{
	margin-top:10px;
}

div#header a{ 
	color:#fff;	
}

div#header  h1{ 
	width:300px;
	height:100px;
	background: transparent url(../images/logo.png) no-repeat left;
	display:block;
	float: left; 
	text-indent: -3000px;
	margin: 19px 0 0 0;	
}


/* Nav 
------------------------------------------------------------------------------------------------- */

ul#nav{
	list-style:none;
	margin-top:30px;
	float:left;
	width:1020px;
	height:60px;
}

ul#nav li{
	float:left;
	width:176px;
	height:60px;
	background: transparent url(../images/botton.png) no-repeat left;
	margin-left:5px;
}

ul#nav a{
	width:105px;
	color:#fff;
	padding:5px 50px 5px 5px;
	display:block;
	margin: 0 10px;
	text-shadow: 1px 1px 1px #000;
	outline:none;
}

ul#nav li.item1 a{
	background: transparent url(../images/icon1.png) no-repeat right;
	height:50px;
}

ul#nav li.item2 a{
	background: transparent url(../images/icon2.png) no-repeat right;
	height:50px;
}

ul#nav li.item3 a{
	background: transparent url(../images/icon3.png) no-repeat right;
	height:50px;
}

ul#nav li.item4 a{
	background: transparent url(../images/icon4.png) no-repeat right;
	height:50px;
}

ul#nav li.item5 a{
	background: transparent url(../images/icon5.png) no-repeat right;
	height:50px;
}

ul#nav a.selected{
	color:#ffd200;
	text-shadow: 1px 1px 1px #fff;
}

ul#nav li.item0{
	background: transparent url(../images/button.png) no-repeat left;
	width:66px;
	height:65px;
	text-indent:-3000px;
}

ul#leftnav{
	width:100px;
	list-style:none;
}

ul#leftnav li {
	width:200px;
	font-size:1.2em;
	margin:5px 0;
}

ul#leftnav a{
	color:#787878;

}

ul#leftnav li a:hover, ul#nav li a.selected{
	color:#0072bc	;
}

ul#leftnav li li{
	font-size:0.6em;
	list-style:none;
	width:150px;
	margin-left:20px;
}

ul#leftnav li li a{	
	color:#515252;
}
/* Content 
------------------------------------------------------------------------------------------------- */
div#maincol{
	background: transparent url(../images/main.png) no-repeat left;
	width:1000px;
	height:350px;
}

div#maincolpanda{
	background: transparent url(../images/mainpanda.png) no-repeat left;
	width:1000px;
	height:350px;
} 
div#left{
	width:260px;
	float:right;
	padding:40px 40px 0 40px;
}

div#left h1{
	color:#f79a17;
	text-shadow: 1px 1px 1px #000;
}

div#left h2{
	color:#e7e7e7;
	text-shadow: 1px 1px 1px #000;
}

div#left p {
	color:#787878;
	font-size:0.8em;
}

div.homebox{
	width:330px;
	background: transparent url(../images/box.png) no-repeat left;
	float:left;
	overflow:visible;
	margin-top:20px;
	position: relative;
}

div.boxtop{
	width:170px;
	height:100px;
	padding:20px 70px 20px 30px;
}


div.boxbottom{
	width:300px;
	height:60px;
	padding:20px;
}

div.homeboxleft{
	margin-left:-6px;
}

div.homebox h3{
	color:#5b5b5b;
	font-size:1.6em;
	text-shadow: 1px 1px 1px #fff;
}

div.homebox p{
	color:#f6f6f6;
	font-size:0.75em;
}

div.homebox p strong{
	color:#f79a17;
	font-size:1.2em;
	font-weight:normal;
}

div.homebox img{
	position: absolute;
	top: -25px;
	right:-10px;

}

div.homebox ul{
	color:#2a87ac;
	list-style:none;
	font-size:0.75em;
}

div.homebox ul li {
	background:transparent url(../images/star.png) no-repeat 0 5px;
	padding:0 0 0 14px;
}

div#top{
	width:1000px;
	height:12px;
	background:transparent url(../images/top.png) no-repeat top left;
	font-size: 1px;
	margin-top:10px;
}

div#innercontent{
	clear: left;
	width:1000px;
	background:transparent url(../images/bottomleft.png) no-repeat bottom left;

}

div#innercontent1{
	clear: left;
	width:1000px;
	height:auto;
	background:transparent url(../images/.png) no-repeat top left;	
	padding-top: 30px;
	overflow: hidden;
}

div#menu{
	width:190px;
	float:left;
	padding:0 15px;
	margin:-30px 0 10px 0;
}

div#col1{
	width:360px;
	float:left;
	padding:0 30px 0 0;
}

div#col1 h1{
	color:#f79a17;
	margin-bottom:10px;
	text-shadow: 1px 1px 1px #515252;
}

div#col1 a{
	color:#f79a17;
	text-shadow: 1px 1px 1px #000;
}

div#col1 h2{
	color:#f79a17;
	margin:10px 0;
	font-size:1em;
	text-shadow: 1px 1px 1px #515252;
}

div#col1 p {
	color:#515252;
	font-size:0.8em;
} 

div#col1 ul{
	color:#f79a17;
	font-size:0.8em;
	padding: 0 20px;
	
}

div#col1 li {
	color:#515252;
	margin: 10px 0;
}

div#col2 ul{
	color:#f79a17;
	font-size:1em;
	padding: 0 20px;
	
}

div#col2 li {
	color:#515252;
	margin: 10px 0;
} 

div#col1 img{
	margin:10px 0 0 0;
}

div#col2{
	width:340px;
	float:left;
	padding:0 15px 15px 0;
}

div#col2 h1{
	color:#f79a17;
	margin-bottom:10px;
	text-shadow: 1px 1px 1px #515252;
}

div#col2 h2{
	color:#f79a17;
	margin:10px 0;
	font-size:1em;
	text-shadow: 1px 1px 1px #515252;
}

div#col2 p {
	color:#515252;
	font-size:0.8em;
}

div#col2 img{
	margin:10px 0 0 0;
}
/* Footer 
------------------------------------------------------------------------------------------------- */

div#footer{
	width:1000px;
	height:100px;
	margin: auto;
	padding-top:20px;
}

div#footer img{
	float:left;
}

ul#nav1{
	list-style:none;
	margin-left:620px;
	
}
ul#nav1 li a {
	display: block;
	color: #a0a0a0;
	float:left;
	font-size: 0.8em;
	margin: 0 10px 0 0;
}

ul#bottomnav{
	list-style:none;
	margin-left:700px;
	
}
ul#bottomnav li a {
	display: block;
	color: #a0a0a0;
	float:left;
	font-size: 0.8em;
	margin: 0 10px 0 0;
}

div#footer p{
	color:#a0a0a0;
	margin-left:200px;
}

.logos{
	margin:10px 0 0 410px;
	float:right;
}

p.webdesign{
	margin: 0!important;
}

p.webdesign a{
	background: transparent url(../images/dmlogo.png) no-repeat left;
	width:185px;
	height:51px;
	float: left;
	text-indent: -300000px;
	margin:2px 0 0 8px;
}

/* Helper Styles 
------------------------------------------------------------------------------------------------- */	
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.highlight {
	font-weight: bold;
	color: #c90033;
}
	
.hide { display: none; }
	
.clear {
	clear: both;
}

.clearleft{
	clear: left;
}
	
.bold {
	font-weight: bold;
}

.date {
}
	
.error {
	color: red;
}
	
em { 
	font-style: italic;
}
