body {
	margin: 0;
	padding: 0;
	text-align: center !important; 
	font-size: 16px;
	line-height: 1.2;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3f4143;
	background-color: #DAE387;
}


#container {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 990px;
	/* background-color: red; */
}


.social ul {
	margin: 0;
	padding: 0;
}

.social li {
	list-style-type: none;
	display: inline;
}



/* ---------------------------------------------------------------------------------------- */
/* Header */
/* ---------------------------------------------------------------------------------------- */

#header {
	position: relative;
	margin: 0;
	padding: 0;
	width: 990px;
	height: 175px;
	/* background-color: green; */
}


.logo {
	position: absolute;
	left: 0;
	top: 10px;
}


.links {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 15px;
	color: #dd5f43;
}

.links a {
	color: #dd5f43;
	text-decoration: none;
}

.links a:visited {
	color: #dd5f43;
}

.contact {
	position: absolute;
	top: 35px;
	right: 5px;
}


#header .social ul {
	position: absolute;
	top: 65px;
	right: 20px;
}

#header .social .fb-fan {
	position: absolute;
	top: 65px;
	right: 25px;
}

#header .social .startup-girl-sub {
	position: absolute;
	top: 20px;
	right: 175px;
}


/* ---------------------------------------------------------------------------------------- */
/* Navigation */
/* ---------------------------------------------------------------------------------------- */


#nav {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 990px;
	height: 39px;
}


/* womens root element for tabs */
#women-nav {
	/* dimensions */
	width: 990px;
	height: 39px !important;
	margin: 0 !important; 
	padding: 0;
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom: -2px;
}

/* single tab */
#women-nav li { 
	float: left; 
	margin: 0; 
	padding: 0; 
	text-indent: -9999px;
	list-style-type: none;
}

/* a- tag inside single tab */
#women-nav li a {
	background: url('/images/nav-women.png') no-repeat;
	display: block;
	height: 39px;   
	padding: 0px;
	margin: 0px;
}

/* default state */
#women-nav #hover1 			{ background-position: 0 -78px; width: 240px; }
#women-nav #hover2 			{ background-position: -240px -78px; width: 121px; }
#women-nav #hover3 			{ background-position: -361px -78px; width: 224px; }
#women-nav #hover4 			{ background-position: -585px -78px; width: 157px; }
#women-nav #hover5 			{ background-position: -742px -78px; width: 103px; }
#women-nav #hover6 			{ background-position: -845px -78px; width: 145px; }

/* mouseover state */
#women-nav a:hover 		{ color:#fff; text-decoration: none !important;	 }
#women-nav #hover1:hover 	{ background-position: 0 -39px; }
#women-nav #hover2:hover 	{ background-position: -240px 0; }
#women-nav #hover3:hover 	{ background-position: -361px -39px; }
#women-nav #hover4:hover 	{ background-position: -585px 0; }
#women-nav #hover5:hover 	{ background-position: -742px -39px; }
#women-nav #hover6:hover 	{ background-position: -845px 0; }

/* currently selected tabs */
.women-home #women-nav #hover1			{ background-position: 0 -39px; }
.women-meetanea #women-nav #hover2		{ background-position: -240px 0; }
.women-challenges #women-nav #hover3	{ background-position: -361px -39px; }
.women-whycoaching #women-nav #hover4	{ background-position: -585px 0; }
.women-services #women-nav #hover5		{ background-position: -742px -39px; }
.women-askanea #women-nav #hover6		{ background-position: -845px 0; }





/* moms root element for tabs */
#moms-nav {
	/* dimensions */
	width: 990px;
	height: 39px !important;
	margin: 0 !important; 
	padding: 0;
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom: -2px;
}

/* single tab */
#moms-nav li { 
	float: left; 
	margin: 0; 
	padding: 0; 
	text-indent: -9999px;
	list-style-type: none;
}

/* a- tag inside single tab */
#moms-nav li a {
	background: url('/images/nav-moms.png') no-repeat;
	display: block;
	height: 39px;   
	padding: 0px;
	margin: 0px;
}

/* default state */
#moms-nav #hover1 			{ background-position: 0 -78px; width: 229px; }
#moms-nav #hover2 			{ background-position: -229px -78px; width: 118px; }
#moms-nav #hover3 			{ background-position: -347px -78px; width: 246px; }
#moms-nav #hover4 			{ background-position: -593px -78px; width: 156px; }
#moms-nav #hover5 			{ background-position: -749px -78px; width: 102px; }
#moms-nav #hover6 			{ background-position: -851px -78px; width: 139px; }

