/** Element Cross-Browser Refset **/
/* CSS Document */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html {
	overflow-y:scroll;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/** Font Reset based on YUI **/

body {
	font:13px/1.231 arial, helvetica, clean, sans-serif;
	*font-size:small;
	*font:x-small;
}
table {
	font-size:inherit;
	font:100%;
}
pre, code, kbd, samp, tt {
	font-family:monospace;
	*font-size:108%;
	-height:100%;
}
hr { display: none; }
div.hr { clear: both; width: 100%;}
div.hidden { border: solid 1px transparent; } 
strong { font-weight: bold; }
em { font-style: italic; }

#mickadams
{
	clear:both;
	text-align:right;
	padding:10px 20px 0 0;
}

#mickadams a
{
	font-size:0.9em;
	color:#666666;
}

#mickadams a:hover
{
	color:#fff;
}

/** Styles **/

body  
{
	color: #fff;
	background: #2e2926 url(Images/body_bg.gif) repeat-x;
	height:100%;
}

p { padding-bottom: 7px; }
h1 { font-size: 155%; font-weight: bold; padding-bottom: 10px; }
h2 { font-size: 116.5%; font-weight: bold; padding-bottom: 5px; }
a {  color: #4d4d4d; text-decoration: none; font-weight: normal; }
a:hover { text-decoration: underline; }

table { width: 100%; }
th { text-align: center; font-weight: bold; color: #000; padding-bottom: 10px; }

/** Page Formatting **/

.clear
{
	clear:both;
	height:0;
}

.hidden
{
	display:none;
}

.left
{
	float:left;
}

.right
{
	float:right;
}

a
{
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

/* CONTAINERS */

.container
{
	width:845px;
	margin:0 auto;
	padding:0 0 10px 0;
	overflow:hidden;
}

/* HEADER */

#header
{
	position:relative;
	height:71px;
}

#header h1
{
	position:absolute;
	top:25px;
	left:15px;
	
	display:block;
	width:245px;
	height:30px;
	background:transparent url(Images/logo.gif) no-repeat;
	text-indent: -5000px;
}

#strap
{
	position:relative;
	height:158px;
	background:transparent url(Images/strap_image.jpg) no-repeat;
}

#strap p
{
	position:absolute;
	top:40px;
	left:200px;
	
	display:block;
	width:625px;
	height:85px;
	background:transparent url(Images/strap_text.gif) no-repeat;
	text-indent: -5000px;
}

/* MENU */

#menu
{
	height:37px;
	padding: 0 15px;
}

#menu ul
{
	display:block;
	height:37px;
	float:left;
}

#menu li
{
	display:block;
	position:relative;
	float:left;
	width:auto;
}

#menu li a
{
	display:block;
	float:left;
	
	height: 15px;
	padding:10px 25px;

	color:#fff;
	font-weight:bold;
	font-size:0.9em;
	text-transform: uppercase;
}

#menu li a.selected
{
	background: transparent url(Images/menu_on.gif) repeat-x left top;
}

#menu .right
{
	padding-top:9px;
	padding-right:10px;
	font-size:110%;
	font-weight:bold;
}

.menu
{
	float:right;
	margin-right:15px;
	display:inline;
}

.menu li
{
	display:block;
	position:relative;
	float:left;
	width:auto;
}

.menu li a
{
	display:block;
	float:left;
	
	padding:0px 5px;
	
	border-left: solid 1px #2e2926;
	font-weight:normal;
}

.menu li a.selected
{
	text-decoration:underline;
}

.menu li a.first
{
	border:none;	
}

#header .menu
{
	margin-top:35px;
}

#header .menu li a
{
	color:#2e2926;
}

#footer .menu li a
{
	color:#757270;
	border-color:#757270;
}

/* FOOTER */

#footer
{
	margin-top:30px;
	height:60px;
	
	clear:both;
	padding-top:20px;
	overflow:hidden;
	font-size:1.1em;
	color:#757270;
	
	background: transparent url(Images/footer_bg.gif) repeat-x left top;
}

#footer #copyright
{
	float:left;
	margin-left:15px;
	display:inline;
}

#footer #copyright a
{
	color:#757270;
	font-weight:normal;
}

#content
{
	overflow:hidden;
}

#content h2
{
	display:block;
	height:70px;
	background:transparent url(Images/tick.gif) no-repeat 30px 40px;
	padding: 50px 0 0 100px;
	color:#fff;
	font-size:1.6em;
	font-weight:normal;
}

#content h3
{
	color:#fff;
	font-size:1.2em;
	padding:10px 0;
}

#top_content,
#top_content .top,
#top_content .bottom
{
	overflow:hidden;
	width:100%;
}

#top_content
{
	background: transparent url(Images/top_content_bg.gif) repeat-y;
	color: #ADCF5A;
}

#top_content strong
{
	color:#fff;
}

#top_content a
{
	color:#fff;
	text-decoration:underline;
}

#top_content .top
{
	background: transparent url(Images/top_content_top.gif) no-repeat;
}

#top_content .bottom
{
	background: transparent url(Images/top_content_bottom.gif) no-repeat left bottom;
}

#top_content .left,
#top_content .right
{
	width: 350px;
	margin: 20px 0 0 35px;
	padding-bottom: 30px;
	display:inline;
}

#top_content .right
{
	margin: 20px 40px 0 0;
}

#bottom_content,
#bottom_content .top,
#bottom_content .bottom
{
	overflow:hidden;
	width:100%;
}

#bottom_content
{
	margin: 15px 0 20px 17px;
	width:805px;
	background: transparent url(Images/bottom_content_bg.gif) repeat-y;
	color: #444;
}

#bottom_content .top
{
	background: transparent url(Images/bottom_content_top.gif) no-repeat;
}

#bottom_content .bottom
{
	background: transparent url(Images/bottom_content_bottom.gif) no-repeat left bottom;
}

#bottom_content .left,
#bottom_content .right
{
	width: 480px;
	margin: 25px 0 0 20px;
	padding-bottom: 30px;
	display:inline;
}

#bottom_content .right
{
	width: 265px;
	margin: 20px 0 0 0;
}

#bottom_content .heading
{
	height:70px;
	background:transparent url(Images/box.gif) no-repeat;
	padding-left: 70px;
}

#bottom_content h2
{
	display:block;
	height:50px;
	background:transparent url(Images/arrow.gif) no-repeat;
	padding: 10px 0 0 55px;
	color:#fff;
	font-size:1.6em;
	font-weight:bold;
}

#bottom_content h3
{
	color:#40a614;
	font-size:1.4em;
	font-weight:normal;
}

#bottom_content a
{
	color:#40a614;
	text-decoration:underline;
}

#bottom_content .menu
{
	float:none;
}

#bottom_content .menu a
{
	display:block;
	height:28px;
	width:203px;
	background:transparent url(Images/solution_link_bg.gif) no-repeat left bottom;
	border:none;
	color:#ADCF5A;
	text-decoration:none;
	
	padding: 17px 0 0 37px;
}

#bottom_content .menu a.selected
{
	background-position:left 2px;
	text-decoration:none;
	color:#fff;
}