@charset "utf-8";
/* CSS Document */

/* Core Page Layout Elements */
body{
	background-color: #ebe9e1;
	margin:0 auto;
	/*overflow-x:hidden;*/
	width:auto;
	overflow: -moz-scrollbars-vertical;
	text-align:center;
	font-family: Georgia, Times, serif;
	color: #666666;
	font-weight:normal;
	font-style:normal;
}

#outerholder{
	background-color: #fbf9f2;
	display:block;
	height:auto;
	margin:0 auto;
	position:relative;
	width: 1280px;
	margin-top: 0px;
	padding-top: 0px;
	text-align:left;
	font-weight:normal;
	/*overflow-x:hidden;*/
}

#holdertop{
	background:url(../images/topArch.jpg) top center;
	height: 97px;
}

#holderbottom{
	background:url(../images/bottomArch.jpg) no-repeat top center;
	height: 85px;
}

#holder{
	display:block;
	margin:0 auto;
	width:1000px;
	position:relative;
	margin-top: -105px;
	font-weight:normal;
}

#leftcontent, #leftcontent2{
	float: left;	
}

#rightcontent, #rightcontent2{
	float: right;	
}

.cleardiv{
	clear:both;	
}

#logo{
	margin:auto;
	text-align:center;
	margin-top: 17px;
	margin-bottom:15px;
}

#headerimage {
	margin-bottom:19px;
}

.rightinnercontent{
	padding-top:17px;
	padding-left: 18px;
	padding-right: 10px;
	padding-bottom: 10px;
	.padding-bottom: 0px;
}

#leftcontent{
	width: 658px;
}

#rightcontent{
	width: 335px;
}

#leftcontent2{
	width: 496px;
}

#rightcontent{
	width: 335px;
}

#rightcontent2{
	width: 463px;
}

#leftbottomarea{
	font-size: 14px;
}

#leftcontentleft, #leftcontentright{
	float: left;
	width: 310px;
}

#leftcontentleft{
	margin-right: 25px;
}

#leftcontentleft2{
	margin-right: 45px;
}

#leftcontentleft2, #leftcontentright2{
	float: left;
}

#leftcontentright2{
	width: 328px;
}

#leftcontentleft2{
	width: 162px;
	margin-right: 5px;
}

.rightitle, .righttitlenomargin{
	color: #835067;
	text-transform:uppercase;
	font-size: 18px;
}

.rightitle{
	margin-bottom: 16px;	
}

.righttitlenomargin{
	margin-bottom: 0px;	
}

.errordiv{
	height:12px;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #900;
	font-size:10px;
	text-transform:uppercase;
}

/* Generic Element Layout*/
.textdiv{
	margin-bottom:24px;
	font-weight:normal;
}

.normaltext{
	font-size: 14px;
	line-height: 18px;	
}

.parahead {
	font-family:Georgia,Times,serif;
	font-size:21px;
	margin-bottom:10px;
}

.downloadlink{
	font-family:Georgia, Times, serif;	
	font-size: 11px;
	color: #835067;
}

/* Core Text Style Elements */
h1{
	margin: 0px;
	padding: 0px;
	font-family:Georgia, Times, serif;
	font-size: 36px;
	font-weight:normal;
	text-transform:capitalize;
	line-height: 32px;
	display:inline;
}

h2{
	margin: 0px;
	padding: 0px;
	font-family: Georgia,Times, serif;
	font-size: 26px;
	line-height: 32px;
	font-weight:normal;
	font-style:italic;
	color: #666666;
	display:inline;
}	

h3{
	margin: 0px;
	padding: 0px;
	font-family: Times, serif;
	font-size: 22px;
	line-height: 30px;
	font-weight:normal;
	color: #666666;
	display:inline;
}

.red{
	color: #835067;
}

a, a:visited, a:hover{
	color:#835067;
	text-decoration:underline;
}

#footer a, #footer a:visited, #footer a:hover{
	text-decoration:none;
}

.pointer-btn{
	cursor:pointer;	
}

