/************************************************************************/
/* Gonuke.org Main CSS File												*/
/* Colors 																*/
/* Nav: #194824															*/
/* yellow: #FFC528														*/
/* light-yellow: #FFE18F 											    */
/* blue: #3C49BF														*/
/* Grey text: #7e7c7c
		*/
/************************************************************************/

body{
	padding: 0px;
	margin: 0px;
	line-height: 1.13em;
	font-size: 100%;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	background-color: #ffc629;
}

#wrapper {
	width: 924px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	background-color: #ffffff;
	border: 18px solid #ffffff;
}

/* HEADER */
#header {
	width: 924px;
	height: 389px;
	background-image: url(../images/header_background.jpg);
	background-repeat: repeat;
}

#header_title {
	width: 924px;
	height:122px;
}

#header_nav {
	float:left;
	margin-left: 17px;
	margin-top: 30px;
}

#header_nav a {
	display:block;
	margin-bottom: 5px;
	color: #ffffff;
	font-size: 1.15em;
	font-weight: normal;
	text-decoration: none;
	padding-right:10px;
	padding-left: 5px;
	text-shadow: 1px 1px 4px black;
}

#header_title h1 {
	color: #FFC528;
	font-family: inherit;
	font-weight: normal;
	font-size: 2.00em;
	line-height: 1.15em;
	text-shadow: 1px 1px 7px black;
	width: 500px;
	margin-left: 65px;
	margin-right: 0px;
	margin-top:20px;
	margin-bottom: 5px;
	display:block;
	float:left;
	clear:none;
}

#header_logos {
	width: 200px;
	margin-top: 15px;
	float: right;
	clear: none;
}

/* NAVBAR */

#top_nav_bar {
	width: 100%;
	clear: left;
	float: left;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#top_nav_bar li {
	padding: 0px;
	margin: 0px;
	position: relative;
	text-align:center;
	float: left;
	width: auto;
}

#top_nav_bar li a {
	float: none;
	clear: none;
	display: block;
	border-right-color: #FFC528;
	border-right-width: 1px;
	border-right-style: solid;
	margin: 0px;
	padding-top: 5px;
	height: 42px;
	text-align: center;
	text-decoration: none;
	background-color: #194824;
}

#top_nav_bar li a p {
	clear: both;
	padding: 0px;
	margin: 0px;
}
/* NAVBAR DROPDOWNS   */

#top_nav_bar ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	position: absolute;
	top:47px;
	left: -9999;
	display: none;
	z-index: 5000;
	box-shadow: 2px 2px 8px black;
}

#top_nav_bar li:hover ul{
	left:0;
	display: block;
	position: absolute;
	min-width: 200px;
}

#top_nav_bar ul li {
	background-color: #FFC528;
	float: left;
	width: 100%;
}

#top_nav_bar ul li a {
	width: 100%;
	height: 25px;
	border-right-style: none;
	border-top-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top:5px;
	font-size: 0.75em;
	font-weight: bold;
	text-align: center;
	float: left;
	text-decoration: none;
	color: #000000;
	background-color: #FFC528;
}

#top_nav_bar ul li a:hover.nav_title {
	background-color: #FFE18F;
}

.nav_title {
	font-size: 0.85em;
	text-decoration: none;
	color: white;
}

.nav_sub {
	font-size: 0.65em;
	color: #FFC528;
	text-decoration: none;
}

/* CONTENT */

#content {
	width: 924px;
	min-height: 500px;
	background-color: #ffffff;
	float:left;
	clear:both;
}

#content .link {
	color: #3C49BF;
}

#content p {
	color: #7e7c7c;
	clear: left;
	line-height: 1.45em;
}

#content p a {
	color: #3C49BF;
}
#content p .blue_text {
	color: #3C49BF;
	font-weight: bold;	
}

#content .event {
	width: 100%;
	padding-bottom: 15px;
	border-bottom: 2px dotted #ffc629;
	float: left;
	clear: left;
}
#content h2{
	color: #3C49BF;
}

#content h2 a{
	color: #3C49BF;
}

#content dl {
	float:left;
	clear:left;
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
}

#content #marketing_images img {
	margin: 30px;
	border: 0px;
}
#content .event h2 {
	font-size: 1.15em;
}

#content .event dt {
	margin: 0px;
	padding: 0px;
	text-align: right;
	color: #3C49BF;
	font-size: 0.85em;
	font-weight: bold;
	width: 125px;
	float: left;
	clear:left;
}

#content .event dd {
	font-size: 0.85em;
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
	width: 425px;
	float:left;
	clear: none;
}

#content .event p {
	font-size: 0.75em;
}

#content .list {
	color: #7e7c7c;
}

#content .list li {
	margin-top: 5px;
}

#content .list .blue_bullet p {
	font-weight: normal;
}

#content .list li.blue_bullet {
	color: #3C49BF;
	font-weight: bold;
}

/* PAGE TITLE */

#content #page_title {
	width: 924px;
	height:84px;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	background-image: url(../images/title_bar.jpg);
	clear: both;
}

#content #page_title h2 {
	color: #FFC528;
	display: block;
	width: 924px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 0px;
	font-size: 1.75em;
	font-weight: normal;
	float:left;
	clear:none;
	text-shadow: 1px 1px 7px black;
}
#content #page_title ul {
	list-style: none;
	margin: 0px;
	margin-top: 30px;
	padding: 0px;
	width: 500px;
	float: left;
}

#content #page_title li {
	float:left;
	clear:none;
}

#content #page_title li a {
	color: #ffffff;
	font-size: 1.00em;
	text-decoration: none;
	margin-top: 25px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid white;
}

#content #page_title #blackboard {
	float: right;
	color: #ffffff;
	font-size: 1.00em;
	margin-top: 30px;
	padding-right: 10px;
}

