﻿.basic  {
	width: 100%;
	font-family: verdana;
	border: 1px solid #ddd;
	margin-top:20px;
}

.basic div {
	background-color: #eee;
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-size: 10px;
	margin: 0px;
}
.basic a.accordionTab {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: white;
	background-color: #00a0c6;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
	
	background-image: url("../images/AccordionTab0.gif");
}
.basic a.accordionTab:hover {
	background-color: white;
	background-image: url("../images/AccordionTab2.gif");
}
.basic a.selected {
	color: black;
	background-color: #80cfe2;
	background-image: url("../images/AccordionTab2.gif");
}

.tabContainer {	
	padding:10px;
}

.tabContainer a {
	color:#486C8C;
}

/********************
CONTACT STYLES
********************/

h2.contact_title {
	width: auto;
	height: 30px;
	clear:both;
}

.middlecol {
	width: 225px;
	padding-right:0px;
}

#contact_wrap p {
	margin-bottom:20px;
	line-height:17px;
	color:#686B6E;
}

.phone_greg {
	width: 225px;
	margin-bottom:2px;
	margin-top:4px;
	font-size:15px;
	color:#FFF;
	
}

.phone_stu {
	width: 225px;
	margin-bottom:2px;
	margin-top:4px;
	font-size:15px;
	color:#FFF;

}

.names {
	width: 225px;
	height: auto;
	margin-bottom:3px;
	font-size:12px;
}

.titles {
	width: 225px;
	height: auto;
	font-size:12px;
}

.emails {
	width: 225px;
	height: auto;
	margin-bottom:20px;
	font-size:12px;
}

.emails a {
	color:#486C8C;
}

.emails a:hover {
	color:#FFF;
	text-decoration:none;
}

.label {
	font-size: 10px;
	width: 200px;
	height: 16px;
	font-weight:normal;
	color:#486C8C;
}

.text_field {
	width: 200px;
	height: 20px;
	margin-top:3px;
	margin-bottom:9px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #0a0a0a;
	background-color: #F4F6EA;
	padding: 2px;
	border:1px solid #dddddd;
}

.text_area {
	width: 440px;
	height: 225px;
	margin-top:3px;
	margin-bottom:10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #0a0a0a;
	background-color: #F4F6EA;
	padding: 2px;
	border:1px solid #dddddd;
}

.formHighlight {
	background-color: #171b26;
}

.send_button {
	background:url(images/submit.png);
	width:110px;
	height:30px;
	margin:0px;
}

#success, #failure, #bademail, #badserver {
	width:320px;
	height:29px;
	line-height:29px;
	position: absolute;
	clear:both;
	margin-top:0px;
}

#failure, #bademail, #badserver {
	background-image: url(../images/icon_failed.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color:#070a0f;
	text-indent:22px;
	z-index:10;

	
	
}

#success {
	background-image: url(../images/icon_success.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color:#070a0f;
	text-indent:22px;
	z-index:100;

	
}

.required { color:#612D54; }

