﻿body
{
    background-color:#404040;    
    background-position:bottom;
    background-repeat:repeat-x;
    font-family:Arial, Helvetica, sans-serif;
    font-size:70%;
    padding-bottom:20px;
    margin: 8px 0 8px 0;
}

/*entire content holder*/
#content 
{
    width: 745px;
    margin-left: auto;
    margin-right: auto;
    border: 1px thin #A6B2BC;
    background-color: #FFFFFF;
    color: #000000;
    padding: 0 2px 0 2px;
    text-align: left;
    height:100%;
}

/*header flash and logo*/
#header 
{
    height: 90px;
    margin:3px;
    margin-top:5px;
    border:solid 2px #6E7937;
	background: #95a926 url(./Images/logo.jpg) no-repeat 0 0;
}

#header .strapline
{
    color: #FFFCC4;
    float:right;
    background-color: transparent;    
    margin-top:-4.8em;
    margin-right:1.5em;
    font:11px Arial,Helvetica,sans-serif;
    letter-spacing:1px;  
}

#header a
{
    color:#FFFCC4;
    text-decoration:none;
}

/* home page left side nav content*/

.aboutusHome {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

.aboutZunetechContent
{
	margin: 7px;
	height: 283px;
	background-color: #ECF4EA;
	width: 166px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(./images/about-head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 30px;
	text-align: left;
}

.linkMore a
{
	font-weight: bold;
	color: #219684;
	text-decoration: none;
	font-size: 10px;
}

.linkMore a:hover
{
	text-decoration: underline;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ACAAAA;
	background-color: #424142;
	text-align: center;
	line-height: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: 1px;
}
.footer a{
	color: #DFDFDC;
	text-decoration: none;
}
.footer a:hover{
	color: #ACAAAA;
}

.hrConLink
{
    color:blue;
    font:normal normal bold 12px Arial, Helvetica, sans-serif;
    line-height:20px;
}


/*left column*/

.tdContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #414141;
	line-height: 16px;
	text-align: justify;
	padding: 15px;
	border-top-width: 1px;
	border-right-width: 5px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B5CF94;
	border-right-color: #B5CF94;
	border-bottom-color: #B5CF94;
	border-left-color: #B5CF94;
}
.tdLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFE6;
	width: 192px;

}
.tdLeft ul{
	margin-left: 0px;
	list-style-type: none;
	line-height: 20px;
	padding-left: 0px;
}
.tdLeft ul li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
	color: #F76A27;
	margin-left: 0px;

}
.tdLeft ul li a{
	font-weight: normal;
	color: #434A22;
	text-decoration: none;
	padding-left: 5px;
}
.tdLeft ul li a:hover{
	color: #F76A27;
}
/* right content*/

.tdContent p{
	margin-top: 10px;
	margin-bottom: 10px;
}
.tdContent h1{
	font-size: 17px;
	color: #F76921;
	text-transform: capitalize;
	margin-bottom: 3px;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 20px;
	text-align: left;
}
.tdContent h2{
	font-size: 13px;
	color: #737E1D;
	font-weight: bold;
	margin-bottom: 2px;
}

.tdContent ul li{
	list-style-image: url(./images/bullet.gif);
}
.tdContent a{
	color: #FF6633;
	text-decoration: none;
}
.tdContent a:hover{
	text-decoration: underline;
}

.style12 
{
    color:#FFFFFF;
    font-size:13px;
    font-weight:bold;
}

.style2 
{
    font-size:12px;    
}

.style3 
{
    font-size:12px;
    font-weight:bold;
}

.style5 
{
    color:#FF0000;
    font-size:12px;
}

.style4 
{
    color:#FF0000;
}