/* mouseover state */
#moms-nav a:hover 		{ color:#fff; text-decoration: none !important;	 }
#moms-nav #hover1:hover 	{ background-position: 0 -39px; }
#moms-nav #hover2:hover 	{ background-position: -229px 0; }
#moms-nav #hover3:hover 	{ background-position: -347px -39px; }
#moms-nav #hover4:hover 	{ background-position: -593px 0; }
#moms-nav #hover5:hover 	{ background-position: -749px -39px; }
#moms-nav #hover6:hover 	{ background-position: -851px 0; }

/* currently selected tabs */
.moms-home #moms-nav #hover1		{ background-position: 0 -39px; }
.moms-meetanea #moms-nav #hover2	{ background-position: -229px 0; }
.moms-challenges #moms-nav #hover3	{ background-position: -347px -39px; }
.moms-whycoaching #moms-nav #hover4	{ background-position: -593px 0; }
.moms-services #moms-nav #hover5	{ background-position: -749px -39px; }
.moms-askanea #moms-nav #hover6		{ background-position: -851px 0; }





/* general root element for tabs */
#general-nav {
	/* dimensions */
	width: 990px;
	height: 39px !important;
	margin: 0 !important; 
	padding: 0;
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom: -2px;
	background: url('/images/nav-general.png') no-repeat;  /* this is needed because we don't have A tags across the entire width */
}

/* single tab */
#general-nav li { 
	float: left; 
	margin: 0; 
	padding: 0; 
	text-indent: -9999px;
	list-style-type: none;
}

/* a- tag inside single tab */
#general-nav li a {
	background: url('/images/nav-general.png') no-repeat;
	display: block;
	height: 39px;   
	padding: 0px;
	margin: 0px;
}

/* default state */
#general-nav #hover1 			{ background-position: 0 -78px; width: 236px; }
#general-nav #hover2 			{ background-position: -236px -78px; width: 197px; }
#general-nav #hover3 			{ background-position: -433px -78px; width: 108px; }
#general-nav #hover4 			{ background-position: -541px -78px; width: 143px; }

/* mouseover state */
#general-nav a:hover 		{ color:#fff; text-decoration: none !important;	 }
#general-nav #hover1:hover 	{ background-position: 0 -39px; }
#general-nav #hover2:hover 	{ background-position: -236px 0; }
#general-nav #hover3:hover 	{ background-position: -433px -39px; }
#general-nav #hover4:hover 	{ background-position: -541px 0; }


/* currently selected tabs */
.general-homewomen #general-nav #hover1		{ background-position: 0 -39px; }
.general-homemoms #general-nav #hover2	{ background-position: -236px 0; }
.general-press #general-nav #hover3	{ background-position: -433px -39px; }
.general-contact #general-nav #hover4	{ background-position: -541px 0; }




/* ---------------------------------------------------------------------------------------- */
/* Subnav list styles */
/* ---------------------------------------------------------------------------------------- */

.subnav {
	list-style: none !important;
	margin: 0;
	padding: 0;	
}

.subnav li {
	border-bottom: 1px solid #DAE387;
}

.subnav li.last {
}

.women .subnav li a { 
	display: block;
	padding: 5px 8px 5px 18px;
	color: #393b26 !important;
	font-size: 16px;
	font-weight: normal !important;
	text-decoration: none;	
}

.women .subnav li a:hover { 
	color: #fff !important;
	text-decoration: none;
	background-color: #959c50;
}


.women .subnav-dropdown {
	background: #c3cb7d;
	text-align: left;
	z-index:1; 
	visibility: hidden;
	position:absolute;
}


.moms .subnav li a { 
	display: block;
	padding: 5px 8px 5px 18px;
	color: #542014 !important;
	font-size: 16px;
	font-weight: normal !important;
	text-decoration: none;	
}

.moms .subnav li a:hover { 
	color: #fff !important;
	text-decoration: none;
	background-color: #dc8757;
}


.moms .subnav-dropdown {
	background: #dba768;
	text-align: left;
	z-index:1; 
	visibility: hidden;
	position:absolute;
}



