*{
	padding:0px;
	margin:0px;
}
span.fieldError { background:#FFCECF; color:red; }

.infoBox, .success, .warning, .error, .validation {
	border-bottom: 1px solid;
	margin: 10px 0px;
	padding:15px 5px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.infoBox {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('images/info.png');
}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('images/success.png');
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('images/warning.png');
}
.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('images/error.png');
}



table td{ padding:5px; }
body {
	font-size: 11px;
	font-family: Verdana;
	color: #000;
	background-color: #ebebeb;
	
}
.row0 { background:#FCFcFc; border-bottom:1px solid #CCC; }
.row1 { background:#F5F5F5; border-bottom:1px solid #CCC;}
.rowhighlight { background:#FF6;  border-bottom:1px solid #CCC; }
.errorField { background-color:#FFD9D9;  }
.formTable td { padding:5px; }
.formTable input { font-weight:normal; padding:4px; }
.formTable input:focus { background-color:#FFC; border:1px solid #000; }
.membershipPaymentBox { border:1px solid #F5F5F5; padding:10px; background:#F5F5F5; margin:10px 0px 10px 0px; }

.required { color:red; }

.alertBox { background-color:#FFFFEA; border-top:1px solid #F7DE93; border-bottom:2px solid #F7DE93; padding:10px; font-size:12px; margin:5px 0px;}
.alertBox p{ margin:0; padding:0;}

h1,h2,h3,h5{
	font-family: Helvetica;
	color: #407287;
	text-transform: capitalize;
	margin-bottom: 15px;
	
}
h1{
	font-size: 26px;
	
}
h2{
	margin-top:15px;
	font-size: 22px;
	letter-spacing: -1px;
	border-bottom:1px solid #CCC;
	
}
h3{
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid #d7d7d7;
	letter-spacing: -1px;
	font-weight: lighter;
}
h4{
	font-size: 14px;
		letter-spacing: -1px;
}
h5{
	font-size: 14px;
	margin-bottom: 5px;
	color: #a00d0d;/*red hue*/
	font-weight: bold;
}
h6{
font-size: 11px;
color: #000;
margin-bottom: 3px;	
}
p{
	margin-bottom: 15px;
	margin-left: 5px;
	text-align: left;
	
}
a{
color: #407287;
	text-decoration: underline;
}
a:hover{
	color:#990000;
	text-decoration: none;
}
br{
	clear: left;
}
img, a img{
	border:1px none black;
}
hr{
	border: 1px none black;
	background: transparent url('images/hr_bg.jpg') repeat;
	width: 90%;
	height: 1px;
	margin: 10px auto 10px auto;

}
div.nobr{
	display: block;
	clear: left;
}
fieldset{
	border: 1px none black;
}
input,select,textarea{
		font-family: Verdana;
		font-weight: bold;
		font-size: 14px;
		color: #5B5B5B;
}


/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
}

input.loginButton{
	border: 1px solid gray;
	
}


/*######################################################################*/
/*######################################################################*/


/*page layout*/


/*######################################################################*/

/*holds all of the page, keeps it center*/
#wrapper{
	margin: 0px auto;
	width: 825px;
	background-color: #fff;
	
}
#graybar{
	width:500px;
	height:5px;
	float:right;
	clear: right;
	background-color:#d7d7d7;
	overflow: hidden;

	
}
#header{
	
	
}
#header h1{
	display: none;
}

#header div#rightFloatLogin{
	float: right;
	width: 335px;
	clear: right;
	padding-top:5px;
	
	
}
div#rightFloatLogin a{
	color:black;
	font-size: 9px;
	float: right;
	margin-right:20px ;
	margin-top: 2px;
	
}


#header #topNavWrapper{

	background-color: transparent;
	display: inline;
	height:125px;
	
}
#header #companyName{
	width: 211px;
	height:22px;
	float: left;
	margin-right:135px;
	margin-top: 30px;
	float: right;

	
}
#header #logo{
	width:100px;
	height: 100px;
	float: left;
	margin-left: 15px;
	margin-top: 11px;
	display: inline;
	
	
	
}
#header #topNav{
	height:35px;
	width: 700px;
	float: right;
	background-color: #407287;
	background-image: url('images/top_nav_left_side_bg.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	color: #fff;
	clear: right;
	
	
	
	
}

#header #topNav a#home_link{
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
	color: #D9D7E2;
	margin-left: 20px;
	position: absolute;
	padding-top: 10px;
	height: 26px;


}
#header #topNav  a#home_link:hover{

	color: #D9D7E2;
}


/*  top level topNav*/
#header #topNav ul{
	position: absolute;
	list-style: none;
	overflow: visible;
	vertical-align: middle;
	float: right;
	margin-left: 100px;
	
}

#header #topNav ul li{
	float: left;
	height: 35px;
	width: 100px;
	padding-right: 8px;
	background:  transparent url('images/top_nav_li_bg.jpg') no-repeat right top;
	
	
}

/*last item on the menu no bg-img*/
#header #topNav ul li#sactive4{
	background-image:  none;
	width: 148px;
}
#header #topNav ul li#sactive4 ul.sub{
	width: 148px;
	}

