/* Start of CMSMS style sheet 'womensministry' */
/* ---=tab menu */

* html  #nav ul li {
	float: left;
	margin-right: 2px;	height: 2px !important;
}

* html #nav ul li a {
	cursor: pointer;
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 0 0px 0;
	height: 2px !important;
	float: left;  width:auto; 
  overflow:visible; 


}
* html #nav ul li span {
	margin: 0 0 0 5px;
	height: 2px !important;
	cursor: pointer;
	padding: 5px 15px 0px 10px;
	float: left;
}

* html #main_content {
	padding-right: 0;
}
* html #nav {
	float: left;
	position: relative;
}
* html #nav ul {
	padding: 10px 0 0 15px;
	text-align: left;
	float: left;
	width: 745px;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



html {
	height: 100%;
}
body {
	font-size: small;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	text-align: center;
	line-height: 1.5em;
	height: 100%;
}
a {
	color: #0000FF;
	text-decoration:underline;
}
p {
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0;
}
a.button {
	font-size: 11px;
	margin-top: 15px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
a.button span {
	padding: 1px 6px;
	background: #fef52d url(images/button_bg.png) repeat-x bottom left;
	float: left;
	margin: 1px;
	cursor: pointer;
}
.float_right {
	float: right;
	margin-right: 20px;
}
.float_left {
	float: left;
}
h1 {
	font-size: 150%;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .5px;
	margin: 0 0 15px 0;
}
h2 {
	font-weight: bold;
	font-size: 125%;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	letter-spacing: .5px;
}
h3,h4,h5 {
	font-weight: bold;
	font-size: 115%;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	letter-spacing: .5px;
}
strong {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -.3px;
}
.img_right {
	float: right;
}
/*--------- mast area where your intro image and text might go -----------*/
#mast {
	float: left;
	width: 760px;
	height: 192px;
	z-index: 0;
}
#mast_info {
	width: 400px;
	float:right;
	margin: 40px 15px 0 0;
}
#mast img{
	float:left;
}
#mast h1 {
	font-size: 26px;
}
#mast p {
	font-size: 11px;
}
/*--------- image dropshadow -----------*/
.img_wrapper {
	float: left;
	clear: right;
	position: relative;
	line-height: 0;
}
.img_wrapper img {
	padding: 2px;
	border: 1px solid #a9a9a9;
	position: relative;
	display: block;
	margin: -5px 6px 6px -5px;
}
/*--------- page structure -----------*/
#wrapper {
	width: 760px;
	margin: 0px auto;
	padding: 0;
	text-align: left;
        border-right: 3px solid #D18A20;
}
#content {
	margin: 0px 11px 11px 11px;
	width: 760px;
}
#main_body {
	padding: 20px 10px 50px 20px;
	float: left;
	width: 730px;
	background: url(images/main_bg.gif) repeat-x top left;
}
.entry {
	margin: 10px 0 20px 0;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #cac9c8;
	float: left;
        background:#DFD0F9;
        color:#000;
        width:200px;
}
.testimonial {
	width: 200px;
}
blockquote {
  background: transparent url(images/q_left.gif) left top no-repeat;
}
blockquote div {
  padding: 0 23px;
  background: transparent url(images/q_right.gif) right bottom no-repeat;
}

#main_content {
	float: left;
	width: 460px;
	margin-right: 15px;
	padding-right: 20px;
}
/*--------- header -----------*/
#header {
	background: url(images/header_bg.gif) repeat-x bottom left;
	position: relative;
	width: 760px;
	float: left;
}
#logo {
	height: 74px;
	padding: 0 0 15px 15px;
	float: left;
}
#logo a {
	width: 312px;
	height: 74px;
	float: left;
	display: block;
}
/* --- sidebar --- */
#sidebar {
	float: left;
	width: 180px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
}
/* --- footer --- */
#footer {
	background: #15d3fc url(images/footer_bg.png) repeat-x top left;
	width: 760px;
	padding: 0;
	position: relative;
	float: left;
}
#footer_inner {
	margin: 0 auto;
	width: 430px;
}
#footer p {
	margin: 4px;
	text-align: center;
	padding: 8px 0 7px 0;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
}
#footer ul {
	float: left;
	width: 300px;
	margin-top: 8px;
}
#footer ul li {
	float: left;
	margin: 0 5px 0 5px;
}
#footer a {
	font-size: 12px;
	text-decoration: none;
	text-decoration: underline;
}
/*--------- image dropshadow -----------*/
.img_wrapper {
	background: url(images/img_drop_shadow.gif) no-repeat bottom right;
	float: left;
	clear: right;
	position: relative;
	line-height: 0;
}
.img_wrapper img {
	background: #fff;
	padding: 2px;
	border: 1px solid #a9a9a9;
	position: relative;
	display: block;
	margin: -5px 6px 6px -5px;
}
/* ---=navigation and drop downs */


