@charset "UTF-8";
body  {
    margin: 0; 
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
}
.thrColFixHdr #wrapper {
    background-image: url(images/shadow.png);
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}
.thrColFixHdr #container {
    width: 974px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    background: #FFFFFF;
    margin: 0 auto;
    text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
    background-color: #DDDDDD;
    height: 187px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 20px;
    
    /* Background gradient 
    background-image: -ms-linear-gradient(#56a8d1, #a4d0e6);
    background-image: -moz-linear-gradient(#56a8d1, #a4d0e6);
    background-image: -o-linear-gradient(#56a8d1, #a4d0e6);
    background-image: -webkit-linear-gradient(#56a8d1, #a4d0e6)
    background-image: -webkit-gradient(#56a8d1, #a4d0e6)    
    background-image: linear-gradient(#56a8d1, #a4d0e6); */
    
    background: rgba(86,168,209,1);
    background: -moz-linear-gradient(top, rgba(86,168,209,1) 0%, rgba(164,208,230,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(86,168,209,1)), color-stop(100%, rgba(164,208,230,1)));
    background: -webkit-linear-gradient(top, rgba(86,168,209,1) 0%, rgba(164,208,230,1) 100%);
    background: -o-linear-gradient(top, rgba(86,168,209,1) 0%, rgba(164,208,230,1) 100%);
    background: -ms-linear-gradient(top, rgba(86,168,209,1) 0%, rgba(164,208,230,1) 100%);
    background: linear-gradient(to bottom, rgba(86,168,209,1) 0%, rgba(164,208,230,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56a8d1', endColorstr='#a4d0e6', GradientType=0 );    
    background-repeat: no-repeat;
} 
.thrColFixHdr #header h4 {
    color: #FFFFFF;
    margin-top: 4px;
    margin-bottom: 4px;
}
.thrColFixHdr #header h1 {
    color: #FFFFFF;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
    font-size: 1.75em;
    font-family: Helvetica, Geneva, Arial, sans-serif;
    margin: 0;
}

/* Primary Navigation */

#nav{
    background:#000;
    padding: 7px 0 7px;
    border-top:solid 5px #a37b2c;
    position:relative;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 80%;
}
#nav ul {padding:0px; margin:0px; }
#nav li {position:relative; display: inline; list-style:none; }
#nav ul li a{ font-size:123%; padding: 8px 15px 8px 17px ; text-decoration:none; color:#fff; border-bottom:none;}
#nav ul li a:hover{background:#a37b2c;}
#nav ul ul {
    visibility:hidden;
    position:absolute;
    top: 24px;
    left: 0;
    z-index: 100000;
    width:175px;
    background-color: #000000;
}
#nav ul ul li a{ color:#fff; border-bottom:none; font-size:98%; display:block; padding: 5px 10px 5px 15px;}
#nav ul ul li a:hover{border-bottom:none; background:#a37b2c; color:#fff; }
#nav ul :hover ul {visibility:visible;}
#nav :hover > a {background: #a37b2c; cursor:pointer;}

.thrColFixHdr #sidebar1 {
    float: left; /* since this element is floated, a width must be given */
    width: 150px;
    margin-left: 0px;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    /*Roundifying the Sidebar--Akbar Ehsan*/
    border: 1px solid #003300;
    border-radius: 10px;
    margin: 25px 0px 25px 5px;
}
.thrColFixHdr #wrapper #container #sidebar1 ul {
    padding-left: 15px;
}
.thrColFixHdr #wrapper #container #sidebar1 li {
    list-style-image: url(../images/navigation/blackarrow.gif);
    list-style-type: none;
    font-family: Helvetica, sans-serif;
    padding-bottom: 8px;
}
.thrColFixHdr #wrapper #container #sidebar1 li a {
    text-decoration: none;
    /*color: #666666;*/
    color: #a3792c;
}

.thrColFixHdr #wrapper #container #sidebar1 li a:hover {
    text-decoration: underline;
    color: #000000;
}

.thrColFixHdr #sidebar2 {
    float: right; /* since this element is floated, a width must be given */
    width: 220px;
    font-size: 90%;
}
.thrColFixHdr #wrapper #container #sidebar1 a:hover {
    color: #000000;
}
.thrColFixHdr #mainContent {
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 180px;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    font-size: 90%;
} 

.thrColFixHdr #mainContent a{
    color:#a3792c;
    text-decoration:none;
}

.thrColFixHdr #mainContent a:hover{
    color:#000000;
    text-decoration:underline;
}

.thrColFixHdr #wrapper #container #mainContent #caption {
    font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: small;
	padding: 20px;
}

.thrColFixHdr #wrapper #container #sidebar1 h3 {
    font-family: Helvetica, sans-serif;
    color: #CC6600;
    font-weight: lighter;
    margin-bottom: 2px;
    padding-top: 0px;
    margin-top: 4px;
}
.thrColFixHdr #footer {
    padding: 0 10px 0 20px;
    background-color: #000000;
    color: #999999;
    border-top-width: 6px;
    border-top-style: solid;
    border-top-color: #996600;
    border-right-color: #996600;
    border-bottom-color: #996600;
    border-left-color: #996600;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/navigation/footernote.png);
} 
.thrColFixHdr #footer p {
    margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.thrColFixHdr h1, h2, h3, h4 {
    font-weight: normal;
}
.thrColFixHdr #container #topnav {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    background-color: #000000;
    width: 100%;
    padding-top: 6px;
    padding-right: 0px;
    padding-bottom: 6px;
    padding-left: 10px;
    font-size: 110%;
}
.thrColFixHdr #wrapper #container #footer #footercol1 {
    width: 400px;
    margin-left: 30px;
}
.thrColFixHdr #container #footer #footercol2 {
    float: right;
    text-align: right;
}

/*Custom Style By Akbar Ehsan*/
/*.thrColFixHdr{background:#666666;}*/
.thrColFixHdr{background: #009ACD;}

.thrColFixHdr #mainContent .left-column{
    float: left;
    width: 500px;
    margin-top: 0px;
}

.thrColFixHdr #mainContent .right-column{
    float: right;
    width: 250px;
    margin-top: 25px;
    border: 1px solid #003300;
    border-radius: 10px;
    padding: 5px;
}

.thrColFixHdr #mainContent .right-column a{
    /*color:#003300;*/
    color: #a3792c;
    text-decoration: none;
}    

.thrColFixHdr #mainContent .right-column a:hover{
    color: #000000;
    text-decoration: underline;
} 

.thrColFixHdr #footer {
    background-image: -ms-linear-gradient(top left, #000000 0%, #666666 100%);
    background-image: -moz-linear-gradient(top left, #000000 0%, #666666 100%);
    background-image: -o-linear-gradient(top left, #000000 0%, #666666 100%);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #000000), color-stop(1, #666666));
    background-image: -webkit-linear-gradient(top left, #000000 0%, #666666 100%);
    background-image: linear-gradient(to bottom right, #000000 0%, #666666 100%);
}    

/*Breadcrumbs*/

.thrColFixHdr #mainContent .breadcrumbs {
margin-bottom: 5px;
margin-top: 20px; }
.thrColFixHdr #mainContent .breadcrumbs a{
text-decoration: none;
color:#a3792c;}
.thrColFixHdr #mainContent .breadcrumbs a:hover{
text-decoration: underline;
color:#000000;}

.thrColFixHdr #footer a{
    color: #FFFFFF;
}


