/* CSS Document */
@font-face {
    font-family: chalkBoard;
   /* src: url(../fonts/rayando.ttf); */
    src: url(../fonts/ChalkBoard.ttf);
}
body{
	margin:0px;	
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	}
.backgroundLeft{
	background:url(../images/backgroundLeft.jpg) repeat-x ;
	width:50%;
	height:85px;
	position:absolute;
	left:0;
	top:0;	
}
.backgroundRight{
	background:url(../images/backgroundRight.jpg) repeat-x ;
	width:50%;
	height:85px;
	position:absolute;
	right:0;
	top:0;	
}
.blueBack{
	width:100%;
	margin:auto;
	position:absolute;
	height:30px;
	background:#2e394d;
	top:84px;
	left:0px;
		
	
}
.primaryContainer{
	width:803px;
	margin:auto;
	position:relative;
	background:#FFF;
	border:1px solid #DDD;
	
}
.menu{
	margin:auto;
	width:800px;
	color:#FFF;
	padding-top:0px;

}
.menuLink{
	text-decoration:none;
	color:#FFF;
	padding:4px;
	width:75px;
	text-align:center;
	float:left;
	margin-left:15px;
}
.menuLink:hover{
	text-decoration:underline;
	color:#FFF;
	padding:4px;
	background:#ab0303;
	width:75px;
	text-align:center;
	cursor:pointer;
	float:left;
	margin-left:15px;
}

.menuRed{
	width:100%;
	background:#b01e2e;
	height:35px;
	z-index: 100;
}
.chalkBoard{
	margin:auto;
	width:1100px;
	background:url(../images/chalkboard.jpg);
	height:325px;
	z-index:1px;
	position:relative;	
}
.chalkBoard a{
	color:#FFFFFF;
	text-decoration:none;
}
.greyCube{
	background:url(../images/greyCube.jpg) repeat-x;
	width:180px;
	height:180px;
	z-index:1000;	
	color:#FFF;
	padding:10px;
}
.redButton{
	background:#b01e2e;
	color:#FFFFFF;
	padding:2px 10px;	
}
.redButton:hover{
	background:#E82C2F;
	color:#FFFFFF;
	padding:2px 10px;
	cursor:pointer;
}
a:link{
	text-decoration:none;
	color:#CC1010;
}
a:visited{
	text-decoration:none;
	color:#CC1010;
}
a:hover{
	text-decoration:underline;
	color:#5b1010;
}
a:active{
	text-decoration:none;
	color:#5b1010;
}

.redHeader{
	color:#b01e2e;
	font-size:18px;
}
.smallRedHeader{
	color:#5b1010;
	font-size:14px;
}

#footer a:link{
	text-decoration:none;
	color:#FFF;
}
#footer a:visited{
	text-decoration:none;
	color:#FFF;
}
#footer a:hover{
	text-decoration:underline;
	color:#FFF;
}
#footer a:active{
	text-decoration:none;
	color:#FF0;
}

.shadowBox{
	-moz-box-shadow: 3px 3px 4px #777;
	-webkit-box-shadow: 3px 3px 4px #777;
	box-shadow: 3px 3px 4px #777;
}
.mainBar{
	background:url(../images/blueBar.jpg) no-repeat;
	 height:60px;
	 margin-top:24px;
	 margin-left:-200px;
	 width:1200px;
	 padding-left:200px;
}
#footer{
	position:relative;
	bottom:0px;
	background:#B01E2E;
	width:100%;
	height:25px;
}
.footerContent{
	width:760px;
	margin:auto;
	padding:20px;
	color:#FFF
}
.bottomLeft{
	background:url(../images/bottomBlue.jpg) repeat-y #8a99b8;
	width:100%;
	height:225px;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;	
}
.bottomRight{
	background:url(../images/bottomBlueRight.jpg) repeat-y ;
	width:1200px;
	height:225px;
	position:absolute;
	right:0;
	top:0;	
	z-index:-1;	
}
#sideMenu{
	 float:left;
	 width:195px;
	padding:6px;
	position:relative;
}
.grayText{
	color:#999999;
	font-size:11px;
}
.contentContainer{
	width:803px;
	min-height: 500px;
	margin:auto;
	position:relative;
	background:#FFF;
	border:1px solid #DDD;
	padding: 5px 5px 20px 5px;
}

.pageTitle{
	font-style:italic;
	font-size:22px;
	font-family:'Times New Roman', Times, serif;
}

.titleText{
	font-style:italic;
	font-size:22px;
	font-family:'Times New Roman', Times, serif;
}

.pageSubTitle{
	font-style:italic;
	color:#5b1010;
	font-weight:bold;
	font-size:16px;
	font-family:'Times New Roman', Times, serif;
}

.hiddenDivStyle{
	margin-top: 20px;
}

fieldset legend{
	font-style:italic;
	color:#5b1010;
	font-weight:bold;
	font-size:16px;
	font-family:'Times New Roman', Times, serif;
}

.clearme{
		clear:both;
}

.successMessage{
	color:#F00;
	margin-bottom: 25px;
	margin-left: 30px;
}

.helpBox{
	display: none;
	visibility: hidden;
}
.helpButton{
	float: right;
	width: 30px;
	text-align:center;
	cursor: pointer;
}

.paragraphLineFormat{
	margin-left: 30px;
}

table p { /*fixing for CKEditor insanity....*/
	margin-top: 0px;
}

li p { /*fixing for CKEditor insanity....*/
	margin-top: 0px;
   margin-bottom: 0px;
}

li {
   margin-top: 2px;
   margin-bottom: 2px;
}