/* @override http://cpmdashboard.com/css/styles.css */

/* CSS Document */

*{
	margin:0;
	padding:0;
}
body{
   background: #EDE9D9 url(/images/bg_main_top.gif) repeat-x;
   font-family: "Trebuchet MS", Trebuchet, helvetica, sans-serif;
   font-size: small;
   
}

a{

}

#container {
	position:relative;
	
	height:100%;	
	left:-10px;
	width:101%;
                    
}

#container #container-inner {
   width: 900px;
   margin: 0px auto ;
   padding:0 0 50px;
}

  img {
  outline:none;
  border:none;
  }
/***************midlle content area  ***************************/


img:hover{
	text-decoration:none;
	}

/***************footer content area  ***************************/
#container #footer{
	background-color:#C3BEA4;
	width:100%;
    height:30px;
    padding-top:20px;
    padding-bottom:16px;
}

#footer_spacer{
                      margin: 5px auto;
	width:850px;
                     padding-left: 55px;
}

#footer p{
   text-align: center;
}

#footer a{
   color: #2d2c27;
}

#footer a:hover{
   text-decoration: none;
}

/**************quicklinks area ********************************/
#quicklinks{
   clear: both;
   height: 300px;
   padding:147px 0 0;
   background: url(/images/bg_logo1.gif) no-repeat center top;

}


#quicklinks h3{
   width: 215px;
   font-size: 18px;
   font-family: "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
   list-style: none;
   text-transform: lowercase;
   text-align:center;
   color:#a1b659;
   height:auto;
   margin: 0 auto;
}

#quicklinks h3 a{
   display: block;
   color:#a1b659;
   text-decoration: none;
   font-size:22px;
   height:100%;
   padding-top:175px;
   background: url(/images/bg_ql_1.gif) no-repeat center top;
  }

#quicklinks h3 a:hover{
	text-decoration: underline;
}

#quicklinks h3 a:hover{
   background: url(/images/bg_ql_1b.gif) no-repeat center top;
}


/**************basecamp area ********************************/




#basecamp{
	width:200px;
	margin: 0 auto;
	padding: 20px;
	background: url(/images/bg_bottom_left.gif) no-repeat;
}

#basecamp h3{
    text-decoration:none;
	font-size:18px;
}

#basecamp h3 a{
   background: url(/images/bg_bc.png) no-repeat center 2px;
   padding-top: 102px;
   color:#2D2C27;
   display: block;
   font-weight: bold;
   text-decoration: none;
   text-align: center;
}

#basecamp h3 a:hover{
   text-decoration: underline;
}


/*****************container inner middle right ***********/


#container-inner-middle-right{
	position:relative;
	top:55px;
	right:-105px;
	float:left;
	padding-top:10px;
	width:400px;
	vertical-align:middle;
	}
h4{
	color:#a1b659;
	float: left;
    text-decoration:none;
	font-size:18px;
	font-weight:200;
                     line-height:2;
	}
h1{
	font-size:14px;
                     font-weight:normal;
                     color:#303030;
                     line-height: 1.5;
	}
#phone{
	color:#a1b659;
                     font-weight:normal;
	}


