/* -----------------------------------------
Title: eyecademy css 
Author: Brian Rutherford
------------------------------------------ */

/*div {
	border: 1px solid Red;
}*/

body { /*this is the default for everything in the body */
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: white;
	font-size: 12px; /*see text size definitions */
	word-spacing:normal;
	}
	
* 	html body { 
	font-size: x-small; /* para IE5/WIN */
	f\ont-size: small; /*for other IE versions*/
}

body,td,th { /*table divisions and table headers are defined as having the following styles */
	font-family: Tahoma, Verdana, Ariel;
	color: #666;
} /*setting the basic body text size and style */

div.wrapper {  /*this is the main 'block' within which content can sit. The header block or the main body block */
	width: 950px;
	display: block;
	margin-left: auto;
	margin-right: auto; 
}

h1 {
   font-weight: normal;
   font-size: 195%;
   line-height: 130%;
   margin-top: 0px;
   color: #990000;
}

h2 {
   ffont-weight: normal;
   font-size: 120%;
   line-height: 100%;
   margin-top: 0px;
   color: 990000;
}

div.wrapper_main { /*haven't used this in anything yet */
	width: 920px;
	margin-left: 30px;;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
}

.learn_more { 
	font-size: 100%;
	text-align: left;
	margin-bottom: 0;
	color:#990000;
}

/* From the top of the page down here are the element definitions- start with the logo at the top of the page*/

#logo { /*for the logo...*/
	float: none;
	margin: 0;
}
#logo a { /*for the logo...*/
	float: none;
	margin: 0;
	border: 0;
	text-decoration:none;
}

/*there is a break that uses this class definition to force the menu to appear below the logo */
.clearboth { clear: both; }


/* Then the menu below the logo */


#menu_container { 
	width: 800px;
	height: 40px;
	float: top;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align:bottom;
}

#menu_container ul { 
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	clear:left;
}

#menu_container ul li { 
	float: left;
} /*this makes the, run from left to right */

#menu_container ul li a { 
	padding: 7px 9px 7px 10px;
	display: block;
	text-decoration: none;
	color: #666;
	border-right: 1px solid #fff;
} /*this pads them out */



#menu_container h1{ 
	text-align:left;
	clear:left
}


/*this is where we define the colours that appear when you hover over the menu options */


body#home li#menu_home a, li#menu_home a:hover, a:hover{ 
	background:  #990000;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	color: #fff;
}

body#aboutus li#menu_aboutus a, li#menu_aboutus a:hover { 
	background: #990000;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	color: #fff;
}

body#ourservices li#menu_ourservices a, li#menu_ourservices a:hover { 
	background: #990000;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	color: #fff;
}
body#ourpeople li#menu_ourpeople a, li#menu_ourpeople a:hover { 
	background: #990000;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	color: #fff;
	
}
body#contactus li#menu_contactus a, li#menu_contactus a:hover { 
	background: #990000;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	color: #fff;
	
}
body#legalaid li#menu_legalaid a, li#menu_legalaid a:hover { 
	background: #990000;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	color: #fff;
}	
/*-------------------------end of menu stuff--------------------------*/

#searchbox { 
	float: right;
	margin: 0;
	
}

#telnobox { 
	font-size: 100%;
	padding-top: 8px; 
	float: right;
	font-weight: bold;
	line-height: 140%

	
}

#smallinfobox { /*we might use this or not...*/
	float: right;
	margin: 0;
}

/* body definitions 
body#home { /*the body of the home page. For this to work you need to tell the browser its looking at the home page 
	
	text-align: right;
	color: #42719d;
	margin-bottom: 0;
}
*/
/*General text size definistions */


small {
	font-size: 75%;
	font-style:italic;
	color:#CCCCCC;
}


/* Now he coloured band across the middle of the page*/

#main { 
	clear: both;
	background: #ffffff;
	height: 132px;
	padding-top: 0px;
	margin-top: 30px;
	margin-bottom: 20px;
	
			
}

#lmsmain { 
	clear: both;
	background: #80A4A8 url(../gfx/background/lmssideback4.jpg) right top no-repeat;
	
	height: 200px;
	padding-top: 0px;
	margin-top: 30px;
	margin-bottom: 20px;
			
}

#main h1 { 
	color: #990000;
	margin: 0;
	margin-bottom: 10px;
	}

	
#main p, #main li { /*causes the text in the coloured band to be nicely spaced in terms of height */
	line-height: 160%;
	margin: 0;
}

/* now the custom  stuff */
.hidden
{
visibility:hidden;
}

.curved-box
    {
    width: 920px;
    margin: 0px;
    background: #80A4A8;
	
}