#header #topNav ul li a{
	padding-top: 10px;
	color: #D9D7E2;
	text-decoration: none;
	text-transform: none;
	display: block;
	height: 26px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	margin:0px 0px; 	 

	
	
}
#header #topNav li.activeMenu{
	background-color: #4889A5;
	
}
/*  top level nav end*/
/*  sub level nav*/
#header #topNav ul li ul.sub{
	margin-top: -4px;
	margin-left: 0px;
	width:200px;
	background-color: #4889A5;
	list-style: none;
	display: none;
	float:left;
	overflow: hidden;
	padding: 2px 2px 10px 10px;
	
	
}

#header #topNav ul li ul.sub li{
	width: 100%;
	height: 12px;
	float: none;
	margin: 3px 0px 3px 0px;
	background:  transparent none no-repeat;

}
#header #topNav ul li ul.sub li a{
	padding: 0px;
	text-transform: capitalize;
	color: white;
	font-weight: normal;
	text-align: left;
	height: 12px;
	margin: 3px 0px 3px 0px;
	
}
#header #topNav  ul  li ul.sub li a:hover{
	padding:0px;
	color: #D9D7E2;
	


}
/*  sub level nav end*/



#leftNav{
	width: 220px;
	margin-left:10px;
	float: left;
	clear: left;
	
}
#leftNav ul{
	margin-left: 20px;
	list-style-image: url('images/ul_nav_marker.jpg');
	list-style-type: circle;
	margin-bottom: 10px;
	
}
#leftNav ul li{

	margin-bottom: 3px;

}
#leftNav ul li a{
	color:#0f394a;
	font-weight: bold;
	text-decoration: none;

}
#leftNav ul li a:hover{
	color:#CC3300;	}


/*##################################*/
/*##################################*/
#content{
	width: 575px;
	float: right;
	margin-top:-15px;
	padding-right: 5px;

	
}
/*############ index.php only styles   ######################*/
#content #homeSplash{
	background: #A9A9A9 url('images/index_masthead_image.jpg') no-repeat top left;
	width: 100%;
	height: 228px;
	margin-bottom: 10px;
	
}
#content #homeSplash h2{
	display: none;
}
/*## whats new and events*/
#content div.info{
	width: 277px;
	min-height:200px;
	
}
#content div.info div{
background: transparent url('images/hr_bg.jpg') repeat-x bottom left;
border-right: 1px solid #DBDBDB;
padding-top: 12px;	
padding-bottom: 14px;
padding-right: 2px;

}
#content div.info div.lastItem{
	background: none;
}
#content div.info div p{
	margin: 0px;
}
#content div#whatsNew{
	float: left;
}
#content div#events{
	float: right;
}

/*############  block element styling   ######################*/
#content ul,#content ul ul,#content ul ul ul,#content ol,#content ol ol,#content ol ol ol{
	margin: 3px 0px 20px 25px;
	
}
#content li{
	margin-bottom: 3px;
}
/*forms*/
#content fieldset{
border: 1px none black;
margin-bottom:15px;
margin-left: 25px;
}
#content fieldset legend{
	color: black;
	margin-bottom: 10px;
	font-weight: bold;

}
#content fieldset label,#content fieldset input{
	display: block;
	margin-bottom: 13px;
	width: 150px;
	height: 20px;
	font-size: 14px;
}

#content fieldset input{
	width: 250px;
		border: 1px solid #9b9b9b;
}


#content input.submit{
	border: 1px solid gray;
	background-color: #407287;
	margin-left: 10px;
	
	color: #fff;
	padding: 3px;
}
#content input.cancel{
	padding: 3px;
	border: 1px solid gray;
	background-color: #A50217;
	margin-right: 10px;
	float: right;
	color: #fff;
}
#content img{
	margin-right: 10px;
	margin-bottom: 5px;
}
/* db sections are grouped by div*/
#content div{
	margin-bottom: 2px;
}

/*gallery stuff*/

#content table.imgholder{
	width:100%;
}
#content table.gallery{
	width: 100%;
	margin-bottom:10px ;
}
#content table.gallery tr td{
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}
#content table.gallery tr td img{
	margin: 0px;
	
}
#content table.gallery tr td.selectedImg{
	background-color:#F5F5F5;
	
}
/*end of for styles*/

/*##################################*/
/*##################################*/

#footer{
	color: #a9a9a9;
	background-color:#d7d7d7;
	height:32px;
	margin-top: 15px;
	padding-top: 15px;	
	padding: 15px 20px 0px 20px;
	clear: both;
	
}
#footer span#copyright{
	float: left;
}
#footer img{
	border: 1px none black;
}
#footer a#ia_link{
float: right;

}
/*######################################################################*/
/*######################################################################*/

/*
please dont change the class values! theses are used in a lot of eCMS frontend modules for positioning

*/


.floatLeft{
	float: left;	
}
.floatRight{
	float: right;	
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
.clearBoth{
	clear: both;
}




.marginBottom40{
	margin-bottom: 40px;
}
.marginLeft15{
	margin-left: 15px;
}


.draggable{
	cursor: move;
}

.titlebar a{
	float: right;	
}
