/*

+----------------------------------------------------------------------------------------------------+
|                                                                                                    |
|    TYPOGRIDPHY - TYPOGRAPHICAL AND GRID LAYOUT CSS FRAMEWORK FROM HARRY ROBERTS OF CSS WIZARDRY    |
|                                                                                                    |
+-------------------------------------------------+--------------------------------------------------+
|                                                 |                                                  |
|   TYPOGRIDPHY IS © COPYRIGHT OF HARRY ROBERTS   |   v 0.1.1                                        |
|   IT IS FREE TO BE USED AND MODIFIED PROVIDED   |   May 2008                                       |
|   THIS TEXT REMAINS INTACT -- CSSWIZARDRY.COM   |   http://csswizardry.com                         |
|                                                 |                                                  |
+-------------------------------------------------+--------------------------------------------------+



COLOUR REFERENCES
BODY BG: #FFF
TOP STRIP: #000
BODY COLOUR: #666
LINKS: #000
-------------------------------------------------------- */


/* RESET */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
/*table {
	border-collapse:collapse;
	border-spacing:0;
	
}*/
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
body {
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	background-color: #FFFFFF;
	background-image: url(images/stbg.gif);
}
/*---------- END RESET ----------*/


/*-------------------------------------------+
|                                            |
|            MAIN STRUCTURE STYLES           |
|                                            |
+-------------------------------------------*/
html {
	font-size:100%;
	min-height:101%;
}
#wrapper {
	width:904px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	background-color: #FFFFFF;
	border: 8px solid #FFF;
	height: 725px;
	background-image: url(images/bgframes.gif);
	background-repeat: repeat;
}
#header {
	width:94em;
	padding-top:1.5em;
	margin-bottom:5em;
	background-color: #FFF;
}
/*NAVIGATION
-------------------------------------------------------- */
/*#nav {
	font-size:2em;
}
#nav a {
	font-variant:small-caps;
	color:#000;
}
#nav a:hover {
	text-decoration:none;
}
#nav span {
	float:right;
	margin-top:-1.2em;
}
/*FOOTER NAVIGATION
-------------------------------------------------------- */
#footer-nav {
	word-spacing:0.2em;
}
#footer-nav a {
	color:#000;
	font-variant:small-caps;
}
/*GRIDS
-------------------------------------------------------- */
/* Set styles common among all grids - all grid divs must be assigned this class */
.generic {
	float:left;
	padding-top:20px;
	margin-bottom:1em;
}
.genericnav {
	float:left;
	padding-top:20px;
}
.headerimg {
	float:left;
}
/* Sets styles for any 'start' grids - this class MUST be given to a grid that is the first in a horizontal series */
.clear {
	clear:both;
}
/* Sets styles for any 'end' grids - this class MUST be given to a grid that is the last in a horizontal series */
.end {
	margin-left:0 !important;
	margin-right:0 !important;
}

.one {
	width: 10em;
	margin-right:2em;
	}
.oneeight {
	width: 18em;
	margin-right:2em;
	}
/* 220px */
.twotwenty {
	width:22em;
	margin-right:2em;
}
/* 220px clients */
.twotwentyclients {
	width:28em;
	margin-right:2em;
}
/* 220px clients */
.newlogo {
	width:260px;
}
/* 280px */
.twoeighty {
	width:28em;
	margin-right:2em;
}
/* 340px */
.threeforty {
	width:34em;
	margin-right:2em;
}
/* 400px */
.fourhun {
	width:40em;
	margin-right:2em;
}
/* 460px */
.foursixty {
	width:46em;
	margin-right:2em;
}
/* 520px */
.fivetwenty {
	width:52em;
	margin-right:2em;
}
/* 580px */
.fiveeighty {
	width:58em;
	margin-right:2em;
}
.sixhun {
	width: 60em;
	margin-right:2em;
	}