#content #page_title #user_nav {
	float:left;
	clear:left;
	width: 100%;
}

#content #page_title #user_nav p {
	float:left;
	width:275px;
	margin: 0px;
	margin-top: 15px;
	margin-left: 5px;
	padding: 0px;
	color: #FFC528;
}

#content #page_title #user_nav ul {
	float:right;
	width: auto;
	margin: 0px;
	margin-top: 15px;
	padding: 0px;
	color: #FFC528;
}

#content #page_title #user_nav li a {
	background: #FFC528;
	color: #000000;
	border-right: 1px solid black;
}

#content #page_title #user_nav li a:hover {
	background: #000000;
	color: #FFC528;
	text-decoration: none;
	border-right: 1px solid black;
}


#content .required {
	color: #ff0000;
	font-weight: bold;
}
/* Content Box Menus */

#content .section {
	width: 215px;
	float: left;
	clear: none;
	margin-left: 7px;
	margin-right: 6px;
	margin-bottom: 20px;
}

#content .section h4 {
	margin-top: 2px;
	margin-bottom: 2px;
	color: #7e7c7c;
	font-weight: bold;
	font-size: .95em;
	width: 195px;
}

#content .section p {
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: .80em;
}
#content .section .section_box {
	border: #3C49BF solid 1px;
	width: 195px;
	height: 150px;
	float: left;
	position: relative;
}

#content .section .section_box .section_box_button {
	position: absolute;
	top: 112px;
	left: 125px;
	width: 150px;
}

/* Gallery */

#gallery {
	clear: left;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 900px;
}

.gallery_image {
	height: 165px;
	text-align: center;
	width: 175px;
	clear: none;
	float: left;
}

.gallery_image img {
	border-color: #5a5a5a;
	border-width: 1px;
	border-style: solid;
}

/* Pagination */

.pagination  {
	text-align: center;
}

.pagination a {
	color: #22548f;
}

/* Team Photos */

.staff_photo {
	width: 250px;
	min-height: 300px;
	float:left;
	margin-bottom: 10px;
}

.staff_photo h4 {
	color:#3C49BF;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 100%;
	display:block;
	clear:left;
	
}

.staff_photo img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	border: 1px solid #22548f;
}
/* homepage layout */
#content .col1 {
	width: 209px;
	margin-left: 10px;
	margin-right: 10px;
	min-height: 400px;
	float:left;
	clear:none;
	font-size: 0.85em;
	line-height: 1.65em;
}
#content .border_right {
	border-right: 2px dotted #FFC528;
}
#content .col1_list{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#content .col1_list li {
	color: #7e7c7c;
}

#content .col1_list li a{
	color: #7e7c7c;
	text-decoration: none;
}

#content .col1_list li ul {
	margin: 0px;
	padding-left: 15px;
}

#content .col2 {
	width: 452px;
	margin: 0px;
	margin-left:8px;
	padding: 0px;
	float:left;;
	clear:none;
}

#content .col2 img {
	margin: 5px;
}

#content .col2 h2 {
	font-size: 1.235em;
	line-height: 1.45em;
}
#content h3 {
	color: #3C49BF;
	width: 85%;
	font-size: 1.15em;
	margin-top: 5px;
	padding-bottom: 2px;
	margin-bottom: 3px;
	border-bottom: 1px solid #3C49BF;
}
/* FOOTER */

#footer {
	width: 960px;
	color: #3C49BF;
	font-size: 0.65em;
	line-height: 1.25em;
	font-weight: bold;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

#footer address {
	font-style: normal;
}

#footer p {
	width: 200px;
	float:right;
	text-align: right;
	clear:none;
}

/************************************************************************/
/* Table Styles */
/***********************************************************************/
.display_table {
	margin-top: 2px;
	margin-bottom: 10px;
	border-spacing: 0px 0px;
	border-color: #c5c5c5;
	border-width: 1px;
	border-style: solid;
	width: 98%;
	-moz-border: 5px;
	border-radius: 5px
}

.display_table thead th {
	border-right-color: white;
	border-right-width: 1px;
	border-right-style: dashed;
	font-style: normal;
	font-weight: normal;
	font-size: 0.95em;
	line-height: 1.65em;
	color: white;
	background: transparent;
	background-color: #194824;
}

.display_table thead th.last {
	border-right-color: none;
	border-right-width: 0px;
	border-right-style: dashed;
}

.display_table tbody td.last {
	border-right-color: none;
	border-right-width: 0px;
	border-right-style: none;
}

.display_table tbody td {
	padding-left: 4px;
	border-right-color: #f4f4f4;
	border-right-width: 1px;
	border-right-style: dashed;
	height: 40px;
	min-height: 40px;
	border-bottom-color: #c5c5c5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	line-height: 1.45em;
	font-size: 0.75em;
}

.display_table tbody tr:hover {
	background-color: #f7f7f7;
	cursor: pointer;
}

.display_table tbody tr.alt_row {
	background-color: #FFE18F;
}

.display_table tbody tr.alt_row:hover {
	background-color: #f7f7f7;
	cursor: pointer;
}

.display_table .display_table_last td {
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: transparent;
}

.display_table tr:last-child td{
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: transparent;
}
/************************************************************************/
/* Button Styles */
/***********************************************************************/
.button_small {
	font-size: 0.70em;
}

.button_reg {
	clear: none;
	float: none;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 0.85em;
}
/* jQuery UI rewrites    */
.ui-dialog-titlebar, .ui-dialog-content,.ui-dialog-buttonpane {
	font-size: 65%;
}

.ui-datepicker {
	font-size: 63%;
}

.display_table .last {
	border-right-width: 0px;
	border-right-style: none;
}