/* Main Styles */
body {
	font-size: 11px;
	background-image: url("../images/green_pattern.gif");
}
td {
	font-size: 11px;
}
/* IE Paragraph hack */
p {
     margin:  .3em 0 1em 0;
     padding:  0;
}
img {
	border: none;
}

/* Container */
#container {
	width: 950px;
	margin: auto;
}

/* Header */
#head {
	height: 120px;
	position: relative;
}
#headLogo {
	position: absolute;
	left: 20px;
	top: 0px;
}
#menu {
	position: relative;
	color: white;	
	font-family: arial, 'lucida console', sans-serif;
	background-color: white;
	width: 950px;
	height: 40px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}
.menuTable {
	position: absolute;
	top: 10px;
	left: 3px;
}
.menuTable td a {
	font-size: 130%;
	text-decoration: none;
	color: white;
	text-align: center;
}
.menuItem {
	background-image: url("../images/bg_menu.jpg");
	background-repeat: repeat-x;
	background-color: white;
	height: 30px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
.newsletter {
	color: #6799C8;
	font-size: 130%;
	font-family: Verdana;
	font-weight: bold;
	font-style: italic;
}
#signUpBtn {
	background-color: #516C35;
	border-left: 1px solid #DCF4C1;
	border-top: 1px solid #DCF4C1;
	color: white;
	padding-left: 8px;
	height: 19px;
	width: 55px;
	line-height: 19px;
	cursor: pointer;
	font-weight: bold;
}
#searchBar {
	position: absolute;
	top: 35px;
	right: 0px;
	width: 460px;
}
#searchBar td a {
	color: #A8D26D;
}
#innerMenu {
	
}
#login {
	position: absolute;
	right: 0px;
	top: -10px;
	background-color: #fff;
	border: 1px solid black;
	padding: 5px;
}

/* Alert Box */
#modalContainer {
	background-color:transparent;
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:10000;
}

#modalContainer > #alertBox {
	position:fixed;
}
#alertBox {
	position: absolute;
	min-height: 50px;
	border: 2px solid black;
	color: white;
	background-color: #CB002B;
	padding: 10px;
	text-align: center;
	width: 250px;
}

#alertBox #closeBtn {
	display:block;
	position:relative;
	margin:5px auto;
	padding:3px;
	width:70px;
	text-transform:uppercase;
	text-align:center;
	background-color:#78919B;
	text-decoration:none;
	border: 1px solid black;
	color: white;
}

/* Form classes */
.tableForm {
	padding: 5px;
	background-color: #CB002B;
	border: 1px solid #40444F;
}
.formValError {
	color: white;
	background-color: #910038;
	border: 1px solid white;
}
.formError {
	color:#910038;
	font-weight:bold;
}
.tableForm td, th {
	padding: 6px 5px 1px 5px;
	color: white;
}

/* Contact */
.contactHeader {
	color: #fff;
	font-weight: bold;
	font-size: 105%;
}

/* Body */
#bodyMain {
	background-color: white;
	padding: 35px 0px 10px 0px;
	font-family: arial, 'lucida console', sans-serif;
	width: 950px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	min-height: 500px;
	overflow: auto;
}

.article_content {
	margin:0;
	padding-right:20px;
	padding-left:20px;
	font-family:Helvetica,Arial,_sans;
	color:#000000;
	/* line-height:24px; */
	font-size:10pt;
	padding-bottom:10px
}

strong.article_content {
	color:#666666;
	font-size:12pt;
}

.article_content_strong {
	color:#666666
}

.article_content_p1 {
	color:#000000;
	font-size:12pt;
	font-family:Helvetica,Arial,_sans;
	font-weight:bold;
	padding-bottom:5px;
}

.article_content_p2 {
	font-size:16pt;
	/* line-height:20px; */
	color:#6799C8;
	text-align:center;
	font-weight:bold;
	text-decoration:underline;
	padding-bottom:10px
}

.article_content_p3 {
	font-size:12pt;
	font-weight:bold;
	padding-bottom:5px;
}