/* ---------------------------------------------------------------------------------------- */
/* Homepage */
/* ---------------------------------------------------------------------------------------- */


#home {
	background: #DAE387 url('/images/home-background.jpg') repeat-x 0 0;
}


#header-home {
	position: relative;
	margin: 0;
	padding: 0;
	width: 990px;
	height: 187px;
	/* background-color: green; */
}


.logo-home {
	position: absolute;
	left: 0;
	top: 10px;
}


.contact-home {
	position: absolute;
	top: 10px;
	right: 150px;
}


#header-home .social ul {
	position: absolute;
	top: 15px;
	right: 0;
}

#header-home .realgirl {
	position: absolute;
	top: 60px;
	right: 0;	
}

#header-home .startupgirl {
	position: absolute;
	top: 55px;
	right: 0;	
}




/* -------------------------------------------------------- */

#content-home {
	position: relative;
	margin: 0 auto 40px;
	padding: 0;
	width: 990px;
	height: 516px;
	overflow: hidden;
	/* background-color: yellow; */
}

.image-home {
	position: absolute;
	top: 0;
	left: 0;
}

.tagline-home {
	position: absolute;
	top: 60px;
	right: 50px;
}

/* .home-women {
	position: absolute;
	top: 309px;
	left: 445px;
	width: 240px;
	height: 200px;
	overflow: hidden;
}
 */
 
.home-women {
	position: absolute;
	top: 309px;
	left: 350px;
	width: 310px;
	height: 200px;
	overflow: hidden;
	/* background-color: red; */
}

.home-women a {
	display: block;
	width: 310px;
	height: 200px;
}

.home-women h1 {
	padding: 2px 0 0 48px;
	margin: 0;
	height: 43px;
	color: #fff;
	font-size: 34px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	background: url('/images/swirl-home-green.png') no-repeat 0 0;
}

.home-women p {
	margin: 5px 0 0 50px;
	padding: 0;
	color: #fff;
	font-size: 19px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: 100;
}

.home-women .go-arrow,
.home-moms .go-arrow {
	position: absolute;
	bottom: 30px;
	right: 10px;
}

.home-women a,
.home-moms a,
.home-women a:hover,
.home-moms a:hover {
	color: #fff !important;
	text-decoration: none;
}

.home-moms {
	position: absolute;
	top: 309px;
	left: 698px;
	width: 290px;
	height: 200px;
	overflow: hidden;
	/* background-color: green; */
}

.home-moms a {
	display: block;
	width: 290px;
	height: 200px;
}

.home-moms h1 {
	padding: 2px 0 0 48px;
	margin: 0;
	height: 43px;
	color: #fff;
	font-size: 34px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	background: url('/images/swirl-home-pink.png') no-repeat 0 0;
}

.home-moms p {
	margin: 5px 0 5px 50px;
	padding: 0;
	color: #fff;
	font-size: 19px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: 100;
	
}


/* -------------------------------------------------------- */

#home-footer {
	position: relative;
	margin: 0;
	padding: 0 0 20px 0;
	text-align: center !important; 
	color: #854335;
}

#home-footer .sites ul {
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
}

.sites li {
	list-style-type: none;
	display: inline;
	padding-right: 30px;
}

.sites li.last {
	padding-right: 0;
}

#home-footer .social ul {
	position: relative;
	margin: 0 0 10px 0;
	padding: 20px 0 0 0;
}

#home-footer #navBottom {
	margin: 0 0 5px 0;
	padding: 0;
	text-align: center;
	font-size: 14px;
}

#home-footer #navBottom ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#home-footer #navBottom li { 
	padding: 0;
	display: inline;
	/* border-right: 1px solid #999; */
}

#home-footer #navBottom li.last { 
	border-right: none;
}

#home-footer #copyright {
	margin: 0;
	padding: 0;
	text-align: center;
}


#home-footer a,
#home-footer a:visited {
	color: #854335 !important;
}

.realgirl-footer {
	margin: 0 0 30px 0;
}

.realgirl-footer img {
	border: 1px solid #000;
}

/* ---------------------------------------------------------------------------------------- */
/* Portals */
/* ---------------------------------------------------------------------------------------- */


.portal {
	background: #DAE387 url('/images/portal-background.jpg') repeat-x 0 0;
}


