/*********************************************************************
/* WebInvitro Stylesheet
**********************************************************************/

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

body{

    font-family: verdana, arial, 'sans serif';
    color: #484a4a;
    font-size:9pt; 	
	margin: 0px;
	padding: 0px;
	background-color:#000000;
	/*background-image:url('../images/bg.gif');
	background-repeat: repeat-x;*/
}

#container{

	width:900px;
	/*background: transparent url(/test/resources/images/page_bg.gif) fixed;*/
	text-align:left;
	background-color:#FFFFFF;
}

#header{
	width: 900px;
	height:30px;
	background-color: #000000;
	text-align:center;
	color: #000000;
	/*display:none;*/
}

#web_design{

	width: 900px;
	height:20px;
	background-color: #000000;
	text-align:center;
	colour: #ffffff;
}

#masthead{
	padding: 0px 0px 0px 0px;
	width: 900px;
	height:244px;
	background-color: #ffffff;
	text-align:left;
	
}

#flashcontent {
	width: 663px;
	height: 420px;
	float: right;
}

#flashcontent2 {
	display:block;
	width: 663px;
	height: 244px;
	float: right;
}

#logo {
	display:block;
	width: 237px;
	height: 244px;
	float: left;
}
#corner{
	float: right;
    width: 663px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#content{
	float: left;
    width: 570px;
	text-align:justify;
	padding: 0px 0px 30px 40px;
	margin: 0px 0px 0px 0px;
}

#content_home{
	float: right;
    width: 663px;
	height:420px;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#footer_home{
	clear: both;
	height: 270px;
	font-size: 8pt;
	font-weight:normal;
	color: #000000;
    background: #000000 url('../images/footer_home.jpg') no-repeat left;
}

#footer{
	clear: both;
	height: 60px;
	font-size: 8pt;
	font-weight:normal;
	color: #3e3e3e;
	/*padding: 10px 10px 10px 10px;*/
	/*background: #000000 url('../images/footer.gif') no-repeat left;*/
	background-color:#000000;
}
#bottom_footer{
	clear: both;
	float:right;
	width:900px;
	height: 50px;
	font-size: 8pt;
	font-weight:normal;
	color: #3e3e3e;
	text-align:center;
	/*padding: 10px 10px 10px 10px;*/
	/*background: #000000 url('../images/footer.gif') no-repeat left;*/
	/*background-color:#000000;*/
}

#links{
    width:440px;
	border:#bdbdbd 1px solid;
	font-weight:normal;
	padding: 0px 20px 0px 20px;
	margin: 10px 0px 0px 0px;
}

#sitemap{
    width:440px;
	height:237px;
	/*border:#bdbdbd 1px solid;*/
	font-weight:normal;
	padding: 0px 20px 0px 20px;
	margin: 10px 0px 0px 0px;
	background: #ffffff url('../images/sitemap_image.gif') no-repeat left;
}

#rightBanner{
    float: right;
	width:200px;
	height:95px;
	font-size: 8pt;
	padding: 5px 0px 0px 0px;
	margin: 8px 0px 0px 0px;
	/*background: #ffffff url('../images/smallBanner_bg.gif') no-repeat left;*/
}

#centerBanner{
	float: right;
	width:200px;
	height:95px;
	font-size: 8pt;
	padding: 0px 10px 0px 0px;
	margin: 8px 0px 0px 0px;
	/*background: #ffffff url('../images/smallBanner_bg.gif') no-repeat left;*/
}

#leftBanner{
	float: right;
	width:200px;
	height:95px;
	font-size: 8pt;
	padding: 5px 0px 0px 0px;
	margin: 8px 0px 0px 0px;
	/*background: #ffffff url('../images/smallBanner_bg.gif') no-repeat left;*/
}

/************************ BUG FIXES **************************/

#img_fix_bottom{ 
    vertical-align: bottom; 
}

/************************ LEFT MENU STYLES **************************/

#LeftMenu{
	position:relative;
	float:left;
	width:237px;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size:11px;
}

#MainMenuItemOff{
	float: left;
	width: 237px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height:22px;  /*number to adjust when menu text doesn't align properly*/
	/*background: transparent url(/resources/images/menu_level1_off.gif) no-repeat;*/
	/*background-color: #C7CCD9;*/
	background-color: #ffffff;
}

#MainMenuItemOn{
	float: left ;
	width: 237px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height:22px;
	/*background: transparent url(../images/menu_level1_on.gif) no-repeat;*/
	background-color: #ffffff;
}

#SubMenuItemOff{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	float: left ;
	width: 215px;
	text-align: left;
	height:22px;
	padding-top:0px;
	background: #ffffff url('../images/menu_level2_on.gif') no-repeat;
	
}

#SubMenuItemOn{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	float: left ;
	width: 215px;
	text-align: left;
	height:22px;
	padding-top:0px;
	background: #ffffff url('../images/menu_level2_on.gif') no-repeat;
	
}

a.menuon:link {
    display: block;
	height: 16px;
	color: #8cef00;
	font-weight: bold;
	text-decoration:none;
	padding-top:4px;
	margin-left:50px;
}

a.menuon:visited {
    display: block;
	height: 16px;
	color: #8cef00;
	font-weight: bold;
	text-decoration:none;
	padding-top:4px;
	margin-left:50px;
}

a.menuon:hover {
	color:#8cef00;
	font-weight: bold;
	text-decoration:none;
	padding-top:4px;
	margin-left:50px;
}