li{
	font-size:10pt;
	font-family:Helvetica,Arial,_sans;
	color:#000000;
	/* line-height:20px; */
	padding-bottom:10px;
	list-style-type:disc
}

.article_content_standard {
	font-family:Helvetica,Arial,_sans;
	color:#000000;
	/* line-height:24px; */
	font-size:10pt;
	padding-bottom:10px
}

#articleContent {
	float: left;
	margin-left: 20px;
	width: 516px;
	display: inline;
}
#adminContent {
	float: left;
	margin-left: 20px;
	width: 900px;
	display: inline;
}
#sidebar {
	float: left;
	margin-left: 20px;
	display: inline;
	width: 355px;
}
#talkingMary {
	width: 352px;
	height: 212px;
	background-image: url("../images/blue_mary.gif");
	background-repeat: no-repeat;
	position: relative;
	color: white;
}
#talkingMary a {
	color: white;
	height:100%;
}

.recipeInnerContainer{
	text-align:center;
	padding-top:20px;
	margin:0px auto;
	width:100px;
}

.recipeOuterContainer{
	float:left;
	width:160px;
	height:140px;
}

.resourceInnerContainer{
	text-align:center;
	padding-top:20px;
	margin:0px auto;
	width:75px;
}

.resourceOuterContainer{
	float:left;
	width:90px;
	height:140px;
}

a.blueCategoryLink, a.blueCategoryLink:link, a.blueCategoryLink:hover, a.blueCategoryLink:visited {
	font-weight:bold;
	font-size: 140%;
	color: #6799C8;
	text-decoration: none;
}
a.blueCategoryLink:hover {
	text-decoration: underline;
}

.cbbRed {
	padding: 7px 12px 15px 12px;
	border: 3px solid #C41230;
  	-moz-border-radius: 10px;
  	-webkit-border-radius: 10px;
}
.cbbRedSmall {
	padding: 7px 12px 7px 12px;
	border: 1px solid #C41230;
	-moz-border-radius: 10px;
  	-webkit-border-radius: 10px;
}
.cbbWhite {
	-moz-border-radius: 10px;
  	-webkit-border-radius: 10px;
}

#calcToolTable {
	color: #5AA047;
	height: 65px;
	font-size: 105%;
	width: 324px;
	position: relative;
}
#calcToolTable a {
	color: #5AA047;
}
#calcToolTableLeft {
	position: absolute;
	left: 17px;
	top: 7px;
}
#calcToolTableRight {
	position: absolute;
	right: 17px;
	top: 7px;
}
#dottedBG {
	background-image: url("../images/dottedBG.gif");
	background-repeat: repeat-y;
	position: absolute;
	left: 175px;
	top: 3px;
	height: 82px;
	width: 3px;
}
#blurbTable {
	position: relative;
}
#blurbTable div {
	background-image: url("../images/Red-button.gif");
	background-repeat: no-repeat;
	font-size: 130%;
	text-align: center;
	height: 50px;
	line-height: 50px;
	width: 171px;
}
#blurbTable div a {
	color: white;
	text-decoration: none;	
}

/* Footer */
#footer {
	clear: both;
	height: 40px;
	line-height: 40px;
	background-color: white;
	text-align: center;
	margin-top: 15px;
	width: 950px;
	color: #C41230;
	font-family: Arial, 'Lucida Console', sans-serif;
}
#footer a {
	color: #C41230; 
}
#footer td {
	padding-right: 3px;
}

/* Divider at top of body */
.divider {
	clear: both;
	background-image: url("../images/red_strip.gif");
	background-repeat:repeat-x;
	height: 9px;
	font-size: 1pt;
}

/* Sitemap */
.siteLevel1 {
	padding-left: 15px;
}

/* Articles */
#popupArticleMain {
    margin: 0.5in auto;
    color: #000;
    width: 640;
/*    padding: 20px; */
    text-align: left;
/*
    background-color: #fff;
    border: 3px solid #fff;
*/

    /* Do rounding (native in Firefox and Safari) */

