body
{
    margin: auto;
    font-family : Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#000000;
}

p {
    font-family : Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    line-height: 110%;
}
h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #003366;
    margin: 0px 0px 20px 0px;
}
h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    font-weight: bold;
    margin: 0px;
}
h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #CC9900;
    font-weight: bold;
    margin: 0px;
}

h4 {
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 12px;
    color: #006ba3;
    font-weight: bold;
    margin: 0;
    padding-bottom: 8px;

}

/* Index */

#containIndex {
    width: 960px;
    height: 587px;
    text-align: center;
    margin: 0 auto 0 -480px;
    padding-right: 10px;
    position: absolute;
    top: 0px;
    left: 50%;
    z-index: 1;
}
#indexHead {
    width: 960px;
    height: 140px;
    position: relative;
    z-index: 20;
}
#slogan {
    position: absolute;
    top: 145px;
    z-index: 21;
}
#picLeft {
    width: 596px;
    height: 447px;
    float: left;
    display: block;
    position: relative;
    z-index: 2;
}
#picMid {
    width: 288px;
    height: 419px;
    float: left;
    display: block;
    position: relative;
    z-index: 3;
}
#picRight {
    width: 76px;
    height: 447px;
    float: left;
    display: block;
    position: relative;
    z-index: 4;
}


/*************************  Section One  *************************/

.container
{
    position: relative;
    width:950px;
    height: auto;
    text-align: left;
    margin: 0 auto 0 auto;
    padding-bottom: 20px;
}

#services_1
{
    position: absolute;
    width:  597px;
    height: 527px;
    top: 42px;	
    padding: 10px;
    margin: 0 auto 0 auto;	
    background: url("../../include/images/template/homeOne.jpg") no-repeat;
}

#services_2
{
    position: absolute;
    width: 286px;
    height: 527px;
    top: 42px;
    left:597px;	
    padding: 10px;
    margin: 0 auto 0 auto;	
    background: url("../../include/images/template/homeTwo.gif") no-repeat;
}

#services_3
{
    position: absolute;
    width: 73px;
    height: 527px;
    top: 42px;	
    left:883px;	
    padding: 10px;
    margin: 0 auto 0 auto;	
    background: url("../../include/images/template/homeThree.jpg") no-repeat;
}


#services_4
{
    position: absolute;
    width: 59px;
    height: 15px;
    top: 580px;	
    left:790px;	
    padding: 10px;
    margin: 0 auto 0 auto;	
}


/*************************  Section Two  *************************/

.indexSectionTwo
{
    width:950px;
    height:550px;
    margin:auto;
}

.logoMain
{
    background: url("../../include/images/template/TCC-logo-large.png") left no-repeat;
    width:335px;
    height:106px;
    position:absolute;
    margin-top:15px;
    margin-left:25px;
}

/***************  Sections Main  ************/

.topSection
{
    width:950px;
    height:160px;
}

.menu
{
    width:950px;
    height:20px;
    border-top:1px solid #6495BC;
    border-bottom:1px solid #6495BC;
}

.mainSection
{
    width:950px;
    background: url("../../include/images/template/backgroundMainBody.png") no-repeat;
    height:420px;
}

.mainSectionClients
{
    height:auto;
    width:950px;
    background: url("../../include/images/template/backgroundMainBody.png") no-repeat;
}

.footer
{
    font-size:10px;
    font-family:Arial, Helvetica, sans-serif;
    color:#666666;
    text-align: left;
    margin-bottom: 20px;
}

.footer a
{
    font-size:10px;
    font-family:Arial, Helvetica, sans-serif;
    color:#666666;

}

.footer a:hover
{
    font-size:10px;
    font-family:Arial, Helvetica, sans-serif;
    color:#003366;

}

.paddingleftFooter
{
}

.paddingSection
{
    position:relative;
    height:20px;
    border-bottom:1px solid #6495BC;
}


.breadcrumb
{
    font-size:10px;
    font-family:Arial, Helvetica, sans-serif;
    color:#666666;
    text-align: left;
}

.breadcrumb a
{
    font-size:10px;
    font-family:Arial, Helvetica, sans-serif;
    color:#666666;

}

