/* CSS Reset Rules */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* End CSS Reset Rules */





/* Highford main layout */

body {
	background-color: #BBBBBB;
	margin: 0px;
	padding: 0px;
	font-size: 0.88em;
	color: #000;
	font-family: Verdana, sans-serif;
}

#content {
	position: relative;
	background-color: #FFFFFF;
	width: 760px;
	padding: 0;
	margin: 0 auto;
	display: block;
}

/* End Highford main layout */





/* Highford element layout */

#search {
	width:  100%;
	margin: 0px 10px 10px -10px;
	padding: 10px 0px 0px 0px;
	font-size: 0.8em;
	text-align: right;
}

#highford {
	margin: -10px 0px 10px 20px;
	text-align: left;
}

#banner {
	margin: 0px 0px 0px 0px;
	text-align: left;
}

#menu {
	width:  100%;
	height: 26px;
	margin: -1px 0px 10px 0px;
	line-height: 26px;
	background-color: #00BBF2;
}

#menu ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
} 

#menu ul li {
	list-style: none;
	display: inline;
}

#menu ul li a {
	margin-left: 0px;
	padding: 8px 9px;
	border-left: 1px solid #FFF;
	color: white;
	font-size: 0.8em;
	text-decoration: none;
}

#menu ul li a:hover {
	background-color: #000;
}
		
#menu ul li.first {
	margin-left: 16px;
	list-style: none;
	display: inline;
}
		
#menu ul li.last {
	margin-right: 10px;
	border-right: 1px solid #FFF;
	list-style: none;
	display: inline;
}

#logos {
	float: left;
	width: 180px;
	margin-bottom: 20px;
}

#logos ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
} 

#logos ul li {
	list-style: none;
}

#main {
	margin-left: 170px;
	padding: 10px 5px 10px 15px;
}

#adblock {
	clear: both;
	width: 100%;
	margin-bottom: 10px;
	background-color: #CCC;
}

#adblockinner {
	margin: 0px 15px 0px 10px;
}

#adblock .ad {
	float: left;
	width: 25%;
	font-size: 0.88em;
	border-left: 1px solid #FFF;
}

#adblock .header {
	height: 30px;
	padding: 5px;
	background-color: #000;
	color: #FFF;
	line-height: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #FFF;
}

#adblock .copy {
	height: 60px;
	padding: 5px 5px 0px 5px;
	background-color: #999;
	color: #FFF;
	line-height: 1.2em;
}

#adblock .wizard {
	float: left;
	width: 100%;
	text-align: right;
	display: inline;
	background-color: #999;
}

#adblock .wizard img {
	padding: 0px 5px 5px 0px;
	border: 0px;
}

#adblock .last {
	border-right: 1px solid #FFF;
	margin-right: -5px;
}

#footer {
	margin: 0px auto;
	text-align: center;
	font-size: 0.7em;
	line-height: 1.8em;
}

/* End Highford element layout */





/* HTML Overrides */

h1 { 
	font-size: 1.2em;
	margin-bottom: 10px;
}

h2 { 
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 10px;
}


p {
	margin-bottom: 10px;
	font-size: 0.9em;
	line-height: 1.4em;
}

input {
	font-size: 0.7em;
}

img {
	display: inline;
}

strong {
	font-weight: bold;
}

/* End HTML Overrides */


/* Styles */

.boldlist {
	margin-left: 20px;
	margin-bottom: 20px;
}

.boldlist li {
	list-style: disc;
	font-weight: bold;
	margin-bottom: 5px;
}

.highlight {
	color: red;
}

.casestudy_url {
	line-height: 30px;
}

.casestudy_screenshot {
	float: left;
	width: 50%;
	margin-right: -2px;
}

/* End Styles */
