@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif; 
    background-color: #ffffc2;
	height:100%;
}

p, h1, h2, h3, h4, h5, h6, li {
	font-size: 1em;	
}

div#container {
	width: 800px;
	margin: 0 auto;
	position:relative;
}


/*=====header=========*/

div#header {
	position: relative;
	border-bottom:8px dashed #D4281E;
	height:150px;
}

#header h1, #header h2, #header p {
	text-indent: -9999px;
	display:block;
	display:none;
}

/*======main Navigation=======*/

#mainNav {
	margin-top:5px;
	margin-bottom:40px;
	padding: 10px;
	width: 780px;
	font-size: 17px;
	
}

#mainNav ul, #mainNav li {
	display: inline;
	list-style-type:none;
}

#mainNav li {
	padding:8px;
}

#mainNav a:link, #mainNav a:visited {
	text-decoration: none;	
	color:#D4281E;
	font-weight:bold;
}

#mainNav a:hover {
	text-decoration: underline;	
}

#mainNav li a.current {
	background:#d4281e;
	color: #ffffc2;
	padding:2px;
}
/*====== main content =====*/

div#mainContent {
	float: left;
	margin-bottom: 20px;
	padding: 8px;
	width:500px;
	background-image:url(images/chalk.jpg);
	color:#fff;
	border: 12px double #97C991;
	font-size: 14px;
	line-height:1.5em;
	font-weight:bold;
}

#mainContent p {
	text-indent:30px;
	line-height: 1.4em;
	margin: 0 0 3ex 0;

}

#mainContent h2{
	margin: 1ex 0 .8ex 0;
	font-size: 1.2em;
	color: #fff;
	text-align:center;
}

#mainContent h4 {
	margin: 1ex 0 .8ex 0;
	font-size: 1.1em;
	color: #fff;
	text-align:center;	
}

#mainContent ul, #rightSideBarTwo ul {
	list-style-type:none;
	margin:20px;
	padding:0;
	text-decoration:none;
}
#mainContent li, #rightSideBarTwo li {
	background-repeat:no-repeat;
	color:#FFFFFF;
	list-style-image:url(images/apple.png);
}	

#mainContent a:link, #mainContent a:visited {
	color: #fff;
	text-decoration:none;
	
}
#mainContent a:hover {
	text-decoration: underline;	
}
/*===== right side bar =======*/

#rightSideBar {
	float:right;
	clear:none;
	margin-left: 0px;
	margin-bottom:0px;
	padding: 0 10px;
	width: 190px;
	background-image:url(images/chalk.jpg);
	color:#fff;
	text-align:center;
	line-height: 1.4em;
	font-weight:bold;
	border:double #D4281E 10px;
}

#rightSideBarSherry {
	float:right;
	clear:none;
	margin-left: 0px;
	margin-bottom:0px;
	padding: 0 10px;
	width: 190px;
	text-align:center;
	font-weight:bold;
	
}

#rightSideBar h2 {
	font-size: 1.2em;
}

#rightSideBarTwo {
	float:right;	
	margin-left: 20px;
	margin-bottom:40px;
	padding: 0 10px;
	width: 190px;
	background-image:url(images/chalk.jpg);
	color:#fff;
	line-height: 1.4em;
	font-weight:bold;
	border:double #97c991 10px;
	font-size:14px;
}

#rightSideBarTwo a:link, #rightSideBarTwo a:visited {
	text-decoration: none;
	color:#fff;
}

#rightSideBarTwo a:hover {
	text-decoration: underline;
}

#rightSideBarOwl {
	float:right;	
	padding: 20px 0 0 10px;
}


/*===== left side bar =======*/

#content div#leftSideBar {
	float:left;	
	margin: 0 20px 40px 0;
	padding: 10px;
	width: 340px;
	background-image:url(images/chalk.jpg);
	color:#fff;
	border: 12px double #97C991;
	font-size: 14px;
	line-height:1.5em;
	font-weight:bold;
	
}

#leftSideBar p {
	line-height: 1.4em;
	font-size: .9em;
	margin: 0 0 3ex 0;
}

#leftSideBar h3 {
	margin: 1ex 0 .5ex 0;
	font-size: 1.2em;
	text-align:center;
}

#leftSideBar a:link, #leftSideBar a:visited {
	text-decoration: none;
	color:#fff;
}

#leftSideBar a:hover {
	text-decoration: underline;	
}

iframe {
	border: double 10px #336666;	
}
/*======= footer ===========*/

div#footer {
	clear: both;
	background: transparent;
	margin: 0 auto;
	padding: 5px;
	width:790px;
	border-top:1px solid #336666;
	line-height:1.4em;
	font-size:.8em;
}

#footer p {
	margin-top: 10px;
	padding: 0;
	color: #590202;
	text-align:center;
	font-weight:bold;
}

#footer a {
	color:#0FF;
	text-decoration:none;
}


#footer ul, #footer li {
	display: inline;
	}

#footer li {
	padding:10px;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #336666;
	
}

#footer a:hover {
	text-decoration: underline;	
	color:#590202;
}
/*========misc styles=========*/

.clear {clear: both}

#closure h1, #closure h2, #closure h3, #closure h4{
		text-align: center;
	
}
#closure h1 {
	font-size: 1.2em;	
}