/*-----------------------------------------------------------------------------
CSS Style Sheet 

version:   1.0
author:    Kelechi Amadi
email:     k@amadidesign.co.uk
website:   http://www.amadidesign.co.uk
-----------------------------------------------------------------------------*/


/* =General
-----------------------------------------------------------------------------*/



/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}

/* For the HTML, just add a class of .clearfix to any element containing a float needing to be cleared, */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


/* =Layout
-----------------------------------------------------------------------------*/
#content {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0em;
	background-image:url(img/top-bkgd_02.jpg);
	background-repeat:repeat-x;
}

#contentplain {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0em;
}

.wrapper {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 835px;
	margin-bottom: 15px;
}

#orangestripe {
	width:100%;
	height:227px;
	background-image:url(img/stripe-bkgd.jpg);
	background-repeat:no-repeat;
	position: relative;
}

#orangestripe .videobox {
	position: relative;
	left: 410px;
	top: -40px;
	z-index:2;
	background-color:#000000;
	width: 425px;
	height: 326px;
}

#greystripe {
	width:100%;
	height:90px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	margin-bottom: 20px;
}
#greystripe a:link {
	color: #FFFFFF;
	text-decoration: none;
}	

#greystripe a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#greystripe a:hover {
	color: #FF9933;
	text-decoration: none;
}

.thumbimg {
	margin: 0px 5px 0px 0px;
	float: left;
	border: 0;
}


.horzrule {
	background-color: #CCCCCC;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 1px;
}


/* =Typography
-----------------------------------------------------------------------------*/
html{
font-size: 100%;
} 


body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #666666;
	}

p {
	margin: 0em 0em 0.5em 0em;
	text-align: justify;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color:#666666;
	margin: 0em 0em 0em 0em;
	line-height: 1.20em;
	text-align: left;
	font-weight: lighter;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.125em;
	color:#FF9933;
	margin: 0.625em 0em 0em 0em;
	font-weight: normal;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#FFFF00;
	margin: 0.625em 0em 0em 0em;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	color:#FFFF00;
	margin: 0.625em 0em 0em 0em;
}

.disclaimer {
	margin: 0em 0em 0.5em 0em;
	text-align: justify;
	font-size: 0.75em;
	line-height: 1.2em;
}


/* =Headings
-----------------------------------------------------------------------------*/


/* =Links
-----------------------------------------------------------------------------*/




/* =Branding
-----------------------------------------------------------------------------*/




/* =Main Nav
-----------------------------------------------------------------------------*/



/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/




/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/

#footer {
	width: 100%;
	text-align: left;
	padding: 10px 0px 10px 0px;
	text-decoration: none;
	margin: 2em 0em 0em 0em;
	background-image:url(img/images/footer-bkgnd_14.jpg);
	background-repeat: repeat-x;
}

#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}	

#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FF9933;
	text-decoration: none;
}

#footer h2 {
	font:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	margin-bottom:10px;
	font-size: 1em;
}

#footer h3 {
	color:#FFFFFF;
	margin-bottom:0px;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}

#footer p {
	color:#FFFFFF;
	margin-bottom:0px;
	font-size: 0.6875em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height:1.4em;
}


/* =Forms
-----------------------------------------------------------------------------*/


/* Removes fieldset borders. even on Opera 7 */
fieldset {
  border: 1px solid	#CCCCCC;
  padding:5px;
  background:#f2f2f2;
  margin:10px;
}

legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#FF9900;
}

label {
	float:left;
	width:200px;
}
	
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: normal
	background-color: #FFFFFF;
	border: 1px solid #ff9933;
	padding: 3px;
	width: 355px;
	margin-bottom:5px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: normal
	background-color: #FFFFFF;
	border: 1px solid #ff9933;
	padding: 3px;
	width:355px;
	height:100px;
	margin-bottom:3px;
}

input:focus, textarea:focus {
	background-color: #FFFF99;
}
input.submit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #FF9900;
	border: 1px solid #ff9933;
	padding: 3px;
	width: 50px;
	margin-bottom:3px;
}

input.submit:hover {
	background-color: #FF6600;
}



/* =Tables
-----------------------------------------------------------------------------*/



/* =Misc 1
-----------------------------------------------------------------------------*/



/* =Misc 2
-----------------------------------------------------------------------------*/