.breadcrumb a:hover
{
    font-size:10px;
    font-family:Arial, Helvetica, sans-serif;
    color:#003366;

}


/*************************  Menu *************************/


.slogan
{
    position:absolute;
    top:163px;
}

.menuTable
{
    width:950px;
    border-collapse:separate;
    vertical-align:top;
}



.menuRow
{
    display: table-row;
    width:auto;
}

.cellMenuOne
{
    display : table-cell;
    float:left;
    width:383px;
}



.cellMenuTwo
{
    display : table-cell;
    width: auto;
    margin-left:385px;
}

.menuText
{
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    color:#003366;
    vertical-align:middle;
    line-height:18px;
    font-weight: normal;
}
.whiteText
{
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    color:#FFFFFF;
    font-weight: normal;
}
.menuDivider
{
    float:left;/*fix for  buggy browsers*/
    display:  table-cell;
    width:3px;
}


.cellMenu4
{
    margin-left:1px;
}

.imageMenu
{
    padding-left:67px;
    margin-top:3px;
    width:280px;
    height:15px;
}

.imageSlogan
{
    position:absolute;
    width:280px;
    height:15px;
    left:238px;
    background: url("../../include/images/template/slogan.gif") no-repeat;
}

.spaceMenu
{
    float:left;/*fix for  buggy browsers*/
    display: table-cell;
    width:30px;
}


/********************************HOME*****************************/




.bodyTable
{
    width:auto;
    border-collapse:separate;
    z-index:1;

}

.bodyRow
{
    display: table-row;
    width:auto;
    z-index:1;
}

.cellbodyOne
{
    float:left;/*fix for  buggy browsers*/
    display:  table-cell;
    width:387px;
    z-index:1;

}

.cellbodyTwo
{
    float:left;/*fix for  buggy browsers*/
    display:  table-cell;
    width:500px;	
    z-index:1;
    padding-top:26px;
}


.leftPadding
{

    /*position:relative;
    left:-25px;
    z-index:1;*/

}
.home-contain
{
    background-image: url("../../include/images/template/gandhi.png");
    background-repeat: no-repeat;
    text-align: left;
    height: 345px;
    width: 930px;
    padding-left: 20px;
    padding-top: 20px;
}
.home-contain > h1
{
    background-image: url("../../include/images/template/icon.png");
    background-repeat: no-repeat;
    height: 25px;
    padding-left: 28px;
    padding-bottom: 8px;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 24px;
    color: #9a9a9a;
    margin-bottom: 3px;
     width: 370px;
    border-bottom: 1px dotted #c3c3c3;

}
.home-contain > h2
{

    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 18px;
    color: #006ba3;
    margin-bottom: 0;
    border-bottom: 1px dotted #c3c3c3;
    width: 386px;
    padding-bottom: 8px;
}
.home-contain > p
{

    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 14px;
    color: #9a9a9a;
    margin-bottom: 0;

    width: 386px;

}
.home-contain > hr
{
   
    border: none;
    border-bottom: 1px dotted #c3c3c3;
    width: 386px;
    float: left;
    margin-top: 15px;
}
.subnav
{
    list-style: none;
    margin: 0;
    padding: 0;
   clear: both;
    height: 388px;
}
.subnav > li
{
    background-image: url("../../include/images/template/bluebox.png");
    background-repeat: no-repeat;
    width: 232px;
    height: 388px;
    float: left;
    display: inline;
    text-align: left;
    margin-right: 8px;
}
.subnav > li h1
{
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 20px;
    color: #ffffff;
    font-weight: normal;
    margin-left: 35px;
    margin-top: 12px;
    margin-bottom: 15px;
}
.subnav > li img
{
    margin-left: 7px;
    border: 2px solid #ffffff;
}
.subnav > li p
{
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    padding-left: 20px;
    padding-right: 30px;
    margin-top: 10px;
    margin-bottom: 0;
    
}
.subnav > li > a
{
    position: absolute;
    margin-left: 135px;
    margin-top: 358px;
    color: #ffffff;
        
}
.blank
{
    height: 50px;
}
/******************************Contact*****************************/




