/* 
CtrlAltDesigns V3 Layout
Designed by Tom Lynch
Coded by Tom Lynch
www.ctrlaltdesigns.co.uk

Contact tom.lynch23@googlemail.com
for more information, or coding queries
*/


/* General Settings */

html, body {
height: 100px;
}

body {
background: url("../images/green/headerRepeat.gif") repeat-x;
font-family: Tahoma, Arial, serif, Verdana;
}

#container {
position: relative;
text-align: center;
margin-left: auto;
margin-right: auto;
min-height: 100%;
margin-bottom: -72px;
}


/* Nav Section */



#nav ul {
list-style: none;
float: right;
margin-top: -50px;
}

#nav a {
text-decoration: none;
color: white;
font-size: 13px;
}

#nav a:hover {
color: #7fec66;
}

#nav li {
display: inline;
padding-left: 40px;
}

li.last {
padding-right: 40px;
}


/* Banner Section */



#banner {
position: relative;
width: 870px;
height: 300px;
margin-top: 35px;
margin-left: auto;
margin-right: auto;
background: url("../images/green/banner.png") no-repeat;
}

#banner p {
position: absolute;
left: 450px;
top: 80px;
color: white;
font-size: 13px;
line-height: 20px;
}


/* Button Section */



#button {
position: absolute;
left: 682px;
top: 318px;
}

#button p {
width: 150px;
text-align: center;
color: white;
font-size: 12px;
}

a img {
border: none;
}


/* Main Content Section */



#mainContent {
position: relative;
padding-top: 75px;
font-size: 12px;
color: #9c9c9c;
}

#mainContent a {
display: inline;
text-decoration: none;
color: #7fec66;
}

#mainContent a:hover {
color: #4ca338;
}

p.highlight {
color: #7fec66;
font-weight: bold;
}


/* Side Content Section */


#sideContent {
position: relative;
color: #9c9c9c;
font-size: 12px;
float: right;
}

#sideContent p {
width: 250px;
padding-left: 20px;
}

p.title {
position: absolute;
top: 8px;
color: white;
text-align: right;
}

p.bottomLink {
position: absolute;
color: white;
font-size: 11px;
bottom: 4px;
}

p.bottomLink a {
text-decoration: none;
color: #7fec66;
}

p.bottomLink a:hover {
color: #4ca338;
}

#sideContent2 {
position: relative;
color: #9c9c9c;
font-size: 12px;
float: right;
}

#sideContent2 p {
width: 250px;
padding-left: 20px;
}

img.firstHeader {
padding-top: 10px;
}

li.social {
display: inline;
list-style: none;
padding: 18px;
}

li.socialLinks {
list-style: none;
display: inline;
padding: 16px;
}

li.socialLinks a {
text-decoration: none;
color: #9c9c9c;
font-size: 10px;
}

li.socialLinks a:hover {
color: #7fec66;
}

#footer {
position: relative;
background: url("../images/green/footerRepeat.gif") repeat-x;
height: 72px;
padding: 0px;
}

#clearFooter {
height: 100px;
clear: both;
}

#footer img {
position: absolute;
right: 50px;
top: 5px;
}

#footer p {
position: absolute;
left: 50px;
top: 20px;
color: white;
font-size: 10px;
}

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

#footer a:hover {
color: #7fec66;
}

form input {
color: #9c9c9c;
}