/* 640px */
.sixforty {
	width:64em;
	margin-right:2em;
}
/* 700px */
.sevenhun {
	width:626px;
	margin-right:2em;
}
/* 760px */
.sevensixty {
	width:76em;
	margin-right:2em;
}
/* 820px */
.eighttwenty {
	width:82em;
	margin-right:2em;
}
/* 880px */
.eighteighty {
	width:88em;
	margin-right:2em;
}
/* 940px */
.nineforty {
	width:903px;
	margin-bottom: 0px;
}
/* footer */
.footer {
	width:100%;
	color: #FFF;
	padding-top: 5px;
	padding-left: 2px;
	text-align: center;
}
/*-------------------------------------------+
|                                            |
|                FONT STYLES                 |
|                                            |
+-------------------------------------------*/
/*PARAGRAPHS
-------------------------------------------------------- */
.generic p {
	font-size:13px;
	line-height:1.2em;
	margin-bottom:1em;
}
.genericright p {
	font-size:13px;
	line-height:1.2em;
	margin-bottom:1em;
}
/* Styles an introductory paragraph, similar to newspapers. Assign this class to the first paragraph in an article */
p.intro:first-line {
	font-variant:small-caps;
}
/* Styles a drop cap on each paragraph with this class */
p.drop:first-letter {
	float:left;
	font-size:3em;
	margin-top:-0.05em;
	margin-right:0.1em;
	margin-bottom:-0.5em;
}
/*HEADINGS
-------------------------------------------------------- */

#header {
	color:#0C2E82;
}
h1 {
	color:#B10F3B;
	font-size:2em;
	margin-bottom:0.6em;
	font-style:italic;
	line-height:1.2em;
	font-weight: bold;
}
h2 {
	color:#0E5899;
	font-size:2em;
	margin-bottom:0.9em;
	line-height:1.2em;
	font-weight:bold;
}
h3 {
	color:#B10F3E;
	font-size:1.5em;
	margin-bottom:1em;
	line-height:1.2em;
	font-weight:bold;
}
h4 {
	color:#000;
	font-size:1.2em;
	margin-bottom:1.5em;
	line-height:1.5em;
	font-variant:small-caps;
}
h5 {
	color:#000;
	font-size:1em;
	margin-bottom:1.8em;
	line-height:1.8em;
	font-variant:small-caps;
}
h6 {
	color:#0C2E82;
	font-size:11px;
	margin-bottom:0em;
	line-height:14px;
}
/*LINKS
-------------------------------------------------------- */
p a {
	color:#000;
}
p a:hover {
}
h1 a {
	color:#000;
}
h1 a:hover {
	text-decoration:none;
}
/* li a {
	color:#000;
}
li a:hover {
	text-decoration:none;
}
/*ALL THE TRIMMINGS
-------------------------------------------------------- */

.caption {
	color: #0C2E82;
}
.captionBold {
	font-weight: bold;
	color: #0C2E82;
}
blockquote > a {
	font-size:11px!important;
	margin-bottom:0em!important;
	margin-left: 0em;
	padding: 0;
	text-decoration:underline;
	color: #0C2E82;
}
a.mail {
	line-height:1.2em!important;
	margin-bottom:1.2em!important;
	text-decoration:underline;
	color: #0E5899;
}


