/*newMarketing CSS*/

html,body { 
   margin:0px; 
   padding:0px; 
   height: 100%; /*this is important otherwise div will not centre n some browsers */    
} 

p{
	font: 0.75em Arial, Helvetica, sans-serif;
	color: #4D4D4D;
	list-style: square;
	margin: 0 0 10px 0;
	line-height: 15px;
}

ul{
	font: 0.75em Arial, Helvetica, sans-serif;
	color: #4D4D4D;
	list-style: square;
}

a{
	font-weight: bold;
	color: #435920;
	text-decoration: none;
}

a:hover{
	color: #B5CF7E;
}

#container { 
   position: absolute; 
   left: 50%; 
   top: 50%; 
   width:760px; 
   height:416px; 
   margin-top: -208px; /* make this half your div height */ 
   margin-left: -380px; /* make this half your div width */ 
   color: #000000;     
} 

#container2 {
	position: absolute; 
   left: 0; 
   top: 30px; 
   width:756px; 
   height:510px; 
	border: 2px solid #4D4D4D;
}

.homepic {
	background: url(images/home-pic.jpg) no-repeat 10px 35px;
}

#tabs {
	position: absolute; 
   right: 0; 
   top: 0; 
   width:760px; 
   height:27px; 
	text-align: right;
}

#home {
	position: absolute; 
   left: 0; 
   top:12px;
}

#logo {
	position: absolute; 
   left: 7px; 
   top: 15px; 
}

#homehdr {
	position: absolute; 
   right: 15px; 
   top: 30px; 
}

#pagehdr {
	position: absolute; 
   right: 15px; 
   top: 18px; 
}

#content{
	position: absolute;
	width: 500px;
	height: 220px;
	left: 22px;
	top: 87px;
}

#homehdr p, #pagehdr p{
	margin: 0;
	padding: 0;
	font: 29px Arial, Helvetica, sans-serif;
	color: #4D4D4D;
}

#homesubhdr {
	position: absolute; 
   right: 15px; 
   top: 70px; 
	text-align: right;
}

#homesubhdr p{
	margin: 0;
	padding: 0;
	font: 15px Arial, Helvetica, sans-serif;
	color: #4D4D4D;
	line-height: 20px;
}

#navcont {
	position: absolute; 
   left: 0; 
   bottom: 0; 
	width: 756px;
}

#navcont img{
	margin: 0;
	padding: 0;
	display: block;
}

#btn1{
	position: absolute;
	bottom: 3px;
	left: 4px;
}

#btn2{
	position: absolute;
	bottom: 3px;
	left: 154px;
}

#btn3{
	position: absolute;
	bottom: 3px;
	left: 304px;
}

#btn4{
	position: absolute;
	bottom: 3px;
	left: 454px;
}

#btn5{
	position: absolute;
	bottom: 3px;
	left: 604px;
}

#pagepic{
	position: absolute;
	bottom: 69px;
	right: 0;
}

#footer{
	position: absolute;
	bottom: -30px;
	left: 50px;
}






