a:link {color: #009;} 
a:active {color: #00C;}
a:visited {color: #006;} 
a:hover {color: #00C;}
a img {border: none;}
/*********************************************** HTML TAGS ***************************************/

h1 {
	font-size: 100%;
	color: #FFF;
	margin: 0 auto;
	font-weight: normal;
	height: 110px;
	width: 960px;
	background: url(../images/format/h1_bg.jpg) no-repeat top right;
}
h1 a:link,
h1 a:visited,
h1 a:active {
	background: url(../images/logos/gee.jpg) no-repeat 0 -110px;
	height: 110px;
	display: block;
}
h1 a:hover,
h1 a:focus {
	background: url(../images/logos/gee.jpg) no-repeat 0 0;
	height: 110px;
	display: block;
}
h1 a span {
	position: absolute;
	left: -10000px;
}
h2 {
	color: #000;
	border-bottom: 3px solid #CCC;
	margin: 0 0 5px 0;
	clear: both;
	line-height: 1.4em;
	font-size: 140%;
	padding: 0;
}
h3 {
	font-size: 140%;
	margin: 5px 10px 0px 10px;
	font-weight: bold;
}
h4 {
	margin: 0px 10px 10px 10px;
	font-weight: bold;
	font-size: x-small;
	color: #333;
}

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: small;
	color: #000;
	padding: 0px;
	margin: 0px;
	clear: both;
	background-color: #1D2939;
	text-align: center;
}
p {
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
blockquote {
	border: solid #CCC 1px;
	padding: 5px;
	background-color: #EEE;

}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
	border-collapse: collapse;
}
th {
	color: #FFF;
	background-color: #666;
	padding: 3px;
}
th a:link,
th a:visited,
th a:active,
th a:hover,
th a:focus {
	color: #FFF;
}

td {
	background-color: #FFF;
	padding: 3px;
}

td.numeric,
th.numeric {
	text-align: right;
}
dt {
	margin: 10px 10px 5px 10px;
	font-weight: bold;
}
dd {
	margin: 5px 10px;
}
.content ul, ol {
	margin-top: 5px;
	line-height: 1.4em;
}
/*********************************** HEADER **************************************/
.header{
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: #333 url(../images/format/header_bg.jpg) repeat-x top left;
	width: 100%;
	height: 135px;
}
.nav {
	width: 100%;
	height: 26px;
	background: url(../images/format/nav_bg.jpg) repeat-x 0 -174px;
	padding: 5px 0;
	text-align: center;
}
.nav ul {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	height: 26px;
}
.nav li {
	float: left;
	position: relative;
	z-index: 99;
	list-style: none;
}
.nav li a:link,
.nav li a:visited,
.nav li a:active {
	height: 16px;
	padding: 5px 10px;
	font-weight: bold;
	background: url(../images/format/nav_bg.jpg) repeat-x 0 -174px;
	color: #FFF;
	text-decoration: none;
}
.nav li a:hover,
.nav li a:focus {
	height: 16px;
	padding: 5px 10px;
	font-weight: bold;
	background: url(../images/format/nav_bg.jpg) repeat-x 0 0;
	color: #FFF;
	text-decoration: none;
}

.nav li a span {
	position: absolute;
	left: -10000px;
}
.nav .active {
	background-position: right -52px;
}
#search{
	font-size: 80%;
	float: right;
	margin: 0 5px 0 0;
	padding: 18px 0 13px 0;
}
.cse-overlay {
	z-index: 101; /*show on top of navigation */
}
.cse-overlay-bg {
	z-index: 100;
}

/****************** BODY *****************/
.wrapper {
	margin: 1px 0 0 0;
	background-color: #FFF;
	width: 100%;
}
.wrapper_inner {
	width: 980px;
	margin: 0 auto;
}
.content {
	width: 960px;
	padding: 0;
	margin: 5px 0 0 0;
	float: left;
	clear: none;
	background: #FFF;
}
.main {
	width: 660px;
	margin: 5px 0 0 0;
	height: auto;
	padding: 0;
	text-align: left;
	float: left;
}
.content p {
	padding: 0 10px 10px 10px;
	line-height: 1.4em;
	font-family: 
}
.section {
	clear: both;
	padding: 25px 0 0 0;
	background: url(../images/format/divider_star_and_lines.gif) no-repeat top center;
}
.subsection {
	border-bottom: solid 1px #666;
	padding-top: 5px;
	padding-bottom: 10px;
}
.subsection p {
	text-align: left;
	padding: 0px 10px 10px 10px;
	line-height: 1.4em;
}
.headline {
	background: url(../images/icons/icon_headline.jpg) no-repeat top left;
	padding: 0 0 0 20px;
	margin: 10px 10px 5px 10px;
}
.column {
	width: 320px;
	padding: 0 5px;
	margin: 10px 0 0 0;
	overflow: hidden;
	float: left;
}
.column_half {
	width: 310px;
	padding: 0 10px;
	margin: 10px 0 0 0;
	overflow: hidden;
	float: left;
}
.column_double {
	width: 440px;
	padding: 0;
	margin: 10px 0 0 0;
	overflow: hidden;
	float: left;
}
.column h2 {
	margin: 5px 5px 5px 0;
}
.column h3 {
	margin: 5px 10px 5px 5px;
	padding: 0;
}
.column h3 img {
	border: 0;
}
.column h3 a {
	text-decoration: none;
}
.column p {
	margin: 5px;
	padding: 0;
}

.academic h3 {
	color: #FFF;
	margin: 5px 0;
	padding: 3px 5px;
	background: #1D2939;
	text-align: center;
}
.community h3 {
	color: #FFF;
	margin: 5px 0;
	padding: 3px 5px;
	background: #344865;
	text-align: center;
}
.sidebar {
	float: left;
	width: 290px;
	margin: 5px 0 5px 10px;
	text-align: left;
}
.sidebar .calendar,
.sidebar .news,
.sidebar .feature {
	width: 270px;
	border: 1px solid #CCC;
	margin: 0 0 10px 0;
	padding: 10px 10px 60px 10px;
}
.sidebar .calendar {
	background: #F0F0F0 url(../images/format/sidebar_calendar_bg.jpg) no-repeat bottom center;
}
.sidebar .news {
	background: #F0F0F0 url(../images/format/sidebar_news_bg.jpg) no-repeat bottom center;
}
.sidebar .feature {
	background: #F0F0F0;	
}
.calendar h3 {
	color: #FFF;
	margin: 0 0 5px 0;
	padding: 3px 5px;
	background: #B6CA20;
	text-align: center;
}
.news h3 {
	color: #FFF;
	margin: 0 0 5px 0;
	padding: 3px 5px;
	background: #7EB668;
	text-align: center;
}
.school_image {
	float: right;
	margin: 10px;
}
.content .contact_info {
	float: left;
	width: 435px;
	margin: 10px 10px 0 0;
}
.content .contact_form {
	float: left;
	width: 365px;
}
.content .gee_contact_info {
	float: left;
	margin: 0 15px;
	width: 30%;
}
/***************************** ACCORDION *****************************/
.accordion {
	border: 1px solid #CCC;
	margin: 5px 0 15px 0;
}
.accordion h3 {
	background: #7F0020;
	color: #FFF;
	margin: 0 0 1px 0;
	padding: 3px 5px;
}
/***************************** BREADCRUMB *****************************/
.breadcrumb {
	font-weight: bold;
	margin: 10px 0;
}
/***************************** LOGIN *****************************/
#form_login {
	background: #333;
	color: #FFF;
	padding: 10px;
	text-align: center;
	margin: 0;
	clear: both;
}
#form_login a:link,
#form_login a:visited,
#form_login a:active {
	color: #EEE;
}
#form_login a:hover,
#form_login a:focus {
	color: #FFF;
}