blockquote p cite {
	font-style:normal;
}
.generic strong {
	font-weight:bold;
	color:#000000;
}
.generic em {
	font-style:italic;
	font-weight:inherit;
}
.amp { /* Give those ampersands a right sexy look */
	font-family:Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style:italic;
	font-weight:normal;
	line-height:inherit;
}
abbr {
	border-bottom:1px dotted #666;
	border-color:inherit;
	cursor:help;
}
.clear {
	clear:both;
}
.right-float { /* Float any item to the right */
	float:right;
	margin-left:2em;
	margin-right:0;
}
.left-float { /* Float any item to the left */
	float:left;
	margin-right:2em;
	margin-left:0;
}
.code { /* Styling for and code type items */
	font-family:Courier, "Courier New", monospace;
	background:#ddd;
	font-size:1em;
}
/*-------------------------------------------+
|                                            |
|               IMAGE STYLES                 |
|                                            |
+-------------------------------------------*/
img {
	font-size:1em;
}
img.left-img { /* Float any image to the LEFT and give it some margin */
	font-size:1em;
	float:left;
	padding:4px;
	border:1px solid #ccc;
	margin-bottom:1.8em;
	margin-right:2em;
	margin-top:0.3em;
}
img.right-img { /* Float any image to the RIGHT and give it some margin */
	font-size:1em;
	float:right;
	padding:4px;
	border:1px solid #ccc;
	margin-bottom:1.8em;
	margin-left:2em;
	margin-top:0.3em;
}
/*CONTACT FORM STYLES
-------------------------------------------------------- */
#contact-form {
}
#contact-form label {
	width:10em;
	float:left;
	margin-top:0.6em;
}
#name, #form-email, #url, #location {
	width:42.7em;
	height:20px;
	padding:3px;
	padding-top:5px;
	border:2px solid #666;
	margin-bottom:18px;
	background:#fff !important;
}
#comments {
	width:43.8em;
	height:10em;
	padding:3px;
	border:2px solid #666;
	margin-bottom:18px;
	overflow:auto;
	background:#fff !important;
}
#name:active, #form-email:active, #url:active, #location:active, #comments:active, #submit:active, #name:focus, #form-email:focus, #url:focus, #location:focus, #comments:focus, #submit:focus {
	border:2px solid #000;
}
#submit {
	clear:both;
	padding:5px;
	border:2px solid #666;
	background:#fff !important;
	cursor:pointer;
	margin-left:9em;
}
#reset {
	clear:both;
	padding:3px;
	border:none;
	background:#f00 !important;
	cursor:pointer;
	float:right;
	color:#fff;
	margin-top:-28px;
}
/*-------------------------------------------+
|                                            |
|                LIST STYLES                 |
|                                            |
+-------------------------------------------*/
/*
ul{
	margin-bottom:1.8em;
	list-style:square inside;
}
ul li{
	font-size:1.2em;
	line-height:1.5em;
}
ul li.caption{ /* Apply this class to the first list item in a list to give it a caption */

/*
	font-variant:small-caps;
	list-style:none;
	color:#000;
}
li > ul, li > ol{
	margin-bottom:0;
	margin-left:5em;
}
li > ul li, li > ol li{
	font-size:1em;
}
ol{
	margin-bottom:1.8em;
	list-style:decimal inside;
}
ol li{
	font-size:1.2em;
	line-height:1.5em;
}
/*-------------------------------------------+
|                                            |
|               MISC. STYLES                 |
|                                            |
+-------------------------------------------*/
/*
#menu {
	position:relative;
	width:700px;
	height:30px;
	background:url(images/menuroll.gif) #fff 0 0 no-repeat;
	padding:0;
	margin:0 auto
}
#menu * {
	margin:0;
	padding:0;
	border:0 solid;
	text-decoration:none;
	list-style:none
}
#menu a {
	position:absolute;
	display:block;
	width:120px;
	height:30px
}
#item1 {top:0; left: 40px}
#item2 {top:0; left: 160px}
#item3 {top:0; left: 280px}
#item4 {top:0; left: 400px}
#item5 {top:0; left: 520px}

#item1:hover, #item1:active, #item1:focus {
	background:url(images/menuroll.gif) -40px -50px
}
#item2:hover, #item2:active, #item2:focus {
	background:url(images/menuroll.gif) -160px -50px
}
#item3:hover, #item3:active, #item3:focus {
	background:url(images/menuroll.gif) -280px -50px
}
#item4:hover, #item4:active, #item4:focus {
	background:url(images/menuroll.gif) -400px -50px
}
#item5:hover, #item5:active, #item5:focus {
	background:url(images/menuroll.gif) -520px -50px
}

 */



/* nav  */
#nav								{
	width:643px;
	height:30px;
	position:relative;
	background-image: url(images/nav/nav_background.gif);
}
#nav ol				{
	position:relative;
	padding-left:20px;
}
#nav ol li								{ height:30px; /*text-indent:-9999em;*/ float:left; }
#nav ol li a							{ height:30px; display:block; outline:none; }



#nav_welcome							{ background:url(images/nav/nav_welcome.gif); width:120px; }
#nav_welcome a							{ width:120px; }
#nav_welcome a:hover					{ background:url(images/nav/nav_welcome2.gif); }