#nav {
	float: left;
	background: #15d3fc url(images/nav_top.png) repeat-x top left;
	margin-bottom: 10px;

}
#nav ul {
	padding: 10px 0 0 15px;
	text-align: left;
	width: 745px;
}
#nav ul li {
	float: left;
}
#nav ul li a.tabs {
	background: url(images/nav_left.png) no-repeat left top;
	text-decoration: none;
	padding: 0 0 2px 0;
	cursor: pointer;
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 25px;
	text-decoration: none;
}
#nav ul li span {
	background: url(images/nav_right.png) no-repeat right top;
	padding: 8px 15px 3px 10px;
	margin: 0px 0 0px 5px;
	height: 16px;
	cursor: pointer;
	float: left;
}
* html #nav ul li span {
	height: 23px;
}
#nav ul li a.tabs:hover span {
	text-decoration: none;
	background: url(images/nav_right_hover.png) no-repeat right top;
}
#nav ul li a.tabs:hover {
	background: url(images/nav_left_hover.png) no-repeat left top;
}
#nav ul a.tabs.active {
	background: url(images/nav_left_hover.png) no-repeat left top;
	text-decoration: none;
}
#nav ul a.active span {
	background: url(images/nav_right_hover.png) no-repeat right top;
}


/*----------- suckerfish ----------------*/




#nav, #nav ul { /* all lists */

	list-style: none;
	line-height: 1;	position:relative;
	z-index: 20;

}

#nav a {
	display: block;	position:relative;
	z-index: 20;

}

#nav li ul li { /* all list items */
	float: left;
	width: 150px; /* width needed or else Opera goes nuts */	position:relative;
	z-index: 20;

}

#nav li ul li a{ /* all list items */
padding: 7px 10px 4px 15px;
display:block;
text-transform: uppercase;
font-weight:bold;
text-decoration: none;background-image: none;


}
#nav li ul li a:hover{ /* all list items */
background: url(images/sub_bg.png) repeat top left;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 150px;
	padding: 0 0 5px 0;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}



