/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

	Site:		Oxford Knowledge
    
    Author:     White October (http://www.whiteoctober.co.uk/)
    
	Listing Order:
	==============

	1 - Universal
	2 - Structure/Layout
	3 - Top Navigation
	4 - Main Navigation
	5 - Home Content


 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 1 - U N I V E R S A L  S T Y L E S
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

* {
	padding: 0;
	margin: 0;
}

p, h1, h2, h3, h4, h5, ul {
	padding-bottom: 1em;
}

li {
	margin-left: 20px;
	margin-bottom: 0.5em;
}

html {
	font-size: 62.5%;
}

body {
    font-size: 1.4em;
    font-family: verdana, arial;
    width: 704px;
    margin: 0 auto;
}

img {
    display: block;
}

a:link, a:visited, a:hover, a:active {
    text-decoration: underline;
    color: #c30;
}

.clear
{
	clear: both;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 2 - S T R U C T U R E / L A Y O U T
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
 
 #header {
    background: url(../images/header-logo.gif) no-repeat;
    height: 120px;
 }
 
 #header h1
 {
 	width: 225px;
 	height: 71px;
 	position: absolute;
 	top: 35px;
 }
 
 #header h1 a
 {
 	width: 225px;
 	height: 71px;
 	display: block;
 }

 #header h1 span
 {
 	position: absolute;
 	top: -5000px;
 	left: -5000px;
 }
 
 #content {
    clear: left;
 }
 
 .footerlogo
 {
 	float: right;
 	padding-right: 20px;
 	padding-bottom: 10px;
 }
 
#footer {
    xbackground: url(../images/logo-microsoft.gif) no-repeat right 10px;
    height: 60px;
    clear: both;
    border-top: 1px solid #ccc;
    margin-top: 4em;
    padding-top: 1em;
    font-size: .7em;
 }
#footer a ,
#footer a:hover,
#footer a:visited {
    color: #333;
}
#footer p {
    margin-top: 1em;
}
 

 
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 3 - T O P   N A V I G A T I O N
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
  
#top-menu {
  	list-style: none;
  	font-size: .8em;
    float: right;
    margin-top: 5em;
    
}
#top-menu li {
	float: left;
	padding: 0 .6em;
	border-right: 1px solid #aaa;
	margin: 0px;
	margin-top: 7px; 
}

#top-menu li a ,
#top-menu li a:visited {
    color: #333;
    text-decoration: none;
    
}
#top-menu li a:hover {
    color: #c30;
}
#top-menu #search {
    padding-right: 0;
    border-right: 0;
    margin-top: 0px;
}
#top-menu #search input {
	border: 1px solid #aaa;
	color: #666;
	padding: .1em 0;
    xposition: relative;
    xtop: -5px;
    right: 0px;

}

#top-menu a.portallink span
 {
 	display: none;
 	position: absolute;
 	margin-top: -10px;
 	margin-left: 20px;
 	background: #fff;
 	padding: 5px;
 	border: 1px solid #c30;
 }
 
#top-menu li a:hover span
 {
 	display: block;
 	font-size: 100%;
 }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 4 - M A I N   N A V I G A T I O N
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
 
#enclosed-menu {
    float: left;
    width: 704px;
    xheight: 33px;
    background: #333 url(../images/nav-top-left.gif) no-repeat left top;
}
#main-menu {
    float: right;
    list-style: none;
    padding: 0px;
}
#main-menu li {
    float: left;
    border-bottom: 1px solid #333;
    padding-bottom: 0em;
    margin: 0px;
    xborder: 1px solid red;
}
#main-menu li a {
    display: block;
    color: #fff;
    border-top: 6px solid #d6d6d6;
    padding: .5em .5em;
    text-decoration: none;
	font-size: 0.9em;
}
#main-menu li a:hover {
    border-top-color: #c30;
}
#main-menu li a:visited ,
#main-menu li a:hover {
    color: #fff;
}

#main-menu ul {
    list-style: none;
    background: #666;
    display: none;
    position: absolute;
    width: 100px;
    margin-top: 0px;
    padding: 0px;
}

#main-menu ul li {
    float: none;
    font-size: 12px;
    border-bottom: 1px solid #666;
}

#main-menu ul li a ,
#main-menu ul li a:hover {
    border: 0;
    display: block;
    padding: .3em .5em;
}
#main-menu ul li a:hover {
    text-decoration: underline;
}

