/*---------------------------------------------------------------------------------

CREATOR DETAILS

Author: George / Matt
Company: Defacto
Web Address: www.de-facto.com
Date: Sept / Oct 07

---------------------------------------------------------------------------------*/




/*---------------------------------------------------------------------------------
GLOBAL RESET
---------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym { border:0;
}

/*---------------------------------------------------------------------------------
GLOBAL FONT CONSISTENCY (http://developer.yahoo.com/yui/fonts/#using)
---------------------------------------------------------------------------------*/

body {font:13px/1.22 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:96%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:99%;}


/*---------------------------------------------------------------------------------
GLOBAL BASIC STYLING FOR COMMON HTML ELEMENTS
---------------------------------------------------------------------------------*/

/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:180%; 
	font-family:sans-serif;
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:140.1%;
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3,h4 {
	/* top & bottom margin based on font size */
	margin:1em 0 0 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: none;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border-bottom:1px solid #cbcbcb;
	padding:.7em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
	color: #666666;
	line-height: 1.4em;
}

ul li ul li{
	margin: 0 0 0 2px;
	padding: 0;

}


a:link		{ color: #E61825; text-decoration: none;}
a:visited	{ color: #E61825; text-decoration: none;}
a:hover		{ color: #666666; text-decoration: none;}
a:active	{ color: #E61825; text-decoration: none;}

/*---------------------------------------------------------------------------------
Global Layout
---------------------------------------------------------------------------------*/

body {
	margin-right: auto; /* this centres the body */
	margin-left: auto;  /* this centres the body */
	margin-top: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	font-family: "Trebuchet MS", Verdana, Arial, "Lucida Grande", Helvetica,  sans-serif;   	
    background-color: #AAAAAA;
/*
	background-attachment: scroll;
	background-image: url(../images/bg.gif);
	background-repeat: repeat x;
	background-position: left top;
*/
}


/*---------------------------------------------------------------------------------
IE Hack - Only need to use in extreame cicumstances!

  voice-family: "\"}\"";
  voice-family: inherit;


html>name {
	
	}
---------------------------------------------------------------------------------*/


/*---------------------------------------------------------------------------------
Global Divs
---------------------------------------------------------------------------------*/

div {
	text-align: left;
	margin: 0;
	padding: 0;
}

.clear {
	height: 0;
	width: 0;
	line-height: 0;
	clear: both;
	font-size: 0;
}


/* ================ */
/* new clear method */
/* ================ */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* ================ */
/* end clear method */
/* ================ */
/*---------------------------------------------------------------------------------
Layout Styles
---------------------------------------------------------------------------------*/
#mainHolder {
	/*margin-right: auto;  this centres */
	/*margin-left: auto; this centres */
	width: 790px; /*center hack*/
	margin:	0 auto; /*center hack*/
	text-align: center;
	width:790px;
	border-left: 1px solid #EBEBEB;
	border-right: 1px solid #EBEBEB;
	    background-color: #FFFFFF;
}

#innerHolder {
	text-align: left;
	margin: 0 20px 0 20px;
	padding: 20px 0 0 0;
}


#headerTotal {	
	background: url("../images/logoBackground.gif") repeat-x;
}

#rightCurve {
	background: url("../images/headerRightBorder.gif") no-repeat  top right;
}

/*----------------------------------------------------------------------------------
Front Page Navigation
-----------------------------------------------------------------------------------*/
#headerTopNavCorners {
	background: url("../images/header_corners.gif") no-repeat top left transparent;
	width:750px;
	float: left;

}
#headerTopNav {
	display: inline;
	width: 750px;
	background: url("../images/header_bg.gif") no-repeat top left #000;
	float: left;
}

#headerTopNav ul{
	margin: 0 10px 0 0;
	padding: 0 2px 0 0;
	float: right;
	background: url("../images/mainNav_end.gif") no-repeat top right #000;

}

#headerTopNav li{
	float: left;
	padding: 0;
	margin:0;
}

#headerTopNav a{
	background: url("../images/mainNav.gif") no-repeat  top left transparent;
	display: block;
	padding: 35px 6px 6px 6px;
	margin: 0 0 0 0;
	color: #fff;
	font-weight: normal;
	font-size: 96%;
}

#logo {
	float: left;
	margin: 5px 0 3px 10px;
}

#headerTopNav a:hover{
	background-position: 0 -101px;
	color: #E61624;
}

#headerTop {
	background-color: #111111;
	text-align: left;
	float: left;
}

/*------------------------------------------------------------------------------
Front Page Body
-------------------------------------------------------------------------------*/
#content {
	padding: 0;
	margin: 0 20px 0 20px;
}

