@import url("css/menu.css");


@charset "utf=8";
/* CSS Document */

/* 	=================================================================
	===== 			DNN Template Master CSS						=====
	===== 		Copyright 2009 Jeremy Gates 					=====
   	===== 		Written by Jeremy Gates - info@jeremygates.net	=====
   	================================================================= */

/*	=================================================================
	=====														=====
	=====	 	 	swatch colors								=====
	=====			---------------------------					=====
	=====			13437a	- dark blue							=====
	=====			1d74be	- mid blue							=====
	=====			e1e1e1	- light gray						=====
	=====			a3a3a4	- mid gray							=====
	=====			8a8a8a	- gray								=====							
	=====														=====
	================================================================= */
	
/*	=================================================================
	=====														=====
	===== 			FIND AND REPLACE VALUES						=====
   	=====			-----------------------------				=====
   	=====														=====
	=====			ADMIN										=====
	=====														=====
	=====			Portal Number #PRN							=====
	=====														=====
	=====														=====		
	=====			LAYOUT										=====
	=====														=====
	=====			background color #bgc111					=====
	=====			background image ##BG-image					=====
	=====			background repeat ##rpt##					=====		
	=====			page background color #pbg222				=====
	=====			footer image ##ftrIMAGE						=====
	=====														=====
	=====														=====
	=====														=====
	=====			TEXT										=====
	=====														=====
	=====			font color #666666	[td, p, li, tr ]		=====
	=====			font size 	12px							=====
	=====			font family Arial, Verdana, san serif		=====
	=====			hyperlink color #971924	 [ a, a:pseudos ]	=====
	=====			hyp link hover color #000  [ a:hover ]		=====
	=====			headings 1-3 #971924								=====
	=====			headings 4-6 #666666							=====
	=====														=====
	=====			login/register/attributions #971924			=====
	=====			login/register rollover #666666				=====
	=====			Admin text color: #971924					=====
	=====			footer menu [links] #LINKS					=====
	=====			footer menu [links] hover #LINKS:A			=====
	=====														=====
	=====														=====
	=====														=====
	================================================================= */
	
/* @@@@@@@@@@@@@@@@@@@@@@@@       GENERAL - BODY and 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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
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; 
}  */

body {
	background-color:#bgc111;
	font-family: Arial, Verdana, san serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
	background-image: url(/images/1.jpg);
	background-repeat: repeat;
}
/*    ##########@@@@@@@@@@@@@@@    LAYOUT BIZZO   @@@@@@@@@@@@@@@@@@@@@@#################### */

body { text-align:center; }

#pagewrapper { width: 808px; margin: 0 auto; background: #FFF; }
#page { width: 796; text-align: left; }
#shadow { background: url(images/EMS967_B_21_01.gif) repeat center top; /* border: 1px
#0F9 solid; */ }
#header { text-align: left; padding: 0 0 0 20px; background: #971924;  }
/* #banner { background:url(images/EMS967_B_08.gif) no-repeat center top; height: 179px;  } */
#menucontainer { background:url(images/EMS967_B_03.gif) repeat left top; height: 30px; }
#radmenu { float:left; margin: 0 0 0 20px;  }
#menucnr { background:url(images/EMS967_B_05.gif) no-repeat top left; height: 30px; width: 18px; float: right;  }
#contentcontainer { padding: 15px 50px; }
.ContentPane_Admin { text-align: justify; }
#footer { background:url(images/EMS967_B_21_02.gif) no-repeat center bottom; display:block; width: 796; height: 29px;  }
#PageFooter { width:760px; display: block;  margin: 0 auto; text-align: center;  }
#login_style { width:250px; float:left; }
#terms_style { width:350px; float:left; }
#attribution_style { width:200px; float:right; }
#space { width:100px; }

ol, ul {
	list-style: none;
}


ul li { padding: none; list-style-type: disc; }

