/* General CSS code */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}


/* Site-specific code */

body
{
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	height: 100%;
	color: #000;
	margin: 25px 0;
}

a:link
{
	color: #000;
	text-decoration: underline;
}
a:visited
{
	color: #000;
	text-decoration: underline;
}
a:hover
{
	color: #F00;
	text-decoration: none;
	border-bottom: 0;
}

h1
{
	color: #FF9000;
	font-size: 24px;
	margin: 0 0 8px 0;
}
h2
{
	font-size: 18px;
	margin: 0 0 8px 0;
}
p
{
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 12px 0;
}

ul
{
	list-style: disc inside;
	margin: 0 0 8px 10px;
}
li
{
	font-size: 14px;
	line-height: 16px;
	margin: 2px 0;
}
ul.no_bullets
{
	list-style: none outside;
	margin-left: 0;
}

.cursor { cursor: pointer; }

.hide { display: none; }

.offset
{
	position: absolute;
	top: -9000px;
	left: -9000px;
}

/* Form styling */

label
{
	display: block;
	font-size: 12px;
	margin-top: 8px;
	margin-bottom: 2px;
}
label.invalid { color: #D00; }
select
{
	display: block;
	width: 260px;
}
input[type=text], input[type=password]
{
	background-color: #FFFDDD;
	display: block;
	font-size: 12px;
	font-style: normal;
	width: 200px;
	border: 1 #666 solid;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 4px;
}
textarea
{
	background-color: #FFFDDD;
	display: block;
	font-size: 12px;
	font-style: normal;
	width: 470px;
	height: 150px;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 5px;
}
input[type=submit]
{
	font-size: 12px;
	font-style: normal;
	border: none;
	text-decoration: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: #FCF146;
	color: #893E01;
	padding: 6px 8px;
	margin: 10px 0 5px 0;
}
input[type=submit]:hover, form a:hover
{
	background: #FF8;
	cursor: pointer;
}

div.cbox { margin: 15px 0; }
div.cbox label { font-size: 15px; }
div.cbox input { float: left; margin-right: 10px; }

#contact input[type=text] { width: 300px; }
#contact form { margin-top: 25px; }

.postit
{
	background-color: #FCEE13;
	background-image: url(../images/postit.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 20px;
	margin: 30px;
	color: #444;
	font-family: "Comic Sans MS" "Brush Script MT" cursive;
	font-size: 18px;
	line-height: 28px;
	width: 150px;
}


/* Site css */

div#shell
{
	display: block;
	position: relative;
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 0;
}

#statement
{
	float: left;
	width: 307px;
	height: 165px;
	background-color: #FFE5C3;
	background-image: url(../images/statement_pic.jpg);
	background-repeat: no-repeat;
	padding-left: 213px;
}
#statement p
{
	color: #C86300;
	font-size: 13px;
	line-height: 20px;
	padding: 12px 10px 0 13px;
}

#logo_search
{
	float: left;
	width: 440px;
	height: 165px;
}
#logo_search img { margin-left: 32px; }

#logo_search .search
{
	width: 325px;
	padding-left: 115px;
	margin-top: 5px;
}
.search input[type=text]
{
	display: inline;
	width: 242px;
	margin: 0;
}
.search input[type=submit]
{
	display: inline;
	margin: 0;
}

#big_book
{
	position: absolute;
	top: 165px;
	left: 529px;
	width: 226px;
	height: 194px;
}

#main_page
{
	margin-top: 28px;
	background-color: #FFF;
	background-image: url(../images/content_bg.jpg);
	background-repeat: no-repeat;
}

#vert_ads
{
	float: right;
	width: 180px;
	margin-top: 84px;
}
#vert_ads div
{
	height: 150px;
	margin: 16px 0 16px 0;
}

#top_home
{
	width: 772px;
	height: 144px;
}
#top_home p
{
	color: #B66700;
	font-size: 18px;
	line-height: 24px;
	margin: 15px 0 0 14px;
	width: 450px;
}

#top_others
{
	width: 772px;
	height: 71px;
}

#sidebar
{
	float: left;
	width: 230px;
	color: #404040;
}

#small_book
{
	height: 100px;
	padding: 7px 20px 7px 14px;
	overflow: hidden;
}
#small_book img { float: right; margin-top: -12px;}
#small_book h2 { line-height: 23px; }
#small_book a:link { text-decoration: none; }
#small_book a:visited { text-decoration: none; }
#small_book a:hover { text-decoration: none; }

.nav_home { margin-top: 56px; }
.nav_others { margin-top: 15px; }

#nav
{
	width: 177px;
	padding: 7px 14px;
	background-image: url(../images/sidebar_bg.jpg);
	background-repeat: repeat-y;
	color: #FF9000;
}
#nav ul
{
	list-style: none outside;
	margin: 0;
	padding: 0;
}
#nav li
{
	font-weight: bold;
	font-size: 18px;
	margin: 10px 0;
	padding: 0;
}
#nav a:link
{
	color: #404040;
	text-decoration: none;
}
#nav a:visited
{
	color: #404040;
	text-decoration: none;
}
#nav a:hover
{
	color: #F00;
	text-decoration: none;
}

#nav_bottom
{
	width: 100%;
	margin-top: 25px;
}
#nav_bottom ul
{
	text-align: center;
	list-style: none;
}
#nav_bottom li
{
	display: inline;
	margin: 0 10px;
	font-size: 14px;
}


#subscribe
{
	margin-top: 28px;
	width: 177px;
	padding: 14px;
	background-image: url(../images/sidebar_bg.jpg);
	background-repeat: repeat-y;
}
#subscribe input[type=text]
{
	display: inline;
	margin: 5px 0;
	width: 160px;
}

#content
{
	float: left;
	width: 478px;
	min-height: 432px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	padding: 27px;
	background-color: #FDF46A;
}
.triangles a:link { text-decoration: none; }
.triangles a:visited { text-decoration: none; }
.triangles a:hover { text-decoration: none; }

ul.triangles
{
	list-style: outside url(../images/triangle.gif);
	margin: 0 0 0 12px;
}
ul.triangles li
{
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
ul.triangles li span
{
	display: block;
	margin: 5px 0 0 15px;
	font-size: 16px;
	font-weight: normal;
}

.qtip-content
{
	font-size: 14px;
	line-height: 20px;
}
.qtip-content a:link { text-decoration: none; }
.qtip-content a:visited { text-decoration: none; }
.qtip-content a:hover { text-decoration: none; }


.resource
{
	margin: 20px 0 35px 0;
}
.resource img { margin-bottom: 8px; }
.resource h2
{
	font-size: 16px;
	line-height: 22px;
	margin: 0;
}
.resource h2 a
{
	color: #000;
	background-color: #F5E70A;
	padding: 1px 4px;
	margin-right: 3px;
	font-weight: normal;
}
.resource h2 a:link
{
	color: #C60;
	text-decoration: none;
}
.resource h2 a:visited
{
	color: #C60;
	text-decoration: none;
}
.resource h2 a:hover
{
	color: #FFF;
	text-decoration: none;
}
.resource p
{
	font-size: 12px;
	line-height: 14px;
	margin: 0;
}

.contact_us h1 { margin-bottom: 60px; }
.contact_us h2
{
	font-size: 24px;
	line-height: 32px;
	text-align: center;
}

div#footer
{
	width: 100%;
	margin-top: 25px;
}
div#footer p
{
	text-align: center;
	font-size: 12px;
	line-height: 25px;
	color: #FFF;
	background-color: #F00;
}


/* Grad Night Manual */

#gnm_page
{
	background-color: #FFF;
	background-image: url(../images/gnm_bg.jpg);
	background-repeat: repeat-y;
}

#gnm_header
{
	width: 100%;
	height: 130px;
	background-image: url(../images/gnm_title.gif);
	background-repeat: no-repeat;
}
#gnm_header img { float: right; }
#gnm_header div.search { padding: 80px 0 0 21px; }

#gnm_content { margin-bottom: 25px; }

#gnm_toc
{
	float: left;
	width: 256px;
	margin-left: 22px; 
}

#gnm_toc a:link { text-decoration: none; }
#gnm_toc a:visited { text-decoration: none; }
#gnm_toc a:hover { text-decoration: none; }

#gnm_toc h1
{
	color: #373737;
	font-size: 16px;
}
#gnm_toc ul
{
	list-style: none outside;
	margin: 0;
}
#gnm_toc li
{
	font-size: 12px;
	line-height: 16px;
}
#gnm_toc ul ul
{
	list-style: none outside;
	margin-left: 10px;
}

a.jScrollArrowUp
{
	background-image: url(../images/basic_arrow_up.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown
{
	background-image: url(../images/basic_arrow_down.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}

#gnm_doc_wrap
{
	float: right;
	width: 618px;
	min-height: 400px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	padding: 27px 12px 27px 27px;
	background-color: #FDF46A;
}

#gnm_doc h1
{
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#gnm_doc h2
{
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0;
}

#gnm_doc h3
{
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0;
}

#gnm_doc p
{
	font-size: 12px;
	line-height: 15px;
	margin: 10px 0;
}

#gnm_doc a:link
{
	color: #F30;
	text-decoration: underline;
}
#gnm_doc a:visited
{
	color: #F30;
	text-decoration: underline;
}
#gnm_doc a:hover
{
	color: #B00;
	text-decoration: none;
	border-bottom: 0;
}

#gnm_doc ol
{
	list-style: decimal outside;
	margin: 10px 0 10px 0;
}
#gnm_doc ul
{
	list-style: disc outside;
	margin: 10px 0 10px 0;
}
#gnm_doc li
{
	margin-left: 16px;
	font-size: 12px;
	line-height: 15px;
}

#gnm_doc span
{
	display: block;
	color: #FF9000;
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}

#gnm_doc div
{
	float: right;
	margin: 20px 10px 20px 20px;
	width: 300px;
	background-color: #F5E70A;
	color: #A00;
	font-size: 14px;
	line-height: 18px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px 10px 0 10px;
}
#gnm_doc div p
{
	font-size: 13px;
	line-height: 16px;
	margin: 0 0 10px 0;
}
#gnm_doc div p strong
{
	color: #C00;
	font-weight: bold;
}
#gnm_doc div p span
{
	display: inline;
	color: #000;
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
}

#gnm_doc table { margin: 10px 0 10px 0; }
#gnm_doc th
{
	font-size: 14px;
	padding: 3px 0;
	text-align: left;
}
#gnm_doc td
{
	font-size: 14px;
	padding: 3px 10px 3px 0;
}
#gnm_doc td.rt { text-align: right; }

.otherpage { display: none; }

#horiz_ads
{
	margin-left: 35px;
	height: 150px
}
#horiz_ads div
{
	display: inline;
	width: 180px;
	height: 150px;
	margin: 0 20px;
}