#frontLeftCol {
	float: left;
	width: 425px;
	border-right: 1px solid #EBEBEB;
	padding: 0 20px 0 0;
	margin: 0;
}

.introduction {
	padding: 0;
	margin: 0;
}

.introduction li {
	color: #666666;
	list-style-image:  url("../images/redbullet.gif");
}

#frontHighlightBox {
	width: 425px;
	background: url("../images/homeBoxUpper.gif") no-repeat #444;
	padding: 10px 0 0 0;
	margin: 15px 0 0 0;
}

.frontHighlightHolder {
	padding: 0 15px 0 15px;
	margin: 0;
}

.leftHighlightHolder {
	float: left;
	width: 100px;
	margin: 0 10px 0 0;
	padding-top: 10px;
	border-top: 1px solid #CCCCCC;
}

#frontHighlightBox h2 {
	font-size:153.9%;
	padding: 0;
	margin: 5px 15px 0 15px;
}

#frontHighlightBox h3 {
	font-size:123.1%;
	padding: 0;
	margin:  5px 15px 15px 15px;
}

#frontHighlightBox h4 {
	color: #E61825;
	font-size:108%;
}

#frontHighlightBox h6 {
	color: #666666;
}

#frontHighlightBox h6 a:link		{ color: #666666; text-decoration: none;}
#frontHighlightBox h6 a:visited	{ color: #666666; text-decoration: none;}
#frontHighlightBox h6 a:hover		{ color: #E61825; text-decoration: none;}
#frontHighlightBox h6 a:active	{ color: #666666; text-decoration: none;}

.rightHighlightHolder {
	float: left;
	width: 250px;
	border-top: 1px solid #CCCCCC;
	padding-top: 10px;
	margin: 0;
}

.rightHighlightHolder  p {
	margin-bottom: 0.5em;
}

#lowerSlice {
	background: url("../images/homeBoxLower.gif") no-repeat;
	height: 13px;
	width: 425px;
}


#frontRightCol {
	float: left;
	width: 280px;
	padding: 10px 0 0 20px;
	margin: 0;
}

#homeVideo {
	margin: 0;
	padding: 0;
}

#homeVideo p {
	margin-bottom: 0.3em;	
}

.homeVideoClip {
	text-align: left;
	margin-bottom: 10px;
}

#homeNews{
	margin: 0;
	padding: 0;
}

.homeNewsBlock {
	border-top: 1px solid #EBEBEB;
	margin-top: 7px;
	padding: 7px 0 0 0;
}

.homeNewsBlock p {
	margin-bottom: 0.7em;
}

.homeNewsBlock h5 {
	color: #999999;
}

#homeTrials {
	border-top: #D8D8D8 1px solid;
	margin-top: 10px;
}

#QandA {
	border-top: #D8D8D8 1px solid;
	margin-top: 10px;
}



.dividerLine  {
	height: 1px;
	width: 100%;
	border-top: #D8D8D8 1px solid;
	margin: 10px 0 10px 0;
	padding: 0;
	line-height: 0;
}

.large {
	font-size: 120%;
}

/*------------------------------------------------------------------------------
Inner Page
-------------------------------------------------------------------------------*/

.inner_left_colomn {
	float: left;
	width: 140px;
}

.inner_left_colomn ul{
	padding: 0;
	margin: 0;
}

.inner_left_colomn ul li ul{
	padding: 0 0 0 10px;
	margin: 0;

}

.inner_left_colomn ul li ul li{
	border-bottom: #EFEFEF 1px solid;
}

.inner_left_colomn li{
	padding: 3px 0 3px 0;
	margin: 0;
	border-bottom: #D8D8D8 1px solid;
}

.inner_left_colomn li.end{
	padding: 3px 0 3px 0;
	margin: 0;
	border-bottom: none;
}


.inner_left_colomn li a:link {
	color: #000;
}
.inner_left_colomn li a:visited {
	color: #000;
}
.inner_left_colomn li a:hover {
	color: #F22C2C;
}
.inner_left_colomn li a:active {
	color: #000;
}
.inner_left_colomn li a.selected {
	color: #F22C2C;
}

.inner_middle_colomn {
	float: left;
	width: 410px;
	margin: 0 30px 0 30px;
}

.inner_right_colomn {
	width: 140px;
	float: left;
}

.inner_middle_colomn li {
	color: #666666;
	list-style-image:  url("../images/redbullet.gif");
}

.inner_right_colomn img{
	padding: 20px 0 0 0;
}

.inner_large_colomn {
	float: left;
	width: 580px;
	margin: 0 0 0 30px;

}

