/***********RESET*****************************/

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;
}
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;
}

/*****************SITE*****************/

body
{
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 14px;
}

h1
{
	color:#16C1F3;
	font-size:24px;
	font-weight:normal;
	font-family:Helvetica;
	word-spacing:5px;
	letter-spacing:4px;
	line-height:31px;
	margin-bottom:10px;
}

h2
{
	color:#16C1F3;
}


p,li
{
	margin-bottom:15px;
	color:#555555;
	line-height:18px;
}

input[type="submit"]
{
	border:2px Solid #16C1F3;
	font-weight:bold;
	padding:2px 8px;
	font-size:20px;
}

/*************LAYOUT******************/
div#outer-container
{
	
}

div#page
{
	width:850px;
	left:50%;
	margin-left:-425px;
	position:absolute;
}

div#header
{
	width:928px;
	height:147px;
	background-position:top right;
	background-repeat:no-repeat;
}

div#header-divider
{
	height:25px;
	background-color:#16C1F3;
	border-bottom:3px Solid #A7A9AC;
	padding-top:6px;
}

div#main-nav
{
	height:43px;
}

div#content
{
	height:100%;
}

div#left-content, #left-blog-content
{
	float:left;
	width:370px;
	padding:15px;
	background: transparent url(http://www.highperformanceconsultancy.com//images/left-content-background.jpg) repeat-x top left;
	min-height:600px;
}

div#right-content, #right-blog-content
{
	float:right;
	width:404px;
}


div#footer
{
	background:url(http://www.highperformanceconsultancy.com//images/footer-vertical-bar.png) no-repeat 489px;
	color:#FFFFFF;
	height:18px;
	padding:8px 5px 5px 5px;
}

div#footer.blog-footer
{
	background:url(http://www.highperformanceconsultancy.com//images/blog-footer-vertical-bar.png) no-repeat 653px;
}

.footer-background
{
	
	width:940px;
	margin-left:-45px;
	height:31px;
	background-color:#A7A9AC;
	clear:both;
	background:url(http://www.highperformanceconsultancy.com//images/footer-background.png) repeat-x top left;
}

div#footer div
{
	padding-left:50px;
	font-size:11px;
	font-weight:bold;
	margin-top:2px;
}

/**************MAIN NAV**************/
div#main-nav ul
{
	margin:0px;
	padding:0px;
	width:950px;
	margin-left:-36px;
	list-style:none;
}

div#main-nav li
{
	float:left;
	margin:0px;
	padding:6px 0px 0px 0px;
	width:113px;
	font-size:14px;
	text-align:center;
}

div#main-nav a
{
	text-decoration:none;
	font-weight:bold;
	color:#A7A9AC;
}

div#main-nav a.current
{
	color:#16C1F3;
}


/****************MISC***************/
.clear
{
	clear:both;
}

.right-content-image
{
	margin-bottom:10px;
}

div#right-content p
{
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:15px;
}
#search-bar
{
	float:right;
	padding-right:6px;
	width:227px;
}

.search-box
{
	background: url(http://www.highperformanceconsultancy.com//images/search-background.png) no-repeat  top left;
	width:166px;
	height:22px;
	float:left;
	position:relative;
}

.search-box input
{
	border:none;
	background:none;
	left:21px;
	position:absolute;
	text-align:left;
	top:2px;
	width:132px;
	color:#555555;
}

.search-button
{
	float:right;
}

.search-button input
{
	border:1px Solid #FFF;
	margin-left:2px;
	margin-top:1px;
	height:18px;
	font-size:10px;
}
/**********LISTS*********/
ul
{
	list-style-type: disc;
	padding-left:20px;
	margin-bottom:20px;
}

li
{
	margin:0px;
	padding:0px;
}

/*************BLOG*********/
div#left-blog-content
{
	width:550px;
}

div#right-blog-content
{
	width:220px;
	padding:10px;
}

.blog-entry
{
	margin-bottom:25px;
}

.blog-title-link
{
	text-decoration:none;
	color:inherit;
}

div#blog-nav ul
{
	list-style:none;
	margin:0px 0px 15px 0px;
	padding:0px;
	
}

div#blog-nav li
{
	margin:0px;
}

div#blog-nav li a
{
	text-decoration:none;
	color:#A7A9AC;
	font-weight:bold;
}

div.entry-date
{
	color:#A7A9AC;
	font-size:10px;
	margin-bottom:10px;
	margin-top:2px;
}

/**************CONTACT FORM******************/
.contact-form
{
	
}

.contact-form input[type="text"], .contact-form textarea
{
	width:360px;
	font:inherit;
}

.contact-form textarea
{
	padding:5px;
}

.contact-form input[type="submit"]
{
	float:right;
}

/**************NEWSLETTER SIGNUP*************/
#newsletter-signup
{
 margin-top:-17px;  
}

#newsletter-signup a
{
	text-decoration:none;
	color:inherit;
}

#newsletter-callout
{
	background:transparent url(http://www.highperformanceconsultancy.com//images/newsletter-signup-background.png) no-repeat 0px 0px;
	height:100px;
	padding-left:130px;
	padding-top:30px;
}

#newsletter-form
{
	padding:15px 10px 0px 10px;
/*	border:3px Solid #16C1F3;*/
	background-color:#DDDDDD;
	margin-bottom:15px;
}

#newsletter-form label
{
	width:110px;
	float:left;
	text-align:right;
	margin-right:5px;
}

#newsletter-form input[type="text"]
{
	border:none;
	padding:5px;
	width:245px;
}

.sign-up-button
{
	text-align:right;
	padding-right:9px;
}

.sign-up-button input
{

}

#newsletter-thankyou
{
	background-color:#DDDDDD; 
	padding:18px;
	border:3px Solid #17c1f5;
	margin-bottom:20px;
	text-align:center;
	color:#17c1f5;
	font-weight:bold;
	font-size:18px;
}