/**************************** LINKS ******************************/
.link_add {
	background: url(../images/icons/add.gif) no-repeat left center;
	padding: 0 0 0 20px;
}
.link_edit {
	background: url(../images/icons/edit.gif) no-repeat left center;
	padding: 0 0 0 20px;
}
.link_delete {
	background: url(../images/icons/delete.gif) no-repeat left center;
	padding: 0 0 0 20px;
}
.link_pdf {
	background: url(../images/icons/pdf.png) no-repeat left center;
	padding: 0 0 0 20px;
}
.link_word {
	background: url(../images/icons/word.png) no-repeat left center;
	padding: 0 0 0 20px;
}

/**************************** LISTS ******************************/
.inline_list {
	margin: 0 5px 0 5px;
	padding: 0; 
}
.inline_list li {
	display: inline;
	padding: 0 5px 0 5px;
	border-right: solid 1px #EEE;
}	
/**************************** EVENTS ******************************/
#events {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: small;
	border-collapse: collapse;
}
#events caption {
	text-align: left;
	font-weight: bold;
	font-size: 85%;
	color: #346BC5;
	background-color: #DFE8F7;
	padding: 5px;
}
#events td {
	vertical-align: top;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	border-bottom: solid 1px #EFEFEF;
	padding: 4px 2px;
}
.alternate_row td, .alternate_row th {
	background-color: #EEE;
}

