@charset "utf-8";

/* --------------------------------- */
/*   Common CSS file for all pages   */
/*   Prepared: July 2009             */
/* --------------------------------- */

/* div { border: 1px dotted #ccc; } */

/* -----------------------
     General page layout
   ----------------------- */

* {
	margin: 0; 
	padding: 0; 
	}
body {
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	color: #3c3c3c;
	background: #fff;
	text-align: center;
	}


/* -----------------------
     Page header section
   ----------------------- */

#header {
	width: 100%;
	}
	#headbox {
		width: 1020px;
		margin: 0 auto;
		text-align: left;
		}
		#headbox h1 {
			padding: 30px 0 25px 0;
			}
		#headbox h1 a {
			background: url('/assets/images/logos/lyip_logo.jpg') 5020px 0 no-repeat;
			display: block;
			height: 47px;
			width: 5270px;
			margin-left: -5000px;
			}
		#headbox ul {
			position: relative;
			top: -32px;
			left: 524px;
			width: 500px;
			}
		#headbox li {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 1.8em;
			background: none;
			float: left;
			padding: 0 33px 0 0;
			}
		#headbox li a {
			color: #8c8c8c;
			text-decoration: none;
			}
		#headbox li a:hover {
			color: #3c3c3c;
			}
	#headbar {
		height: 30px;
		background: url('/assets/images/header_bar.gif') repeat-x;
		}


/* ---------------------
     Main content area
   --------------------- */

#content {
	clear: both;
	width: 100%;
	background: url('/assets/images/page_bg.gif') repeat-x;
	}
	#contentbox {
		width: 1020px;
		margin: 0 auto;
		text-align: left;
		background: #fff;
		padding: 30px 0 60px 0;
		}
	#clearing {
		clear: both;
	}


/* -----------------------
     Page footer section
   ----------------------- */

#footer {
	clear: both;
	width: 100%;
	border-top: 2px solid #ccc;
	background: #ececec;
	}
	#footbox {
		width: 1020px;
		margin: 0 auto;
		text-align: center;
		height: 100px;
		}
		#footbox ul {
			position: relative;
			top: 20px;
			left: 356px;
			width: 500px;
			}
		#footbox li {
			font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
			font-size: 1.3em;
			background: none;
			line-height: normal;
			float: left;
			padding: 0 8px;
			border-left: 2px solid #c10303;
			}
		#footbox li.first {
			border-left: 0;
			}
		#footbox li a {
			color: #3c3c3c;
			text-decoration: none;
			}
		#footbox li a:hover {
			text-decoration: underline;
			}
		#footbox p {
			clear: left;
			padding-top: 30px;
			}


/* ---------------------------
     Common tags and classes
   --------------------------- */
	h1 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 2.5em;
		font-weight: normal;
		line-height: normal;
		margin: .4em 0 .2em 0;
		}
	h2 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.9em;
		font-weight: normal;
		line-height: normal;
		margin: .4em 0 .2em 0;
		}
	h3 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.6em;
		font-weight: normal;
		line-height: 1.5em;
		margin: .4em 0 .2em 0;
		}
	h4 {
		font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
		font-size: 1.3em;
		font-weight: bold;
		line-height: normal;
		color: #4c4c4c;
		margin: .4em 0 .2em 0;
		}
	p {
		font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
		font-size: 1.3em;
		font-weight: normal;
		line-height: 1.5em;
		color: #3c3c3c;
		margin: .4em 0 .4em 0; 
		}
	p.first:first-letter  {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.6em;
		font-weight: normal;
		color: #4c4c4c;
		}
	a img, p a img {
		border: 0;
		}
	td {
		font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
		font-size: 1.3em;
		font-weight: normal;
		line-height: normal;
		color: #3c3c3c;
		}


/* ---------------------
     Lists and bullets
   --------------------- */

	ul {
		list-style-type: none;
		}
	li {
		font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
		font-weight: normal;
		line-height: 1.5em;
		color: #3c3c3c;
		}
	li.bullet {
		font-size: 1.3em;
		background: url('/assets/images/bullet_sq.gif') top left no-repeat;
		padding-left: 20px;	
		}
	li.link {
		font-size: 1.2em;
		font-weight: bold;
		background: url('/assets/images/arrow_sml.gif') center left no-repeat;
		padding-left: 15px;
		}
	li.web {
		font-size: 1.2em;
		font-weight: normal;
		background: url('/assets/images/arrow_med.gif') center left no-repeat;
		padding-left: 20px;
		}
	li.mail {
		font-size: 1.2em;
		background: url('/assets/images/email.gif') center left no-repeat;
		padding-left: 20px;
		}
	li a {
		color: #3c3c3c;
		text-decoration: none;
		}
	li a:hover {
		text-decoration: underline;
		}

	li.link-lge {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.6em;
		line-height: normal;
		background: url('/assets/images/arrow_lge.png') center left no-repeat;
		color: #fff;
		margin: .8em 0;
		padding-left: 30px;
		}
	li.link-lge a {
		color: #fff;
		text-decoration: none;
		}
	li.link-lge a:hover {
		text-decoration: underline;
		}


/* ----------------------
     Menus & navigation
   ---------------------- */

	li.menu {
		font-size: 1.2em;
		background: url('/assets/images/arrow_sml.gif') center left no-repeat;
		padding: .5em 0 .5em 15px;
		border-bottom: 1px dotted #4c4c4c;
		}
	li.menu a {
		}
	li.menu a:hover {
		}


/* ------------------
     Colour classes
   ------------------ */

	.black {
		color: #3c3c3c;
		}
	.brown {
		color: #b15a00;
		}
	.brown2 {
		color: #a0721b;
		}
	.darkbrown {
		color: #753628;
		}
	.lightgrey {
		color: #ededed;
		}
	.grey {
		color: #8c8c8c;
		}
	.red {
		color: #c30009;
		}
	.white {
		color: #fff;
		}
	.yellow {
		color: #eeb900;
		}

/*
	color: #6f0001;
	color: #7699b5;
	color: #84080b;
	color: #960;
	color: #b21000;
	color: #c30009;
	color: #f6da89;
*/


/* End of file */
