@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	background-image: url(images/bg-page.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.6em;
	background-color: #600E06;
	background-repeat: repeat-x;
}
#wrapper {
	width: 940px;
	/*margin-right: auto;
	margin-left: auto;*/
	padding: 10px;
	background-color: #821F1A;
	background-image: url(images/bg-wrapper-bar.png);
	margin-right: auto;
	margin-left: auto;
}

#header {
	height: 118px;
	background-image: url(images/bg-header.png);
	background-position: left top;
	background-repeat: no-repeat;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	text-indent: -9999px;
}
#header.index{
	height: 240px;
	background-image: url(images/header-index.png);
	background-position: center center;
	background-repeat: no-repeat;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	text-indent: -9999px;
}
#navWrap {
	height: 42px;
	line-height: 42px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background-color: #B7302D;
	padding-left: 50px;
	margin-bottom: 5px;
	margin-top: 5px;
}


#content {
	position: relative;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background-color: #FFF;
	/* [disabled]padding-top: 60px; */
	color: #666;
}
#leftContent {
	width: 590px;
	margin-top: 50px;
	margin-left: 10px;
	padding-top: 10px;
	padding-left: 20px;
	background-image: url(images/bg-leftContent.png);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	background-color: #fdfcf8;
}
#leftContent h3, #right h3, .leftContentPara h3, #otherResources h3, #rightIndex h3 {
	color: #34394e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.3em;
}
.h3_like {
	color: #B7302D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.3em;
}
.rightSideBarPara h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #912018;
	font-size: 1em;
	font-weight: normal;
}

#right ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

#leftContent p, #right p, .leftContentPara p, , #rightIndex p {
	margin-bottom: 20px;
}

#rightSideBar {
	width: 300px;
	overflow: visible;
}

#leftIndex {
	background-color: #be4542;
	width: 270px;
	margin-left: 5px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#leftIndex p {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}

#rightIndex {
	width: 610px;
	float: right;
	margin-top: 15px;
	margin-right: 10px;
}
#rightIndex ul {
	margin-left: 40px;
}

#footerIndex {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	width: 960px;
	text-indent: -9999px;
	background-image: url(images/index-footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 82px;
}
#pageTitle {
	position:absolute;
	left:-6px;
	top:10px;
	width:310px;
	height:45px;
	z-index:1;
	background-image: url(images/bg-pageTitle.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	line-height: 30px;
	padding-left: 25px;
}
#pageTitle h2 {
	font-weight: normal;
}

#left {
	width: 150px;
	padding-right: 20px;
	padding-left: 20px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
#right {
	width: 700px;
	margin-top: 60px;
}

#footer {
	line-height: 30px;
	text-align: center;
	height: 30px;
	font-size: 70%;
	color: #6E5D56;
	background-color: #8C211B;
	margin-right: auto;
	margin-left: auto;
}
#content #left #kathrynImages img {
	border: 1px solid #CCC;
	margin-bottom: 15px;
	padding: 1px;
}
#kathrynImages {
	margin-top: 60px;
	margin-left: 5px;
}
#otherResources {
	padding-top: 60px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}


#content #right p, #content #right ul{
	
	margin-top: 25px;
}

#leftContent p {
	
	margin-top: 25px;
}
/*#content #right h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #34394e;
	font-weight: normal;
	font-size: 95%;
	margin-bottom: 5px;
}*/
/*#content #right strong {
	color: #34394e;
	font-size: 80%;
}
*/
#content #right ul {
	margin-left: 40px;
}
#content a {
	color: #510d07;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #510d07;
}
#content a:hover {
	color:#C00;;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#navWrap ul li a {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}

#form1 {
	width: 500px;
	
}
#content #leftContent ul {
	margin-left: 40px;
	margin-bottom: 10px;
}
#socialmedia {
	text-align: center;
}
#socialmedia  img {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;

}
#socialmedia a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}




#leftIndex .promotion {
	margin-bottom: 20px;
	margin-top:5px;
	background-color: #C45653;
	
	padding:5px;
}
#leftIndex h3 {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	margin-left: 5px;
	margin-bottom: 7px;
	color: #EEE;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	
	text-align:left;
	
	text-shadow:2px 2px 5px #000 ;
	
}
#leftIndex .promotion ul {
	list-style-type: none;
	
}



.otherResPara {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B0B0B0;
	padding-right: 40px;
	padding-left: 20px;
	padding-top: 10px;
}





.rightSideBarPara {
	width: 248px;
	border: 1px solid #CCC;
	margin-left: 10px;
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 10px;
	padding-left: 20px;
	background-image: url(images/bg-rightSidebarPara.png);
	padding-right: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.rightSideBarPara img {
	margin-top: 20px;
}




.leftContentPara {
	width: 580px;
	/* [disabled]margin-top: 45px; */
	margin-left: 10px;
	/* [disabled]padding-top: 10px; */
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ADADAD;
	/* [disabled]margin-bottom: 20px; */
	padding-bottom: 20px;
}
.leftContentPara.fl strong {
	font-size: 95%;
	color: #555;
}

.leftContentPara.fl ul {
	margin-left: 240px;
	line-height:1.4em;
	font-size:90%;
	margin-top:10px;
	margin-bottom:10px;
}

.leftContentImg {
	float: left;
	/* [disabled]height: 340px; */
	width: 200px;
}



.fl {
	float: left;
}


.fr {
	float: right;
}
.clear {
	clear: both;
}
.border {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B0B0B0;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.right {
	text-align: right;
}

.center {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
.middle {
	text-align: center;
}

.left {
	text-align: left;
}
.readMore {
	background-image: url(images/read-more.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 20px;
}

.tabRed {
	background-image: url(images/tab-red.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 305px;
	overflow: visible;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFF;
	text-transform: capitalize;
	margin-top: 10px;
	margin-left: 4px;
	line-height: 30px;
	text-indent: 20px;
	font-size: 130%;
}


.tabGold {
	background-image: url(images/tab-gold.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 305px;
	overflow: visible;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFF;
	text-transform: capitalize;
	margin-top: 10px;
	margin-left: 4px;
	line-height: 30px;
	text-indent: 20px;
	font-size: 130%;
}

.tabCrimson {
	background-image: url(images/tab-crimson.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 305px;
	overflow: visible;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFF;
	text-transform: capitalize;
	margin-top: 10px;
	margin-left: 4px;
	line-height: 30px;
	text-indent: 20px;
	font-size: 130%;
}
.bgFormItem {
	background-image: url(images/bg-leftContent.png);
	background-repeat: repeat-x;
	border: 1px solid #999;
	padding-top: 3px;
}
.bgFormBtns {
	background-image: url(images/btns-form.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	width: 120px;
	font-weight: bold;
	color: #FFF;
	font-size: 1.1em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
} 
.boldRed {
	color: #B7302D;
	font-size: 1em;
	font-weight: bold;
}
.darkRed {
	color: #510d07;
	font-size: 1em;
}
.navDropDown {
	background-color: #4b0c08;
}
.subTitleSpacing {
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BE4542;
}
#leftIndex  a {
	color: #702927;
}
.lessSpace {
	margin-bottom: -15px;
}
#rightIndex ol {
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}
