/**
 ****************************
 **** =Page styles **********
 ****************************
 */
* {
	padding: 0px;
	margin: 0px;
}
body {
	background: url('../images/bk_stripe1.jpg');
	font-family: arial;
	color: #333;
	font-size: 10pt;
	font-weight: normal;
	}
	
#page {
	background-color: #fff;
	width: 700px;
	margin: 0px auto;
	border-left: 5px solid;
	border-right: 5px solid;
	border-color: #AeBe21;
}

#header {
	background: url('../images/1000momsresources.jpg') no-repeat;
	width: 700px;
	height: 125px

}


#body {
	
	width: 700px;
}

#content {
	width: 645px;
	margin: 10px;
	padding-left: 10px;
	
}

#lbox {
	width: 595px;
	background-color: #fff;
	border: 1px solid #333;
	margin-left: 25px;
	padding: 15px;
	font-size: 10pt;
	font-family: Arial;
	text-align: left;
	color: #000000;
}


#2box {
	width: 595px;
	border: 2px solid #7CA600;
	margin-left: 25px;
	padding: 15px;
	font-size: 10pt;
	font-family: Arial;
	text-align: left;
}


#ital {
	width: 600px;
	background-color: #fff;
	margin-left: 25px;
	padding: 15px;
	font-size: 10pt;
	font-family: Arial;
	font-style: italic;
	text-align: left;
	color: #000000;
}


#adbox1 {
	width: 210px;
	background-color: #c0dc5e;
	border: 0px solid #333;
	margin: 8px;
	padding: 6px;
	font-size: 10pt;
	font-family: Tahoma, Helvetica, Arial;
	text-align: left;
	color: #000000;
}

#adbox2 {
	width: 210px;
	background-color: #c0dc5e;
	border: 0px solid #333;
	margin: 8px;
	padding: 6px;
	font-size: 10pt;
	font-family: Tahoma, Helvetica, Arial;
	text-align: left;
	color: #000000;
}

#adbox3 {
	width: 210px;
	background-color: #c0dc5e;
	border: 0px solid #333;
	margin: 8px;
	padding: 6px;
	font-size: 10pt;
	font-family: Tahoma, Helvetica, Arial;
	text-align: left;
	color: #000000;
}

#adbox4 {
	width: 210px;
	background-color: #c0dc5e;
	border: 0px solid #333;
	margin: 8px;
	padding: 6px;
	font-family: Tahoma, Helvetica, Arial;	
	font-size: 10pt;
	text-align: left;
	color: #000000;
}

#formsbox {
	width: 120px;
	background-color: #c0dc5e;
	border: 2px solid #333;
	margin: 8px;
	padding: 6px;
	float: left;
	font-family: Arial;	
	font-size: 10pt;
	text-align: left;
	color: #000000;
}

#formsbox2 {
	width: 270px;
	background-color: #DDED9E;
	border: 2px solid #333;
	margin: 8px;
	padding: 6px;
	float: left;
	font-family: Arial;	
	font-size: 9pt;
	text-align: left;
	color: #000000;
}

#training {
	width: 450px;
	background-color: #FFF5D0;
	border: 2px solid #333;
	margin: 0 auto;
	padding: 6px;
	font-size: 10pt;
	text-align: center;
	color: #E7FBFE;
}


#small {
	font-size: 8pt;
}	
	
.main {    
   padding: 26px;

}

.leftcol {    
   font-size: 9pt;
   width: 160px;
   text-align: center;
}


.splash {
	width: 550px;
	background-color: #E8F0CA;
	border: 1px solid #859F2B;
	margin: 0px auto;
	padding: 6px;
	font-family: Arial;	
	font-size: 9pt;
	text-align: left;
	color: #000000;
}

.right1 {
	float: right;
	width: 320px;
	background-color: #E8F0CA;
	border: 1px solid #859F2B;
	margin-left: 8px;
	margin-bottom: 2px;
	padding: 6px;
	font-family: Arial;	
	font-size: 8.5pt;
	text-align: left;
}



#footer {
	width: 700px;
	height: 10px;
	border-bottom: 2px solid;
	border-color:  #E9E78F;
}

#programmer {
    background-color: #BDDB33;
	background: url(../images/1000_bottom.jpg) no-repeat;
	font-size: 8pt;
	color: #333;
 	height: 22px;
 	padding-top: 5px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}