.title {
	width: 740px;
	height: 40px;
	padding: 20px 0 0 20px;
	font-size: 150%;
	float: left;
	margin: 0;
}
.img_list {
	float: left;
	width: 470px;
	margin: 10px 0 0 0;
}
.img_list li {
	float: left;
	list-style: none;
	margin: 0 19px 0 0px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* set your own colors */
html {
	height: 100%;
}
body {
	background: #FFF !important;
	color: #444;
}
a.button {
	border: 1px solid #ff3b77;
	background: #333;
	color: #fff;
}
a.button span {
	background: #ff3b77 url(images/button_bg.png) repeat-x bottom left;;
}
a.button:hover span {
	background: #ff3b77;
}
h1 {
	color: #ff3b77;
}
h2 {

	color: #ff3b77;
}
strong.blue {
	color: #00cbfb;
}
strong.red {
	color: #e4391e;
}
strong.yellow {
	color: #eef31c;
}
/*--------- mast area where your intro image and text might go -----------*/
#mast {
	background: #333 url(images/mast_bg.jpg) no-repeat top left;
}
#mast h1 {
	color: #fff;
}
#mast p {
	color: #fff;
}
/*--------- page structure -----------*/
#wrapper {
	background: #fff;
	border-right: 1px solid #404f53;
	border-left: 1px solid #404f53;
	border-bottom: 1px solid #404f53;
}
.entry {
	border-bottom: 1px solid #cac9c8;
}
#main_content {
	border-right: 1px solid #cac9c8;
}
/* --- footer --- */
#footer {
	background: #cdff00 url(images/footer_bg.png) repeat-x top left;
	border-bottom: 1px solid #cdff00;
}
#footer p {
	color: #52656b;
}
#footer a {
	color: #52656b;
}
/* ---=tab menu */
#nav {
	background: #cdff00 url(images/nav_top.png) repeat-x top left;
}
#nav ul li a {
	background: url(images/nav_left.png) no-repeat left top;
	color: #657e00;
}
#nav ul a:hover {
	background: url(images/nav_left_hover.png) no-repeat left top;
	color: #333;
}
#nav ul a:hover span {
	background: url(images/nav_right_hover.png) no-repeat right top;
	color: #333;
}
#nav ul a.active {
	background: url(images/nav_left_hover.png) no-repeat left top;
	color: #333;
}
#nav ul a.active span {
	background: url(images/nav_right_hover.png) no-repeat right  top;
	color: #333;
}
#nav li ul li a{ /* all list items */
color: #fff;
}
#nav li ul li a:hover{ /* all list items */
background: none;
background: url(images/sub_bg.png) repeat top left;
color: #fff;
}

#nav li ul { /* second-level lists */
	background: #cdff00 ;
}

.title {
	background: #cdff00;
	color: #52656b;
}

/* set your own colors */
html {
	height: 100%;
}
body {
	background: #452e32 !important;
	color: #444;
}
a.button {
	border: 1px solid #a7cc31;
	background: #333;
	color: #fff;
}
a.button span {
	background: #a7cc31 url(images/button_bg.png) repeat-x bottom left;;
}
a.button:hover span {
	background: #a7cc31;
}
h1 {
	color: #a7cc31;
}
h2 {
	color: #a7cc31;
}
strong.blue {
	color: #00cbfb;
}
strong.red {
	color: #e4391e;
}
strong.yellow {
	color: #eef31c;
}
/*--------- mast area where your intro image and text might go -----------*/
#mast {
	background: #333 url(images/mast_bg.jpg) no-repeat top left;
}
#mast h1 {
	color: #fff;
}
#mast p {
	color: #fff;
}
/*--------- page structure -----------*/
#wrapper {
	background: #fff;
	border-right: 1px solid #2b1c21;
	border-left: 1px solid #2b1c21;
	border-bottom: 1px solid #2b1c21;
}
.entry {
	border-bottom: 1px solid #cac9c8;
}
#main_content {
	border-right: 1px solid #cac9c8;
}
/* --- footer --- */
#footer {
	background: #b5a187 url(images/footer_bg.png) repeat-x top left;
	border-bottom: 1px solid #6F6353;
}
#footer p {
	color: #452e32;
}
#footer a {
	color: #452e32;
}
/* ---=tab menu */
#nav {
	background: #b5a187 url(images/nav_top.png) repeat-x top left;
}
#nav ul li a {
	background: url(images/nav_left.png) no-repeat left top;
	color: #452e32;
}
#nav ul a:hover {
	background: url(images/nav_left_hover.png) no-repeat left top;
	color: #333;
}
#nav ul a:hover span {
	background: url(images/nav_right_hover.png) no-repeat right top;
	color: #333;
}
#nav ul a.active {
	background: url(images/nav_left_hover.png) no-repeat left top;
	color: #333;
}
#nav ul a.active span {
	background: url(images/nav_right_hover.png) no-repeat right  top;
	color: #333;
}
#nav li ul li a{ /* all list items */
color: #fff;
}
#nav li ul li a:hover{ /* all list items */
background: none;
background: url(images/sub_bg.png) repeat top left;
color: #fff;
}

#nav li ul { /* second-level lists */
	background: #b5a187 ;
}

.title {
	background: #a7cc31;
	color: #452e32;
}