/* Navigation Elements */

#navigation, #navigation2{
	font-size:14px;	
}

#navigation{
	width:1000px;
	height:25px;
	margin:0 auto;
	text-align:center;
}

#navigation2{
	width: 1000px;
	height: 22px;
	margin: 0 auto;
	text-align:center;
	margin-top: -8px;
	.margin-top: -8px;
	background:url(../images/nav/subnav-bg.jpg) no-repeat top center;
	margin-bottom: 10px;
}

#navinner{
	margin:0 auto;	
}

#navigation2 #navinner{
	width: 320px;
	height: 20px;
}

#navigation #navinner{
	width: 764px;
	padding-left:8px;
	padding-top:3px;
}

.navitem, .navdivider, .navitemselected{
	/*height: 30px;*/
	margin-top:5px;
	float:left;
}

.navitem{
	color: #333333;	
}

.navitemselected{
	background:url(../images/nav/selected-bg.gif);
}

.navitemselected, .navitemselected a, .subnavitemselected, .subnavitemselected a{
	color: #835067;
}

.navdivider{
	/*margin-left: 17px;
	margin-right: 17px;*/
	margin-top:7px;
}

.subnavitem, .subnavdivider, .subnavitemselected{
	float: left;
	height: 20px;
	margin-top: -8px;
	.margin-top: 2px;
}

.subnavitemselected{
	/*background:url(../images/nav/subnav-selected-bg.jpg) repeat-x;	*/
}

.subnavdivider{
	margin-left: 17px;
	margin-right: 17px;
	margin-top:-6px;
	.margin-top: 5px;
}

/* Styled HTML Elements */
.rightinputelem, .rightinputelemtextarea{
	border: none;
	background-color: #d0d0cb;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

.rightinputelem{
	width: 224px;
	height: 20px;
}

.rightinputelemtextarea{
	width: 400px;
	height: 100px;
}

#jointable td{
	padding-bottom: 10px;	
}

/* Main Style Elements */
.mainintrotext{
	font-size: 26px;
	line-height: 28px;
	font-weight:normal;
}

.emtext{
	color: #835067;	
}

.largeheader, .subheader, .introregular{
	color: #666666;	
}

.largeheader{
	font-size: 32px;	
	text-transform:uppercase;
}

.subheader{
	font-style:italic;
	font-size: 26px;
}

.introregular{
	font-size: 22px;
	font-weight:normal;
	font-family: Times, serif;
}

.leftcontentleft, .rightcontentleft{
	float:left;
	width: 315px;	
}

.leftcontentleft{
	margin-right: 20px;
}

/* Footer Elements */
#footer{
	-x-system-font:none;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	letter-spacing:1px;
	line-height:14px;
	margin: 0 auto;
	text-transform:uppercase;
	width:1280px;
	color:#BFBFBF;
	position: relative;
}

#footbg{
	position: absolute;
	/*background:url(../images/bot-arch.jpg) top center;*/
	width: 1280px;
	height: 25px;
	left: 0px;
	top: 0px;
	z-index: 5;
}

#footerinner{
	position: absolute;
	margin: 0 auto;
	width: 1000px;
	z-index: 6;
	left: 325px;
	top: 25px;
	width: 630px;
}

#footinner, #footerinner a{
	color: #70706f;
	font-size: 10px;	
}

.footerim{
	width: 42px;	
	position: absolute;
	top: -35px;
	left: 619px;
}

.footerelem, .footerdivider{
	height: 21px;
	float:left;
}

.footerelem{
	cursor: pointer;	
}

.footerdivider{
	margin-left: 17px;
	margin-right: 17px;
	margin-top:1px;
}

#push {
	height: 62px;	
}

#footer{
	height:62px;
}

.largecaps, .medcaps, .smallcaps{
	font-weight:normal;
	font-style:normal;
	font-family:Georgia, Times, serif;
	line-height: 32px;	
}

.largecaps{
	font-size:42px;
}

.medcaps {
	font-size:38px;
}

.smallcaps{
	font-size:36px;
}