/* wovenfare.com Style Sheet  		*/
/* Colour and font styles are separate classes							*/
/* All text requires the combination of both colour AND font classes	*/
/* ie. <span class="purple1"><span class="body">Example</span></span>		*/
/* <A> tags require the appropriate colour class						*/
/* ie. <a href="#" class="purple1Nav2Active"></a>							*/

/*****************************************************************************

/* BASE FONT STYLES */

.body{font-family:Arial,Helvetica,sans-serif;font-size:12px;}
.big{font-family:Arial,Helvetica,sans-serif;font-size:15px;}
.small{font-family:Arial,Helvetica,sans-serif;font-size:9px;}
.italic{font-family:Arial,Helvetica,sans-serif;font-size:12px;font-style:italic;}
.bodyBold{font-family:Arial,Helvetica,sans-serif;font-size:12px;font-weight:700;}
.bodyBold2{font-family:Arial,Helvetica,sans-serif;font-size:12px;font-weight:700;}
.nav1{font-family:Arial,Helvetica,sans-serif;font-size:12px;font-weight:700;}
.title1{font-family:Arial,Helvetica,sans-serif;font-size:18px;font-weight:700;}
.italicTitle{font-family:Monotype Corsiva,Arial,Helvetica,sans-serif;font-size:18px;font-style:italic;}
.title2{font-family:Arial, Helvetica,sans-serif;font-size:16px;font-weight:700;}
.title3{font-family:Arial, Helvetica,sans-serif;font-size:14px;font-weight:700;}

/*******************************************************************************/

div, p, th, td, li, dd, dl, dt, h1, h2, h3, a {
	font-family: arial, helvetica, sans-serif;
	}

a {color:#7B1442;}

body {
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
}

/* NEW Justine Styles: START */
.mainText {
	font-size: 12px;
	color: #333333;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}

/* NEW Justine Styles: END */


h1 {
    font-size:18px;
    font-weight:bold;
    color:#7B1442;
}
h2 {
    font-size:12px;
    font-weight:bold;
    color:#7B1442;
}
h3 {
    font-size:12px;
    font-weight:bold;
    color:#333;
}
.title2 {
    font-size:12px;
    font-weight:bold;
    color:#333;
}
.title3 {
    font-size:14px;
    font-weight:bold;
    color:#333;
}

.small a {
font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #7b1442;
	text-decoration:underline;
	}
.small a:hover{
font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #7ac142;
	text-decoration:underline;
	}
.mainHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #7b1442;
	padding-top:10px;
}

.secondHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #7b1442;
}

.boldRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7b1442;
	line-height:13pt;
}

.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height:13pt;
}

.text a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7b1442;
	line-height:12pt;
	text-decoration:underline;
}

.text a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7ac142;
	line-height:12pt;
	text-decoration:underline;
}

.grey{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:600;
	color: #666666;
}
.grey2{
	display: block;
	margin: 0;
	padding: 5px 5px 5px 22px;
	background-color: #96D366;
	background:   url("../images/template/arrowSmall.gif") no-repeat 4px 9px;
	color: #666666;
	text-decoration: none;
	font-size: 11px;
	font-weight:600;
	}
.grey3{
	display: block;
	margin: 0;
	padding: 5px 5px 5px 17px;
	background-color: #7AC142;
	background:   url("../images/template/arrowSmall.gif") no-repeat 4px 9px;
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	font-weight:600;
	}

div#primaryNav {
	font-size:12px;
	height:26px;
	line-height:26px;
	margin-bottom:1px;
	}
html>body div#primaryNav {margin-bottom:0}
div#primaryNav ul {
    margin: 0;
	padding:5px 0 5px 0;
	display: inline;
	background-color:#7ac142;
	}
div#primaryNav ul li {
	margin: 0;
	padding:0;
	list-style: none;
	display: inline;
	color:#f3f4db;
	}
div#primaryNav ul li.first {
    padding: 5px 0 5px 5px;
	background-image:  url("../images/template/greenLeft.jpg");
	background-position:top left;
	background-repeat:no-repeat;
	}
div#primaryNav ul li.last, div#primaryNav ul li.end {
	background-image:  url("../images/template/greenRight.jpg");
	background-position:top right;
	background-repeat:no-repeat;
	}