a.menuoff:link{
	display: block;
	height: 16px;
	color: #484a4a;
	font-weight: bold;
	text-decoration:none;
	padding-top:4px;
	margin-left:50px;
}

a.menuoff:visited {
    display: block;
	height: 16px;
	color: #484a4a;
	font-weight:bold;
	text-decoration:none;
	padding-top:4px;
	margin-left:50px;
}

a.menuoff:hover {

    display: block;
	height: 16px;
	color: #8cef00;
	font-weight: bold;
	text-decoration:none;
	padding-top:4px;
	padding-left: 50px;
	margin-left:0px;
	background-color: #ffffff;
}

#MenuText{
	background-color:#ffffff;
	margin-top:-10px;
	padding-bottom:-2px;
	height:22px;
	width:179px;
}

/***************************** SUB MENU LEVEL 1 *******************************/

a.suboff:link {
    display: block;
	height:16px;	
	color: #484a4a;
	text-decoration:none;
	margin-left:60px;
	padding-top:3px;
}

a.suboff:visited {
    display: block;
	height:16px;
	color: #484a4a;
	text-decoration:none;
	margin-left:60px;
	padding-top:3px;
}

a.suboff:hover {

    display: block;
	height:16px;
	color:#bdd023;
	text-decoration:none;
	margin-left:60px;
	padding-top:3px;
}

a.subon:link {
    display: block;
	height:16px;
	color: #8cef00;
	font-weight:bold;
	text-decoration:none;
	padding-left:60px;
	padding-top:3px;
}

a.subon:visited {
    display: block;
	height:16px;
	/*color: #787878;*/
	color: #8cef00;
	font-weight:bold;
	text-decoration:none;
	margin-left:60px;
	padding-top:3px;
}

a.subon:hover {

    display: block;
	height:16px;
	color:#bdd023;
	text-decoration:none;
	margin-left:60px;
	padding-top:3px;
}

#menu_padding{
	float: left;
	width: 237px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height:195px; 
	background-color: #dc007a;
	/*background: #991f00 url(../images/menu_pad_curve.gif) no-repeat;*/
}

#menu_padding_long{
	float: left;
	width: 237px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height:400px; 
	background-color: #dc007a;
	/*background: #991f00 url(../images/menu_pad_curve.gif) no-repeat;*/
}

/*********************************************************************
* HTML tag styles                             
*********************************************************************/

p.center{
    text-align:center;
}
p.right{
    text-align:right;
}

p.justify{
    text-align:justify;
}

p.highlight{
    text-align:justify;
	font-style:italic;
	font-size:12px;
	font-weight:bold;
}

p.error{
    text-align:justify;
	font-style:italic;
	font-size:12px;
	font-weight:bold;
	color:#e23232;
}

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

a:link{
	color: #97aa00;
	text-decoration: none;
	font-weight:bold;
}

a:visited{
	color: #97aa00;
	text-decoration: none;
	font-weight:bold;
}

a:hover{
	color: #333333;
	text-decoration: underline;
	font-weight:bold;
}

h1
{
font-size:18pt;
font-weight:normal;
color: #484a4a;
text-decoration:none;
}

h2
{
font-size:11pt;
font-weight:bold;
color: #484a4a;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

input {
   background: #FFFFFF !important;
}

/************** .title styles *****************/

#header .title{
    padding: 0px 0px 0px 0px ;
	color:#000000;
}

#header a{

    color:#000000;
}

#web_design .information{
    padding: 0px 0px 0px 0px ;
	/*color:#666666;*/
	color:#8f8f8f;
}

#web_design a{

    /*color:#666666;*/
	color:#8f8f8f;
}

#header h1{
font-size:10px;
text-decoration:none;
color:#FFFFFF;
padding: 0px 0px 0px 0px ;
}

/************** .menu_quotes styles *****************/

.menu_quotes_more{

    padding: 7px 23px 0px 0px;
	font-weight:bold;
	color: #ffffff;
	text-align:right;
}

#menu_quotes a{
color:#FFFFFF;
}

/************** .smallBanner_text styles *****************/

.smallBanner_header{

    padding: 10px 30px 5px 10px;
	font-size:12pt;
	font-weight:bold;
	color: #ffffff;
}

.smallBanner_text{
    padding: 0px 20px 0px 10px;
	color:#FFFFFF;
}

.smallBanner_more{

    padding: 0px 30px 5px 90px;
	font-weight:bold;
	color: #ffffff;
	text-align:right;
}

#centerBanner a{
	color:#FFFFFF;
}

/************** .info styles *****************/

.info{
	clear: both;
	padding: 10px 20px 0px 20px;
	font-size: 8pt;
}

/************** .footerText styles *****************/

#footer .footerText{
    padding: 15px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight:normal;
	color: #323232;
	text-align:center; 
}

#footer_home .footerText{
    padding: 140px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	font-weight:normal;
	color: #323232;
	text-align:center; 
}

#bottom_footer .footerText{
    padding: 130px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight:normal;
	color: #323232;
	text-align:center; 
}

#footer a{
    color:#323232;
    font-weight:normal;
    text-decoration:none;
}

#footer_home a{
    color:#000000;
    font-weight:normal;
    text-decoration:none;
}

#bottom_footer a{
    color:#323232;
    font-weight:normal;
    text-decoration:none;
}


