﻿* {
	padding:0;
	margin:0;
}

body {
	font-family:Trebuchet, 'Trebuchet MS', Arial, sans-serif;
	font-size:0.81em; /*13px - relative to 16px*/
	line-height:1.38em; /*18px - relative to 13px*/	
	background-image:url('images/new_bg.gif');
	background-repeat:repeat-x;
}

a img {
	border:none;
}

/* Banner styles */

#banner {
	background:transparent url(images/new_header.jpg) top left no-repeat;
	width:950px;
	height:115px;
	margin:0 auto;
	}

/* Links at the top of the page */
	#banner a { 
	color:#fff; 
	text-decoration:none;
	}

	#banner a:hover { 
	text-decoration:underline;
	}

	#banner .links li { 
	display:inline;
	color:#fff;
	font-size:11px;
	float:right;
	margin: 8px 20px 0px 0px;
	}	


/* Main Navigation Bar */
#main_nav {
	width:950px;
	background:#0D1371;
	margin:0 auto;
	overflow:hidden; /*this fixes background display bug in FF and Chrome */
   }

#main_nav ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#main_nav ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#main_nav ul li a {
   display:block;
   margin:0 0 0 1px;
   padding:10px 15px;
   background:#0D1371;
   color:#fff;
   text-decoration:none;
   line-height:1.3em;
}
#main_nav ul li a:hover {
   background:#282AA5;
   color:#fff;
}

/* Styles for the Content section */
#content {
	width:926px; /*950 minus padding, and minus size of borders */
	background:#fff;
	margin:0 auto;
	padding:10px;
	overflow:hidden; /*this fixes background display bug in FF and Chrome */
	border-right:2px solid #0D1371;
	border-left:2px solid #0D1371;
	}
   
#content .textwrapper {
	width:600px;
	float:right;
	}

#content .demowrapper { /* See Grokworx in Action */
	width:180px; 
	background:#282aa5;
	border:1px solid #000;
	text-align:center;
	padding:8px;
	margin-left:210px;
	margin-top:6px;
	font-weight:bold;
	}

#content .demowrapper a {
	color:#FFF;
	text-decoration:none;
	}

#content .demowrapper a:hover {
	color:#FFF;
	text-decoration:underline;
	}

#content .smbox { /* See Grokworx in Action */
	width:180px; 
	background:#CDDE96;
	padding:8px;
	float:right;
	margin:10px;
	padding-left:15px;
	}
	
#content .smbox p {
	font-size:12px;
	padding-top:3px;
	padding-bottom:3px;
}

#content .smbox a {
	color:#000;
	text-decoration:none;
	}

#content .smbox a:hover {
	color:#000;
	text-decoration:underline;
	}


#content .imagewrapper {
	float:left;
	margin-top:10px;
	margin-left:10px;
}

#content h1 {
	font-size: 18px;
	padding-top:15px;
	padding-bottom:5px;
	color:#7BA104;
	}
	
	#content h2 {
		font-size: 16px;
		padding-top:5px;
		padding-bottom:5px;
		color:#7BA104;	
	}
	
	#content h3 {
		font-size: 14px;
		padding-top:5px;
		padding-bottom:5px;
	}
	
	#content p {
		font-size: 14px;
		padding-top:5px;
		padding-bottom:5px;
	}

	#content ul li {
		list-style-image:url(images/bullet.gif);
		list-style-type:square;
		margin-left:30px;
		margin-bottom:6px;
		font-size: 14px;
		}

	#content a { 
	color:#5C7804; 
	text-decoration:none;
	}

	#content a:hover { 
	text-decoration:underline;
	}
	
	#threeboxes {
	width:926px; /*950 minus padding, and minus size of borders */
	background:#fff;
	margin:0 auto;
	padding:10px;
	overflow:hidden; /*this fixes background display bug in FF and Chrome */
	border-right:2px solid #0D1371;
	border-left:2px solid #0D1371;
	}
   
	#threeboxes h3 {
	font-size:1.38em; /*18px - relative to 13px*/
	font-weight:normal;
	letter-spacing:normal;
	line-height:1.50em; /*27px - relative to 18px*/
	margin:0;
	text-transform:none;
	}
	
	#threeboxes li { 
	border:3px solid #dadece;
	float:left;
	display:block;
	margin:0 22px 0 0;
	min-height:450px; /* This must be set, but can be changed */
	height:auto; /* important */
	height:450px;
	padding:6px 12px;
	width:263px;
	}
	
	#threeboxes li.last-child { margin:0; } /* This has to be set for the last box (li element). It stops the boxes from wrapping over onto the next line */
	
	/* Box contents */
	#threeboxes li h1 {
	font-size:16px;
	border-bottom:1px solid #7BA104;
	padding-bottom:4px;
	color:#7BA104;
	}

	#threeboxes li h2 {
	font-size:14px;
	margin-bottom:10px;
	font-style:italic;
		}
	
	#threeboxes li p { 
	margin-bottom:10px;
	font-size: 14px;
	}
	
	#threeboxes li img {
	float:left;
	margin:5px 13px 3px 0;
	}
	
	#threeboxes a { 
	color:#5C7804; 
	text-decoration:none;
	}

	#threeboxes a:hover { 
	text-decoration:underline;
	}




/* Links at the bottom of the page */	
	#endpage {
	width:930px; /*950 minus padding, and minus size of borders */
	background:#0D1371;
	margin:0 auto;
	padding:10px;
	overflow:hidden; /*this fixes background display bug in FF and Chrome */
   }

	#endpage a { 
	color:#fff; 
	text-decoration:none;
	}

	#endpage a:hover { 
	text-decoration:underline;
	}

	#endpage .links li { 
	display:inline;
	color:#fff;
	font-size:11px;
	float:right;
	margin: 8px 20px 0px 0px;
	}	
