/*
Design by Tiara Impex
http://tiaraimpex.com
*/
*
{
	margin: 0em;
	padding: 0em;
}
h1 {

}
h2 {
font-size:16;
background:#FFB300;
}

h2,h3,h4,h6
{
	color: #6a6a6a;
}
h5
{
  color: darkred;
}

body
{
		/*font-size: 11pt;   */
        font-weight: normal;
}
table {
        width: 960px;
        table-layout: fixed;
        font-size: 80%;
        word-wrap:break-word;
}


/* Header */
#header {
	width: 960px;
	height: 50px;
	margin: 0 auto;
	/*padding: 10px 20px 20px 20px;*/
	padding: 20px 0px 20px 0px;
	background: url(images/bgheader.jpg) #F6F6F6 repeat-x;
	position:relative;
}

/* Header>Search*/
#headertext{
	position:absolute;
    top:10px;
    right:50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

#search {
width: 900px;
margin: 0 auto;
padding: 40px 0px 20px 20px;
background:#F6F6F6;

}
/* menu */

/* Remove the bullets */
#menu {
width: 920px;
margin: 0 auto;
padding: 0px 20px 0px 20px;
background:#F6F6F6;
}

#menu ul {
	margin: 0;
	padding-top: 0px;
	list-style: none;
	font-size:12px;
}
/* bring the list to the left and set a space between menu blocks */
#menu li {
	float: right;
	margin: 0 0.15em;
}
/* set the size of the menu blocks and the back ground image (NOT WORKING!) set the default block color as #ccc */

#menu li a {
	background: #ccc url('images/background.jpg') bottom left repeat-x;
	height: 2em;
	line-height: 2em;
	float: left;
	width: 7em;
	display: block;
	border: 0.1em solid #dcdce9;
	color: #0d2474;
	text-decoration: none;
	text-align: center;

}
/* Underline menu text on hover */

#menu a:hover {
	background: #ccc url('images/hover.jpg') bottom left repeat-x;
}

/* Hide from IE5-Mac \*/
#menu li a
{
float: none
}
/* End hide */

/* SubMenu */

#submenu
{
	height: 4em;
	width: 960px;
    /*background: #fafafa url('images/a2.gif') top left repeat-x;*/
	background:#F6F6F6;
	padding: 0px 0px 0px 0px;
	margin-left: 0em;
	margin-top: 0em;
	position: relative;
}

#submenu ul
{
	list-style: none;
	position: absolute;
	top: 3.3em;
	margin-left: 1.5em;
}

#submenu li
{
	display: inline;
	border-left: dotted 1px #848484;
	padding-left: 0.8em;
}

#submenu li.first
{
	border-left: 0px;
	padding-left: 0em;
}

#submenu li a
{
	text-decoration: none;
	color: #6a6a6a;
	font-weight: bold;
	padding: 0.8em;
	margin-right: 0.8em;
	font-size: 0.8em;
}

#submenu li a:hover
{
	text-decoration:underline;
}


/* Content */

#content {
	width: 960px;
	margin: 0 auto;
	padding: 0px;
	background:#F6F6F6;
	border-top: 1px solid #FFFFFF;
}

/* Content > Sidebar will appear first on the left in the content container*/

#sidebar {
	float: left;
	width: 180px;
	background:#F6F6F6;
}

/* Content> Sidebar > Sidemenu This will appear in the side bar if its div tags are withing the div tags of the sidebar*/


#sidemenu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
width: 160px;
padding: 0px;
margin: 0px;
list-style-type:none;
}

#sidemenu h1 {
display: block; 
background:#EDEDED;
font-size: 90%; 
padding: 3px 0 5px 3px;
border: 1px solid #000000;
color: #333333;
margin: 0px;
width:159px;
}
#sidemenu h2 {
display: block; 
background:#D9D9D9;
font-size: 90%; 
padding: 3px 0 5px 3px;
border: 1px solid #000000;
color: #333333;
margin: 0px;
width:159px;
}
#sidemenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#sidemenu ul li {
margin: 0px;
padding: 0px;

}
#sidemenu ul li a {
font-size: 80%;
display: block;
border-bottom: 1px dashed #C39C4E;
padding: 5px 0px 2px 4px;
text-decoration: none;
color: #666666;
width:160px;

}

#sidemenu ul li a:hover, #sidemenu ul li a:focus {
color: #000000;
background-color: #eeeeee;
}

#sidemenu a:visited {
color:#FF8000;
}


/* Content > Main will appear second on the left after sidebar as in the content container as it is appearing after  the sidebar div in home php*/

#main {
	float: left;
	width: 960px;
	padding-left: 0px;
	background: #fff;
}

#main table
{
	border: none;
	padding: 0.5em;
	margin-bottom: 1.5em;
}

#main table th
{
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration:underline;
	padding: 0.5em;
}

#main table td
{
	text-align: left;
	font-family:Veranda, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0.5em;
}

#main table tr.rowA
{
	background-color:#F6F6F6;
	color: inherit;
	
}



#main table tr.rowB
{
	background-color:#FFFFFF;
	color: inherit;
}

/* Content > Sidebar2 */

#sidebar2 {
	float: right;
	width: 100px;
	padding-left: 30px;
	background-color:#F6F6F6;
}


/* Footer */

#footer {
	clear: both;
	width: 960px;
	height: 80px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/img02.jpg) no-repeat;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: x-small;
}

#footer a {
	text-decoration: underline;
	color: #666666;
}

#footer a:hover {
	text-decoration: none;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}