/* set your own colors */
html {
	height: 100%;
}
body {
	background: #54354a !important;
	color: #444;
}
a.button {
	border: 1px solid #99273a;
	background: #333;
	color: #fff;
}
a.button span {
	background: #99273a url(images/button_bg.png) repeat-x bottom left;;
}
a.button:hover span {
	background: #99273a;
}
h1 {
	color: #99273a;
}
h2 {
	color: #99273a;
}
strong.blue {
	color: #00cbfb;
}
strong.red {
	color: #e4391e;
}
strong.yellow {
	color: #eef31c;
}
/*--------- mast area where your intro image and text might go -----------*/
#mast {
	background: #333 url(images/mast_bg.jpg) no-repeat top left;
}
#mast h1 {
	color: #fff;
}
#mast p {
	color: #fff;
}
/*--------- page structure -----------*/
#wrapper {
	background: #fff;
	border-right: 1px solid #372331;
	border-left: 1px solid #372331;
	border-bottom: 1px solid #372331;
}
.entry {
	border-bottom: 1px solid #cac9c8;
}
#main_content {
	border-right: 1px solid #cac9c8;
}
/* --- footer --- */
#footer {
	background: #97a144 url(images/footer_bg.png) repeat-x top left;
	border-bottom: 1px solid #97a144;
}
#footer p {
	color: #fff;
}
#footer a {
	color: #fff;
}
/* ---=tab menu */
#nav {
	background: #3E1F7C url(images/nav_top.png) repeat-x top left;
}
#nav ul li a {
	background: url(images/nav_left.png) no-repeat left top;
	color: #54354a;
}
#nav ul a:hover {
	background: url(images/nav_left_hover.png) no-repeat left top;
	color: #333;
}
#nav ul a:hover span {
	background: url(images/nav_right_hover.png) no-repeat right top;
	color: #333;
}
#nav ul a.active {
	background: url(images/nav_left_hover.png) no-repeat left top;
	color: #333;
}
#nav ul a.active span {
	background: url(images/nav_right_hover.png) no-repeat right  top;
	color: #333;
}
#nav li ul li a{ /* all list items */
color: #fff;
}
#nav li ul li a:hover{ /* all list items */
background: none;
background: url(images/sub_bg.png) repeat top left;
color: #fff;
}

#nav li ul { /* second-level lists */
	background: #97a144 ;
}

.title {
	background: #97a144;
	color: #fff;
}

/* set your own colors */
html {
	height: 100%;
}
body {
	background: #3E1F7C !important;
	color: #444;
}
a.button {
	border: 1px solid #3B2A23;
	background: #333;
	color: #fff;
}
a.button span {
	background: #3B2A23 url(..//button_bg.png) repeat-x bottom left;;
}
a.button:hover span {
	background: #3B2A23;
}
h1 {
	color: #4ac2ed;
}
h2 {
	color: #4ac2ed;
}

strong.blue {
	color: #00cbfb;
}
strong.red {
	color: #e4391e;
}
strong.yellow {
	color: #eef31c;
}
/*--------- mast area where your intro image and text might go -----------*/
#mast {
	background: #333 url(..//mast_bg.jpg) no-repeat top left;
}
#mast h1 {
	color: #fff;
}
#mast p {
	color: #fff;
}
/*--------- page structure -----------*/
#wrapper {
	background: #fff;
	border-right: 1px solid #8171a3;
	border-left: 1px solid #8171a3;
	border-bottom: 1px solid #8171a3;
}
.entry {
	border-bottom: 1px solid #cac9c8;
}
#main_content {
	border-right: 1px solid #cac9c8;
}
/* --- footer --- */
#footer {
	background: #ddbcdb url(..//footer_bg.png) repeat-x top left;
	border-bottom: 1px solid #8171a3;
}
#footer p {
	color: #6e5f8c;
}
#footer a {
	color: #6e5f8c;
}
/* ---=tab menu */
#nav {
	background: #ddbcdb url(..//nav_top.png) repeat-x top left;
}
#nav ul li a {
	background: url(..//nav_left.png) no-repeat left top;
	color: #9783c0 ;
}

