/*
Type:		CSS
Web site:	www.imtme.com
Cpoyright:	(c) 2007 Axon Design and Marketing
Created by:	Ben Thomas
Created on:	04/19/2007
Updated:	04/19/2007 


*********************************************************************
* Font/ Typography Styles    *
*********************************************************************
*/


p {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
    line-height: 1.2em;
}


h3 {
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	color: #7A68AE;
}

h4 {
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	color: #7A68AE;
}


a:link { 
        color: #4B3F6E;
        text-decoration: none;

}

a:visited { 
        color: #4B3F6E;
        text-decoration: none;

}

a:active {
        text-decoration: none
}


a:hover {
        text-decoration: underline; 
        color: #4E3D5C;
}




/*
*********************************************************************
* Page Layout/ Element Styles    *
*********************************************************************
*/

ul {
        padding-bottom: 14px;
}

.footer {
	font-family: helvetica, arial, sans-serif;
	font-size: 10px;
	color: #7A68AE;
        padding-left: 210px;
        padding-top: 100px;
        padding-bottom: 20px;    
}

.pagebox {
	width: 360px;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	padding-top: 4px;
	padding-left: 18px;
}

.ourteam {
	width: 340px;
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
    padding-top: 40px;
	padding-left: 18px;

}


.homepageimg img {
    margin-left: 18px;
    padding-top: 7px;
}

