body {
	background: #185a59; 
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
}

a {
	text-decoration: none;
	color: #4f7ba4;
	outline: none;
}

a:hover {
	text-decoration: underline;
	color: #0B2A4C;
	outline: none;
}

img {
	border: none;
}

div, p {
	font-size: 1em;
	color: #2c2c2c;
}

p, h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
	line-height: 1.3em;
}

h1 {
	color: #4f7ba4;
	margin-bottom: .1em;
 }
 
p {
	margin-bottom: 1em;
}


h2 {
	font-size: 1.60em;
	margin-top: 20px;
	letter-spacing: 0.012em;
}



#page {
	width: 960px;
	margin: auto;
	text-align: left;
}

.page-holder{
	width:100%;
	background: url("./images/body-bg.gif") no-repeat top center;
}

.page-wrapper{
	margin:0 -40px;
	width:1040px;
}

.top-shadow {
	background: url("./images/shadow-top.png") no-repeat top;
	height: 80px;
	margin-top: 14px;
	float: left;
	width: 100%;
}

.container-shadow {
	background: url("./images/container-shadow.png") repeat-y;
	float: left;
	width: 100%;
	margin: 0; 
	padding: 0;
}

.bottom-shadow {
	background: url("./images/shadow-bottom.png") no-repeat bottom;
	height: 80px;
	float: left;
	width: 100%;
	margin-bottom: -50px;
}

.container {
	background: #FFFFFF;
	margin: 0 40px; 
	margin-top: -44px;
	margin-bottom: -30px;
	float: left;
	display: inline;
	width: 960px;
}

/*-------- Header [BEGIN] --------*/
.header {
	border-bottom: 2px solid #b9cadb;
	height:93px;	
}

/*-------- Header [END] --------*/

/*-------- Left Col [BEGIN] --------*/

#leftmenu {
	width: 190px;
	float:left;
}

/*-------- Left Col [END] --------*/


.wecare {
	color: #185a59;
	font-style: italic;
}


/*-------- Navigation Menu [BEGIN] -------*/
#container-navigation {

	background-color: #185a59;
	height: 30px;
	border-bottom: 1px solid #ffffff;	
	background-image:url("./images/menu_bg.gif");
	background-repeat:repeat-x;
	
	/*border: red solid 1px;*/
}

ul#navigation {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#navigation li {
	display: inline;
	list-style: none;
	height: 30px;
}

#navigation li a {
	color: #ffffff;
	line-height: 27px;
	font-size: 11px;
	text-decoration: none;
	padding: 5px 15px 6px 15px;
	border-right: 1px solid #ffffff;
}

#navigation li a:hover {
	text-decoration: underline;	
}

/*-------- Navigation Menu [END] -------*/


/*-------- Content [BEGIN] --------*/

#mainContentArea {
	width: 700px;
	float: right;
	margin: 25px 25px 0 0;
}
#mainContentAreaIndex {
	width: 100%;
	float: left;
	margin: 25px 0 0 0;
}


.content {
	padding-bottom: 30px;
	float: left;
	width: 100%;
}

.left-col {
	float: left;
	width: 600px;
	margin-left: 25px;
	display: inline;
	line-height: 120%;
	background-image:url("./images/welcome_bg.gif");
	background-repeat:repeat-y;

}


.right-col {
	float: right;
	width: 236px;
	margin-right: 24px;
	display: inline;
	line-height: 120%;
	/*border: red solid 2px;*/
	text-align:right;
}

.welcome-area {
	line-height:1.5em;
	font-size:14px;
}


.content h2 {
	color: #185a59;
	border-bottom: 1px solid #185a59;
	margin-bottom: 7px;
}

/*-------- Content [END] --------*/


/*-------- Footer [BEGIN] --------*/

.footer {
	text-align: center;
	font-size: 10px;
	padding: 30px 0 50px 0;
	color: #FFFFFF;
	float: left;
	width: 100%;
}

.footer a {
	text-decoration: underline;
	color: #FFFFFF;
}

.footer p,
.footer a:hover {
	color: #9bc7f4;
}


#footerInfo {
	text-align: center;
	color: #FFFFFF;
	margin: 7px auto;
	font-size: 1.2em;
}

#footerInfo a:link,
#footerInfo a:active,
#footerInfo a:visited {
	color: #FFF;
	text-decoration: underline;
	margin-top: 7px;
}

#footerInfo a:hover {
	color: #9bc7f4;
	text-decoration: underline;
}

/*-------- Footer [END] --------*/

.vis-clear {
	clear: both;
	width: 100%;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}