/* CSS Document */
body {
	color:#000000;
	margin:0;
	padding:10px 0 0 0;
	text-align:left;
	background:#6B052E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container {
	width:900px; 
	margin:auto;
}
#header { 
	margin:0px 0px -20px 0px;
	height:156px; 
	width:900px; 
	background: url(../images/header.jpg) no-repeat;
}

/*Top navigation bar*/
#consultancy
{
	margin: 0px;
	padding: 0px;
	height:50px;
	padding-left: 0px;
	padding-top: 0px;
	margin: 0px;
	background-color: #6B052E;
	color: White;
	float: left;
	font-size:15px;
	font-family: "Goudy Old Style", "Lucida Bright", Garamond, Arial;
	display: inline;
}


#consultancy  a
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
	padding-right: 11px;
	background-color: #6B052E;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px dotted #fff;
}

#consultancy a:hover
{
	background-color: #9C0743;
	color: #fff;
}



#navbar 
{
	margin: 0px;
	padding: 0px;
	width:900px;
	height:50px;
	border:1px solid #9C0743;
}

#navbar ul
{
	padding-left: 0px;
	padding-top: 0px;
	margin: 0px;
	background-color: #6B052E;
	color: White;
	float: left;
	width: 100%;
	font-size:16px;
	font-family: "Goudy Old Style", "Lucida Bright", Garamond, Arial;
}

#navbar ul li { display: inline;}

#navbar ul li a
{
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 12px;
	padding-right: 11px;
	background-color: #6B052E;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px dotted #fff;
}

#navbar ul li a:hover
{
	background-color: #9C0743;
	color: #fff;
}
#navbar li #active a
{
background-color: #fff;
color: #234710;
}  
#navbar  li a:link#active, #navbar  li a:visited#active
{
background: #fff;
border-bottom: 1px solid #fff;
color: #000;
}
/*End of top navigation bar*/





#wrapper {
	width:900px; 
	background:#fff ; 
	margin: -20px 0px 0px; 
	border:1px solid #9C0743;
}


#leftcl {
	width:649px;
	height: 100%; 
	margin:0px; 
	padding:0px; 
	float:left; 
	border-right:1px solid #9C0743; 
}
#inwrapperleft{
	margin:20px 35px 30px 40px;
	text-align: justify;	
}
#inwrapperright{
	margin:10px 10px 10px 10px;
	text-align: justify;
}
#rightcl{
	width:240px; 
	height: 100%; 
	margin:0px; 
	padding:0px; 
	float:right; 
}
#bottomnav
{
	height:20px;
	clear:both;
	margin-bottom: 15px;
	margin-left:120px;
	
	
}

#bottomnav ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
    font-size: 10px;
   }

#bottomnav ul li {  
    display: inline;
	border-left: 1px dotted #999999;
    float: left;
    line-height: 1.1em;
    margin: 2px;
    padding: 2px;
    }

#bottomnav ul li a {
    text-decoration: none;
    padding: 4px 4px;
    color: #6B052E;
    
    }

#bottomnav ul li a:hover {
    color: #000;
    }

#copyright { 
    float: right; 
	color:#FFFFFF; 
	width:240px;
}
.imagenospace {
	margin: 0px;
	padding: 0px;
}

h1{ font-family: "Goudy Old Style", "Lucida Bright", Garamond, Arial;
	font-size: 22px;
	color: #6B052E;
	text-align: center;
	
}
h2{
    font-family: "Goudy Old Style", "Lucida Bright", Garamond, Arial;
	font-size: 20px;
	color: #6B052E;
	text-align: center;
}
h3{
	font-family: "Goudy Old Style", "Lucida Bright", Garamond, Arial;
	font-size: 18px;
	font-style: normal;
	color: #6B052E;
}
h4{
    font-family: "Goudy Old Style", "Lucida Bright", Garamond, Arial;
	font-size: 16px;
	font-style: normal;
	color: #6B052E;
}
h5{
    font-family: "Goudy Old Style", "Lucida Bright", Garamond, Arial;
	font-size: 14px;
	font-style: normal;
	color: #6B052E;
}
h6{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6B052E;
}
li{
	list-style-position: outside;
	list-style-image: url(../images/tick.png);
}
#inwrapperright .p1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
}
#inwrapperright .p2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #999999;
	text-align: justify;
}
#search{
	float: right;
	padding-top: 5px;
	padding-right: 5px;
}
a{
	color: #000000;
	text-decoration: underline;
}
a:hover{
	color: #6B052E;
	text-decoration: none;
    
}
a:visited{
	color: #6B052E;
	text-decoration: underline;

}

