﻿@charset "utf-8";

/*-----------------------------------------------------------------------------
SMG Training Master Stylesheet

version:   1.0
author:    Daniel Coverdale
website:   www.jellymedia.com

Colour Refs:


-----------------------------------------------------------------------------*/

/* =Resets and Page Setup
-----------------------------------------------------------------------------*/

body {
	margin:0px;
	padding:0px;
	font-family:Arial, "Times New Roman", Times, serif;
	font-size:12px;
	color:#363636;
	line-height:17px;
	background-color:#fcf5d8;
}
ul,li, ol 				{ list-style-type: none; }

/* =Typography
-----------------------------------------------------------------------------*/

p + p { margin-top: 12px; } 
.smalltext { font-size:11px; color:#999; line-height:16px; }
strong { color:#000; font-weight:bold; }
li { list-style-type:square}
.clear { clear: both; height: 0;}


/* Headings */

h1 { font-size:30px; font-weight:bold; line-height:28px; margin: .67em 0; font-family:Georgia, "Times New Roman", Times, serif; font-weight:100; font-style:italic; color:#e59f04; }
h2 { font-size:20px; line-height:24px; margin: .75em 0; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; color:#000; font-weight:100;}
h3 { font-size:14px; line-height:21px; margin: .83em 0; color:#000; font-family:Georgia, "Georgia", Times, serif; font-weight:400; font-style:italic; }
h4 { font-size:13px; line-height:21px; margin: .83em 0; color:#000; font-family:Georgia, "Georgia", Times, serif; font-weight:400; margin-bottom:0px;}
h2 a { text-decoration:none; color:#000; }
.c1 h1 { margin-top:0px; padding:0px; }
.c1 h2 { margin-top:0px; }



/* Links */

a { color:#000; text-decoration:none;}
a:hover { border-bottom:1px dotted #000;}

/* Branding */



/* Main Nav */

#menu {
	float:right;
	display:block;
	width:590px;
	text-align:center;
	margin-top:62px;
}
#menu li {
	display:inline;
	margin:6px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size:16px;
}
#menu li a:hover {
	background-color:#ffde62;
}


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




/* =Homepage Content
-----------------------------------------------------------------------------*/

#events {
	width:290px;
	float:left;
}
#meettheteam {
	width:210px;
	float:right;
}

/* Main Content */

#header {
	width:100%;
	background-color:#fffcb0;
	background-image:url(/images/headerbar.jpg);
	background-repeat:repeat-x;
	height:130px;
	margin-bottom:20px;
}
#headercenter {
	width:860px;
	margin-left:auto;
	margin-right:auto;
	height:129px;
	padding-top:10px;
}
#bannerbg {
	width:100%;
	background-color:#fffcb0;
	height:243px;
	margin-bottom:60px;
}
#banner { 
	width:860px; 
	margin-left:auto; 
	margin-right:auto;
}
#logo { 
	width:100px; 
	float:left; 
	margin-top:42px;
	}
#content {
	width:860px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	height:auto;
}
#subcontent {
	height:220px;
	width:860px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	padding-bottom:20px;
	margin-bottom:40px;
	border-top:1px dotted #000;
	padding-top:10px;
}
.c1 {
	width:300px;
	float:left;
	margin-bottom:20px;
}
.c1 ul {
	margin-left:0px;
	padding-left:0px;
}
.c1 li{
	list-style-type:none;
}
.c2 {
	width:540px;
	float:right;
	margin-bottom:20px;
}
#nationalcert img {
	margin-bottom:10px;
}
.c2 h2:first-child {
	margin-top:0px;
}
.c2 p:first-child {
	margin-top:0px;
}
.c2 li {
	
	
}
.c2 ul {
	margin-left:5px;
	padding-left:10px;
}
#c3{
	width:48%;
	float:left;
	margin-right:5px;
	border-top:1px dotted #000;
	margin-top:15px;
}
#c4{
	width:48%;
	float:right;
	margin-left:5px;
	border-top:1px dotted #000;
	margin-top:15px;
}
#events a:hover, #cpdcourses a:hover, #meettheteam a:hover{
	background-color:#ffcf52;
}

/* Footer */

#footer .c1 img { margin-top:15px;}
#footer li  { display:inline;}
#footer ul { display:block;
margin-left:0px;
padding-left:0px;
}

#footercenter {
	width:860px;
	margin-left:auto;
	margin-right:auto;
	height:129px;
}
#copyright {
	border-top:1px dotted #000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
.jellymedia {
	float:right;
	margin-right:58px;
}
.smgtraining {
	float:left;	
}
#footer {
	width:100%;
	background-color:#fcf6bb;
	height:190px;
	color:#000;
	margin-top:20px;
}
#quicklinks { width:105px; margin-right:10px; float:left;}

#footer h3 { font-weight:bold;}
#aboutus { width:220px; margin-right:10px; float:left;}
#contactus { width:170px; margin-right:10px; float:right;}


/* Events */

#calendar {
	width:960px;
	float:left;
	margin-bottom:60px;
}

/* Courses */

.new {
	width:auto;
	height:auto;
	position:relative;
	right:47px;
	float:right;
	z-index:1;
	margin:0px;
	padding:0px;
	top:-78px;
}
.courseimg {
	margin-top:20px;
}
#cpdcourses {
	width:290px;
}

/* Contact page */

#contactdet {
	width:260px;
	height:130px;
	float:left;

	height:140px;
}
#contactdet li {
	display:inline;
}
#contactdet ul {
	display:block;
	margin:0px;
	padding:0px;
}
#map {
	width:260px;
	height:140px;

	float:right;
	
}












