/* General Styles */

/* Reset all styles: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	list-style: none;
	vertical-align: baseline;
	}

strong { font-weight: bold; }

em { font-style: italic; }

.clear { clear: both; height: 0px; font-size: 0px; }

a { color: #09276f; }
a:hover { color: #286cc9; }


/* --- clearfix ---- */

.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%;
	}


/* --- Misc Utility classes ---- */

#container .space-before { margin-top: 1em; !important }
#container .space-after { margin-bottom: 1em; !important }
#container .tight { margin-bottom: .2em; !important }
#container .board img { border: 1px solid #999999; !important }


/* ===========================================
         MAIN LAYOUT
==============================================*/

body { 
	padding: 10px;
	background-color: #e9e9e9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 68.75%; /* 11px on default settings - Use percentages and ems for fonts: http://www.alistapart.com/articles/elastic/ */
	line-height: 1.6em;
	color: #1a1818;
	text-align: center;
	}

#container {
	width: 998px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	border: 1px solid #d6d6d6;
	}


/* ===========================================
         HEADER
==============================================*/

#header {
	}


/* ---------- LOGIN BOX ---------- */

#login {
	float: right;
	position: relative;
	width: 175px;
	height: 107px;
	padding: 5px 12px 0 16px; 
	background-color: #ebf6f2;
	font-size: 0.9em;
	}

#login form h5 {
	font-weight: bold;
	margin-bottom: 7px;
	}

#login form label {
	float: left;
	width: 54px;
	}

#login form input {
	float: left;
	font-size: 10px;
	border: 1px solid #d4d4d7;
	}	

#login .formRow {
	margin-bottom: 7px;
	}

#login form #username { width: 110px; }
#login form #password { width: 84px; }

#login .submit {
	width: auto;
	margin-top: 3px;
	margin-left: 6px;
	border: none;
	}

#login form a {
	margin-right: 12px;
	color: #1a1818;
	}

#login form a:hover { color: #286cc9; }


/* ---------- WELCOME/LOGOUT BOX ---------- */

#login #welcome {
	position: absolute;
	bottom: 8px;
	font-size: 1.2em;
	font-weight: bold;
	color: #09276f;
	}

#login #welcome a {
	float: right;
	margin-right: 10px;
	_margin-right: 0; /* Win/IE6 */
	padding-right: 1em;
	background: url(http://www.thearf.org/images/arrow-logout.gif) right 60% no-repeat;
	}
	*+html #login #welcome a { margin-right: 25px; /* Win/IE7 */ }


/* ---------- ARF LOGO, BANNER ---------- */

#banner-hd {
	float: right;
	}
	
#logo-arf {
	float: left;
	margin-top: 26px;
	margin-left: 15px;
	}
	

/* ---------- SEARCH FORM ---------- */

#search {
	float: right;
	width: 134px;
	height: 21px;
	margin-top: 3px;
	padding: 5px 6px 0 5px;
	background-color: #31818a;
	}

#search input {
	float: left;
	width: 87px;
	padding: 1px 3px;
	font-size: 9px;
	border: 1px solid #c7dbe1;
	}

#search .submit {
	width: 30px;
	height: 16px;
	margin-left: 6px;
	}


/* ---------- NAV ---------- */

#nav {
	float: left;
	width: 853px;
	padding-top: 3px;
	padding-bottom: 3px;
	_padding-bottom: 0; /* Win/IE6 */
	_display: inline; /* Win/IE6 - double margin float bug */
	}

#nav li {
	float: left;
	margin-right: 3px;
	_display: inline; /* Win/IE6 - double margin float bug */
	}

#nav a {
	display: block;
	height: 23px;
	background-position: top left;
	background-repeat: no-repeat;
	}

#nav .nav1:hover a, #nav .nav1 a.on {
	background-position: bottom left;
	}

#nav-home a 	 { width: 102px; 	background-image: url(http://www.thearf.org/images/nav-home.gif); }
#nav-about a 	 { width: 105px; 	background-image: url(http://www.thearf.org/images/nav-about.gif); }
#nav-myARF a 	 { width: 119px; 	background-image: url(http://www.thearf.org/images/nav-myARF.gif); }
#nav-events a 	 { width: 117px; 	background-image: url(http://www.thearf.org/images/nav-events.gif); }
#nav-councils a  { width: 127px; 	background-image: url(http://www.thearf.org/images/nav-councils.gif); }
#nav-knowledge a { width: 144px; 	background-image: url(http://www.thearf.org/images/nav-knowledge.gif); }
#nav-research a  { width: 118px; 	background-image: url(http://www.thearf.org/images/nav-research.gif); }


/* ---------- NAV2 ---------- */

#nav .nav2 {
	display: none;
	position: absolute;
	width: 141px;
	padding-top: 8px;
	background: url(http://www.thearf.org/images/bg-nav2.gif) right top no-repeat;
	background-color: #eee;
	border-bottom: 1px solid #d6d6d6;
	}

#nav .nav2 li {
 	margin-right: 0;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	}

#nav .nav2 .nav2top {
	padding-top: 12px;
	}

#nav .nav2 .nav2last {
	padding-bottom: 12px;
	}

#nav .nav2 li a {
	display: block;
	width: 110px;
	_width: 112px; /* Win/IE6 */
	height: auto;
	padding: 6px 12px 8px 17px;
	background: none;
	font-weight: bold;
	color: #434345;
	text-decoration: none;
	line-height: 1.2em;
	}

