/* BNW CSS */

/* TOC
	1) DEFAULTS
		1.1) Resets
		1.2) Baseline
		1.3) Tables
		1.4) Forms
		1.5) Links
		1.6) Special Classes
			1.6.1) CMS
	2) SITE SPECIFIC
		2.1) Elements
		2.2) Classes
		2.3) ID's
	3) Page Specific

	HACKS:
		IE6:
		* html #ie6 {

		IE7:
		*:first-child+html #ie7 {

		Safari2:
		body:last-child:not(:root:root) #safari2 {

		"Modern" browsers:
		html>body #modern {

		Safari 3:
		html*:first-of-type #safari3 {
		To target the body:
		html*#id_of_body:first-of-type {

		Safari 2/3:
		html* #safari2and3 {
		To target the body:
		html*#id_of_body {
		
*/

/* 1) DEFAULTS ---------------------------------------------------------- */
	/* 1.1) Resets ---------------------------------------------- */
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,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style: none;
	}

input, textarea {
	font-family: inherit;
	}
	/* /Resets ------------------------------------------------- */

	/* 1.2) Baseline ------------------------------------------- */
html {
	overflow-y: scroll;
	}

body	{
	font-family: sans-serif;
	font-size: 100%;
	text-align: center;
	}
	/* /Baseline ----------------------------------------------- */

	/* 1.3) Tables --------------------------------------------- */
table	{ /* tables still need cellspacing=0 in the markup */
	border-collapse: collapse;
	border-spacing: 0;
	}

caption, th, td {
	text-align: left;
	font-weight: normal;
	}
	/* /Tables ------------------------------------------------- */

	/* 1.4) Forms ---------------------------------------------- */ 		/* temp rem out to fix Firefox issue
input[type='text'],
input[type='password'],								
textarea,
select	{
	padding: 1px;
	}												unable to add padding to input  */
	/* /Forms -------------------------------------------------- */

	/* 1.5) Links ---------------------------------------------- */
a {
	outline: none;
}

	/* /Links -------------------------------------------------- */
	/* 1.6) Special Classes ------------------------------------ */
.clear	{
	clear: both !important;
	font-size: 0 !important;
	line-height: 0 !important;
	visibility: hidden !important;
	}

.show {
	display: block;
	}	

.hide {
	display: none;
	}

.hidden {
	visibility: hidden;
	}


	/* /Special Classes ---------------------------------------- */
/* /DEFAULTS ------------------------------------------------------------ */



/* 2) SITE SPECIFIC ----------------------------------------------------- */
	/* 2.1) Elements ------------------------------------------- */
	
body {
	font-family: Arial;
	background: #350a04;
	}


h2 {
	font-family: Arial;
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
	color: #000;
	}

h3 {
	font-family: Verdana;
	font-size: 15px;
	font-weight: normal;
	color: #111;
	padding-bottom: 9px;
	}

h4 {
	font-family: "Times New Roman";
	font-size: 18px;
	color: #7a527f;
	}

h5 {
	font-family: "Times New Roman";
	font-size: 21px;
	color: #7a527f;
	}

h6 {
	font-size: 14px;
	font-weight: bold;
	color: #7a527f;
	}


p {
    font-size: 12px;
    color: #444;
    margin-bottom: 17px;
}

p strong {
	color: #000;
	}

a {
	color: #a0327a;	
}

input,
select {
	padding: 3px 2px;
}

	/* /Elements ----------------------------------------------- */

	/* 2.2) Classes -------------------------------------------- */

.section {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #9f9;
}
		/*  HORIZONTAL LINE also controls vertical spacing to next div  */
.hline {
	width: 95%;
	height: 20px;
	margin: auto;
	border-top: solid 1px #585858;
}

	
	/* /Classes ------------------------------------------------ */

	/* 2.3) ID's ----------------------------------------------- */
	

		/* PAGE - WELCOME ----------------------------------------------------------*/
#page-welcome {
    display: block;
    width: 970px;
    margin: auto;
    padding: 0 10px;
    text-align: left;
    background: #fff;
}

#page-welcome a {
	display: block;
	line-height: 17px;
	font-size: 12px;
	color: #6d0912;
}

#page-welcome a:hover {
	color: #9999a9;
}

#r1 {
    display: block;
    width: 100%;
}

#top {
    display: block;
    width: 100%;
    height: 89px;
    position: relative;
    background: none;
    border-bottom: none;
}



		/*  ---- EMAIL SUBSCRIBE FORM ----- */

#email-sub {
	display: block;
	width: 309px;
	height: 66px;
	position: absolute;
	right: -9px;
	bottom: 20px;
	padding-left: 9px;
	background: url(../images/bg_subscribe.png) 0 0 no-repeat;
}

