
/*********** Main Tags For Site Wide CSS **************/
body {
	background-color:#B4A484;
	text-align:center;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

a {
	color:#000000;
	text-decoration:none;
}

/*
a:selected {
	color:#000000;
}
*/

a:hover {
	font-weight:bold;
	border:none;
}

h1 {
	padding:0px;
	margin:0px;
	font-size:18px;
	font-weight:normal;
	border-bottom:1px solid #C8C7C5;
}

h2 {
	font-size:18px;
	font-weight:normal;
	margin-top:-2px;
	margin-left:30px;
}

p {
	font-size:14px;
}

/*********** End Main Tags For Site Wide CSS **************/

/*********** Main Classes For Site Wide CSS **************/

.menuBackgroundDiv {
	text-align:center;
	background-color:#3A5482;
}

.whiteBarBackgroundDiv {
	text-align:center;
	background-color:#FFFFFF;
}

.mainBackgroundDiv {
	text-align:center;
}

.content {
	width:780px;
	margin-left:auto;
	margin-right:auto;
}

.menuBackgroundDiv .content {
	background-image:url(images/new_menuContentBackground.jpg);
	width:770px;
}

.whiteBarBackgroundDiv .content {
	background-image:url(images/new_whiteBarContentBackgroud.jpg);
	width:770px;
	background-repeat:repeat-y;
}

.mainBackgroundDiv .content {
	background-image:url(images/new_maincontentBackground.jpg);
	background-repeat:repeat-y;
}

.floatClear {
	clear:both;
	height:1px;
}

.goldText {
	color:#C0A642;
}

.spacer {
	width:auto;
	height:30px;
}

.rightdivText {
	margin-left:30px;
}

.textResizeButton {
	margin-right:20px;
	cursor:pointer;
}

/*********** End Main Classes For Site Wide CSS **************/

/*************** Main IDs For Site Wide CSS ******************/

#homeContactDiv {
	float:right;
	width:150px;
	margin-right:20px;
	margin-top:10px;
}

#topBackgroundDiv .content {
	padding-top:5px;
}

#subcontent {
	background-image:url(images/new_cloud.jpg);
	background-repeat:no-repeat;
	height:109px;
	margin-left:5px;
}

#whiteBarBackgroundDiv .content {
	height:30px;
	text-align:right;
}

#logoDiv {
	height:114px;
	background-image:url(images/new_Logo.jpg);
	background-repeat:no-repeat;
	margin-left:25px;
}

#menu {
	padding-left:40px;
	text-align:left;
	line-height:42px;
}

#menu a {
	display:block;
	width:300px;
	height:25px;
	line-height:25px;
	padding-left:8px;
	border-bottom:1px solid #C8C7C5;
	font-size:14px;
}

#menu a:hover {
	background-color:#DCD1A5;
	border-bottom:1px solid #C8C7C5;
	font-weight:normal;
}

#mainImage {
	float:right;
	padding:4px;
	border:1px solid black;
	margin-right:20px;
}

#mainBackgroundDiv .content {
	margin-top:0px;
}

#curve {
	background-image:url(images/new_Curve.jpg);
	width:100%;
	height:102px;
	margin-bottom:30px;
}

#curve div {
	color:#FBFAF9;
	text-align:right;
	padding-top:14px;
	margin-right:40px;
	font-family:Arial, Helvetica, sans-serif;
}

#curve #darkBlue {
	font-weight:bold;
	color:#050505;
}

#leftDiv {
	float:left;
	width:180px;
	text-align:left;
	padding-left:45px;
}

#leftDiv a {
	display:block;
	line-height:22px;
}

#rightDiv {
	float:right;
	width:505px;
	padding-right:15px;
	text-align:left;
}

#rightDiv a {

	color:#0000FF;
}

#footer {
	height:42px;
	background-image:url(images/new_bottomCurve.jpg);
	background-repeat:no-repeat;
}

.cal_yearDisp {
	display:block;
	text-align:center;
	font-weight:bold;
	border-bottom:2px solid #C0A642;
}

.cal_monthDisp {
	
}

.cal_monthDisp:hover, .cal_monthDisp_sel {
	font-weight:bold;
}

.cal_evtContainer {
	margin-left:35px;
}

.cal_evtContainer a {
	float:right;
	margin-right:10px;
}

.cal_evtTitle {
	color:#C0A642;
	font-size:16px;
	font-weight:bold;
}

.cal_dateTime {
	float:left;
	margin-right:20px;
	margin-bottom:5px;
}

.cal_addDesc {
	margin-bottom:5px;
}

.cal_dateTime span {
	display:block;
	font-size:12px;
}

.cal_addDesc span {
	display:block;
	font-size:12px;
}

#eventDescription {
	padding:0px 5px 0px 5px;
}

#eventDetails {
	/*float:right;*/
	background-color:#DDDDDD;
	height:225px;
	padding:10px 5px 50px 5px;
}

#eventDetails_map {
	float:left;
	margin:10px
}

#eventDetails_address {
	padding-top:10px;
}

#eventDetails_date {
	padding-top:10px;
}

#eventDetails_time {
	padding-top:5px;
	padding-bottom:10px;
}

.frmLbl {
	padding-bottom:3px;
}

.txtContainer {
	margin-bottom:15px;
}

.txtContainer input {
	width:220px;
}