#nav ul a:hover {
	background: url(..//nav_left_hover.png) no-repeat left top;
	color: #333;
}
#nav ul a:hover span {
	background: url(..//nav_right_hover.png) no-repeat right top;
	color: #333;
}
#nav ul a.active {
	background: url(..//nav_left_hover.png) no-repeat left top;
	color: #333;
}
#nav ul a.active span {
	background: url(..//nav_right_hover.png) no-repeat right  top;
	color: #333;
}
#nav li ul li a{ /* all list items */
color: #fff;
}
#nav li ul li a:hover{ /* all list items */
background: none;
background: url(..//sub_bg.png) repeat top left;
color: #fff;
}

#nav li ul { /* second-level lists */
	background: #ddbcdb ;
}

.title {
	background: #9783c0 ;
	color: #fff;
}

/* set your own colors */
html {
	height: 100%;
}
body {
	background: #66070Burl(images/body_bg.png) no-repeat !important;
	background-position: 50% -450px !important;
	color: #444;
}

* html body {
	background: #333!important;

}
a.button {
	border: 1px solid #3B2A23;
	background: #333;
	color: #fff;
}
a.button span {
	background: #3B2A23 url(images/button_bg.png) repeat-x bottom left;;
}
a.button:hover span {
	background: #3B2A23;
}
h1 {
	color: #e4391e;
}
h2 {
	color: #e4391e;
}
strong.blue {
	color: #00cbfb;
}
strong.red {
	color: #e4391e;
}










strong.yellow {
	color: #eef31c;
}
/*--------- mast area where your intro image and text might go -----------*/
#mast {
	background: #333 url(images/mast_bg.jpg) no-repeat top left;
}
#mast h1 {
	color: #fff;
}
#mast p {
	color: #fff;
}
/*--------- page structure -----------*/
#wrapper {
	background: #fff;
	border-right: 1px solid #222;
	border-left: 1px solid #222;
	border-bottom: 1px solid #222;
}
.entry {
	border-bottom: 1px solid #cac9c8;
}
#main_content {
	border-right: 1px solid #cac9c8;
}
/* --- footer --- */
#footer {
	background: #3B2A23 url(images/footer_bg.png) repeat-x top left;
	border-bottom: 1px solid #3B2A23;
}
#footer p {
	color: #fff;
}
#footer a {
	color: #fff;
}
/* ---=tab menu */
#nav {
	background: #5E32B9 url(images/nav_top.png) repeat-x top left;
}
#nav ul li a {
	color: #000;
	background: url(images/nav_left.png) no-repeat left top;

}
#nav ul a:hover {
	background: url(images/nav_left_hover.png) no-repeat left top;
	color: #333;
}
#nav ul a:hover span {
	background: url(images/nav_right_hover.png) no-repeat right top;
	color: #333;
}
#nav ul a.active {
	background: url(images/nav_left_hover.png) no-repeat left top;
	color: #333;
}
#nav ul a.active span {
	background: url(images/nav_right_hover.png) no-repeat right  top;
	color: #333;
}
#nav li ul li a{ /* all list items */
color: #000;
}
#nav li ul li a:hover{ /* all list items */
background: none;
background: url(images/sub_bg.png) repeat top left;
color: #FFF;
}

#nav li ul { /* second-level lists */
	background: #5E32B9;
        color:#FFF;
}

.title {
	background: #3B2A23;
	color: #fff;
}

p {margin-top:10px;
margin-bottom:10px; }

.bl {background: url(images/bl.gif) 0 100% no-repeat #DFD0F9; width: 20em}
.br {background: url(images/br.gif) 100% 100% no-repeat}
.tl {background: url(images/tl.gif) 0 0 no-repeat}
.tr {background: url(images/tr.gif) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px}


.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-bottom-width: 6px;
width: 200px; /*width of featured content slider*/
height: 200px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: #DFD0F9;
width: 190px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 200px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 180px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
background-color: #DFD0F9;
padding: 5px 10px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #DFD0F9;
background: #3E1F7C;
}

.pagination a:hover, .pagination a.selected{
color: #FFF;
background-color: #A30005;
}

#prodimage {
  float:left;
}
/* End of 'womensministry' */