#programmer a {
	color: #333;
	font-weight: normal;
	text-decoration: none;
	font-family: arial;
	font-size: 8pt;
}
#programmer a:hover {
	color: #b90025;
}

/** Main Menu Navigation **/
#menu {
	background: url('../images/1000_menu3.jpg') repeat-x;
    background-color: #BDDB33;
    padding: 3px;
	width: 694px;
	height: 19px;

}


/** Element Styles **/
h1, h2, h3, h4, h5 {
	color: #E33E56;
	font-family: arial;
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
	margin-bottom: .5em;
}
h2 {
	font-size: 15pt;
	text-align: center;
}
h3 {
	font-size: 13pt;
}
h4 {
	font-size: 13pt;
	text-align: left;
}
h5 {
	font-size: 11pt;
	color: #0597E4;
}

h6 {
	font-size: 8pt;
	color: black;
	font-weight: normal;
}

img {
	border: 0px;
	margin: 0 auto;
}

img.b {
  margin: 0 auto; 
  border: 1px solid #000;
  float: right;
  }

img.c {
  margin: 0 auto; 
  border: 0px solid #000;
  float: right;
  }
  
 img.d {
  float: right;
  border: 1px solid black;
}
  
.spacer {
	clear: both;
}

p {
	margin-bottom: 1em;
	margin-left: .3em;
	line-height: 1.2em;
}

a {
	color: #b90025;
  text-decoration:underline
}
a:hover {
	color: #A3BE21;
  text-decoration:underline;
}

bu {
  color: black;
  font-weight:bold;
  text-decoration:underline;
}


em {
  font-style: normal;
  font-weight:bolder;
}

em.a {
   color: #E85E73;
}

em.b {
   color: black;
}

em.c {
   color: black;
}

em.d {
	color: #3E94DB;
	font-size: 11pt;
    line-height: 1.1em;
}

em.home {
	color: #5C6C13;
}

em.start {
	color: #4188C2;
}

/** List properties **/

ul.blue {
   list-style-image: url(images/but_blue.jpg);
   padding-left: 3em;
   margin: .5em 0;
   line-height: 1.2em;
   margin-bottom: .5em;
}

ul.blue2 {
   list-style-image: url(images/but_blue.jpg);
   padding-left: 3em;
   margin: .5em 0;
   line-height: 1.2em;
   margin-bottom: .5em;
}

li {
   margin-bottom: .5em;
   }

ol {
    font-size: 10pt;
    list-style-position: inside; 
   }
	
.floatright { 
  float: right;
  padding-right: 1em;
  margin:  2px; 
}

.floatright2 { 
  float: right;
  margin:  1px; 
}

.floatleft { 
  float: left;
  padding-left: .5em;
  margin:  2px; 
}

.floatleft2 { 
  padding-right: 1em;
  float: left;
  margin:  1px; 
}

.limg {
  margin: 0 auto; 
  border: 1px solid #1E66A2;
}









/* DROPDOWN MENU - minimum menu requirements for functionality */

.topmenuul{
	list-style-type:none;
	margin:0;
	padding:0;

}

.topmenuli{
	list-style-type:none;
	float:left;
}

.topmenutitle{
	display:block;
	width:115px;
	text-align: center;
}

.submenuul{
	list-style-type:none;
	position:absolute;
	margin-left: 40px;
	padding:0;
	display:none;
}

.submenuli a{
	display:block;
	width:90px;
}


/* lists nested under hovered list items */

li:hover ul , li.over ul{ 
	display: block;
	color: #E33E56;
}

#dmenu li>ul { 
	top: auto;
	left: auto;
}

#content {
	clear: left;

}

/* menu design codes*/


.topmenuul {
	
}

.topmenutitle {
	text-indent:0px;
	text-decoration: none;
	border:0px solid #000000;
	padding:3px;
	line-height:14px;
	color: #ffffff;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;

}

.submenuul {
	margin-top:-1px;
	background-position: top left;
	background-repeat: repeat-x;
	border-top:0px solid #000000;
	border-bottom:0px solid #000000;
	border-right:0px solid #000000;
	border-left:0px solid #000000;

}

.submenuli a{
	padding:3px;
	text-decoration: none;
	color: #000000;

}

.submenuli a:hover{
	text-decoration: none;
	background:#A3BE21;
	color: #000000;
}