/* Copyright Peacock, Carter & Associates 2006 - 2007 [v1.1.0a '(Arty) Farty'] */

/*
 *  All design and content, including graphics, photographs and the below CSS is the intellectual 
 *  property of Peacock, Carter & Associates, and its copying, distribution 
 *  or other use without prior written consent from the content's creator is strictly forbidden.
 *
 */


/* Reset */ 

	address, caption, cite, code, dfn, em, strong, th {font-style: normal; font-weight: normal;}
	
	abbr,acronym {border: 0;}
	
	body, html {color: #000000; font-family: arial, tahoma, verdana, sans-serif;}
	
	blockquote, body, div, dl, dt, dd, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, ul, p, pre, textarea, td, th {margin: 0; padding: 0;}
	
	caption, th {text-align:left;}
	
	h1, h2, h3, h4, h5, h6, p, pre, blockquote {background: transparent; font-weight: normal; word-spacing: 0px;}
	
	fieldset, img {border: 0;}
	
	table {border-collapse: collapse; border-spacing: 0; clear: both; margin: 10px;}
	
	ol,ul {list-style: none;}
	
/* Generic Styling */
	
	a, a:link, a:active, a:visited {
	background-color: transparent;
	border-bottom: 1px #282828 solid;
	color: #282828;
	text-decoration: none;
	}
	
		a:hover {
		background-color: transparent;
		border-bottom-width: 0px;
		color: #FF0099;
		text-decoration: none;
		}

	h1, h2, h3, h4, h5, h6 {
	background-color: transparent;
	font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	margin: 5px 0px;
	}
	
	h1 {
	color: #FF0099;
	font-size: 1.4em;
	line-height: 1.6em;
	}
	
	h2 {
	color: #FF0099;
	font-size: 1.1em;
	line-height: 1.3em;
	}
	
	h3, h4, h5, h6 {
	color: #282828;
	font-size: 1em;
	line-height: 1.4em;
	text-transform: uppercase;
	}

	p, ol, ul, address {
	background: transparent;
	color: #282828;
	font-size: 0.8em;
	line-height: 1.4em;
	}
	
	p, address {
	margin: 10px 0px;
	text-align: justify;
	}
		
	.float_left {
	float: left !important;	
	}
	
	.float_right {
	float: right !important;	
	}

	strong {
	font-weight: bold;	
	}
	
	table {
	background: #000000;
	clear: both;
	color: #99CC00;
	display: block;
	font-size: 0.8em;
	letter-spacing: 1px;
	line-height: 1.5em;
	margin-left: 5px;
	text-align: left;
	width: 450px !important;
	}
	
		caption {
		display: none;	
		}
	
		td, th {
		padding: 3px;	
		}
	    	
	    td {
		background-color: #000000;
		border: 1px #FFFFFF solid;
		color: #FFFFFF;
	    }
	    
	    th {
		background-color: #990000;
		border: 1px #FFFFFF solid;
		color: #FFFFFF;
		font-size: 0.9em;
		font-weight: bold;
		text-transform: uppercase;
	    }

/* Layout & Specific Styling */

body, html {
background: #FFFFFF;
margin: 0px;
/* min-width: 765px; */
padding: 0px;	
}

#wrapper {
background: #FFFFFF;
clear: both;
color: #282828;
margin: 0px 100px 0px 0px;
/* min-width: 765px !important;*/
}

#header {
background: #282828 url("images/header_bg.gif") bottom right no-repeat;
color: #FFFFFF;
height: 150px;
margin: 0px;
padding: 0px;
width: auto;
}

	#header img {
	float: right;
	margin: 25px 60px 0px 0px;	
	}
	
