@charset "UTF-8";
/* CSS Document */

 
 .columtext{
	font-size: 11px;
	color: #4C524D;

}

#logo {
	display: block;
	position: relative;
	width: 228px;
	background: url(images/logo.png) 0 0 no-repeat;
	float:left;
	text-decoration: none;
	top: 34px;
	left: 4px;
}	


#mission {
	display: block;
	position: relative;
	width: 381px;
	height: 31px;
	float:left;
	text-decoration: none;
	top: 27px;
	left: 10px;
}


#woman {
	width: 740px;
	height: 261px;
	float: none;
	padding-top: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	background: url(images/mainimage.jpg) 0 0 no-repeat;
}


/*-------------------------------------
 	Bottom three columns
---------------------------------------*/
#bottom {
	width: 730px;
	height: 146px;
	float: none;
	padding-bottom: 1px;
	padding-left: 10px;
	background: url(images/bt_bck.jpg) 0 0 no-repeat;
}



#lftcontent {
	position: relative;
	width: 180px;
	float:right;
	text-decoration: none;
	top: 10px;
	padding-right: 25px;
}

#lftcol {
	display: block;
	width: 232px;
	height: 100px;
	float:left;
	text-decoration: none;
	top: 10px;
	padding-left: 5px;
	padding-top: 0px;
	position: relative;
	left: 5px;
}
#lftcolcontent {
	display: block;
	width: 210px;
	height: 83px;
	float:left;
	text-decoration: none;
	top: 1px;
	padding-left: 0px;
	padding-top: 2px;
	position: relative;
	left: 0px;
}


#mdcol {
	display: block;
	width: 232px;
	height: 116px;
	float:left;
	text-decoration: none;
	top: 10px;
	padding-left: 15px;
	padding-top: 0px;
	position: relative;
	left: 5px;
}


#mdcolcontent {
	display: block;
	width: 210px;
	height: 83px;
	float:left;
	text-decoration: none;
	top: 1px;
	padding-left: 0px;
	padding-top: 0px;
	position: relative;
	left: 0px;
}

#rtcol {
	display: block;
	width: 226px;
	height: 150px;
	float:left;
	text-decoration: none;
	top: 10px;
	padding-left: 15px;
	padding-top: 0px;
	position: relative;
	left: 5px;
}

#rtcolcontent {
	display: block;
	width: 210px;
	height: 83px;
	float:left;
	text-decoration: none;
	top: 4px;
	padding-left: 0px;
	padding-top: 0px;
	position: relative;
	left: 0px;
}


#rightcolumn { 
 clear: right;
 color: #333;
 width: 365px;
 height: 175px;
 overflow: hidden;
 position: relative;
 top: -1341px;
 left: 368px;
}
/*-------------------------------------
 	Learn more buttons
---------------------------------------*/

a.learn {
	display: block;
	position: relative;
	width: 154px;
	height: 21px;
	background: url(images/learn.png) 0 0 no-repeat;
	float:left;
	text-decoration: none;
	top: 12px;
}

a:hover.learn {
background-position: -154px 0;
}


a.learn2 {
	display: block;
	position: relative;
	width: 154px;
	height: 21px;
	background: url(images/learn.png) 0 0 no-repeat;
	float:left;
	text-decoration: none;
	top: 10px;
}

a:hover.learn2 {
background-position: -154px 0;
}

a.learn3 {
	display: block;
	position: relative;
	width: 154px;
	height: 21px;
	background: url(images/learn.png) 0 0 no-repeat;
	float:left;
	text-decoration: none;
	top: 24px;
}

a:hover.learn3 {
background-position: -154px 0;
}

