/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	margin: 0px;
}
a {
	color: #A1A264;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* layout boxes */

#top {
	width: 785px;
	background-image: url(images/bg-top.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	height: 20px;
}
#wrap {
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px auto;
	padding: 0px;
	width: 785px;
}
#header {
	padding: 0px;
	width: 755px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
#container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	margin: 0px auto;
	padding: 0px;
	clear: both;
	width: 755px;
	text-align: center;
}
#content {
	padding: 0px;
	width: 755px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#mainContent {
	font-size: 0.9em;
	background-color: #ffffff;
	margin: 0px;
	width: 509px;
	padding: 0px 10px 0px 20px;
	float: left;
	line-height: 1.2em;
}
#secondaryContent {
	font-size: .9em;
	margin: 0px;
	width: 203px;
	padding: 0px;
	float: left;
	line-height: 1.2em;
}
#secondaryContent-home {
	font-size: .9em;
	margin: 0px;
	width: 203px;
	padding: 80px 0px 0px;
	float: left;
	line-height: 1.2em;
	background-image: url(images/feature-divider.gif);
	background-repeat: no-repeat;
	background-position: center 10px;
}
#mainContent p {
	margin-right: 10px;
	margin-left: 3px;
	line-height: 1.3em;
}
#secondaryContent p, #secondaryContent-home p {
	margin-right: 10px;
	margin-left: 10px;
}

/*-- nav-bar --*/

#mainNav {
	width: 755px;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #A1A264;
}
#mainNav ul{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 755px;
	list-style-type: none;
	background-image: url(images/navBGround.gif);
	background-repeat: repeat-x;
}
#mainNav li{
	float: left;
	vertical-align: middle;
}
#mainNav a{
	line-height: 2em;
	color: #000000;
	text-decoration: none;
	float: left;
	display: block;
	padding-top: 4px;
	padding-right: 0.4em;
	padding-bottom: 4px;
	padding-left: 0.5em;
	background-image: url(images/navDivider.gif);
	background-repeat: repeat-y;
	background-position: left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: .7em;
	margin: 0px;
}
#mainNav ul .first a{
	background: none;
	padding-left: 20px;
}
#mainNav ul .first a:hover{
	background: none;
	text-decoration: none;
	color: #A1A264;
}
#mainNav a:hover {
	text-decoration: none;
	color: #A1A264;
}

#bottom {
	width: 785px;
	background-image: url(images/bg-bottom.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 20px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #999999;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 8px;
	padding-bottom: 10px;	
}
#footer a {
	color: #999999;
	text-decoration: underline;
}
#footer a:hover {
	color: #000066;
	text-decoration: none;
}
.break {
	clear: both;
}
.headline {
	color: #FFFFFF;
	background-image: url(images/headline-background.gif);
	background-repeat: repeat-y;
	width: 500px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 10px;
	margin: 10px 0px 0px;
	display: block;
}
.image-border {
	border: 2px solid #000000;
}
#fsu-schedule {
	margin-top: 20px;
}
#fsu-schedule table{
	font-family: Georgia, "Times New Roman", Times, serif;
	border-collapse:collapse;
}
#fsu-schedule th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color:#A1A264;
	text-align: left;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 4px;
}
#fsu-schedule tr {
	border: 1px solid #00402F;
}
#fsu-schedule tr a {
	color: #000000;
}
#fsu-schedule tr.odd {
	background-color: #DBDBC3;
}
#fsu-schedule td {
	border: 1px dotted #00402F;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 4px;
}

#fourpoints {
	padding:15px;
	border: 2px;
	border-style: solid;
	border-color: #A1A264;
}