#nav_about								{ background:url(images/nav/nav_about.gif); width:120px; }
#nav_about a							{ width:120px; }
#nav_about a:hover						{ background:url(images/nav/nav_about2.gif); }

#nav_what								{ background:url(images/nav/nav_what.gif); width:120px; }
#nav_what a								{ width:120px; }
#nav_what a:hover						{ background:url(images/nav/nav_what2.gif); }

#nav_client								{ background:url(images/nav/nav_client.gif); width:120px; }
#nav_client a							{ width:120px; }
#nav_client a:hover						{ background:url(images/nav/nav_client2.gif); }

#nav_contact							{ background:url(images/nav/nav_contact.gif); width:120px; }
#nav_contact a							{ width:120px; }
#nav_contact a:hover					{ background:url(images/nav/nav_contact2.gif); }
	



#what_nav								{ left:20px; width:643px; }

#nav_what_event							{ background:url(images/nav/nav_event.gif); height:30px; width:126px;}
#nav_what_event 						{ height:30px; width:126px;}
#nav_what_event a:hover					{ background:url(images/nav/nav_event1.gif); }

#nav_what_sponsor 						{ background:url(images/nav/nav_sponsor.gif); height:30px; width:88px;}
#nav_what_sponsor a						{ height:30px; width: 88px;}
#nav_what_sponsor a:hover				{ background:url(images/nav/nav_sponsor1.gif); }

#nav_what_sports						{ background:url(images/nav/nav_sports.gif); height:30px; width:124px;}
#nav_what_sports a						{ height:30px; width:124px;}
#nav_what_sports a:hover				{ background:url(images/nav/nav_sports1.gif); }

#nav_what_business						{ background:url(images/nav/nav_business.gif); height:30px; width:111px;}
#nav_what_business a					{ height:30px; width:111px;}
#nav_what_business a:hover				{ background:url(images/nav/nav_business1.gif); }

#nav_what_loyalty						{ background:url(images/nav/nav_loyalty.gif); height:30px; width:151px;}
#nav_what_copy {
	height:30px;
	width:151px;
	background-image: url(images/nav/nav_copy.jpg);
}
#nav_what_press {
	height:30px;
	width:151px;
	background-image: url(images/nav/nav_press.jpg);
	background-repeat: no-repeat;
}
#nav_what_social {
	height:30px;
	width:151px;
	background-image: url(images/nav/nav_social.jpg);
	background-repeat: no-repeat;
}
#nav_what_loyalty a						{ height:30px; width:151px;}
#nav_what_copy a {
	height:30px;
	width:151px;
}
#nav_what_press a {
	height:30px;
	width:151px;
}
#nav_what_social a {
	height:30px;
	width:151px;
}
#nav_what_loyalty a:hover				{
	background-image: url(images/nav/nav_loyalty1.gif);
}
#nav_what_social a:hover {
	background-image: url(images/nav/nav_social1.jpg);
	background-repeat: no-repeat;
}
#nav_what_copy a:hover {
	background-image: url(images/nav/nav_copy1.jpg);
}
#nav_what_press a:hover {
	background-image: url(images/nav/nav_press1.jpg);
	background-repeat: no-repeat;
}



#nav ol li ul								{
	position:absolute;
	top:30px;
	display:none;
	visibility: visible;
}
#nav ol li ul li							{ float:left; height:30px;}
#nav ol li ul li a							{ float:left; height:30px; display:block; background-image:none; }
#nav li:hover ul, li.over ul				{ display: block; }




/* Fix IE. Hide from IE Mac \*/
*:first-child+html #header li ul li {float: left; height:30px;}
* html #header li ul li { float:left; height:30px; }
* html #header li ul li a { float:left; height:30px; }
/* End */

#container {
	background-color: #FFF;
	width: 903px;
	margin-right: auto;
	margin-left: auto;
	height: 955px;
	border: 8px solid #FFF;
	background-image: url(images/bgframes.gif);
	background-repeat: repeat;
}

p {
}
.white {
	background-color: #FFF;
	visibility: inherit;
}
.largeritalic {
	font-style: italic;
	font-weight: bold;
	color: #000;
}