#main {
color: #000000;
float: left;
}

	#main p, #main ol, #main ul {
	margin: 5px 10px;
	padding: 0px;	
	}

	.certificate {
	border: 1px #666666 solid;
	margin: 10px 75px 10px 10px;	
	padding: 5px;
	}
	
		.certificate img {
		float: right;
		margin: 10px;	
		}
	
		.print {
		width: 700px;	
		}
	
	h1.certificate {
	border-width: 0px;
	margin-left: 5px;	
	}
	
		.certificate_main, .certificate_name, .certificate_other, .certificate_result {
		font-family: georgia, "times new roman", times, serif;
		padding: 5px 0px;
		text-align: center;	
		}
	
			.certificate_main, .certificate_other {
			font-size: 1.3em;
			}
			
			.certificate_name {
			font-size: 2em;
			font-weight: bold;
			text-decoration: underline;
			}
			
			.certificate_result {
			color: #FF0099;
			font-size: 3.5em;	
			}
	
		.certificate_footer {
		clear: both;
		color: #666666;
		font-size: 0.7em;
		text-transform: uppercase;	
		}

	#leftcolumn {
	background: #282828 url("images/leftcolumn_bg.gif") bottom right no-repeat;
	float: left;
	padding: 5px 5px 25px 5px;
	width: 200px;	
	}
	
		#leftcolumn h3 {
		color: #FF0099;	
		}
	
		#leftcolumn a, #leftcolumn a:active, #leftcolumn a:link, #leftcolumn a:visited {
		border-bottom: 1px #FFFFFF dotted;
		color: #FFFFFF;
		}
		
			#leftcolumn a:hover {
			border-bottom: 1px #FF0099 dotted;
			color: #FF0099;
			}
	
		#leftcolumn p {
		color: #FFFFFF;	
		}
	
	#content {
	background: #FFFFFF;
	float: left;
	margin: 0px;
	padding: 10px;
	width: 525px;
	}
	
		img.content {
		border: 10px #282828 solid;
		float: right;
		margin: 5px 10px;
		}
	
		#nav {
		font-size: 0.7em;
		list-style-type: none;
		margin: 10px 5px;
		}
		
			#nav li {
			display: inline;
			margin: 5px 0px;	
			}
			
			#nav li a {
			border-width: 0px;
			padding: 8px 5px 5px 5px;	
			text-decoration: none;
			}
			
			#nav li a, #nav li a:active, #nav li a:link, #nav li a:visited {
			background: #FFFFFF;
			}
			
				#nav li a:hover {
				background: #282828;
				color: #FF0099;
				}
		
		.advert {
		background: #FF0099;
		color: #282828;
		}
		
			.advert h1, .advert p {
			color: #282828;
			padding: 5px;
			}
			
			.advert h1 {
			background: #D70184;
			border-bottom: 2px #282828 solid;
			font-size: 0.7em;
			text-transform: uppercase;	
			}
	
		.previous_img {
		border: 7px #FF0099 solid;
		float: left;
		width: 175px;	
		}
		
		.previous_intro {
		clear: both;
		display: block;
		}
		
		.previous_result {
		color: #FF0099;
		font-family: georgia, "trebuchet ms", serif;
		font-size: 4em;
		font-weight: bold;	
		line-height: 1em;
		}
		
		.previous_result_aos {
		color: #FFFFFF;
		display: block;
		font-weight: bold;	
		margin: 5px 0px;
		}
	
		.current_img {
		border: 10px #FF0099 solid;
		width: 450px;
		}
	
.internal {
clear: both;
font-size: 0.7em;
list-style-type: none;
margin-top: 20px !important;
margin-bottom: 20px !important;
margin-right: 65px;
padding-top: 50px !important;
text-transform: uppercase;	
}

	.internal li {
	display: inline;
	margin: 0px 3px;	
	}
	
/* Footer. Duh. */

#footer {
background: #282828 url("images/footer_bg.gif") top right no-repeat;
border-width: 0px;
clear: both;
color: #FFFFFF;
font-size: 1em;
line-height: 1.8em;
margin: 20px 0px 0px 0px !important;
padding: 10px 0px 10px 5px;
}

	#footer h2 {
	color: #FF0099;	
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	font-size: 1.1em;
	}
	
	#footer ul {
	list-style-type: none;
	}
	
	#footer li {
	display: block;
	margin: 10px 5px;
	}
	
	#footer a, #footer a:link, #footer a:active, #footer a:visited {
	background-color: transparent;
	border-width: 0px;
	color: #FFFFFF;
	text-decoration: none;
	}
	
		#footer a:hover {
		background-color: transparent;
		border-width: 0px;
		color: #FF0099;
		text-decoration: none;
		}
	
#footerimage {
background: #FFFFFF url("images/footerimage_bg.png") repeat-x top left;
height: 50px;	
}

#new {
background: transparent;
height: 150px;
position: absolute;
	top: 0px;
	left: 0px;
width: 150px;	
}