/*  Website Layout  */

body {
	text-align:center;
	margin:0px;
	padding:0px;
	background:#F0F0F0 url(../../asset/images/bg.png) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	line-height:18px;
	color:#333333;
}

#parent-wrapper {
	position:relative;
	margin:0px auto;
	width:800px;
	text-align:left;
}

h1, h2, h3, h4, h5, h6, p {
	padding:0;
	margin:0;
}

p {
	padding-bottom:14px;
	line-height:18px;
}

.blacklink a, .blacklink a:link, .blacklink a:visited {
	color:#333333;
}

.blacklink a:hover, .blacklink a:active {
	color:#F58E03;
}

.greenlink a, .greenlink a:link, .greenlink a:visited {
	color:#277617;
}

.greenlink a:hover, .greenlink a:active {
	color:#5E9C51;
}

a, a:link, a:visited {
	color:#F58E03;
}

a:hover, a:active {
	color:#FFAE06;
}

.float-left {
	float:left;
}

.float-right {
	float:right;
}

.float-left-clear {
	float:left;
	clear:left;
}

#left {
	float:left;
	width:20px;
}

#left .top  {
	float:left;
	width:100%;
	height:136px;
	background:url(../../asset/images/left-top.jpg) no-repeat;
}

#left .bottom  {
	float:left;
	width:100%;
	background:url(../../asset/images/left-border.png) repeat-y;
}

#left .bottom  .bg {
	float:left;
	width:100%;
	height:174px;
	background:url(../../asset/images/left-bottom-bg.png) no-repeat;
}

#right {
	float:left;
	width:20px;
}

#right .top {
	float:left;
	width:100%;
	height:136px;
	background:url(../../asset/images/right-top.jpg) no-repeat;
}

#right .bottom  {
	float:left;
	width:100%;
	background:url(../../asset/images/right-border.png) repeat-y;
}

#right .bottom  .bg {
	float:left;
	width:100%;
	height:174px;
	background:url(../../asset/images/right-bottom-bg.png) no-repeat;
}

#main-wrapper {
	float:left;
	width:760px;
}

#header {
	float:left;
	width:760px;
	height:110px;
	background:url(../../asset/images/header.jpg) no-repeat;
}

#nav {
	float:left;
	width:720px;
	height:26px;
	padding:0 20px;
	background:url(../../asset/images/nav-bg.jpg) no-repeat;
	font-family:tahoma, aria, sans-serif;
}

#nav .link {
	float:left;
	height:12px;
	padding:4px 0;
}

#nav .link a:link, #nav .link a:visited {
	color:#f9f9f9;
	text-decoration:none;
}

#nav .link a:hover, #nav .link a:active {
	color:#E7E1BC;
	text-decoration:none;
}

#nav .divider {
	float:left;
	display:inline;
	width:2px;
	height:20px;
	background:url(../../asset/images/divider.png) no-repeat;
	margin:3px 20px;
}

#content-wrapper {
	float:left;
	width:720px;
	padding:20px 20px 3px 20px;
	background:#fff;
}

#bottom-border {
	float:left;
	width:800px;
	height:30px;
}

#corner-left {
	float:left;
	width:35px;
	height:30px;
	background:url(../../asset/images/corner-bl.png) no-repeat;
}

#corner-right{
	float:left;
	width:35px;
	height:30px;
	background:url(../../asset/images/corner-br.png) no-repeat;
}

#bottom-border #border {
	float:left;
	width:730px;
	height:30px;
	background:url(../../asset/images/bottom-border.png) repeat-x;
}

#footer {
	float:left;
	padding:30px 20px;
	width:760px;
}

#footer .title {
	font-size:1.1em;
	font-family:trebuchet ms, sans serif;
	color:#757575;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:solid 1px #979797;
}

#footer #title-left {
	float:left;
	width:380px;
}

#footer #title-right {
	float:left;
	width:380px;
	text-align:right;
}

#logo-left img, #logo-right img {
	border:0;
	padding:3px;
}

#logo-left {
	float:left;
	width:330px;
	padding-right:50px;
}

#logo-right {
	float:left;
	width:330px;
	padding-left:50px;
	text-align:right;
}

.sidebox-right {
	float:right;
	width:174px;
	padding:10px;
	border:solid 1px #97C188;
	background:url(../../asset/images/sidebox-bg.gif);
	font-size:0.9em;
	font-family:arial, sans serif;
	line-height:16px;
}

.sidebox-right h1 {
	font-size:1.1em;
	padding-bottom:3px;
	font-weight:bold;
	font-family:trebuchet ms, myriad pro, sans serif;
}

.sidebox-right a, .sidebox-right a:link, .sidebox-right a:visited {
	color:#333;
}

.sidebox-right a:hover, .sidebox-right a:active {
	color:#333;
}

.content-left {
	float:left;
	width:504px;
}

.content-left h1 {
	float:left;
	width:100%;
	font-size:1.4em;
	font-family:trebuchet ms, myriad pro, sans serif;
	color:#89C886;
	margin-bottom:14px;
	padding-bottom:2px;
	border-bottom: solid 2px #DADADA;
}

.about h1 {
	float:left;
	width:100%;
	font-size:1.4em;
	font-family:trebuchet ms, myriad pro, sans serif;
	color:#89C886;
	margin-bottom:2px;
	padding-bottom:2px;
	border-bottom: solid 2px #DADADA;
}

.content-left .moreh1 {
	margin-top:14px;
}

.content-left h2 {
	float:left;
	width:100%;
	font-size:1.0em;
	font-family:trebuchet ms, myriad pro, sans serif;
	color:#333;
	margin-bottom:2px;
	border-bottom: solid 2px #ececec;
}

.last {
	padding-bottom:0;
}

.breadcrumbs {
	float:left;
	width:100%;
	color:#999;
	font-size:0.8em;
}

.breadcrumbs a {
	color:#999;
}

.breadcrumbs a:hover {
	color:#666;
}


.content-img {
	float:left;
	padding:5px; 
	border:solid 1px #cccccc; 
	margin:3px 10px 10px 0; 
	display:inline;
}

.about-link {
	float:left;
	width:100%;
}

.newsArticle ul {
margin-left: 20px;
margin-bottom: 15px;
}
.newsArticle img { float: right; }


/* Added by dk for Sign up Page. */

.cssButton
{
border-style:solid;
background:url(../../asset/images/nav-bg.jpg) no-repeat;
font-family:Verdana;
color:#FFFFFF;
padding: 3px;
}


#accountLoginUser
{

margin: 0em 0em 1em 0em;
}
#accountLoginPassword
{

margin: 0em 0em 1em 0em;

}

/* Added by tm for side bar */

.sidebox-right h2 {
margin-bottom: 10px;
}

.sidebox-right .upcomingEventsList {
margin-bottom: 15px;
}

.sidebox-right .calendarHeadline {
margin-bottom: 5px;

}

#second-nav {
	float:left;
	width:760px;

	font-family:tahoma, aria, sans-serif;
background-color: #aaa;
padding: 10px 0px 10px 20px;

}

#second-nav li {
float: left; 
list-style-type: none;
margin-right: 20px;
}

#second-nav a:link, #second-nav a:visited , #second-nav a:active {
color: #f9f9f9;
	text-decoration:none;
}

#second-nav a:hover {
	text-decoration:none;
}

.sideTools {
margin-top: 20px;

}

.contact {
font-size:0.9em;font-family:trebuchet ms, sans serif;color:#757575; margin-top: 30px;

}

