﻿/* ========================================== */
/* ========== GregDuncan.CO.UK ============== */
/* ========================================== */

html, body, p, ul, li, q, h1, h2, h3, form, a, div, img, input, hr 
{
    margin:0pt;
    padding:0pt;
}

body
{
    background-color:#fff;
    font-size:62.5%;
    font-family:Courier;
}

ul
{
	list-style:none;
}

a img
{
	border:none;
}

img
{
	vertical-align:bottom;
}

h1, h2, h3
{
	font-family:Verdana;
}

p
{
	padding-bottom:10px;
	font-size:1.2em;
}

#container
{
	width:962px;
	height:auto;
	margin:0 auto;
	overflow:hidden;
	padding:0;
	padding-bottom:10px;
}

#header
{
	width:962px;
	height:310px;
    background-image:url(images/mcpdlogo.gif);
    background-repeat:no-repeat;
    background-position:right top;
 	
}

#header #headerTop
{
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#282e3e;
	width:100%;
	height:24px;
	margin-bottom:20px;
}

#header #headerTop img
{
	border:1px solid #5F6870;
}

#header #headerTop table
{
	float:right;
}

#header #imageArea
{
	width:197px;
	margin-right:20px;
	float:left;
}

#header #imageArea .gregImg 
{
	Border:5px solid #5F6870;
} 


#header #titleArea
{
	float:right;
	width:735px;
	background-image:url(images/gregduncan.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-top:80px;
}

#header #titleArea h1
{
	color:#353535;
	font-weight:normal;
	font-family:Courier;
	font-size:3.6em;	
}

#header  #titleArea h2
{
	color:#353535;
	font-weight:normal;
	font-family:Courier;
	font-size:3.6em;
}

#header #titleArea h3
{
	color:#006633;
	font-size:1.4em;
	font-weight:normal;
	padding-top:35px;
}

#content 
{
	float:left;
	overflow:hidden;
	padding-top:10px;
	width:962px;
}

#contentLeft
{
	float:left;
	width:600px;
}

#contentLeft a
{
	color:#5F6870;
}
#contentLeft h2
{
	color:#5f6870;
	font-size:3em;
	font-weight:normal;
	padding-bottom:10px;
}

#contentLeft h3
{ 
	color:#006633;
    font-size:1.4em;
    font-weight:normal;
    margin-bottom:10px;
}

#contentLeft table
{
	font-size:1.2em;
}

#contentLeft table .txtBox
{
	Border:1px solid #5F6870;
	Width:200px;
}

#contentLeft table .txtBoxMsg
{
	Border:1px solid #5F6870;
	Width:500px;
	height:150px;
}

#contentRight
{
	float:right;
	width:250px;
	color:#353535;
	margin-bottom:20px;
	font-size:1.2em;
}

#contentRight h2
{
	color:#5F6870;
	font-size:1.2em;
	text-transform:capitalize;
}
	
#contentRight ul
{
	padding:5px 10px 20px 0;
}

#contentRight ul li
{
	padding-bottom:5px;
}

#contentRight ul a
{
	color:#353535;
}

#contentRight ul li a:hover
{
	text-decoration:none;
}

#footer
{
	clear:both;
	width:960px;
	padding:5px 0;
	/*border:1px solid #5F6870;*/
	/*border:1px solid #a0afbc;*/
}

#footer a img
{
	border:none;
}

.height25
{
	height:25px;
}