img {
	border: none;
}

ul { margin: 0; padding: 0; }
li { margin: 0 0 0 20px; padding: 0; }


body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	color: #333;
	background-color: #DCF1FC;
}

#container {
	width: 838px;
	margin: 0 auto;
	position: relative;
	background: #DCF1FC url(../images/background.png) repeat-y 50% 0;
	background-color: #DCF1FC;
	
	padding: 0;
}

#pageHeader {
	height: 10px;
	background: #DCF1FC url(../images/bg_top.png) no-repeat;
	margin: 0 -24px 0 -24px;
}

#branding {
	background: #DCF1FC url(../images/bg_header.png) no-repeat;
	height: 164px;
	margin-bottom: 30px;
}

#branding h1 {
	margin: 0; 
	padding: 0;
	position: absolute;
	
	top: 30px;
	left: 44px;	
}


#footer {
	text-align: center;
	padding: 15px 0 0 0;
	margin: 0;
	background: #DCF1FC url(../images/bg_bottom_2col.png) no-repeat;
	height: 37px;
	font-size: 12px;
}



#cwrap {
	padding: 0 60px 0 60px;
}

#cwrap p {
	font-size: 14px;
	
}

h2 {
	color: #FF0084;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0 0 1em 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #C0D8F6;
	background-color: #ffffff;
}


#cwrap .lftcol { float: left; }
#cwrap .rghtcol { float: right; }


#cwrap.col2 .lftcol, #cwrap.col2 .rghtcol { width: 350px; }
#cwrap.col1 .lftcol { width: 186px; }
#cwrap.col1 .rghtcol { width: 484px; }

#cwrap.col1 {
	background: url(../images/menu_bg.png) repeat-y 96px;
}

.formfield {
	border: 1px solid #ccc;
	background-color: #fcfcfc;
}

.error {
	color: red;
}

.errorbox {
	color: red;
	border: 1px dashed red;
	background-color: #fffcfc;
	padding: 8px;
	margin: 20px;
}
.successbox {
	color: green;
	border: 1px dashed green;
	background-color: #fcfffc;
	padding: 8px;
	margin: 20px;
}

.pendingbox {
	color: orange;
	border: 1px dashed orange;
	background-color: #fffcfc;
	padding: 8px;
	margin: 20px;
}

.req { color: red; }








/* ========================== Menu Rollovers ===================== */


ul#topMenu {
	position: absolute;
	top: 82px;
	right: 30px;
	padding: 0px;
	margin: 0px;
	height: 21px;
}

ul#topMenu li {
	float: left;
	padding: 0 3px 0 0;
	margin: 0;
	list-style: none;
	font-size: 10px;
}

#topMenu li a {
	display: block;
	display: inline-block;
	background: url(../images/buttons/btn_bg.png) top left repeat-x;
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	padding: 2px 5px 3px 5px;
	
}

#topMenu li a:hover {
	background-position: bottom left;
	text-decoration: underline;
}

/*
#menu_home a { width: 45px; background-image: url(../images/buttons/home.png); }
#menu_aboutus a { width: 64px; background-image: url(../images/buttons/aboutus.png); }
#menu_whatwedo a { width: 80px; background-image: url(../images/buttons/whatwedo.png); }
#menu_onlinepayments a { width: 109px; background-image: url(../images/buttons/onlinepayments.png); }
#menu_contactus a { width: 75px; background-image: url(../images/buttons/contactus.png); }
*/




#cwrap p.intro {
	color: #0063DB;
	font-size: 18px;
	
}




ul#sidemenu  {
	margin: 0px;
	padding: 0px;
}

ul#sidemenu li {
	margin: 3px 0 3px 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
	font-size: 12px;
}


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

ul#sidemenu li a:hover, ul#sidemenu li a.active {
	color: #0063DB
}

ul#sidemenu li a:hover {
	text-decoration: underline;
}



.liHeading {
	margin-top: 10px !important;
	color: #0063DB;
	font-size: 16px !important;
}


h3 {
	color: #0063DB;
}

.lphoto {
	float: left;
	margin: 0 1em 0 0;
}

.rphoto {
	float: right;
	margin: 0 0 0 1em;
}