/****************************************************
* File:richmond_lowgraph.css
* Date of creation: 19/09/2009
* Author: Marie Manandise
* Function: low graphics version of Richmond webpages
*****************************************************/

/* BODY */

body {font-family:verdana;
		  font-family:Corbel, ‘Lucida Grande’, ‘Lucida Sans Unicode’, ‘DejaVu Sans’, ‘Bitstream Vera Sans’, ‘Liberation Sans’, Verdana, ‘Verdana Ref’, sans-serif;
		  font-size:100%;			
			}

/*images*/
img {border:none;}

/*tables*/
table {width:60%;}
td {vertical-align:bottom;
	 	padding:5px;}
		
/*Image links displayed only in default version*/
img.highgraph{display:none;}
	
/*Image Logo*/

div#logo{width:285px;
         height:125px;
				 float:right;
				 margin-right:70px;
				 text-align:center;
				 }
				 
/*topmost and bottommost sections (accessibility, site map, address etc.)*/
div.topbottom {color:black;
						   font-size:13px;
							 margin-left:25px;
							}

div.topbottom a {color:#000000;}

/*top left search and accessibility division*/

div#topleft {height:75px;}
						 

div#topleft a {margin-left:2px; margin-right:2px;}

span#smallA {font-size:100%;}
span#medA {font-size:125%;}
span#bigA {font-size:150%;}

			/*seach box and button*/
div#topleft input{font-size:100%;}

input#searchbox{margin-top:8px;}
input#button{margin-left:4px;}

/*Main navigation (tabs) area*/
div#mainNav {width:100%; 
						 margin-top:90px;
						 height:30px;
						 border-bottom:double;
						 }

	    /*Actual tabs divisions*/
div.tab {width:165px;
 				 margin:0px 1px 0px 1px;
				 height:30px;
				 float:left;
				 text-align:center;
				 }

/*Big image link division*/
div.centerlink {width:100%;
							  text-align:center;
								margin-top:8px;
								}

/*main area (text and red block links)*/
div#main {width:100%;
				  margin-top:20px;
					}
	
			/*Red block links area*/
div#secNav {width:150px;
 					  height:205px;
						float:right;
						margin-right:10%;
						}

			/*Text area*/
div#content {width:65%;
						 min-height:220px;
						 margin:0px 33% 20px 2%;
						 }

h2 {font-size:145%;}

h3 {font-size:100%;
	  margin-bottom:0px;
		font-weight:600;}

span.email {text-decoration:underline;
					  }

img.team {float:right;
				  margin-top:5px;
					margin-left:10px;
					margin-bottom:10px;}
						 
/*Footer*/
div#footer {width:100%;
					  height:92px;
						border-top:double;
						}
/*bottommost address division*/
div#bottommost{width:100%;
							 text-align:center;
							 padding:10px;}

/*xml formatting*/
name {font-weight:600;}

address {padding:2px;}

/*search page formatting*/

table.hide {display:none;}

div.hide {display:none;}

div#search2 {text-align:center;}

div#search2 	div	{width:250px;
								 height:110px;
								 text-align:left;
								 margin:auto;}

div#spacer {margin-top:80px;}