H1, H2, H3, H4, H5, H6  { font-family: Arial, Verdana, san serif; font-weight: bold; padding:0; margin:0;   }
H1  { font-size: 1.4em; color: #971924; }
H2  { font-size: 1.2em; text-transform: uppercase; text-align: left;  color: #971924; }
H3  { font-size: 1.2em; font-weight: normal; color: #971924; }
H4  { font-size: 1.6em; color: #666666; }
H5  { font-size: 1.4em; text-transform: uppercase; text-align: left;  color: #666666;  }
H6  { font-size: 1.4em; font-weight: normal; color: #666666;  }

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;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@    TEXT PROPERTIES     @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

p, td, li, {  	
 	font-family: Arial, Verdana, san serif;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	font-size: 1em; 
	text-align: justify; 
}

.Normal {
	font-family: Arial, Verdana, san serif;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	font-size: 1em; 
	text-align: justify; }


/* Hyperlinks */ 

a, a:link, a:visited, a:active  {color:#971924	; font-weight:bold; text-decoration:none; font-family: Arial, Verdana, san serif; font-weight:normal; }
a:hover{ color:#000; text-decoration:none; font-family: ; font-weight:normal; }

p a:link {color:#971924	; font-weight:bold; text-decoration:none; font-family: Arial, Verdana, san serif; font-weight:normal; }
p a:visited {color:#971924	; font-weight:bold; text-decoration:none; font-family: Arial, Verdana, san serif; font-weight:normal; }
p a:hover{color:#000; text-decoration:none; font-family: Arial, Verdana, san serif; font-weight:normal; }
p a:active {color:#971924	; font-weight:bold; text-decoration:none; font-family: Arial, Verdana, san serif; font-weight:normal; }

li a:link {color:#971924	; font-weight:bold; text-decoration:none; font-family: Arial, Verdana, san serif; font-weight:normal; }
li a:visited {color:#971924	; font-weight:bold; text-decoration:none; font-family: Arial, Verdana, san serif; font-weight:normal; }
li a:hover{color:#000;text-decoration:none; font-family: Arial, Verdana, san serif; font-weight:normal; }
li a:active {color:#971924	; font-weight:bold; text-decoration:none; font-family: Arial, Verdana, san serif; font-weight:normal; }

td a:link {color:#971924	; font-weight:bold; text-decoration:none; font-family: Arial, Verdana, san serif; font-weight:normal; }
td a:visited {color:#971924	; font-weight:bold; text-decoration:none; font-family: Arial, Verdana, san serif; font-weight:normal; }
td a:hover{color:#000;text-decoration:none; font-family: Arial, Verdana, san serif; font-weight:normal; }
td a:active {color:#971924	; font-weight:bold; text-decoration:none; font-family: Arial, Verdana, san serif; font-weight:normal; }
	
/* LINKS - this is the mirror of the navigation that is at the bottom of the page */
#dnn_dnnLINKS_lblLinks {text-align:center; font-size: 80%;} 
#dnn_dnnLINKS_lblLinks, #dnn_dnnLINKS_lblLinks a:link, #dnn_dnnLINKS_lblLinks a:active, #dnn_dnnLINKS_lblLinks a:visited{ font-weight:normal; color:#LINKS;  text-transform:uppercase; padding: 5px  2px;  }
#dnn_dnnLINKS_lblLinks a:hover {color:#LINKS:A;}

/* $$$$$$$$$$$$$$$$$$$$$$  FOOTER LINKS  $$$$$$$$$$$$$$$$$$$$$$$$$$ */

#login_style { color:#971924;    }
#login_style a:link, #attribution_style:visited { color:#971924;     } 
#login_style a:hover { color:#666666;   }
#login_style a:active {color:#971924;     }

#attribution_style {  color:#971924;   font-size: 12px;   }
#attribution_style a:link, #attribution_style a:visited { color:#971924;     } 
#attribution_style a:hover { color:#666666;    }
#attribution_style a:active {color:#971924;     }
 
#dnn_dnnUSER_cmdRegister:link, #dnn_dnnUSER_cmdRegister:visited { color:#971924;     } 
#dnn_dnnUSER_cmdRegister:hover { color:#666666;    }
#dnn_dnnUSER_cmdRegister:active {color:#971924;     }

#dnn_dnnLOGIN_cmdLogin:link, #dnn_dnnLOGIN_cmdLogin:visited { color:#971924;     } 
#dnn_dnnLOGIN_cmdLogin:hover { color:#666666;    }
#dnn_dnnLOGIN_cmdLogin:active {color:#971924;    }

.SkinObject { color:#971924;    } 
.SkinObject a:link { color:#971924;     } 
.SkinObject a:visited { color:#971924;     } 
.SkinObject a:hover { color:#666666;   } 
.SkinObject a:active {color:#971924;    } 

/* style of item titles on edit and admin pages */

.Head   	{ color: #971924; font-size: 1.1em; font-weight: bold; text-decoration: none; }
.SubHead    { font-family: Arial, Verdana, Sans-Serif; color: #971924; font-size: 1em; font-weight: bold; text-decoration: none; }
.SubSubHead { font-family: Arial, Verdana, Sans-Serif; color: #971924; font-size: 1em; font-weight: bold; text-decoration: none; }
label 		{ font-family: Arial, Verdana, Sans-Serif; color: #971924; font-size: 70%; font-weight: bold;						text-decoration: none;} 

/* BACK TO TOP ANCHOR */

/* TO MAKE THE BACK TO TOP ANCHOR VISIBLE - DELETE THIS LINE & THE ONE THAT FOLLOWS THIS CODE

.Back_to_Top, a.Back_to_Top:link, a.Back_to_Top:visited, a.Back_to_Top:active,  {display:block; height:32px; width:98px; background: url(/Portals/24/Templates/images/Back_to_Top_sprite.jpg) top left no-repeat; text-indent:-9999px;}
.Back_to_Top a:hover { display:block; height:32px; width:98px; background: url(/Portals/24/Templates/images/Back_to_Top_sprite.jpg) top right no-repeat; text-indent:-9999px; }


- AND DELETE THIS LINE AS WELL */