#content-portal {
	position: relative;
	margin: 0 auto 14px;
	padding: 0;
	width: 990px;
	height: 344px;
	overflow: hidden;
	/* background-color: yellow; */
}

.image-portal-women {
	position: absolute;
	top: 0;
	left: 0;
}


.image-portal-moms {
	position: absolute;
	top: 0;
	/* left: 60px; */ /* greentop */
	left: 25px;	
}


.tagline-portal-women {
	position: absolute;
	top: 60px;
	right: 10px;
}


.tagline-portal-moms {
	position: absolute;
	top: 60px;
	/* right: 80px; */ /* greentop */
	right: 40px;	
}


#boxes-portal {
	position: relative;
	margin: 0 auto 20px;
	padding: 0 15px;
	width: 960px;
	height: 305px;
	overflow: hidden;
	/* background-color: yellow; */
}

#boxes-portal .box {
	float: left;
	margin: 0 30px 0 0;
	padding: 0 10px;
	width: 278px;
	height: 298px;
	overflow: hidden;
	font-size: 14px;
	background-color: #cad280;
	border: 1px solid #92985a;
}

#boxes-portal .box.last {
	float: left;
	margin: 0;
}


#boxes-portal .box h1 {
	padding: 2px 0 0 32px;
	margin: 6px 0 0 0;
	height: 26px;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}


.women #boxes-portal h1 {
	color: #393b26;
	font-style: italic;
	background: url('/images/swirl-portal-green.png') no-repeat 0 0;
}

.moms #boxes-portal h1 {
	color: #542014;
	font-style: italic;
	background: url('/images/swirl-portal-pink.png') no-repeat 0 0;
}


.women #boxes-portal a h1,
.women #boxes-portal a:hover,
.moms #boxes-portal a h1,
.moms #boxes-portal a:hover {
	text-decoration: none !important;
}	


.moms #boxes-portal .box {
	color: #542014;
}

.moms #boxes-portal .box h2 {
	font-size: 18px;
	font-weight: normal;
}

.women #boxes-portal .box .question p,
.women #boxes-portal .box .answer p,
.moms #boxes-portal .box .question p,
.moms #boxes-portal .box .answer p {
	/* This style used in the Ask Anea boxes to eliminate line breaks with <p> tags */
	display: inline;
}

.women #boxes-portal .box {
	color: #393b26;
}

.women #boxes-portal .box h2 {
	font-size: 18px;
	font-weight: normal;
}


#boxes-portal .box .mark {
	text-align: center;
	margin: 0;
	padding: 10px 0;
}

.icf-logo {
	position: absolute;
	left: 585px;
	top: 30px;
}

/* ---------------------------------------------------------------------------------------- */
/* Subpages */
/* ---------------------------------------------------------------------------------------- */



#contentLeft {
	float: left;
	margin: 40px 0;
	padding: 0 0 0 5px;
	width: 715px;
	/* background-color: red; */
}

.content {
	margin: 0;
	padding: 30px 20px 50px;
	color: #4d5034;
	font-size: 16px;
}