div#primaryNav ul li.last {
	padding: 5px 15px 5px 5px;
}
div#primaryNav ul li.end {
	padding: 5px 0 5px 5px;
}

div#primaryNav ul li a {
	line-height:26px;
	margin:0 0 0 10px;
	padding:5px 10px 5px 10px;
	background-color:#7ac142;
	text-decoration:none;
	color:#f3f4db;
	font-weight:600;
	}
div#primaryNav ul li.sel a {
	background-color: #A30046;
	color: #f3f4db;
	font-weight:600;
	}
div#primaryNav ul li a:hover {
	background-color:#A30046;
	color:#F3F4DB;
	}

/* SECONDARY NAV */

div#secondaryNav {
	font-size:12px;
	background-image:url("../images/template/yellowLeft.jpg");
	background-position:bottom left;
	background-repeat: no-repeat;
	background-color:#e8d766;
	line-height:26px;
	width:770px;
	}
div#secondaryNav ul {
	width:750px;
	line-height:26px;
	margin: 0 0 0 20px;
	padding:5px 0 5px 0;
	display: inline;
	background-color:#e8d766;
	}
div#secondaryNav ul li {
	margin:0;
	padding:0;
	list-style: none;
	display: inline;
	}
div#secondaryNav ul li.first {}
div#secondaryNav ul li a {
	margin-left:3px;
    padding:5px 10px 5px 10px;
    background-color:#e8d766;
    text-decoration:none;
    color:#7b1442;
	font-weight:600;
    }
div#secondaryNav ul li a:hover {
    background-color:#a30046;
    color:#FFF;
    }

	div#secondaryNav ul li.sel a {
	background-color: #A30046;
	color: #f3f4db;
	font-weight:600;
	}

/* PRIVATE NAV */

div.privateNav {
	font-family: arial, helvetica, sans-serif;
	font-size:11px;
	margin-left:5px;
	}
div.privateNav ul {
	padding:0;
	display: inline;
	}
div.privateNav ul li {
	padding:0;
	margin-right:7px;
	list-style: none;
	display: inline;
	background:url("../images/green_arrow.png") no-repeat center left;
	}
div.privateNav ul li a {
    padding:5px 0px 5px 10px;
    text-decoration:none;
    color:#333;
    }
div.privateNav ul li a:hover {
    color:#7B1442;
    text-decoration:underline;
    }

div.privateNav ul li.sel a {
	color: #7B1442;
	font-weight:600;
    text-decoration:none;
	}

div.privateNav ul li.sec.sel a {
	color: #7B1442;
	font-weight:bold;
    text-decoration:none;
	}

div.container {
    margin-top: 5px;
}

/* VERTICAL NAV */

div#verticalNavContainer {
	margin:0;
	width: 160px;
    background-color: #7AC142;
    background-image:   url("../images/template/top_left.gif");
    background-repeat: no-repeat;
    background-position: top left;
	}
div#verticalNavContainer dl {
    margin:0;
	}
div#verticalNavContainer dt {
    margin: 0 0 0 6px;
	padding: 0;
	text-align:center;
	background-image:   url("../images/template/top_right.gif");
	background-repeat: no-repeat;
	background-position: top right;
	}
div#verticalNavContainer dd {
	margin:0;
	padding:0;
	border-top: solid 1px #FFF;
	}
div#verticalNav ul {
    margin: 0;
    padding: 0;
    border: none;
	list-style: none;
	}
div#verticalNav ul li {
	margin: 0;
	padding: 0;
    border-bottom: 1px solid #f3f4db;
	}
div#verticalNav ul li a {
	padding: 5px 5px 5px 17px;
	margin: 0;
	display: block;
	background-color: #7AC142;
	background:   url("../images/template/arrowSmall.gif") no-repeat 4px 10px;
	color: #f3f4db;
	line-height: 19px;
	text-decoration: none;
	font-size: 12px;
	font-weight:bold;
	}

/*ignored by IE*/
html>body div#verticalNav ul li a {
	background:   url("../images/template/arrowSmall.gif") no-repeat 4px 7px;
}

div#verticalNav ul.primary li.sel {
	}
	div#verticalNav ul.primary li.sel a {
    background-color: #A30046;
	color: #f3f4db;
	}

div#verticalNav ul li a:hover {
	background-color: #a30046;
	color: #f3f4db;
	}

/* SECONDARY VERTICAL NAV */

