/*-----------------------------------------------------------------------------------------------------------------------
  [SUB PAGE STYLESHEET]
  
  Project:		Contact Us
  URL:			northlandcollege.edu/contact
  Version:		1.0
  Last Change:	06/11/08 [ created ]
  Copyright:	(c)2005-2008 Northland College. All Rights Reserved.
-----------------------------------------------------------------------------------------------------------------------*/	


/*-------------------------------------------------------------
	TABLE OF CONTENTS
---------------------------------------------------------------
	00. LAYOUT
	01. PAGE HEADERS
	02. TITLE
	03. TITLE
	04. TITLE
    05. TITLE
---------------------------------------------------------------*/


/*-------------------------------------------------------------
	00. PAGE HEADERS
---------------------------------------------------------------*/


/* =SUB PAGES - Headers/Typography ***********************************************/
#campus-contact {
	overflow: auto;
	width: 100%;
	position: relative;
	/*z-index: 9998;*/
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:10px;
	padding-bottom:20px;	
	background-color:#FFF;
	background-color: transparent;
	background-image: url(/001_Global/images/bg/divider-hatch.gif);
	background-repeat: no-repeat;
	background-position: center bottom;}
img.campus {
	float:left;
	background:#eee;
	padding:10px;
	margin-top: 0;
	margin-right:25px;
	margin-bottom: 0px;
	margin-left: 0;}


#campus-contact .leftcol {
	float:left;
	padding-left:5px;}
#campus-contact .rightcol {
	float:right;
	padding:15px;
	margin-top: 0;
	margin-right:0px;
	margin-bottom: 0px;
	margin-left: 0;
	border: 3px solid #EEE;}


.google-map {
	text-align:center;
	font-size: 11px;
	float:right;
	width:130px;
	height:100px;
	margin-top:0px;
	margin-right: 0px;
	margin-bottom:5px;
	margin-left: 0px;}
.campus-map {
	text-align:center;
	font-size: 11px;
	float:right;
	width:130px;
	height:100px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom:5px;
	margin-left: 0px;}


.red-alert {
	text-align:center;
	font-size: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #C00;
	text-decoration: none;
	padding: 5px;
	margin-top:0px;
	margin-bottom: 5px;
}
.green-success {
	text-align:left;
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #390;
	text-decoration: none;
	padding: 5px;
	margin-top: 5px;
	margin-bottom:100px;
}