#main-menu ul ul {
    margin-top: -19px;
    margin-left: 100px;
    background: #999;
}


#main-menu li#right-drop ul
{
	margin-left: -30px;
}

#main-menu li#right-drop ul ul {
	margin-left: -100px;
}

#main-menu ul ul li {
    border-bottom: 1px solid #999;
}
#main-menu li.over ul {
    display: block;
}
#main-menu li.over ul ul {
    display: none;
}
#main-menu ul li.over2 ul {
    display: block;
}
.left-border {
    border-left: 1px solid #d6d6d6;
}
.no-pointer {
    cursor: default;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 5 - H O M E   C O N T E N T
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
 .home-block {
 	border: 1px solid #ccc;
 	float: left;
 	width: 200px;
 	margin: 30px 0px;
    color: #333;
	background: url(../images/flash_point.gif) no-repeat 10px 17px;
}


a.home-block
{ 
	text-decoration: none !important;
}

.home-block h3 {
    padding-top: 10px;
	padding-left: 30px;
	font-weight: normal;
	font-size: 1.3em;
	color: #666;
    line-height: 15px;
    border-top: 7px solid #c30;
    text-decoration: none;
}
.home-block p {
	color: #c30;
	font-size: small;
	padding: 10px;
}
.home-block-sme {
    margin: 30px 46px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 6 - D E F A U L T   C O N T E N T
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
 
 h2, h4, h5 {
 	color: #c30;
}
h2 {
	border-bottom: 1px dotted #ccc;
	padding: 10px 0;
    margin: 20px 0;
    font-size: 18px;
    font-weight: 100;
    
}
h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	
}

#content-left {
    border-right: 1px dotted #ccc;
    padding-right: 30px;
    margin-right: 220px;
    border-bottom: 1px solid #fff;
}

#content-left.content-left-wide
{
	border: 0px;
	margin-right: 10px;
	padding-right: 0px;
}

#content-left p {
	font-size: 11px;
	line-height: 1.1;
}
#content-left .quoteout {
    color: #c30;
    font-size: small;
    line-height: 1.3em;
}

.content-right {
	float: right;
	clear: right;
	margin-bottom: 20px;
}

.content-right h3 a
{
	text-decoration: none;
	color: #666;
}

.content-right h3 a:hover
{
	text-decoration: underline;
}

.right-block {
    margin: 0px 0px 0px 0px;
    
}

#content
{
	font-size: x-small;
}

#content h4
{
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;

}

#content p ,
#content ul {
	line-height: 1.4em;
    
}

#content ul {
    margin-left: 1em;
    list-style: square;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 7 - O T H E R   C O N T E N T
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.personnel {
    
    margin-top: 1em;
    margin-bottom: 0.5em;
    margin-left: 20px;
    float: left;
	display: inline;
    width: 330px;
}

.personnel img {
    float: left;
    padding-right: 1em;
    border: 0px;
}

.personnel-text
{
	float: left;
	width: 250px;
}

.personnel-text h3
{
	margin-top: 0px;
	color: #c30;
}

.personnel-text h3 a,
.testimonial-text h3 a
{
	text-decoration: none;
	font-size: small;
	
}

.personnel-text h3 a:hover,
.testimonial-text h3 a:hover
{
	text-decoration: underline;
}

.sidebarimage
{
	float: right;
	clear: right;
	margin: 0 0 20px 0 ;
}

.testimonial h4,
.testimonial h5
{
	padding: 0px 0px 0.5em 0px;
	line-height: 1em;
	font-size: medium;
}

.testimonial h5
{
	margin: 0px;
	font-size: small;
}

.personnel {
    
    margin-top: 1em;
    margin-bottom: 0.5em;
    margin-left: 20px;
    float: left;
	display: inline;
    width: 330px;
}

.testimonial img {
    float: left;
    margin-right: 1em;
    margin-left: 1em;
    border: 0px;
}

.testimonial-text
{
	margin-left: 130px;
	xpadding-right: 100px;
}

#CSSearch input
{
	margin: 0px 10px 10px 10px;
	float: left;
	width: 137px;
}

#CSSearch #CSSubmit
{
	margin: 0px;
	float: left;
	width: auto;
}



.randtestimonial p
{
	font-size: x-small;
	padding-top: 0px;
}
.randtestimonial p.testcompany
{
	font-weight: bold;
	font-style: italic;
}

.press-release h4
{
	padding: 0px;
}

