﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #505050;
}

a
{color:#0655a2;}

h1
{
    font-size: 12pt;
    color: #0655a2;
    font-weight: bold;
}

li{padding-bottom:5px;}

/* Main page definition styles */

#main
{
    width: 970px;
    text-align: justify;
     margin-left:auto;
    margin-right:auto;
}

#rightcol
{
    float: right;
    padding: 5px;
    margin-left: 0px;
    height:680px;
}
 
 #leftcol
{
    float: left;
    width: 720px;
    padding: 5px;
    padding-right:25px;
    min-height:680px;
    height:auto !important;
    height:680px;
    border-right-color: #ec990f;
    border-right-style: solid;
    border-right-width: 1px;
}

#titlebar
{
    width: 960px;
    height: 100px;
    margin: auto;
    margin-bottom: 0px;
    margin-top:0px;
     background-image: url( 'images/menu_bg.jpg' );
    background-repeat:repeat-x;
   
}

.footer
{
    top: 720px;
    float: left;
    position:absolute;
}

 #jobscroller
{
    
    font-size: 8pt;
    border-top-style: solid;
    padding-top: 10px;
    border-top-width: 3px;
    border-top-color: #ec990f;
    height:250px;
    width:200px;
    padding-bottom: 10px;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: #0655a2;
}


/* Menu styles */

ul#simple-menu
{
    list-style-type: none;
    margin-top: 38px;
    font-size: 10pt;
    font-weight: bold;
    margin-left: 0px;
    padding-left: 0px;
    text-align: left;
    float: left;
    padding-right: 10px;
     display: block;
}

ul#simple-menu li{display:block; Float:left; margin: 0 0 0 4px;}
ul#simple-menu li.left{margin:0;}

ul#simple-menu li a
{
    display: block;
    float: left;
    color: #ec990f;
    text-decoration: none;
    padding: 0 5px 0 5px;
}

ul#simple-menu li a.last{color:#0655a2;}
ul#simple-menu li a.right{padding-right:10px;}
ul#simple-menu li a:hover{text-decoration: underline;}

.bluetxt, .bluetxt a
{
    color: #0655a2;
    font-size: 8pt;
}

.bluetxtl
{
    color: #0655a2;
    font-size: 10pt;
    font-weight: bold;
}

.yellowtxtl
{
    color:#ec990f;
    font-weight:bold;
    font-size:10pt;
}


.clear{clear:both;}


.imglink
{border:none;}

.btnlink
{
    padding: 17px 30px 15px 0px;
    border: none;
    text-align: center;
}
     
.linkbar
{
    position:relative;
    width: 720px;
    border:none;
    text-align:center;
       
 }
 
 .center
 {text-align:center}
 
 .centerb
 {text-align:center;
  font-weight:bold;
  color: #0655a2;
  font-size:12pt;}
 
 
 .btnsubmit
 {margin-top:8px;
  border:none;
  margin-bottom:8px;}
 
 
 /* css styles for job details */
 
.gvhead
{
    color: #0655a2;
    background-image: url( 'images/gvhead_bg.jpg' );
    background-repeat: repeat-x;
}
.gv a:link, a:visited
{
    color:#0655a2;
    text-decoration:none;
}

.gv a:hover
{text-decoration:underline}

.gvpad
{
    padding:5px 10px 5px 10px;
}

.btnpad{padding-left:10px;}

/*styles for entry forms */

.txbshort
{width:150px;}

.txbmedium
{width:250px;}

.txblong    
{width:400px;}

.jtitle
{
    color: #0655a2;
    font-size: 12pt;
    font-weight: bold;
}

/* styles for register.aspx */

.col1
{
    float: left; text-align:left;width:200px; }

.col2
{
    text-align:center; 
    width:201px;
    margin-left:auto;
    margin-right:auto;
}

.col3{float:right;text-align:right;width:200px;}

.col4
{
    float: left; text-align:left; padding-right:15px; }
    
.col5
{
    text-align:center; 
    margin-left:auto;
    margin-right:auto;
}


/* styles for services.aspx */


.servbullet
{
    background-color: #FAFAFA;
    border: 1px solid #C0C0C0;
    width:200px;
    height:250px;
    margin-top:10px;
   padding-top:10px;
   font-size:8pt;
   text-align:left;
   
}

ul.serv
{
    padding-left: 20px;
    margin: 0px;
    list-style-image: url(  'images/img_ul.gif' );
    
}

/*login control styles */

.loginview
{
    font-weight: bold;
    color: #0655a2;
    float:right;
    display:block;
}
   
.loginview a
{
    text-decoration :none;
    padding-right: 15px;    
}

.logintxb
{width:100px;color:#ec990f;}

.right
{float:right;
 padding-left:10px;}

.left
{float:left;
 padding-right:10px;}
 
 .testimonial
{
    background-position: center bottom;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    color: #0655a2;
    text-align: center;
    margin: 30px;
    padding-bottom: 20px;
    background-image: url(  'images/yellow_sep.gif' );
    background-repeat: no-repeat;
}

.indent
{
    padding-left:30px;
    padding-right:30px;
}

.bulletindent
{
    padding-left: 100px;
    padding-right: 60px;
}