.inner_large_colomn .team .teamLeft {
	float: left;
	width: 400px;
	margin: 0 0 0 0;

}

.inner_large_colomn .team .teamRight {
	float: right;
	width: 150px;
	margin: 0 0 0 0;

}

.inner_main_colomn {
	float: left;
	width: 560px;
	margin: 0 0 0 30px;

}

.inner_main_colomn img {
	margin: 10px 0 10px 0;
}

.inner_main_colomn li {
	color: #666666;
	list-style-image:  url("../images/redbullet.gif");
	margin-bottom: 0.5em;
}

.inner_main_colomn li ul li {
	list-style-image:  url("../images/greenbullet.gif");
	margin-bottom: 0.2em;
}
	
.inner_main_colomn .imageright {
	float: right;
	margin: 0 0 15px 15px;
}

.inner_main_colomn .textleft {
	float: left;
	width: 350px;
}

.inner_main_colomn .blocksplit .leftblock {
	float: left;
	width:270px;
}

.inner_main_colomn .blocksplit .rightblock {
	float: right;
	width:270px;
}

.inner_main_colomn .blocksplit img {
	padding: 0;
	margin: 0;
}

.halfleft {
	width: 430px;
	float: left;
}

.halfright {
	padding: 0 0 0 20px;
	width: 300px;
	float: left;
}


/*------------------------------------------------------------------------------
News --*/

.news_block {
	border-bottom: #D8D8D8 1px solid;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
}

.news_block h3{
	color: #000;
	background: none;
	font-size: 130%;
	padding: 0;
	margin: 0;
}

.news_text {
	width: 410px;
	float: left;
}

.news_image {
	width: 140px;
	padding: 50px 0 0 0;
	float: right;
}

.date {
	font-style: italic;
	padding: 0;
	color: #a7a7a7;
}

.news_archive ul{
	padding: 0;
	margin: 0;
	border-top: #D8D8D8 1px solid;
}

.news_archive li{
	padding: 5px 0 5px 0;
	margin: 0;
	border-bottom: #D8D8D8 1px solid;

}


/*------------------------------------------------------------------------------
Footer
-------------------------------------------------------------------------------*/

#inner {
	margin: 50px 0 0 0;
	float: left;
}

#footer {
	border-top: #EBEBEB 1px solid;
	margin: 15px 15px 8px 15px;
	padding: 15px 0 8px 0;
}

#footer a:link		{ color: #999999; text-decoration: none;}
#footer a:visited	{ color: #999999; text-decoration: none;}
#footer a:hover		{ color: #E61825; text-decoration: none;}
#footer a:active	{ color: #999999; text-decoration: none;}

#leftFooter {
	float: left;
}

#footer #leftFooter a {
	margin-right: 15px;
}

#rightFooter {
	float: right;
}

#footer #leftFooter p {
	font-size: 85%;
	margin: 0 0 0 0;
	padding: 8px 0 10px 0;
}

#footer #leftFooter img {
	float: left;
	margin: 3px 8px 0 0;

}

/*================================================================ */
/*George css*/
/*================================================================ */

#formcontainer {
	padding: 0;
	margin: 0;
}

#formcontainer .formstrip {
	padding: 0;
	margin: 8px 0;
}

#formcontainer .formstrip .formtitle {
	color: #666666;
	margin-bottom: 5px;
}

#formcontainer .formstrip .formbox input {
	width: 300px;	
}

#formcontainer .formstrip .formbox textarea {
	width: 300px;
}

.redhighlight {
	color: #E61825;
}

sup {
	color: #E61825;
}

.inner_middle_colomn img {
	margin: 10px 0 10px 0;
}

.inner_middle_colomn table tr .header {
	font-weight: bold;

}


.inner_main_colomn table tr .header {
	font-weight: bold;
	vertical-align: top;
}

.inner_main_colomn table tr {
	vertical-align: top;
}


/*===========================*/
/* new articles styling */
/*===========================*/

table#artitable {
    background-color:#FFFFFF;
    border: solid #EFEFEF 1px;
	/*width: 250px;
	margin-top: 5px;*/
}


table#artitable .headertop {
    background-color:#E0E0E0;
    color: #000000;
    font-weight: bold;
}

table#artitable td {
    padding: 0px 0px 0px 0px;
    border: solid #EFEFEF 1px;

}

table#artitable .col5 {
    padding: 0 0px 0 0px;

}

.toprow {
    font-style: italic;
    text-align: center;
    background-color: #FFFFCC;

}

.leftcol {
    font-weight: bold;
    text-align: left;
    width: 150px;
    background-color: #CCCCCC;

}