@charset "UTF-8";
/* CSS Document */

html{
	margin-bottom: 1px;
	height: 100%;
}

a {
	color: #666;
	text-decoration: underline;
}
	
body {
	height: 100%;
	width: 940px;
	margin: 0 auto;
	padding: 0px;
	background: #D5D5D5 url(../images/background.jpg) top center repeat-y;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #333;
}

img {border: none;}

#container {
	width: 648px;
	margin: 0 auto;
	min-height: 100%;
	margin-bottom: -123px;
	background: url(../images/content_bg.jpg) top left no-repeat #fff;
	}
	
.clearer {clear: both;}

.clearfooter {
	height: 123px;
	clear: both;
}

input { 
	background-color:#CCC;
	border: 1px solid #999;}

textarea { 
	background-color:#CCC;
	border: 1px solid #999;}

/* header panels */

h1.clstext {
	text-indent: -999999px;
	}

h2 {
	color: #C00;
	font-weight: 200;
	}

h3 {
	color: #C00;
}

.right {
	font-size: 1.6em;
	color: #666;
	}


#column1 {
	float: left;
	
	}

#column2 {
	margin-right: 9px;
	float: left;
	}

#column3 {
	margin-right: 8px;
	width: 145px;
	height: 160px;
	background: url(../images/cambridge_law.png) top left no-repeat;
	float: left;
	}

#content {
	
	}

#content-left {
	float: left;
	width: 390px;
	padding: 18px;
	margin-top: 60px;
	}

#content-right {
	float: left;
	border-left: 1px solid #C00;
	width: 178px;
	padding: 18px;
	padding-top: 0px;
	margin-top: 78px;
	min-height: 300px;
	}

#footer {
	width: 608px;
	height: 123px;
	padding: 20px;
	margin: 0 auto;
	background: url(../images/bottom_panel.jpg) top left no-repeat;
	}

#footer a {
	color: #ccc;
	text-decoration: underline;
}
#footer_text {
	padding-top: 10px;
	width: 608px;
	border-top: 2px solid #C00;
	font-size: 0.9em; color: #fff
}

.realsmall {
	font-size: 8px;
	}

/*image gallery code*/




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer {width: auto;display:block;clear:both; margin-bottom: 25px;}


/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Header menu */	 
#header_menu {position: absolute; margin-left: 20px; background:#CC0000;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
	height: 31px;
	background:#CC0000;
	border-top: 0;
	padding:0;
	font-size: 11px;
	font-weight: lighter;
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	text-transform: none;
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {float: left; color: #fff; text-align: center; font-weight: normal;}
#nav ul li a {display: block; background: #CC0000; padding: 9px 10px; padding-bottom: 10px; color: #fff; text-decoration: none;}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {background: #AE0101; color: #FFF;}
#nav li a:active, #nav ul li a.active {background: #AE0101; color: #FFF;}

/* Current page Customisations*/
#nav li.menu-current a		{background: #CC0000; color: #fff;}
#nav li.menu-current a		{font-weight: bold;} 

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 12em; margin: 0; display: none; text-transform: none; border-top: 0; font-size: 100%;}
#nav .menu li ul li {width: 12em; text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: 1.2em;}
#nav .menu li ul a {width: 11.5em; padding: .6em .1em .6em .4em; background: #CC0000; color: #fff; border: 0;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #4b4c4d; background: #666; border: 0; color:#fff;}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{ width: 11.5em; padding: .6em .1em .6em .4em; background: #c6c6c6; color: #fff; }

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}




/* end menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