h5.releasedate,
.article-date
{
	font-size: x-small;
	color: #666;
	font-weight: bold;
}

.searcharticle-list h3
{
	padding-bottom: 0px;
}

.publication,
.byline
{
	font-size: small;
	font-style: italic;
	padding-top: 0px;
	display: block;
	margin-top: 0px;
}

.partner
{
	xfloat: left;
	clear: both;
	padding-bottom: 10px;
	xborder: 1px solid red;
	xwidth: 700px;
}

.partner img {
    float: left;
    margin-right: 1em;
    margin-left: 1em;
    border: 0px;
    xborder: 1px solid black;
    display: inline;
}

.partner h3
{
	font-size: small;
	xborder: 1px solid pink;
}

.partner-text
{
	xfloat: left;
	margin-left: 160px;
	xwidth: 400px;
	xborder: 1px solid green;
}

#content .result h4
{
	font-size: small;
}

.contact-details p
{
	font-size: x-small;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 7 - F O R M
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#placeline
{
	display:none;
}

div.inputline,
div.checkboxline,
div.contactoption
{
	display: block;
	margin: 0px 0px 0px 0px; 
	padding: 2px 0px 2px 0px;
	float: left;
	clear: left;
	display: inline; /* IE bug fix */
	width: 450px;
	
}

.inputline label
{
	width: 140px;
	float: left;
	clear: left;
	font-weight: normal;
}

.inputline input,
.inputline textarea,
.inputline select
{ 
	float: left;
	border: 1px solid #666;	
	
}

.inputline input,
.inputline select,
.inputline textarea
{ 
	width: 200px;
	float: left;
	margin-right: 100px;
	display: inline;
	margin-left: 0px;
}

.inputline textarea
{
	height: 80px;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: x-small;
}



.checkboxline input
{ 
	float: left;
	width: auto;
	margin-left: 0px;
	padding: 0px;
}

.checkboxline label
{
	width: 370px;
	float: right;
	margin-right: 100px;

}


.submitline
{
	clear: both;
	
}

.submitline input
{
	
	float: right;
	margin-right: 100px;
 
}

.mandfields
{
	float: left;
	clear: both;
	width: 100%;
}

.contactdetails
{
	float: left;
	clear: both;
}
textarea.errorfield,
input.errorfield {
	border: 2px solid red;
}

a.error ,
a.error:hover,
a.error:visited {
	text-decoration: none;
	color: red;
	margin-bottom: 2px;
	width: 234px;
	float: left;
	clear: both;
	margin-left: 140px;
	margin-right: 70px;	clear: both;
}
a.error span {
	font-size: 11px;
}	
a.error img {
	display: none;
}	

.inputline input.errorfield,
.inputline select.errorfield
{
	border: 2px solid #f00;
}

blockquote
{
	xtext-indent: 3em;
	font-style: italic;
	font-weight: normal;
	xbackground: url(../images/quote-open.gif) 10px 0 no-repeat;
	xpadding-top: 10px;
	padding: 10px;
}

blockquote span
{
	xbackground: url(../images/quote-close.gif) 160px 95% no-repeat;
	display: block;
	
}

p.testname
{
	padding-bottom: 0px;
}

div.companydescription
{
	color: #333;
	font-size: x-small;
	padding: 0px 10px 10px 10px;
}

.casestudyquote
{
	background: url(../images/clipping_main.gif) 0 0 no-repeat;
	border: 0px;

	padding-left: 0px;
	padding-right: 0px;
	xborder: 1px solid red;
	width: 200px;
	
}
.casestudyquote .home-block
{
	background: none;
	border: 0px;
	width: 180px;
	padding-top: 15px;
}

.casestudyquote blockquote
{
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 1.1em;
	font-size: x-small;
	padding-left: 20px;
	padding-right: 20px;
}

#content .casestudyquote .home-block blockquote p
{
	color: #333;
	font-size: x-small;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	line-height: 1.1em;
}

p.casestudyquote-person
{
	font-size: x-small;
	font-weight: bold;
	font-style: italic;
	line-height: 1.1em;
	text-align: right;
	xborder: 1px solid red;
	width: 200px;
	padding: 0px;
	padding-bottom: 30px;
	padding-top: 10px;
	background: url(../images/clipping_bottom.gif) 0 100% no-repeat;
}

p.casestudyquote-person span
{
	display: block;
	padding-right: 20px;
}