/*
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
*/

	/* background-image: url("../images/green_pattern.gif"); */
	z-index: 1001;
}
.innerArticle {
	position: relative;
	padding: 5px;
	background-color: white;
	z-index: 40;
	width: 600px;
	margin: 0 auto;
	margin: 10px;
	overflow: auto;
	font-family: arial, 'lucida console', sans-serif;
	font-size: 108%;
}
.readMore {
	color: #C41230;
	text-decoration: underline;
	font-style: italic;
	cursor: pointer;
}
a.libraryLink, a.libraryLink:link, a.libraryLink:hover, a.libraryLink:visited{
	color:#000000;
	text-decoration: underline;
	cursor: pointer;
}
.articleClose {
	float:right;
	position: absolute;
	top:-16px;
	right:-16px;
	width:40px;
	height:40px;
	cursor: pointer;
	text-decoration: underline;
}
.articleHead {
	font-weight: bold;
	font-size: 115%;
	color: #4F4A4A;
}
.articleTableCenter td {
	text-align: center;
}
#myOverlay {
	background-color: black;
	position:absolute;
	width:100%;
	top:0px;
	left:0px;
	z-index: 900;
}

/* Drop Shadow */
.content {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	padding: 0.5em;
}
.shadow { 
	background-color: #ccc;
	margin-left: 20px;
}
.content, .shadow {
	position: relative;
	bottom: 4px;
	right: 4px;
}






/* new styles added by Derek Anderson */

.header {
	display:block;
/*	font-size:16pt;*/
	font-size:20px;
	color:#6799C8;
	text-align:center;
	font-weight:bold;
	text-decoration:underline;
	padding-bottom:10px
	
	color: rgb(103, 153, 200); 
	text-decoration: underline; 
/*	font-size: 150%; */
	text-align: center;
}

.subhead {
	display:block;
	font-weight: bold; 
	color: rgb(103, 153, 200);
	text-align:center;
	font-size:14px;
	text-decoration:none;
}

/* paragraph header*/
.headline, .ph { color:#666666; font-weight:bold; display:block; font-size:14px; } 

/* Body Copy */
.body_copy { 
	font-family:Helvetica, Arial, sans-serif;
	color:#000000;
/*	font-size:10pt;*/
	font-size:14px;
	padding-bottom:10px;
}
.img-left { 
	margin:0 10px 10px 0;
	float:left;
}
.img-right {
	margin:0 0 10px 10px;
	float:right;
}

/* -------------------- old styles below*/





.page_header {
	font-size:15px;
	color:#c41230;
	font-weight:normal;
	font-style: italic;
}

.page_header span {
	font-weight:bold;
}



.article_content_sub_header {
	font-weight:bold;
	color:#6799C8;
	text-align:center
}

.set-center {
	text-align:center;
}

.flashMessage {
	color:#68b300;
	font-weight:bold;
	padding:0px;
	margin:0;
}

.button {
	
	padding:8px 10px;
	background-color:#fff;
	color:#222;
	font-size:110%;
/*	border:1px solid #fff;*/
	font-weight:bold;
	text-decoration:none;
	margin-right:10px;
	
}

.button:hover {
	background-color:#fff;
/*	border:1px solid #b40021;*/
	color:#b40021;
}

#tbl tr td {
	border-bottom:1px solid #fdbebf;
	padding:10px;
}


.edit {
	background:url(imgs/edit.png) no-repeat center left;
	text-decoration:none;
	padding:10px 0 10px 20px;
}

.delete {
	background:url(imgs/trash.png) no-repeat center left;
	text-decoration:none;
	padding:10px 0 10px 20px;
}

.add {
	background:url(imgs/list-add.png) no-repeat center left;
	text-decoration:none;
	padding:10px 10px 10px 20px;

}

.cancel {
/*	background:url(imgs/list-remove.png) no-repeat center left;*/
	text-decoration:none;
	padding:10px 10px 10px 20px;
}






/* Quiz Styles */

#mdp_content2 {
	background-color: #fff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	
	padding:8px;
	
	box-shadow: 				0px 0px 45px #000;
	-moz-box-shadow: 		0px 0px 45px #000;
	-webkit-box-shadow: 0px 0px 45px #000;
}