.cellContactOne
{
    float:left;/*fix for  buggy browsers*/
    display:  table-cell;
    z-index:1;
    width:200px;

}

.cellContactTwo
{
    float:left;/*fix for  buggy browsers*/
    display:  table-cell;
    z-index:1;
    width:275px;
    border-left:1px solid #6495BC;

}



.textbox
{
    padding-left:22px;
}


.rightMenuError
{
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #CC9900;
    text-align: center;
}

.textSizeBigger
{
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    color: #CC9900;
    text-align: center;
}



.button 
{
    font-size: 12px;
    color: #CC9900;
    border: 1px solid #000000;
    margin-bottom: 5px;
    background-color: #ffffff;
    padding: 1px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    width: 100px;
}

.textBoxSection
{
    border: 1px solid #6595BC;
}


.contact-us-message {
    width: 100%;
    height: 105px;
    margin-bottom: 5px;
}

/*******************************LINKS******************************/



a
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #CC9900;
    font-weight: bold;
    text-decoration: none;
}

.alink
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #CC9900;
    font-weight: bold;
    text-decoration: none;
}


a:hover
{
    font-family : Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #003366;
    /*font-weight:bold;*/
}

.line
{
    border-bottom:1px solid #6495BC;
}



/*****************************Text*********************************/



.headingBody
{
    font-family : Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#003366;
    font-weight:bold;
    z-index:0;
}


.contactSection
{
    font-family : Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#003366;
    z-index:0;
}

p.bodyText
{
    font-family : Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#000000;
    line-height:110%;
    padding-bottom:2px;
}

.bodyText
{
    font-family : Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#000000;
    line-height:110%;
    padding-bottom:2px;
}

.bodyTextHeading
{
    font-family : Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#000000;
    font-weight:bold;

}

.bodyTextItalic
{
    font-family : Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#000000;
    font-style:italic;
}

.bodyTextItalicHeading
{
    font-family : Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#003366;
    font-weight:bold;
}

.sectionHeadings
{
    color:#000000;
    font-size:13px;
    font-family : Arial, Helvetica, sans-serif;
}


/****************************Bullets**********************************/


ul
{
    margin-left: -27px;
    list-style-position: outside;
    list-style-type: circle;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
}

.paddingSides
{
    padding-left:4px;
    padding-right:4px;
}

#sddm
{	
    margin: 0;
    padding: 0;
    float: left;
}

#sddm li
{	margin: 0;
  padding: 0px 3px;
  list-style: none;
  float: left;
  font: 11px Arial, Helvetica, sans-serif;
  z-index:300;

}

#sddm li a
{	
    display: block;
    padding: 2px 2px;
    text-align: center;
    text-decoration: none;
    z-index:300;
}

#sddm li a:hover
{	
    /*background: #FFFFFF;*/
}

#sddm div
{	
    position: absolute;
    visibility: hidden;
    margin: 0;
    padding: 0;
    background: #83AAC9;
    border: 1px solid #5970B2;
    z-index:300;
}

#sddm div a
{	position: relative;
  display: block;
  margin: 0;
  padding: 5px 10px;
  width: auto;
  white-space: nowrap;
  text-align: left;
  text-decoration: none;
  color: #2875DE;
  font: 11px Arial, Helvetica, sans-serif;
  z-index:300;
}

/***********************************************Inputs*******************************/
input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #CC9900;
    font-weight:bold;
    padding-left: 3px;
    margin-bottom: 5px;
    text-align: left;
    width: 180px;
    background-color: #FFFFFF !important;
    border: 1px solid #6495BC;
}

input.send-btn {
    font-weight: bold;
    font-size: 12px;
    border: 1px solid #6495BC;
    width: 185px;
    height: 20px;
    text-align: center;
}

input.send-btn:hover {
    border: 1px solid #003366;
    color: #003366;
}

textarea
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #CC9900;
    width:180px;
    border: #6595BC 1px solid;
    margin:0;
    text-align: left;
    padding:0;
    padding-left: 3px;
}

.leftPad2 {
    padding-left: 2px;
}
