/********************
STYLES FOR THE GLOBAL RESETS
********************/

* { outline:none; margin:0; padding:0; }


/********************
GENERAL GLOBAL STYLES
********************/

body, html {
	width:90%;
	height:90%;
	padding-top:5%;
	padding-left:5%;
	
	font-family: Helvetica-Neue, Helvetica, Arial, sans-serif;
	font-size:10px;
	
	color:#808181;
}

p {
	margin-bottom:15px;
	color:#808181;
	font-size:10px;
	line-height:16px;
	font-weight:normal;
}

h1 {
	margin-bottom:20px;
	color:#000000;
	font-size:22px;
	line-height:32px;
	font-weight:normal;
	clear:both;
}


h2 {
	margin-bottom:20px;
	color:#4777A0;
	font-size:14px;
	line-height:20px;
	font-weight:normal;
}

h3 {
	margin-bottom:10px;
	color:#557cb0;
	font-size:14px;
	line-height:20px;
	font-weight:normal;
}

a:link, a:active, a:visited {
	text-decoration:none;
	color:#000000;
}


strong { font-weight:normal; color:#4777A0; }


#slideshow {
	display:none;
}

.header_right {
	display:none;
}

.button_contact {
	display:none;
}

#footer_wrap_outer {
	display:none;
}







/********************
SERVICES STYLES
********************/


.services_list, .services_list_first, .services_list_last {
	float:left;
	margin-bottom:10px;
	padding-top:10px;
	height: auto;
	
}

.services_list {
	width: 20%;
	padding-right:6%;
	
}

.services_list_first {
	width: 20%;
	padding-right:6%;
	clear:both;
}

.services_list_last {
	width: 20%;
}








/********************
CONTACT STYLES
********************/


#contact_wrap {
	background-image: url(../images/logo_print.png);
	background-repeat: no-repeat;
	background-position: right bottom;	
}

.emails, .emails a {
	margin-bottom:25px;
	color:#4777A0;
}
#contact_wrap p {
	margin-bottom:25px;
}

.phone_greg {
	font-size:16px;
	height: 25px;
	margin-top:10px;
	color:#000000;
	
}

.phone_stu { 
	font-size:16px;
	height: 25px;
	margin-top:10px;
	color:#000000;

}

.names {
	margin-bottom:3px;
}

.titles {
	height: auto;
}

.leftcol {
	width: 100%;
	height: auto;
}

.middlecol {
	display:none;
}

.rightcol {
	display:none;
}