.women .content { width: 660px; background: #f3fcd5 url('/images/content-top-women.png') no-repeat 0 0; }
.moms .content { width: 660px; background: #f3fcd5 url('/images/content-top-moms.png') no-repeat 0 0; }
.general .content { width: 940px; background: #f3fcd5 url('/images/content-top-general.png') no-repeat 0 0; }


.content h1 {
	padding: 5px 0 0 48px;
	margin: 0;
	height: 43px;
	font-size: 28px;
	font-weight: normal;
}

.women .content h1 { background: url('/images/swirl-home-green.png') no-repeat 0 0; }
.moms .content h1 { background: url('/images/swirl-home-pink.png') no-repeat 0 0; }
.general .content h1 { background: url('/images/swirl-home-general.png') no-repeat 0 0; }


.content h2 {
	font-size: 18px;
}


.content .image-left {
	float: left;
	margin: 10px 10px 10px 0;
}

.content .image-right {
	float: right;
	margin: 10px 0 10px 10px;
}

.content .image-border {
	border: 1px solid #000000;
}


.content .sites ul {
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
}


.content .quote {
	font-style: italic;
	width: 550px;
	padding: 40px 0 0 50px;
}


.content .sitemaplist li {
	list-style-type: none;
}


.content .challenges-box {
	/* color: #fff; */
	font-size: 18px;
}

.content .challenges-box p {
	padding: 0;
	margin: 0;
	font-size: 20px;
}

/* .content .challenges-box a,
.content .challenges-box a:hover {
	color: #fff !important;
	text-decoration: underline;
} */

/* .moms .content .challenges-box {
	background: url('/images/challenges-moms-box.png') no-repeat 0 0;
	margin: 40px 0 40px 10px;
	padding: 20px 0 0 15px;
	width: 625px;
	height: 420px;
}

.women .content .challenges-box {
	background: url('/images/challenges-women-box.png') no-repeat 0 0;
	margin: 40px 0 20px 10px;
	padding: 50px 0 0 20px;
	width: 620px;
	height: 390px;
} */



.content .challenges-box {
	background: #EBF4BD;
	border: 2px solid !important;
	border-color: #4D5032 !important;
}

.content .challenges-box { *border: 2px solid; *border-color: #4D5032; } /* IEs */
.content .challenges-box { border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px; -o-border-radius: 15px; -khtml-border-radius: 15px; }


.moms .content .challenges-box {
	margin: 40px 0 40px 7px;
	padding: 20px 0 20px 20px;
	width: 625px;
}

.women .content .challenges-box {
	margin: 40px 0 20px 7px;
	padding: 20px 0 20px 20px;
	width: 620px;
}



/* -------------------------------------------------------- */


#contentRight {
	float: left;
	margin: 40px 0;
	padding: 0;
	width: 270px;
	/* background-color: blue; */
	text-align: center;
}


.whatshappening {
	margin: 15px auto 15px;
	padding: 75px 15px 0 18px;
	width: 223px;
	height: 208px;
	text-align: left;
	font-size: 13px;
	overflow: hidden;
}

.women .whatshappening { background: url('/images/postit-women.png') no-repeat 0 0; }
.moms .whatshappening { background: url('/images/postit-moms.png') no-repeat 0 0; }


.women .whatshappening h2,
.moms .whatshappening h2 {
	margin: 5px 0 8px 0;
	font-size: 16px;
	font-weight: bold;
}



.askanea {
	margin: 0 auto 20px;
	padding: 30px 10px 0;
	width: 225px;
	min-height: 320px;
	height: auto !important;
	height: 320px;
	text-align: left;
	font-size: 14px;
}

.women .askanea { background: #ebf4bd url('/images/right-askanea-women.png') no-repeat 0 0; }
.moms .askanea { background: #ebf4bd url('/images/right-askanea-moms.png') no-repeat 0 0; }


.women .askanea h2,
.moms .askanea h2 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

.women .whatshappening h2 p,
.women .askanea .question p,
.women .askanea .answer p ,
.moms .whatshappening h2 p,
.moms .askanea .question p,
.moms .askanea .answer p {
	/* This style used in the Ask Anea boxes to eliminate line breaks with <p> tags */
	display: inline;
}


.worthknowing {
	margin: 0 auto 20px;
	padding: 30px 10px 0;
	width: 225px;
	min-height: 320px;
	height: auto !important;
	height: 320px;
	text-align: left;
	font-size: 16px;
}

.women .worthknowing { background: #ebf4bd url('/images/right-worthknowing-women.png') no-repeat 0 0; }
.moms .worthknowing { background: #ebf4bd url('/images/right-worthknowing-moms.png') no-repeat 0 0; }


.worthknowing .mark {
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

.worthknowing a {
	font-size: 14px;
}

.connecting {
	margin: 0 auto 20px;
	padding: 30px 10px 0;
	width: 225px;
	min-height: 320px;
	height: auto !important;
	height: 320px;
	text-align: left;
	font-size: 14px;
}

.women .connecting { background: #ebf4bd url('/images/right-connecting-women.png') no-repeat 0 0; }
.moms .connecting { background: #ebf4bd url('/images/right-connecting-moms.png') no-repeat 0 0; }

.women .connecting h2,
.moms .connecting h2 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}


/* -------------------------------------------------------- */


#contentFull {
	float: left;
	margin: 40px 0;
	padding: 0 0 0 5px;
	width: 980px;
	/* background-color: red; */
}


#contentFull .press hr {
	margin: 20px 0;
}


#contentFull .press a img {
	text-decoration: none !important;
	border: none !important;
}

/* ---------------------------------------------------------------------------------------- */
/* Footer */
/* ---------------------------------------------------------------------------------------- */


#footer {
	position: relative;
	margin: 0;
	padding: 0 0 10px 0;
	/* height: 375px; */
	border-top: 4px solid #acb364;
	text-align: center !important; 
	color: #fff;
	background-color: #C7CD77;
}

.footer-banner {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 990px;
	background: url('/images/swirl-footer.jpg') no-repeat 0 0;
}


#footer-content {
	display: inline;
	float: left;
	margin: 20px 0 20px 255px;
	padding: 0;
	font-size: 16px;
	line-height: 1.4;
	/* height: 255px; */
	/* background-color: green; */
}


#footer-content .section {
	float: left;
	margin: 0 45px 0 0;
	text-align: left;
}


#footer-content .sectionlast {
	float: left;
	margin: 0;
	text-align: left;
}


#footer-content .sectionheader {
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0 5px 0;
}


#footer-content .sectionheader a {
	color: #333;
	text-decoration: underline;
}


