/* LAST UPDATED 02.10.2010 */

/*

	Table of Contents

	I.   DEFAULTS
	II.  NAVIGATION
	III. STRUCTURE & TYPOGRAPHY
	IV.  TABLES
	V.   FORMS
	VI.  HEADINGS
	VII. CLEARFIX

*/

/* -----------------------------------------------------------
		I. DEFAULTS
----------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #565656;
}

p { padding: 0 0 14px 0; }

a {
	color: #7ba01f;
	text-decoration: underline;
		/* get rid of link outlines in firefox */
		outline-color: invert;
		outline-style: none;
		outline-width: medium;
}

a:hover { color: #000; }

a.link {
	background:url('../Images/marker1.gif') no-repeat 0 0;
	padding-left: 26px;
	font-weight: bold;
	text-decoration: none;
	color: #7ba01f;
	display: block;
}

a.link:hover { text-decoration: underline; }

/* Image Defaults */

a img { border: 0; }

img.border, img.alignRight, img.alignLeft {
	padding: 4px;
	border: 1px #e1e1e1 solid;
	background: #fff;
}

img.alignRight {
	float: right;
	margin: 2px 0 2px 14px;
}

img.alignLeft {
	float: left;
	margin: 2px 14px 2px 0;
}

/* Special Classes */

.green 	{ color: #7ba01f; }
.blue 	{ color: #0066ff; }

.small { font-size: 12px; }

.floatLeft { float: left; }

.right { text-align: right; }

/* Lists */

ul { list-style: square; }
ol { list-style: lower-roman; }

#content ul, ol {
	margin-left: 25px;
	padding-bottom: 7px;
}

#content li { padding-bottom: 7px; }

/* Sticky Footer */

html, body, #wrap { height: 100%; }

body > #wrap { height: auto; min-height: 100%; }

#content { padding-bottom: 55px; } /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -55px; /* negative value of footer height */
	height: 55px;
	clear: both;
}

/* -----------------------------------------------------------
		II. NAVIGATION
----------------------------------------------------------- */

#nav ul {
	float: right;
	padding: 6px 0 0 0;
	margin: 0;
	list-style: none;
}

	#nav li {
		float: left;
		padding: 0 13px;
		background: url('../Images/menu-divider.gif') right center no-repeat;
	}

	#nav li#nav-contact {
		padding-right: 2px;
		background: none;
	}

	#nav li#nav-home { padding-left: 0; }

	#nav li a {
		font-size: 15px;
		color: #333;
		text-decoration: none;
		font-weight: bold;
	}

	#nav li a:hover, 
	body#home #nav li#nav-home a, 
	body#media #nav li#nav-media a, 
	body#services #nav li#nav-services a, 
	body#markets #nav li#nav-markets a, 
	body#about #nav li#nav-about a, 
	body#news #nav li#nav-news a, 
	body#contact #nav li#nav-contact a { color: #7ba01f; }

/* -----------------------------------------------------------
		III. STRUCTURE & TYPOGRAPHY
----------------------------------------------------------- */

#wrap, #footer {
	width: 780px;
	margin: 0 auto;
}

#nav {
	padding: 43px 0 24px;
	height: 81px;
}

#content {
	clear: both;
	text-align: justify;
}

	.video { float: right; }

	.scroll {
		height: 400px;
		overflow:auto
	}

	.blurb {
		padding-bottom: 14px;
	}

#footer { font-size: 11px; }

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

	#footer a:hover { text-decoration: underline; }

	#copyright { float: left; }

	#rss { float: right; }

		#rss a {
			display: block;
			height: 19px;
			line-height: 19px;
			color: #7ba01f;
			padding-right: 25px;
			background: url('../Images/rss-bg.gif') right center no-repeat;
		}

/* -----------------------------------------------------------
		IV. TABLES
----------------------------------------------------------- */

table {
	width: 100%;
	min-width: 780px;
	border-collapse: collapse;
	margin-bottom: 14px;
}

	table table {
		min-width: 200px;
		margin-bottom: 0;
	}

	table#benefits {
		width: 433px;
		background-color: #f9f9f9;
	}

td {
	vertical-align: top;
	padding: 0 0 14px 0;
}

	td.col-1 {
		width: 306px;
	}

	td.col-2 {
		width: 433px;
		padding-left: 41px;
	}

	table table td { padding: 20px 20px 0 0; }

	table.contact td {
		text-align: left;
		padding: 10px 0 0 0;
	}

	table.noPadd td { padding: 0; }

	table#benefits td.title { padding: 20px 0 0 20px; }

	table table td.img { width: 133px; }

	table#benefits td.img { padding-left: 20px; }

	table#benefits td.share { padding: 20px 0 20px 20px; }

/* -----------------------------------------------------------
		V. FORMS
----------------------------------------------------------- */

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

/* -----------------------------------------------------------
		VI. HEADINGS
----------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 0;
	line-height: 1;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }

h1 { font-size: 25px; }

	#nav h1 {
		float: left;
 		display: inline;
 		padding: 0; /* IE 8 needs this because display: inline doesn't getting rid of the padding */
 		text-indent: -4440px;
	}

		#nav h1 a {
			display: block;
			width: 262px;
			height: 31px;
			/* background: url('../Images/world-digital_logo.jpg') no-repeat; */
                        background: url('../Images/logo2.png') no-repeat;
		}

	#news h1 { font-size: 16px; }

h2 {
	font-size: 22px;
	padding: 0;
	color: #7ba01f;
	font-size: 12px;
	text-transform: uppercase;
}

h3 { font-size: 17px; }

h4 { font-size: 14px; }

/* -----------------------------------------------------------
		VII. CLEARFIX
----------------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hide from IE Mac \*/
.clearfix { display: block; }
/* End hide from IE Mac */
