/************************************/
/*                                  */
/* Common style sheet for all pages */
/*                                  */
/************************************/

/***                                                                  ***/
/*** Deffinition of top table which holds the Logo and company banner ***/
/***                                                                  ***/

#table1
{
width:100%;
height:75px;
border-collapse:collapse;
border:3px solid blue;
padding:10px;
background-image:url("buttons/yellowbackground.gif");
}

/***                                               ***/
/*** Deffinition of Logo cell within the top table ***/
/***                                               ***/

#table1 td.box
{
width:20%;
}

/***                                                 ***/
/*** Deffinition of Banner cell within the top table ***/
/***                                                 ***/

#table1 td.banner
{
width:80%;
text-align:center;
}
 
/***                                                                   ***/
/*** Deffinition of Left side table which holds the navigation buttons ***/
/***                                                                   ***/

#table2
{
width:20%;
height:430px;
border-collapse:collapse;
padding:10px;
background-image:url("buttons/yellowbackground.gif");
}

/***                                          ***/
/*** Deffinition of Cells for Left side table ***/
/***                                          ***/

#table2 td
{
width:100%; 
height:100%;
}

/***                                                                    ***/
/*** Deffinition of Right side table which holds photos and description ***/
/***                                                                    ***/

#table3
{ 
width:80%;
height:800px;
border-collapse:collapse;
border:3px solid blue;
padding:10px;
}

/***                                                                    ***/
/*** Deffinition of cells which hold the photos in the right side table ***/
/***                                                                    ***/

#table3 td.picture
{
width:25%;
height:25%;
background-color:white;
border:3px solid blue;

}

/***                                                                         ***/
/*** Deffinition of cells which hold the description in the right side table ***/
/***                                                                         ***/

#table3 td.text
{
width:75%;
vertical-align:top;
background-color:white;
}

/***                                                  ***/
/*** Deffinition to fix the position of the top table ***/
/***                                                  ***/

#fixed
{
position:absolute; 
margin:0; 
top:0; 
left:0; 
display:block; 
width:100%; 
height:140px;
z-index:5; 
overflow:hidden;
}

/***                                                       ***/
/*** Deffinition for starting position of remaining tables ***/
/***                                                       ***/

#content
{
overflow:auto; 
position:absolute; 
z-index:3; 
top:140px; 
bottom:0; 
left:0; 
right:0;
}

/***                                               ***/
/*** Deffinition for form headers for input fields ***/
/***                                               ***/

#head
{font-family: arial; 
color: blue; 
font-weight : bold; 
font-size: 16pt
}

/***                                      ***/
/*** Deffinition for contact us main text ***/
/***                                      ***/

#maindiv
{
font-family: arial; 
font-size:19pt
}

/***                                        ***/
/*** Deffinition for contact us form layout ***/
/***                                        ***/

#formdiv
{
font-family: arial; 
font-size:14pt
}

/***                                 ***/
/*** Deffinition for headers in text ***/
/***                                 ***/

h1.header 
{font-family: arial;
color: blue; 
font-weight : bold;
font-size: 35pt
}

/***                                            ***/
/*** Deffinition for main content on index page ***/
/***                                            ***/

div.main 
{
font-family: arial; 
font-size:20pt
}

/***                                              ***/
/*** Deffinition for footer content on index page ***/
/***                                              ***/

div.foot 
{
font-family: arial; 
font-size: 12pt; 
background-color: white
}

/***                                       ***/
/*** Deffinition for header bold blue text ***/
/***                                       ***/

h1.boldblue 
{
font-family: arial; 
color: #0000ff; 
font-weight : bold; 
font-size: 30pt
}

/***                               ***/
/*** Deffinition for standard text ***/
/***                               ***/

div 
{
font-family: arial; 
font-size:20pt
}

/***                           ***/
/*** Deffinition for blue text ***/
/***                           ***/

a.blue 
{
font-family: arial; 
color: blue; 
font-size: 19pt
}
/***                                ***/
/*** Deffinition for bold blue text ***/
/***                                ***/

a.boldblue 
{
font-family: arial; 
color: blue; 
font-weight : bold; 
font-size: 20pt
}

/***                                 ***/
/*** Deffinition for bold black text ***/
/***                                 ***/

a.boldblack 
{
font-family: arial; 
color: black; font-weight : bold; 
font-size: 20pt
}

/***                                  ***/
/*** Deffinition for bold orange text ***/
/***                                  ***/

a.boldorange 
{
font-family: arial; 
color: orange; 
font-weight : bold; 
font-size: 20pt
}

/***                               ***/
/*** Deffinition for bold red text ***/
/***                               ***/

a.boldred 
{
font-family: arial; 
color: red; 
font-weight : bold; 
font-size: 20pt
}

/***                                              ***/
/*** Deffinition to remove link line from buttons ***/
/***                                              ***/

img.link 
{
border-style: none
}