#es-arrow {
	display: block;
	width: 12px;
	height: 20px;
	float: left;
	background: url(../images/arrow_sub.png) 0 9px no-repeat;
}

#email-sub h3 {
	font-family: Tahoma, Arial;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	height: 18px;
	padding-top: 3px;
}

#email-sub form {
	display: block;
	width: 284px;
	height: 22px;
	position: relative;
}

#email-sub input {
	font-size: 11px;
	background: #fff;
	border: solid 1px #ccccfc;
}

#email-sub input[type="text"] {
	font-size: 13px;
	width: 196px;
	padding: 2px;
}

#email-sub input[type='submit'] {
	width: 80px;
	font-family: "Georgia", "Times New Roman";
	font-size: 14px;
	background: none;
	border: none;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
}


		/* ----------------  FOOTER  --------------------- */

#footer {
	width: 100%;
	padding: 0 0 10px 0;
	text-align: center;
}

#footer h2 {
	font-weight: bold;
	color: #6d0912;
	line-height: 22px;
	margin: 0;
	padding: 0;
}

#footer p {
	padding: 0;
	margin: 0;
	font-size: 13px;
	line-height: 16px;
}
	

	/* /ID's --------------------------------------------------- */
/* /SITE SPECIFIC ------------------------------------------------------- */



/* 3) PAGE SPECIFIC ----------------------------------------------------- */
		
		/*  ID'S ----------------------------------------------- */

		/* 	page - welcome -------------------- */
	

	
                    /*  ------------- BANNER- --------------- */
#banner-r1 {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 5px;
    background: none;
    border-bottom: solid 1px #000;
}

        /* ------------------------ R2 BLOCK ------------------------ */
#r2 {
    display: block;
    width: 100%;
}

		/* Video container (r2c1) */
#r2c1 {
    display: block;
    position: relative;
    margin-right: 20px;
    float: left;
}

#r2c1 p {
	width: 370px;
}

	/* Video Player wrap */
#vp-wrap {
    padding: 5px;
    border: solid 3px #dfd5b6;
}


		/* Welcome Pg Intro (r2c2)*/
#r2c2 {
    display: block;
    width: 320px;
    position: relative;
    float: left;
    padding-left: 10px;
    border-left: solid 1px #ccccfc;
}

#r2c2 img {
	margin-bottom: 20px;
}

		/* Send to a Friend blk */
#r2c3 {
    display: block;
    width: 220px;
    height: 330px;
    position: relative;
    float: right;
    border-left: solid 1px #ccccfc;
    padding-left: 10px;
    padding-top: 10px;
}

#r2c3 p {
	padding: 7px;
}

#r2c3 img {
    padding: 0 0 0 0;
}

        /* ------------------------  R3 BLOCK  --------------------- */
#r3 {
    display: block;
    width: 100%;
    margin: 17px 0;
}

#r3 img {
	padding: 5px 0 0 5px;
}

	/* program blk #1 */
#r3c1 {
	display: block;
	width: 232px;
	height: 275px;
	position: relative;
	margin-right: 14px;
	background: #fefefe;
	float: left;
}




	/* program blk #2 */
#r3c2 {
	display: block;
	width: 232px;
	height: 275px;
	position: relative;
	float: left;
	background: #fefefe;
}




	/* program blk #3 */
#r3c3 {
    display: block;
    width: 232px;
    height: 275px;
    position: relative;
    margin-right: 14px;
    float: right;
    background: #fefefe;    
}



	/* program blk #4 */
#r3c4{
	display: block;
	width: 232px;
	height: 275px;
	position: relative;
	float: right;
	background: #fefefe;
}



		/*  banner r4  */
#r4 {
	display: block;
	width: 100%;
}

#r5 {
	display: block;
	width: 100%;
	padding: 9px 0;
	margin: 15px 0;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
}

#r5 p {
	line-height: 17px;
	margin: 0;
}



		/*  ----------------------------------------------  /welcome */
			
		/*  -------------------------------------------------- /ID's */
		
		
		/*  Classes ----------------------------------------------- */

	/* color change in email subscription title */		
.c-tan {
	color: #9e9070;
}
	
	/*  frame corners for r3 columns  */
	
/* top left frame corner */
.frame-top-left {
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/frame_top_corner.png) 0 0 no-repeat;
}

.frame-bot-right {
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: url(../images/frame_bot_corner.png) 0 0 no-repeat;	
}
		
	/*  r5 link containers  */
	
.link-blks {
	display: block;
	width: 24%;
	margin-right: 1%;
	border-right: solid 1px #aaaaca;
	float: left;
}

.link-blk-r {
	display: block;
	width: 24%;
	float: left;
}



		/*   ------------------------------------------------ /Classes */