.curved-box h2
    {
    background: #ffffff url(../gfx/background/newtop.jpg) no-repeat left top;
    color: #f4fbfd;
	padding-left: 10px;
	padding-top: 20px;
	height:167px;
    
}

/*.curved-box p
    {
    background: #c3d0d4 url(../gfx/background/newbottom.jpg) no-repeat left bottom;
    margin: 0px;
    padding: 5px 15px 10px 15px;
    text-align: left;
} */

/*Now the text inside the coloured band */
#featured_text { 
	float:left;
	width: 370px;
	/*background: url(../gfx/background/back_featured_dotted.gif) no-repeat right 10px; the dots on the right*/
	padding-right: 30px;
	padding-left: 0px;
	margin-top: 0px;
	color: #FFFFFF;
	text-align:left;
	font-weight: bold;
	
}

#featured_text ul {
	list-style:none;
	margin: 10px;
	padding: 0;
}

#featured_text li { 
	background: url(../gfx/icons_and_bullets/eyebullet.jpg) no-repeat 0 4px;
	padding-top: 3px;
	padding-left: 27px;
	padding-bottom: 5px;
}

/* front page featured text */
#fp_wide_featured_text { 
	float:left;
	width: 700px;
	padding-right: 60px;
	padding-left: 0px;
	margin-top: 0px;
	color: white;
	text-align:left;
	font-weight: bold;
}
div.generaldiv1 {
 #stuff
 }
 
div.generaldiv1 img {
	float: right;
	position: absolute;
	top: 2.5%;
	left: 86.7%;
	width: 59px;
	height: 78px;
	background-color: #000000;
	background-image: url(gfx/stockphotos/whiteboard.jpg);
	}
	
#fp_wide_featured_text img {
	float: left;
	top: 20%;
	width: 1000px;
	height:200px;
	background-color: #000000;
	background-image: url(gfx/success.jpg);
	}

#fp_wide_featured_text ul {
	list-style:none;
	margin: 10px;
	padding: 0;
}

/*#fp_wide_featured_text li { 
	background: url(../gfx/icons_and_bullets/eyebullet.jpg) no-repeat 0 4px;
	padding-top: 3px;
	padding-left: 27px;
	padding-bottom: 5px;
}*/

/* other pages of featured text */
#wide_featured_text { 
	float:left;
	width: 800px;
	padding-right: 60px;
	padding-left: 0px;
	margin-top: 0px;
	color: white;
	text-align:left;
	font-weight: bold;
}
#wide_featured_text img {
	float: right;
	}
		
#wide_featured_text ul {
	list-style:none;
	margin: 10px;
	padding: 0;
}


#wide_featured_text li { 
	/*background: url(../gfx/icons_and_bullets/eyebullet.jpg) no-repeat 0 4px;*/
	padding-top: 3px;
	padding-left: 27px;
	padding-bottom: 5px;
	border-style:double
}

/* new wide_featured_image */


#fp_wide_featured_image { 
	float:left;
	width: 700px;
	padding-right: 60px;
	padding-left: 0px;
	margin-top: 0px;
	color: white;
	text-align:left;
	font-weight: bold;
}

	
#fp_wide_featured_image img {
	float: left;
	top: 20%;
	width: 1000px;
	height:200px;
	background-color: #000000;
	background-image: url(gfx/success.jpg);
	}

#fp_wide_featured_image ul {
	list-style:none;
	margin: 10px;
	padding: 0;
}

 /* end of new image div */
 
#form_text { 
	float:left;
	width: 800px;
	padding-right: 60px;
	padding-left: 0px;
	margin-top: 0px;
	color: white;
	text-align:left;
	
}
/* Now the text boxes beneath the coloured bar */

div.wrapper_footer { /*pretty self explanatory but not using this */
	width: 920px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	
}
 /*the content id */
#footer_content { 
	
	float: left;
	margin-bottom: 40px;
	line-height: 160%;
}

/* column1 type definistions - for general text use----------------------------------------------------------------------------------*/
/* basic stuff for column1 */
div.column1 { 
	/* background: url(../gfx/background/back_contenido_dotted.gif) no-repeat right 10px; */
	width: 455px;
	padding-left: 0px;
	padding-right: 20px;
	
	float: left;
	text-align:left;
	
}


div.column1 img { 
	float: right;
	margin-left: 5px;
}

	
/* how lists are displayed for column1 */
div.column1 ul {
	list-style:none;
	margin: 10px;
	padding: 0;
}

div.column1 li { 
	background: url(../gfx/icons_and_bullets/redbullet.jpg) no-repeat 0 4px;
	padding-top: 0px;
	padding-left: 27px;
	padding-bottom: 10px;
}