div#verticalNav ul.primary ul.secondary li {
	background-color: #96D366;
    font-size:9pt;
    }
div#verticalNav ul.primary ul.secondary li a {
	display: block;
	margin: 0;
	padding: 5px 5px 5px 22px;
	background-color: #96D366;
	background:   url("../images/template/arrowSmall.gif") no-repeat 4px 9px;
	color: #7b1442;
	text-decoration: none;
	font-size: 11px;
	font-weight:600;
	}
/*ignored by IE*/
html>body div#verticalNav ul.primary ul.secondary li a {
	background:   url("../images/template/arrowSmall.gif") no-repeat 4px 7px;
}
div#verticalNav ul.primary ul.secondary li.sel {
	}
div#verticalNav ul.primary ul.secondary li.sel a {
    background-color: #A30046;
	color: #f3f4db;
	}

div#verticalNav ul.primary ul.secondary li a:hover {
	background-color: #A30046;
	color: #f3f4db;
	}

/* BOTTOM OF VERTICAL NAV */

div#verticalNavBottom {
    width:100%;
    background: #7AC142 url("../images/template/bottom_left.gif") no-repeat bottom left;
	}
div#verticalNavBottom div {
    margin-left:6px;
	background: #7AC142 url("../images/template/bottom_right.gif") no-repeat bottom right;
	}

div.wheatBar {
	margin:0;
	width:100%;
	line-height:26px;
	background-image:  url("../images/template/wheat.gif");
	background-repeat: repeat;
}

td.weave {
	background-image:  url("../images/template/weave.gif");
	background-repeat: repeat;
}

div#freeTrial {
	background-color: #a30046;
	color: #f3f4db;
}

div#Green {
	background-color: #96d366;
	color: #7b1442;
}
/*div#Green dl dd {height:300px;}*/
div#Green dl dd {height:100%;}
div.Green {height:100%;}
div.Green {
	background-color: #96d366;
}
div.Green dl dt{color: #7b1442;}


div#Green2 {
	background-color: #96d366;
	color: #7b1442;
}
div#Green2 dl dd {height:250px;}

div#findOutMore {
	background-color: #96d366;
	color: #7b1442;
	width: 250px;
	margin:5px 0 0 0;
	padding:0;
}
div#findOutMore dl dd {height:383px;}

div#findOutMore ul {
	margin:0 0 0 10px;
	padding:0;
}
div#findOutMore li {
	margin: 10px 0 10px 0;
	padding: 0;
}

div#welcome {
	background-color: #96d366;
	color: #7b1442;
	width: 250px;
	margin:5px 0 0 0;
	padding:0;
}
div#welcome dl dd {height:220px;}

div#welcome ul {
	margin:0 0 0 10px;
	padding:0;
}
div#welcome li {
	margin: 10px 0 10px 0;
	padding: 0;
}
div#tips {
	background-color: #e8d766;
	color: #7b1442;
}


div.boxTop {
margin:0;
width:100%;
background-color: #96d366;
background-image:   url("../images/template/top_left.gif");
background-repeat: no-repeat;
background-position: top left;
}

div.boxTop dl {
margin:0;
}
div.boxTop dt {
	padding: 5px 0 5px 0;
	text-align:center;
	font-size:13px;
	font-weight:bold;
    margin: 0 0 0 6px;
	background-image:   url("../images/template/top_right.gif");
	background-repeat: no-repeat;
	background-position: top right;
}
div.boxTop dd {
	margin:0;
	background-color:#f3f4d6;
	font-size:12px;
	color: #333;
	padding: 5px 10px 5px 10px;
	border-top: solid 1px #FFF;
}
div.boxBottom {
	width:100%;
	background: #f3f4d6 url("../images/template/bottom_left.gif") no-repeat bottom left;
}
div.boxBottom div {
    margin-left:6px;
	background: #f3f4d6 url("../images/template/bottom_right.gif") no-repeat bottom right;
}
div#footer {
	width:760px;
	padding: 7px 0 10px 10px;
	font-size:10px;
	color:#333333;
	background-image:url("../images/template/pageBottom.gif");
	background-repeat:no-repeat;
	background-position:top;
}
div#footer a {
	width:760px;
	color:#333333;
	text-decoration:none;
}
div#footer a:hover {
	color:#7b1442;
	text-decoration:underline;
}