#footer-content ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footer-content ul li {
	margin: 0;
	padding: 0;
}



#footer .social ul {
	position: relative;
	margin: 10px 0 0 0;
}


#footer #copyright {
	margin: 40px 0 0 0;
	padding: 0;
	text-align: center;
}

#footer a,
#footer a:visited {
	color: #fff !important;
}

.lmedia {
	font-size: 13px;
	margin: 10px 0 0 0 !important;
}


/* ---------------------------------------------------------------------------------------- */
/* Anchors */
/* ---------------------------------------------------------------------------------------- */

a {
	text-decoration: none;
	color: #dd5f43;
	outline: none;
}


a:visited {
	color: #dd5f43;
}


a:hover {
	text-decoration: underline;
}

a:active { /* removes dotted outline around link on active items.  Allows outline to still show if using keyboard */
  outline: none;
}

a.external {
	background:url('/images/external_link.png') no-repeat right center;
	padding-right:16px;
}

a.nocolor {
	color: #3f4143 !important;
}


#home a,
#home a:visited {
	color: #3f4143;
}




/* ---------------------------------------------------------------------------------------- */
/* JQuery Validate classes */
/* ---------------------------------------------------------------------------------------- */


label { float: left; font-family: Arial, Helvetica, sans-serif; font-size: small;}
br { clear: both; }
/* input, textarea { border: 1px solid #999999; margin-bottom: .5em; } */
input.error, textarea.error { border: 1px solid red; }
input.noborder, textarea.noborder {border: none; }

label.error {
	background: url('/images/unchecked.gif') no-repeat;
	padding-left: 16px;
	margin-left: .3em;
	float: left;
	clear: both !important;
	width: 100%;
}

label.valid {
	background: url('/images/checked.gif') no-repeat;
	display: block;
	width: 16px;
	height: 16px;
}




/* ---------------------------------------------------------------------------------------- */
/* Text */
/* ---------------------------------------------------------------------------------------- */

.whitetext {
	color: #fff !important;
}

.blacktext {
	 color: #000 !important;
}

.tantext {
	 color: #bbbcb2 !important;
}

.bluetext {
	 color: #586b8a !important;
}

.redtext {
	color: #ff0000 !important;
}

.greentext {
	color: green !important;
}

.text10 {
	font-size: 10px !important;
}

.text11 {
	font-size: 11px !important;
}

.text12 {
	font-size: 12px !important;
}

.text13 {
	font-size: 13px !important;
}

.text14 {
	font-size: 14px !important;
}

.text18 {
	font-size: 18px !important;
}

.text22 {
	font-size: 22px !important;
}

.text24 {
	font-size: 24px !important;
}

.text26 {
	font-size: 26px !important;
}

.justify {
	text-align: justify !important;
}

.yellowbkg {
	background-color: #ffff99;
}

.boldtext {
	font-weight: bold !important;
}



/* ---------------------------------------------------------------------------------------- */
/* Floats */
/* ---------------------------------------------------------------------------------------- */

.float-left {
	float: left;
}

.float-right {
	float: right;
}



/* ---------------------------------------------------------------------------------------- */
/* Clears */
/* ---------------------------------------------------------------------------------------- */

br.clear-both, 
div.clear-both {
	clear: both;
	margin: 0;
	padding: 0;
}

br.clear-right, 
div.clear-right {
	clear: right;
	margin: 0;
	padding: 0;
}

