@charset "utf-8";
/* CSS Document For LWML
Colors: 
#473B69 - Dark Purple
#A295A9 - Mid Purple
#C4B8CB - Light Purple
#fff    - White
Fonts specific to this site:
- Arial - Content 

List of Universal Web Fonts:
- Arial
- sans-serif
- Verdana
- Times New Roman
- Courier
- Courier New
- Comic Sans MS
- Impact

*/
/* Reset Stylesheet **************************************************************************/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
table, tbody, tfoot, thead, tr, th, td {
	vertical-align:top;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END Reset Stylesheet ********************************************************************/
/* LWML Tabs *******************************************************************************/

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	/*border-bottom: 1px solid #999;
	border-left: 1px solid #999;*/
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 33px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 32px; /*--Vertically aligns the text within the tab--*/
	/*border-bottom: 1px solid #A295A9;*/
	margin-right:2px;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	/*background: #F4F1F6;*/
}
ul.tabs li a {
	text-align:center;
	text-decoration: none !important;
	color: #473B69;
	display: block;
	font-size: 12px;
	padding: 0 10px;
	/*border: 1px solid #fff; --Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
	background: url(../images/rd1/lwml-tabs.jpg) left top no-repeat scroll;
}
ul.tabs li a.huge {
	background-postion: -283px 0;
	width:109px;
}
ul.tabs li a.large {
	width:71px;
}
ul.tabs li a.medium {
	width: 44px;
	background-position: -171px 0;
	padding: 0 8px;
}
ul.tabs li a.small {
	width: 26px;
	background-position: -230px 0;
	padding: 0 13px;
}
html ul.tabs li.active a.huge {
	background-position: -281px -48px;
	border-bottom: 1px solid #fff;
}
html ul.tabs li.active a.large {
	background-position: 0px -48px;
	border-bottom: 1px solid #fff;
}
html ul.tabs li.active a.medium {
	background-position: -171px -48px;
	border-bottom: 1px solid #fff;
} 
html ul.tabs li.active a.small {
	background-position: -230px -48px;
	border-bottom: 1px solid #fff;
}	

/*html ul.tabs li.active, html ul.tabs li.active a:hover  { /*Makes sure that the active tab does not listen to the hover properties */
	/*background: #fff;*/
	/*border-bottom: 1px solid #fff; /*Makes the active tab look like it's connected with its content
}*/
.tab_container {
	border: 1px solid #A295A9;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
	border-bottom:none;
}
.tab_btm { /*extra style to create rounded bottom on the tabs pane*/
	display:block;
	background: url(../images/rd1/lwml-tab-btm.jpg) center top no-repeat scroll;
    height: 29px;
    width: 284px;
}
.tab_content {
	padding: 10px 20px;
	font-size: 12px;
	height: auto;
	background: #F4F1F6 url(../images/rd1/lwml-tabs-bg.jpg) left top repeat-x scroll;
	min-height:270px;
}
.total {
	text-align:center;
}
/* LWML END Tabs ****************************************************************************/
/* SUPERFISH MENU ***************************************************************************/
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
	z-index:		999;
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/** LWML Skin **/
.sf-menu {
	float:			left;
	position:		absolute;
	bottom:			0;
	font: 			bold 12px Arial, Helvetica, sans-serif;
	z-index:		999;
	
}
.sf-menu a {
	/*border-left:	1px solid #fff;*/
	padding: 		8px 24px;
	text-decoration:none;
	text-transform: uppercase;
}
.sf-menu a.noborder {
	border:			none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#473B69!important;
	text-decoration:none!important;
}
.sf-menu li {
}
.sf-menu li li {
	background:		#fff;
	font: 			12px Arial, Helvetica, sans-serif;
	border-bottom:  1px solid #C4B8CB;
}
.sf-menu li li a {
	text-transform: none;
}
.sf-menu li li li {
	background:		#fff;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
	background: #fff;
	/*color:			#5D1E29;*/
}
.sf-menu li li:hover, .sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active,
.sf-menu li li li:hover, .sf-menu li li li a:focus, .sf-menu li li li a:hover, .sf-menu li li li a:active {
	background:		#f7f7f7;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
	/*padding-right: 	2.25em; Removed to have equal space between list items*/
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/rd1/arrows-ffffff.png') no-repeat -10px -100px;
	behavior: url(js/iepngfix.htc); /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/rd1/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
	behavior: url(js/iepngfix.htc);
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
/* END SUPERFISH MENU ***********************************************************************/
/* Typography and General Styles */
body {
	background: #fff url("../images/rd1/bg.jpg") center top repeat-y scroll;
	font: 12px Arial, Helvetica, sans-serif, Georgia, "Times New Roman", Times, serif;
	color:#473B69;
}
p {
	font-size: 14px;
}
h1 {
	font-size:22px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size:16px;
}
h4 {
	font-size:14px;
}
h5 {
	font-size: 12px;
	margin: 2px;
	font-weight:normal;
}
h1, h2, h3, h4, p {
	margin-bottom:20px;
	font-weight:normal;
}
hr {
	border-top: 1px dashed #A295A9;
	color: transparent;
	border-bottom:0;
}
#content-main, .tab_content {
	line-height:1.5em;
}
a:link, a:active, a:visited {
	color:#473B69;
}
a:hover {
	color:#C4B8CB;
	text-decoration:underline;
}
#content-main a, #footer a, #sidebar a, #content-search a {
	text-decoration:underline;
}
.clearfix {
	clear:both;
}
.imgright {
	float:right;
	margin-left:10px;
}
.imgleft {
	float:left;
	margin-right:10px;
}
.pdf {
	font-style:italic;
	font-size:10px;
	color:#5b5f29;
	text-align:center;
}
.childrens-header {
	font-size: 20px;
	color: #EF232E;
	font-weight: bold;
}
.required {
	color: #ff0000;
}
.tablePad td {
    padding:5px;
    font-size:14px;
}
a.pdfa { /*The background image*/
	background: url(../images/rd1/pdf.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px; /* To center the text vertically with the icon */
}

a.txt { /*The background image*/
	background: url(../images/rd1/txt.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
}

a.zip { /*The background image*/
	background: url(../images/rd1/zip.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
}

a.email {
	background: url(../images/rd1/email.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
}

a.external {
	background: url(../images/rd1/ext_link.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
}
/* ----------------------------------------------------------------------------- Specific Page */
/* Header */
#logo {
	position:absolute;
	left:16px;
	top:4px;
}
#top-nav {
	position:absolute;
	top:0;
	right:6px;
	background: url("../images/rd1/top-nav-bg.png") center top no-repeat scroll;
	height:36px;
	width:800px;
	behavior: url(js/iepngfix.htc);
}
#main-nav {
	position:absolute;
	left: 34px;
	top:2px;
	z-index:998;
}
#top-search {
	position:absolute;
	right: 50px;
	top:10px;
	height:20px;
}
input#search-term {
	border:none;
	background: transparent;
	height:16px;
	padding:0;
	font-size:12px;
	color:#555;
	line-height:16px;
	width:188px;
}
input.submit_button {
	background: url("../images/rd1/submit_button.jpg") left top no-repeat scroll;
	display:block;
	height:24px;
	position:absolute;
	text-indent:-9999px!important;
	width:29px;
	cursor:pointer;
	border:none;
	right:-17px;
	top:-4px;
}
input.submit_button:hover {
	background-position: 0 -24px;
}
#top-tab-nav {
	position:absolute;
	bottom:-1px;
	width:182px;
	left:5px;
}
#top-tab-nav ul {
	height: 115px;
	width:182px;
}
#top-tab-nav ul li {
	display:block;
	float:left;
	margin-right:1px;
}
#top-tab-nav ul li a {
	display:block;
	height:115px;
	width: 43px;
	font-size:10px;
	text-align:center;
	background: url(../images/rd1/tab-nav-bg.jpg) left top no-repeat scroll;
	line-height:70px;
	font-weight: bold;
	color:#fff;
	text-decoration:none;
}
#top-tab-nav ul li.hometab a {
	background-position: 0 0;
}
#top-tab-nav ul li.hometab a:hover {
	background-position: 0 -115px;
}
#top-tab-nav ul li.shoptab a {
	background-position: -45px 0;
}
#top-tab-nav ul li.shoptab a:hover {
	background-position: -45px -115px;
}
#top-tab-nav ul li.logintab a {
	background-position: -90px 0;
}
#top-tab-nav ul li.logintab a:hover {
	background-position: -90px -115px;
}
#top-tab-nav ul li.faceb a {
	background-position: -135px 0;
}
#top-tab-nav ul li.faceb a:hover {
	background-position: -135px -115px;
}
#top-tab-nav ul li.logintab a:hover,
#top-tab-nav ul li.shoptab a:hover,
#top-tab-nav ul li.hometab a:hover,
#top-tab-nav ul li.faceb a:hover {
	text-decoration:none;
}	
/*#wave { -- REMOVED DUE TO CONFLICT
	position:relative;
	background: url("../images/rd1/curves.png") center center no-repeat scroll;
	height:67px;
	width:970px;
	padding-top:367px;
	z-index:0;
}*/
/* Content */
ul.article {
	margin:0!important;
}
ul.article li{	
	float: left;
	list-style:none!important;
	margin-left:0;
	padding-left:0!important;
	margin-right:15px;
}
ul.article li a{
	float: left;
	list-style:none!important;
}
.border {
	border:1px solid #000!important;
}
#other_pages, #powered_by {
	text-align:center;
}
#content-main table {
	margin-bottom: 20px;
}
/* Special Article backgrounds */
.mite-marathon {
	background: url("../images/rd1/logos/mite-marathon.jpg") left top scroll no-repeat;
	padding:100px 0 0 88px;
}
/* Facebook styling */
#fb-root strong {color:#3B5998;}
.fb_reset hr {border-top:1px solid #e9e9e9;margin:20px 0;}
/* Sidebar */
#content-slider {
	background: url(../images/rd1/slider-shadow.jpg) bottom center no-repeat scroll;
	height:290px;
	position:relative;
}
#favorites {
	position:absolute;
	top:0;
	right:-3px;
	display:block;
	height:31px;
	width:116px;
	background: url(../images/rd1/favorites.png) center top no-repeat scroll;
	z-index:100;
	behavior: url(js/iepngfix.htc);
}
.tab_container ul, #content-main ul, #content-wide ul { /* unordered list style for both sidebar and main */
	
}
.tab_container li, #content-main li, #content-wide li { /* unordered list style for both sidebar and main */
	list-style:disc;
	padding: 2px 5px;
}
/* Footer */
#footerbox {
	background: #473B69;
	height:380px;
	padding-left:20px;
}
#footerbox h3 a {
	color: #F4F1F6;
	font-size:16px;
	font-weight: bold;
	text-decoration:none;	
}
#footer a {
	color:#C4B8CB;
}
#footerbox .box-column {
	height:165px;
	width:170px;
	float:left;
	margin-right:20px;
	padding-top:20px;
	border-right:1px solid #655988;
}
#footerbox .box-column ul li ul {
	margin-left:15px;
}
.nomargin {
	margin:0 !important;
	border: none !important;
}
#footer .copyright {
	background: #473B69;
	padding: 10px;
	font-size: 10px;
	color: #eee;
	text-align:center;
}
#footer .copyright ul li {
	text-align:center;
}
#footer .copyright ul li.top {	
	float:right;
	cursor:pointer;
}	
#footer .copyright ul li.submit-error {
	float:left;
}
/* ----------------------------------------------------------------------------- Page Structure */
/* Container */
#container {
    width:970px;
    margin:0 auto;
}
/* Header */
#header {
    height:251px;
    background: #fff url("../images/rd1/header-bg2.jpg") center top no-repeat scroll;
	position:relative;
	z-index:10;
}
/* Content */
#content-main {
    width:505px;
    float:left;
    overflow:hidden;

    display:block;
    margin-left:15px;
	z-index:9;
	padding-top:5px;
}
#content-wide {
    width:940px;
    float:left;
    overflow:hidden;
    position:relative;
    display:block;
    margin-left:15px;
	z-index:9;
	padding-top:5px;
}
/* Side Bar */
#sidebar {
   width:416px;
   float:left;
   margin-left:15px;
   padding-top:5px;
}
/* Footer */
#footer-top {
   height:43px;
   background: #fff url("../images/rd1/footer-top-bg.jpg") center top no-repeat scroll;
   width:970px;
}
#footer {
   background:#fff;
   margin: 0 5px;
   position:relative;
}