p.event_home {
	margin: 5px;
}

#events  h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	vertical-align: top;
	background-color: #346BC5;
	width: 100%;
	height: 15px;
	margin: 0;
	padding: 5px 0;
}
.events_month {
	font-size: 140% !important;
	background: #003;
	color: #FFF;
}

/***************************** SIDEBAR *********************************/
#sidebar{
	width: 300px;
	margin: 0;
	padding: 0;
	float: right;
	clear: none;
	background: url(../images/format/sidebar_bg.jpg) no-repeat top left;
	min-height: 300px;
}
#sidebar .section {
	background: #FFF;
	margin: 20px 20px 0 20px;
	padding: 10px 20px;
}
#sidebar h3 {
	 margin: 0;
}
#sidebar .section p {
	margin: 5px 0;
	font-size: 120%;
	line-height: 1.4em;
}

/************************* TOP STORIES ***************************/
.top_stories h3,
.top_stories p {
	padding: 5px 10px;
	margin: 0;
}
.top_stories img {
	float: left;
}

/*************************** LINKS *****************************/
.linklist {
	font-size: 10px;
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
	text-decoration:none;
	display:block;
	width:390px;
	text-align: left;
}
.linklist li
{
	margin: 0 10px 0px 10px;
	list-style: none;
	border-bottom: solid 1px #EEE;
	width: 380px;
}
ul.linklist li a {
	display: block;
	text-decoration: none;
	border-bottom-style: none;
	padding: 4px 0 4px 0;
}
ul.linklist li a:active {
	border-bottom-style: none;
}
ul.linklist li a:visited {
	background-position: 368px -40px;
	border-bottom-style: none;
}
ul.linklist li a:hover {
	background-position:368px -20px;
	border-bottom-style: none;
	background-color: #EEE;
}
/* BUTTONS *****************************************************************/
.buttons a, .buttons button{
    margin:0 0 -2px 0;
    background-color:#fff;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size:90%;
    line-height:100%;
    text-decoration:none;
   	font-weight: normal;
    color:#666;
    cursor:pointer;
    padding:3px 5px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:2px 5px; /* Firefox */
    line-height:17px; /* Safari */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
/* STANDARD ***********************************************************/

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE **************************************************************/

button.positive, .buttons a.positive{
    color: #6277B2;
	background-color: #FFF;
	border:1px solid #6277B2;
}
.buttons a.positive:hover, button.positive:hover{
    background-color: #6277B2;
    border:1px solid #6277B2;
    color: #FFF;
}
.buttons a.positive:active{
    background-color: #6277B2;
    border:1px solid #6277B2;
    color: #FFF;
}
/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/***************************** FORM TAGS ***********************************/

#contact {
	margin: 0px 5px 0px 5px;
	width: 660px;
}
fieldset {
	margin: 10px 10px 10px 5px;
}
legend {
	font-weight: bold;
	font-size: 120%;
}
label {
	margin: 4px 5px 0 0;
	padding: 0;
	float: left;
}
label input,
label select {
	float: right;
	margin: 3px 0 3px 5px;
}
input {
	margin: 3px 0 3px 0;
	width: 300px
}
.order {
	margin: 0px 5px 0px 5px;
	width: 600px;
}
.order label {
	width: 70%;
	margin-right: 5px;
	padding-top: 2px;
	text-align: left;
	float: left;
}
.order .text,
.order .salutation {
	width: 300px;
}
.order h4 {
	margin: 20px 0 10px 0;
	padding: 5px;
	clear: both;
	background-color: #EEE;
	border: 1px solid #CCC;
}
#message {
	width: 365px;
	height: 10em;
}
textarea {
	height: 300px;
	width: 600px;
}