#nav .nav2 li a:hover {
	background: url(http://www.thearf.org/images/arrow-nav2.gif) 6px 9px no-repeat;
	_background-position: 6px 11px; /* Win/IE6 */
	background-color: #fffbfb;
	}

#nav .nav1:hover .nav2 { display: block; }


/* ---------- CUSTOMIZE EACH NAV2 ---------- */

#nav #nav-knowledge .nav2 { width: 150px; }
	#nav #nav-knowledge .nav2 li a { width: 119px; }


#nav #nav-home .nav2 { background-position: right top; }
#nav #nav-about .nav2 { background-position: -39px top; }
#nav #nav-myARF .nav2 { background-position: -25px top; }
#nav #nav-events .nav2 { background-position: -27px top; }
#nav #nav-councils .nav2 { background-position: -17px top; }
#nav #nav-knowledge .nav2 { background-position: left top; }
#nav #nav-research .nav2 { background-position: -26px top; }


/* ---------- BREADCRUMBS, ACCOUNT LINKS, ADV SEARCH LINK ---------- */

#subnav {
	background-color: #31818a;
	height: 23px;
	color: #fff;
	}

#subnav a { color: #fff; text-decoration: none; }
#subnav a:hover { text-decoration: underline; }

#subnav #subnav-advSearch {
	float: right;
	/*width: 129px;*/
	padding-top: 2px;
	_padding-top: 1px; /* Win/IE6 */
	padding-right: 12px;
	text-align: right;
	}

#subnav #subnav-advSearch a {
	text-decoration: underline;
	}

#subnav #subnav-advSearch a:hover { text-decoration: none; }
	
#accountNav {
	float: right;
	width: 230px;
	margin-top: 2px;
	margin-right: 6px;
	font-size: 1.1em;
	}
	
#accountNav li {
	float: right;
	margin-left: 14px;
	}

#accountNav .divider {
	padding-top: 1px;
	font-size: 0.8em;
	}

#breadcrumbs {
	margin-left: 10px;
	padding-top: 3px;
	}

#breadcrumbs a {
	margin-right: 1em;
	padding-right: 1em;
	text-decoration: none;
	background: url(http://www.thearf.org/images/arrow-breadcrumbs.gif) right 50% no-repeat;
	}


/* ---------- BREADCRUMBS - 2nd LEVEL ---------- */

#breadcrumbs2 {
	background-color: #fff;
	padding: 3px 10px 5px;
	border-top: 3px solid #d6d6d6;
	border-bottom: 3px solid #d6d6d6;
	}

#breadcrumbs2 a {
	margin-right: 0.4em;
	padding-right: 1em;
	font-size: 0.95em;
	text-decoration: none;
	color: #070809;
	background: url(http://www.thearf.org/images/arrow-breadcrumbs2.gif) right 50% no-repeat;
	}
	
#breadcrumbs2 span {
    margin-right: 0.4em;
	padding-right: 1em;
	font-size: 0.95em;
	color: #070809;
    background: url(http://www.thearf.org/images/arrow-breadcrumbs2.gif) right 50% no-repeat;
    display: inline;
}

#breadcrumbs2 .noArrow { padding-right: 0; background: none; }

#breadcrumbs2 a:hover { color: #286cc9; }


/* ===========================================
         CONTENT
==============================================*/

#content {
	padding-bottom: 28px;
	}

.readMore {
	padding-right: 1em;
	font-size: 0.95em;
	font-weight: bold;
	background: url(http://www.thearf.org/images/arrow-readMore.gif) right 60% no-repeat;
	}


/* ===========================================
         VIDEO PLAYER
==============================================*/

#videoDisplay {
	padding: 22px 22px 24px 26px;
	background-color: #e8f5f0;
	font-weight: bold;
	}

#videoDisplay h1 {
	margin-bottom: 0.6em;
	font: bold 1.6em/1.3em Georgia, "Times New Roman", Times, serif;
	}

#videoPlayer {
	float: left;
	}

#relatedVideos {
	float: left;
	width: 180px;
	margin-left: 15px;
	padding: 10px 15px 5px;
	border: 1px solid #d6d6d6;
	background-color: #fff;
	}

#relatedVideos h4 {
	margin-bottom: 0.6em;
	font: bold 1.3em/1.3em Georgia, "Times New Roman", Times, serif;
	color: #333;
	}

#relatedVideos li {
	margin-bottom: 5px;
	}

#relatedVideos .videoThumb {
	float: left;
	}
	
#relatedVideos .videoTitle {
	float: left;
	margin-top: 0.4em;
	margin-left: 5px;
	text-decoration: none;
	}

#videoDisplay #videoDesc {
	margin-top: 1em;
	margin-bottom: 1.5em;
	}




/* ===========================================
         FOOTER
==============================================*/

#footer {
	width: 980px;
	margin: 0 auto;
	padding: 2px 9px 4px;
	font-size: 0.95em;
	font-weight: bold;
	color: #fafbfc;
	background-color: #5a5b5d;
	border: 1px solid #d6d6d6;
	border-top: none;
	}

#footer a {
	color: #fafbfc;
	text-decoration: none;
	}

#footer a:hover { text-decoration: underline; }

.errorExplanation {
    margin: 1em;
    color: #f00;
    font-weight: bold;
}
