/*to specify your own class you put a . infront if there is no fullstop it will apply it to the tag. eg <body> in css is body */
body {
	background-color : white;
	margin : 0px;
	padding : 0px;
	spacing : 0px;
	}

.table {
	width :1005px;
	border: thin solid Black;
	vertical-align : top;
	}








/*# are for id="" and are used for <div>*/
#nav{
	position:relative;
	z-index:2; 
	top:0px;
	left:0px;
	}
.leaf	{
	vertical-align:top;
	width:149px;
	}
.heading {
 	vertical-align:top;
	width:130px;
	padding-top:30px;
/*	background-image:  url(/m_images/line.gif);*/
	background-repeat:repeat-x;
	}
.line {
	width:856; 
/*	background-image:  url(/m_images/line.gif);*/
	background-repeat:repeat-x;
 	vertical-align:top;
 	}
.main {	
	width:701px;
	}
.content .main	{
	text-align : justify;
	font-family : Verdana;
	font-size : 11px;
	line-height : 16px;
	color : #5E5D5D;
	}
	
.content {
	text-align : justify;
	width : 557px;
	padding : 25px;
	vertical-align : top;
	horizontal-align : left;
	margin-left : 0px;
	font-family : Verdana;
	font-size : 11px;
	line-height : 16px;
	color : #5E5D5D;
	}

.read_more {
	width : 150px;
	padding:15px;
	color : #5E5D5D;
	text-align : justify;
	font-family : Verdana;
	font-size : 10px;
	line-height : 14px;
	vertical-align : top;
	horizontal-align:left;
	margin-left : 0px;
	background-color:#dee5dd;
	}
	
h1 {
	text-align : justify;
	font-family : Verdana;
	font-size : 12px;
	font-weight : bold;
	line-height : 16px;
	}

h2 {
	text-align : justify;
	font-family : Verdana;
	font-size : 11px;
	font-weight : bold;
	line-height : 18px;
	}

.normal	{
	text-align : justify;
	font-family : Verdana;
	font-size : 11px;
	line-height : 16px;
	color : #5E5D5D;
	}
	
a:link {color: Black}
a:visited {color: #afc5ac}
a:hover {color: #B44E00}
a:active {color: Black}
img {display: block}

.ffoot{
	width:1005px;
	height:100px;
	}

.footertable {
	width :1005px;
	vertical-align : top;
	}
.footer {
	padding:15px;
	font-family: Verdana;
	font-size: 9px;
	color: #999999;
	text-align : center
	}

.hidden {
	font-family: Verdana;
	font-size: 6px;
	color: #ffffff;
	text-align : center
	}

.subtable {
	width :490px;
	color : #5E5D5D;
	text-align : justify;
	font-family : Verdana;
	font-size : 11px;
	line-height : 16px;
	vertical-align : top;
	horizontal-align:left;
	margin-left : 0px;
	}

.portfoliotable {
	width :490px;
	color : #5E5D5D;
	text-align : justify;
	font-family : Verdana;
	font-size : 10px;
	line-height : 14px;
	vertical-align : top;
	horizontal-align:left;
	margin-left : 0px;
	border-top : thin solid Black;
	border-left : thin solid Black;
	border-bottom : thin solid Black;
	border-right : thin solid Black;
	}
	

.datatable {
	width :490px;
	color : #5E5D5D;
	text-align : left;
	font-family : Verdana;
	font-size : 10px;
	line-height : 14px;
	vertical-align : top;
	horizontal-align:left;
	margin-left : 0px;
	border-top : thin solid Black;
	border-left : thin solid Black;
	border-bottom : thin solid Black;
	border-right : thin solid Black;
	}
	
.newstable {
	width :100%;
	color : #5E5D5D;
	text-align : left;
	font-family : Verdana;
	font-size : 10px;
	line-height : 14px;
	vertical-align : top;
	horizontal-align:left;
	margin-left : 0px;
	border-top : thin solid Black;
	border-left : thin solid Black;
	border-bottom : thin solid Black;
	border-right : thin solid Black;
	}

ul.errorlist {
    margin: 0;
    padding: 0;
    background-color: orange;
    color: black;
     }
.errorlist {
    background-color: orange;
    color: black;
 
    font-size: 10px;
    margin: 0 0 3px;
    padding: 4px 5px;
    }

.custom #cse-search-box div input {
	width: 195px;
	}
	
.custom #cse-search-results {
	width: 475px;
	}
	
.custom #cse-search-results iframe{
	width: 475px;
	overflow: hidden;
	}