/* POLLS ****************************************************************/
label.question {
	float: none;
	margin: 5px 0 0 0;
}
.question {
	width: 400px;
}
.add_link {
	padding: 0 0 0 20px;
	background: url(../images/icons/add.gif) no-repeat center left;
}
table.answers {
	margin: 0 10px 20px 10px;
	width: 640px;
}
.answers caption {
	text-align: left;
	color: #FFF;
	margin: 10px 0 0 0;
	padding: 3px 5px 3px 25px;
	background: #333 url(../images/icons/help_icon.gif) no-repeat 5px 3px;
}
.content .answer {
	margin: 10px 10px 0 10px;
	padding: 3px 0;
	font-weight: bold;
}
.answer_percent {
	padding: 0 0 0 10px;
}
.content .bar_graph {
	width: 300px;
	padding: 0;
	line-height: 1em;
}
.content .bar_graph img {
	margin: 0;
	padding: 0;
}

.poll fieldset.answers input {
	float: left;
	clear: both;
}
.poll fieldset.answers label {
	width: 75%;
	text-align: left;
	padding: 0 0 0 10px;
}

/***************** NEWSLETTER ***********************/
.date {
	float: right;
	padding: 0 !important;
	margin: 0 !important;
	font-weight: normal;
	font-size: 80%;
	color: #FFF;
}
.tag {
	background: url(../images/icons/tag_red.png) no-repeat left center;
	padding: 0 0 0 20px !important;
	margin: 5px !important;
	font-weight: bold;
	color: #666;
}

/***************** FOOTER *********************/
.footer {
	clear: both;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	margin: 40px auto 0 auto;
	background-color: #1D2939;
	color: #FFF;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin: 10px 0 0 0;
	text-align: center;
}
.footer label {
	margin: 4px 5px 0 0;
	padding: 0;
	float: none;
}
.footer a:link,
.footer a:visited,
.footer a:active {
	color: #FFF;
}
.footer a:hover,
.footer a:focus {
	color:#999;
}
.footer .footer_nav {
	margin: 10px auto;
	width: 660px;
	height: 90px;
	text-align: left;
}
.footer .footer_nav .footer_nav_column {
	float: left;
	margin: 0 25px;
} 
.footer .footer_nav .footer_nav_column li {
	list-style-type: none;
	margin: 4px 0;
	font-weight: bold;
}
.login_form {
	margin: 20px auto;
	width: 380px;
}
.login_email {
	text-align: left;
}
.login_password {
	text-align: left;
}
#login_password {
	width: 278px;
}
.login_button {
	margin: 5px 0;
	text-align: left;
} 
#login_button {
	margin: 5px 20px 5px 0;
}
.logout {
	margin: 10px 0;
}
/********************************* HIGHLIGHTS ***********************************/
.warning {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #C00;
}
.success {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #090;
}
.content .important {
	border: solid 1px #CCC;
	background-color: #EEE;
	margin: 10px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}
a.pdf,
a.pdf:visited,
a.pdf:hover,
a.pdf:active {
	background-image: url(../images/icons/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	background-color: none;
}
.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	margin: 0;
	padding: 0;
}