div.column1 h1 {
	font-size: 145%;
	}
/* column2 type definistions for listing services */
/* basic stuff for column2 */
div.column2 { 
	float: left;
	margin-right: 60px;
	width: 950px;
	line-height: 140%;
}

div.column2_final { 
	line-height: 140%;
	float: left;
	width: 170px;
}


div.column2 h1, div.column2_final h1 { 
	line-height: 95%;
	font-size: 145%;
}

/* how lists are displayed for column2 */
div.column2 ul, div.column2_final ul  {
	list-style:none;
	margin: 10px;
	padding: 0;
}

div.column2 li, div.column2_final li{ 
	background: url(../gfx/icons_and_bullets/redbullet.jpg) no-repeat 0 4px;
	padding-top: 3px;
	padding-left: 27px;
	
}


/*third column type to hold lots of text */

div.column3 { 
	padding-top: 5px;
	width: 900px;
	height: auto;
	float: left;
	padding-right: 10px;
	
}

div.column3 img { 
	float: right;
	margin-left: 5px;
}

div.column3 h1 {
	font-size: 140%;
	}

div.column4 { 
	padding-top: 5px;
	width: 800px;
	height: auto;
	float: left;
	padding-right: 60px;
}

div.column4 h1 {
	font-size: 145%;
	}
	
div.column4 h2{ 
	font-weight: normal;
   font-size: 100%;
   line-height: 130%;
   margin-top: 0px;
   color: #292d34;
   
  }

div.column5 { 
	padding-top: 5px;
	width: 900px;
	height: auto;
	float: left;
	padding-right: 10px;
}

div.column5 img { 
	float: left;
	margin-right: 10px;
}

div.column5 h1 {
	font-size: 145%;
	}
	
div.column6 { 
	
	width: 465px;
	height: auto;
	float: left;
	padding-right: 10px;
	/*color:#000000;*/
}
div.column6 ul {
	list-style:none;
	margin: 10px;
	padding: 0;
}

div.column6 li { 
	background: url(../gfx/icons_and_bullets/redbullet.jpg) no-repeat 0 4px;
	padding-top: 0px;
	padding-left: 27px;
	padding-bottom: 10px;
}

div.column6 img { 
	float: left;
	margin-left: 5px;
	padding-right: 10px;
}

div.column6 h1 {
	font-size: 145%;
	}
	
div.column7 img { 
	float: right;
	margin-right: 10px;
}
div.column7 { 
	padding-top: 5px;
	width: 430px;
	height: auto;
	float: left;
	padding-right: 0px;
	color:#000000;
	
}

div.column8 img { 
	float: right;
	margin-right: 60px;
}
div.column8 { 
	padding-top: 5px;
	width: 220px;
	height: auto;
	float: left;
	padding-right: 5px;
	color:#000000;
	
}

div.column8 ul {
	list-style:none;
	margin: 10px;
	padding: 0;

}
/* Footer  definitions */

#footer { 
	clear: both;
	height: 200px;
	padding-top: 55px;
	line-height: 140%;
}


#footer h1 { 
	color: #000000;
	margin: 0;
	margin-bottom: 10px;
	text-align:left;
	}
	
#footer ul { 
	margin: 10px;
	padding: 0;
	list-style: none;
}
#footer li { 
	float: left;
}

/* Now he coloured band across the bottom of the page*/

#main_bottom { 
	clear: both;
	background: #dcdcdc;
	height: 200px;
	padding-top: 20px;
	margin-bottom: 0px;
	
}

#main_bottom h1 { 
	font-size: 125%;
	color: #ee3738;
	margin: 0;
	margin-bottom: 10px;
	}

#main_bottom p, #main_bottom li { /*causes the text in the coloured band to be nicely spaced in terms of height */
	line-height: 160%;
	margin: 0;
}
#our_offices { 
	/*background: url(../gfx/background/back_footer.jpg) no-repeat 0px 10px; */
	font-weight: bold;
	padding-left: 10px;
	padding-right: 60px;
	float: left;
	width: 170px;
}

#our_offices_right { 
	/*background: url(../gfx/background/back_footer.jpg) no-repeat 0px 10px; */
	font-weight: bold;
	padding-left: 10px;
	padding-right: 60px;
	float: left;
	width: 170px;
}
#our_offices li.office { 
	width: 125px;
	margin-right: 25px;
}
#our_offices li.asu { 
	width: 120px;
}

#contact_us { 
	float: left;
	width: 250px;
	padding-left: 0px;
	font-weight: bold;
}



