/********************************************
	Theme Name: Florida Atlantic University
	Theme URI: http://www.strategicpoints.com
	Description: Florida Atlantic University was created by StrategicPoints, LLC & BocaTek, LLC as part of the FAU Business Plan Contest. 
	Version: 1.0
	Author: StrategicPoints
	Author URI: http://www.strategicpoints.com
********************************************/
@charset "UTF-8";
/* CSS Document */

body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:auto;
	margin-right:auto;
	width:980px;
	background-image: url(/wp-content/themes/faubpc/images/gradient.jpg);
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:.8em;
	padding:0px;
	border-right:#CCC dotted 1px;	
        border-left:#CCC dotted 1px;
	}

#container {
	width:980px;
	background-color:#fff;
}

#top {
	background-color:#092550;
	height:120px;
}

.logo {
	float:left;
	padding-left:20px;
	padding-top:20px;
}

#menu {
	float:right;
	padding-top:0px;
}

#login {
	float:right;
	padding:10px;
	}

.logintext {
	color:#F2F2DF;
}

#infobar {
	background-color:#999;
	height:120px;
	width:250px;
	float:left;
}

#red {
	background-color:#900;
	height:20px;
}

#white {
	background-color:#fff;
	height:20px;
	border-left:#999 dotted 1px;
	border-right:#999 dotted 1px;
}

.image {
	float:right;
}

#services {
	float:left;
	width:250px;
	}

#about {
	float:right;
	width:729px;
	background-color:#fff;
	border-right:#CCC dotted 1px;
}

.about {
	padding:10px;
}

.fltlft {
	float:left;
	padding:10px;
}

.fltrt {
	float:right;
	padding:10px;
}

#footer {
	background-color:#092550;	
	height:90px;
	text-align:center;
}

#footermenu {
	background-color:#ccc;
	height:40px;
	width:980px;
	padding-top:10px;
}

.footer a:link {
	color:#333;
	text-decoration:none;
}

.footer a:visited {
	color:#333;
	text-decoration:none;
}

.footer a:hover {
	color:#333;
	text-decoration:underline;
}

.footer_copy {
	font-size:.8em;	
	color:#333;
	text-decoration:none;
}

.footer_copy a:visited {
	color:#333;
	text-decoration:none;
}


.footer_copy a:hover {
	color:#333;
	text-decoration:none;
}

.adams {
	margin-top:50px;
	padding-left:20px;
}

.redblock {
	list-style-image:url(/wp-content/themes/faubpc/images/square.gif);
}

.redblock a:hover {
	text-decoration:none;
}

ul.menu {
	width:460px;
	position:relative;
	display:block;
	float:right;
	height:18px;
	font-size:1em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	}

ul.menu li {
	display:block;
	float:right;
	margin:0px;
	padding:0px;
}

ul.menu li a {
	float:left;
	color:#F2F2DF; /*Typo color*/
	text-decoration:none;
	height:18px;
	padding:0px 15px;
	font-weight:normal;
}

ul.menu li a:hover,.current {
	color:#fff;
	/*text-decoration:underline;*/
}

ul.menu .current a {
	color:#fff;
	}

.white {
	color:white;
}

.white a:hover {
	color:white;
}

.underlined { text-decoration: underline; color: white;}
.noline { text-decoration: none; color: white;}
.atext { color: white; text-decoration: none; }
.atext a { color: white; }
.atext a:visited { color: white; }