/*
-----------------------------------------------------
WEBY Store Style Sheet
Developer - Ronald Rogers
Company - WEBY Systems
Website - www.weby.com.au
Contact - weby@weby.com.au
Design supplied by falvodesign
-----------------------------------------------------*/
/*  Zero everything first to stop any pesky browser defaults  */   
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: disc;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img { border: none; }

/* Ok now that is done here is the real stuff */

/*-- BASE LAYOUT FEATURES ---------------------------*/
body {
  font: Arial, Helvetica, sans-serif;
  margin: 0px 0px 0px 0px;
  background-color: #CCCCCC;
  background-image: url("images/background_head.jpg");
  background-repeat: no-repeat ;
  background-position:center top;
  text-align: center;
  }

  a      { }
  a:link      { color: #333333;  font-weight: normal;}
  a:visited  { color: #333333;  font-weight: normal;}
  a:active  { color: #333333; font-weight: normal;}
  a:hover    { color: #FF9408;  font-weight: normal;}

hr  {
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height:1px;

    }

  h1  {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
	color: #FF9408;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 5px 0px;
    font-size: 18px;
    line-height: 22px;
    }
    
h2{
	display:block;
    font-family: Arial, Helvetica, sans-serif;
	color: #FF9408;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 4px 0px;
    font-size: 16px;
    line-height: 20px;	
	border-bottom: 2px solid #CCCCCC;
	}	

h3{
	font-family: Arial, Helvetica, sans-serif;
    color: #33333;
    font-weight: bold;
	margin: 0px 0px 0px 0px;
    padding: 6px 0px 6px 0px;
    font-size: 12px;
    line-height: 16px;	
}


  h4  {
    font-family: Arial, Helvetica, sans-serif;
    color:#333333;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 11px;
    line-height: 12px;
    }
  h5 {
    font-family: Arial, Helvetica, sans-serif;
    color:#333333;
    margin: 0px 0px 0px 0px;
    padding: 0px 4px 0px 4px;
    font-size: 14px;
    line-height: 15px;
    }	
  p {
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    margin: 0px 0px 0px 0px;
    padding: 3px 0px 3px 0px;
    font-size: 12px;
    line-height: 15px;
	}
.clearboth {clear:both;}
/*-- OUTSIDE CONTAINER CONTAIN ALL DIVS ---------------------------*/

#wrapper {
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  width: 960px;
  background: transparent;
  }

  
#container {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
  width: 960px;
 
  }


/*-- BANNER DIV CONTAINS BANNER AT THE TOP OF THE PAGE--------------*/
#banner {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
	background: transparent;
	width: 958px;
	\width: 958px;
	w\idth: 958px;
	height: 135px;
  }

.bannerright{
	float: right;
	margin: 70px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
	line-height: 16px;
	background: transparent;
	width: 390px;
	height: 65px;
	
}  

.search{
	float: right;
	margin: 10px 0px 0px 0px;		
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 25px;
	font-weight: normal;
	font-style: italic;
	line-height: 25px;
	background: transparent;
	width: 300px;
	height: 25px;
}
.searchbox{
	float: right;
	margin: 0px 10px 0px 0px;
	padding: 2px 2px 2px 2px;
	background:#FFFFFF;
	width: 165px;
	height: 25px;
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
	
}
.searchbox input {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 7px 0 0 3px ;
	height: 15px;
	width:120px;
	background: #FFFFFF;
	border: 0px;
}
.searchbox img {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:25px;
	height: 25px;
	background: #FFFFFF;
	border: 0px;
}
/*
#navouter{
    margin:0px 10px 5px 10px;
    padding:0px 0px 0px 0px;
    float:left;
    text-align: left;
    background: transparent;
    background-image: url("http://emergent.weby.com.au/wsbtemplates/emergent-new/images/navigation_background_01.png");
    background-repeat: no-repeat ;
    background-position:left top;  	
    width: 940px;
	height: 38px;
}
#navinner{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    float:left;
    text-align: left;
    background: transparent;
    background-image: url("http://emergent.weby.com.au/wsbtemplates/emergent-new/images/navigation_background_03.png");
    background-repeat: no-repeat ;
    background-position:right top;  	
    width: 100%;
}
#navigation {
    margin:0px 10px 0px 10px;
    padding:0px 0px 0px 0px;
    float:left;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url("http://emergent.weby.com.au/wsbtemplates/emergent-new/images/navigation_background_02.png");
	width: 920px;
	height:38px;
}
.topmenu a           { }
.topmenu a:link  { color: #666666; text-decoration: none; font-weight: normal;}
.topmenu a:visited  { color: #666666; text-decoration: none; font-weight: normal;}
.topmenu a:active  { color: #666666; text-decoration: none; font-weight: normal;}
.topmenu a:hover  { color: #cccccc; text-decoration: none; font-weight: normal;}

.topmenutitle{
  display:block;
  text-indent:0px;
  text-align: center;
  text-decoration: none;
  color:#cccccc;
  border:0px ;
  padding:0px 40px 0px 40px;
  line-height:35px;
  height:38px;
  
}
.tmimg{
margin: 10px 0px 0px 0px;
}

.topmenu ul{
  list-style-type:none;
  margin:0;
  padding:0;
 
}

.topmenuli{
  list-style-type:none;
  float:left;
  width:150px;
}
.topmenuli1{
  list-style-type:none;
  float:left;
  background-image: url("http://emergent.weby.com.au/wsbtemplates/emergent-new/images/menuspacer.jpg");
  background-repeat: no-repeat ;
  background-position:left bottom;
  
}
.topmenuli a:hover, .topmenuli a:active, .topmenuli1 a:hover, .topmenuli1 a:active{
 color: #000000;
}

#dmenu li>ul { 
  top: auto;
  left: auto;
}
#dmenu {
  margin: 0;
  padding:0;
  font-family: Arial, Helvetica, sans-serif;
  font-size:13px;
  text-transform:uppercase
}


.submenuul {
  list-style-type:none;
  position:absolute;
  margin: 0;
  padding:0;
  display:none;
  margin-top:-1px;
  background-color:#CCCCCC;
  background-position: top left;
  background-repeat: repeat-x;
  border-top:1px solid #CCCCCC;
  border-bottom:1px solid #CCCCCC;
  border-right:1px solid #CCCCCC;
  border-left:1px solid #CCCCCC;
  
  
}

.submenuli {
	 border-top:1px dotted #fff;	
}

.submenuli a{
  padding:0px;
  text-decoration: none;
  color: #000000;
  display:block;
  width:130px; 
  padding:5px;
  line-height:16px;
}

.submenuli a:hover{
  text-decoration: none;
 background-color:#CCCCCC;

 color: #000000;
}
li:hover ul , li.over ul{  lists nested under hovered list items 
  display: block;
  margin: 0px 0px 0px 0px;
}
*/

#navouter { width:940px; height:38px; padding-left:11px; float:left; margin:0 0 0 10px; position:relative; z-index:999; background: url("images/navigation_background_01.png") no-repeat top left;}
	
	#navinner { width:928px; float:left; background: url("images/navigation_background_03.png") no-repeat top right;  }
	
	/* MENU FIRST LEVEL */
	#navinner ul{ padding:0; margin:0; list-style-type:none; }	
	#navinner li { float:left; width:153px;  position:relative; text-align:center; text-transform:uppercase; background:url("images/navigation_background_02.png") repeat-x;}
	#navinner a, #navinner a:visited{ display:block; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#666; text-decoration:none;  height:25px;
	 padding-top:13px;
	}
	#navinner a:hover {color:#000;}
	
	/* MENU SECOND LEVEL */
	#navinner ul ul {width:150px; visibility:hidden; position:absolute; top:38px; left:0; height:0;}
	#navinner ul ul a, #navinner ul ul a:visited {background:none #E8E8E8; height:auto; min-height:20px; border-top:#CCC 1px solid; font-size:12px; font-family:Verdana, Geneva, sans-serif; font-weight:normal; text-transform:none;color:#666; line-height:25px; padding: 0px 0px 3px 0px;}
	#navinner ul ul a:hover { background-color:#F7F7F7;}
	
	#navinner ul li:hover ul, #navinnerul a:hover ul { visibility:visible;}
	.currentpage h3 {padding:0; margin:0; font-weight:bold; color:#666; font-size:14px; font-family:Verdana, Geneva, sans-serif;  }
	.menuactive {font-weight:bold; color:#000; font-size:14px; font-family:Verdana, Geneva, sans-serif; }
	
	
#subnavigation {
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 10px;
    float:left;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 11px;
    font-weight: normal;
    line-height: 16px;
}
.sidemenu a           { }
.sidemenu a:link  { color: #666666; text-decoration: none; font-weight: normal;}
.sidemenu a:visited  { color: #666666; text-decoration: none; font-weight: normal;}
.sidemenu a:active  { color: #666666; text-decoration: none; font-weight: normal;}
.sidemenu a:hover  { color: #666666; text-decoration: none; font-weight: normal;}
.sidemenu ul {
  list-style-type:none;
  position:absolute;
  margin: 0;
  padding:0;
}
.sidemenu li {
  list-style-type:none;
  margin: 0;
  padding:0;  
}

.sidemenuli a{
  list-style-type:none;
  padding:1px 1px 1px 5px;
  text-decoration: none;
  color: #666666;
  display:block;
  width:120px;
  border-bottom: 1px dotted #666666;
}
.sidemenuli a:active{
  background-color:#CCCCCC;
 color: #666666;
}

.sidemenuli a:hover{
  background-color:#666666;
 color: #FFFFFF;
}

/*--Body content for shadow borders --*/
#shadowlinebody {
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
  width: 960px;
  background: transparent;
  background-image: url("images/shadow_body.jpg");
  background-repeat: repeat-y ;
  }
#shadowlineouter {
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
  width: 960px;
  background: transparent;
  background-image: url("images/top_shadow_left.jpg");
  background-repeat: no-repeat ;
  background-position:left top;  
  }

  
#shadowlineinner {
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
  width: 960px;
  background-image: url("images/top_shadow_right.jpg");
  background-repeat: no-repeat ;
  background-position:right top;  
  }
/*-- LEFT PANEL ON PAGE FIXED AT MINUMUM 400PX HIGH ---------------------------*/
#Lefthome {
  float: left;
  margin: 15px 0px 0px 0px;
  padding: 0px 30px 0px 0px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;    
  width: 250px;
  font-size: 12px;  
  background: transparent;
  }
.wplist{
  float: left;
  margin: 0px 5px 0px 25px;
  padding: 0px 0px 0px 0px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;    
  width:250px;
  font-size: 16px;  
  background: #FFFFFF;
}
.wplist h2{
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    color: #FF9408;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 4px 0px;
    font-size: 16px;
    line-height: 20px;
	border-bottom: 2px solid #CCCCCC;
    }
.wplist h4{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
	color:#666666;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    font-size: 14px;
    line-height: 16px;
    }	
.wplist hr{
	margin: 0px 0px 0px 0px;
    padding: 0px;
	color: #FFFFFF;
	background: #FFFFFF;
    border-top: 1px dotted #666666;
}	

.wplist a       { color:#333333; text-decoration: none; font-weight: normal; text-align:right;}
.wplist a:link  { color:#333333; text-decoration: underline; font-weight: normal; text-align:right;}
.wplist a:visited  { color: #FF9408; text-decoration: underline; font-weight: normal;text-align:right;}
.wplist a:active  { color: #FF9408; text-decoration: underline; font-weight: normal;text-align:right;}
.wplist a:hover  { color: #666666; text-decoration: underline; font-weight: normal;text-align:right;}
#left {
  margin: 15px 0px 0px 10px;
  padding: 5px 0px 0px 5px;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;    
  width: 150px;
  font-size: 12px;  
  overflow: hidden;
  background: #FFFFFF;

  }

.nav {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  float: left;
  background-color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 11px;
  text-align: left;
  overflow: hidden;
  width: 150px;
  \width: 150px;
  w\idth: 150px;
   }

.nav ul{
 list-style-type:none;
 margin: 0;
 padding:0;
}
.nav li{
 float:left;
 list-style-type:none;
 margin: 0;
 padding:0;

}
.nav li a{
}
.nav li a:link, .nav li a:active, .nav li a:visited, .nav li a:hover  {
  display:block;
  padding:2px 0px 0px 0px;
  text-align:left;
  text-decoration: none;
  font-weight:normal;
  border-bottom:1px solid #000000;
  line-height:14px;
  width:150px;
  height:20px;
  }

.leftbar {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  float: left;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  overflow: hidden;
  width: 148px;
  }


.leftbar h2 {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height:20px;
  text-align: left;
  font-weight: normal;
  }

.leftbar p{
  padding: 0px 4px 0px 4px;
}

.leftbar a      {   
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: Arial, Helvetica, sans-serif;
  }
.leftbar a:link    {color: #000000; text-decoration: underline; font-size: 12px; line-height:16px; padding: 0px 0px 0px 0px;font-weight: normal;}
.leftbar a:visited {color: #000000; text-decoration: underline; font-size: 12px; line-height:16px; padding: 0px 0px 0px 0px;font-weight: normal;}
.leftbar a:active  {color: #000000; text-decoration: underline; font-size: 12px; line-height:16px; padding: 0px 0px 0px 0px;font-weight: normal;}
.leftbar a:hover   {color: #666666; text-decoration: underline; font-size: 12px; line-height:16px; padding: 0px 0px 0px 0px; font-weight: normal;}

.proverbheading{
font-weight: bold;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
color: #666666;
text-align:center;
}


.proverb{
font-weight: bold;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
color: #990000;
text-align:center;
}

/*-- RIGHT PANEL ON PAGE FIXED AT MINUMUM 400PX HIGH ---------------------------*/
#right {
  margin: 15px 0px 0px 0px;
  padding: 10px 0px 0px 0px;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;    
  width: 210px;
  font-size: 12px;  
  overflow: hidden;
  background-color: #F2F2F2;
  min-height:745px;  

  }

.rightbar {
  margin: 0px 5px 10px 5px;
  padding: 5px;
  float: left;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  overflow: hidden;
  width: 185px;
  background-color: #E4E4E4;  
  }


.rightbar h2 {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height:20px;
  text-align: left;
  font-weight: bold;
  }

.rightbar p{
  margin: 2px 0px 4px 0px;
  padding: 0px 4px 0px 4px;
}

.rightbar a      {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: Arial, Helvetica, sans-serif;
  }
.rightbar a:link    {color: #FF9408; text-decoration: underline; font-size: 12px; line-height:16px; padding: 0px 0px 0px 0px;font-weight: normal;}
.rightbar a:visited {color: #FF9408; text-decoration: underline; font-size: 12px; line-height:16px; padding: 0px 0px 0px 0px;font-weight: normal;}
.rightbar a:active  {color: #FF9408; text-decoration: underline; font-size: 12px; line-height:16px; padding: 0px 0px 0px 0px;font-weight: normal;}
.rightbar a:hover   {color: #666666; text-decoration: underline; font-size: 12px; line-height:16px; padding: 0px 0px 0px 0px; font-weight: normal;}

.rightbaralt {
  margin: 0px 5px 10px 5px;
  padding: 0px 0px 0px 0px;
  float: left;
  text-align: left;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  overflow: hidden;
  width: 195px;
  background-color: transperant;  
  }


.rightbaralt h2 {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #333333;
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  line-height:20px;
  text-align: left;
  font-weight: bold;
  }

.rightbaralt p{
  margin: 2px 0px 4px 0px;
  padding: 0px 4px 0px 4px;
}

.rightbaralt a      {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: Verdana, Arial, sans-serif;
  }
.rightbaralt a:link    {color: #FF9408; text-decoration: underline; font-size: 12px; line-height:16px; padding: 0px 0px 0px 0px;font-weight: normal;}
.rightbaralt a:visited {color: #FF9408; text-decoration: underline; font-size: 12px; line-height:16px; padding: 0px 0px 0px 0px;font-weight: normal;}
.rightbaralt a:active  {color: #FF9408; text-decoration: underline; font-size: 12px; line-height:16px; padding: 0px 0px 0px 0px;font-weight: normal;}
.rightbaralt a:hover   {color: #666666; text-decoration: underline; font-size: 12px; line-height:16px; padding: 0px 0px 0px 0px; font-weight: normal;}


.newsletter{
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height:13px;
  text-align: left;
}
.newsletter input{
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height:13px;
  text-align: left;
}
.newsletterbutton{
font-size: 10px;
color: #000000;
background-color: #FFCC00;
}

.search{
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height:12px;
  text-align: left;
}
.search input{
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height:12px;
  text-align: left;
}

/*-- Content part of the page---------------------------*/

.prop {
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: transparent;
  height: 620px;
  width: 0px;
  font-size: 0px;
  }

#centerwide {
  float: left;
  margin: 15px 0px 0px 10px;
  padding: 5px 10px 0px 10px;
  background-color: #FFFFFF;
  text-align: left;
  width: 700px;
  }

#center {
  float: left;
  margin: 15px 0px 0px 0px;
  padding: 5px 10px 0px 10px;
  background-color: #FFFFFF;
  text-align: left;
  width: 610px;
  }

#centernarrow {
  float: left;
  margin: 15px 0px 0px 0px;
  padding: 5px 10px 0px 10px;
  background-color: #FFFFFF;
  text-align: left;
  width: 545px;
  }
#centerhome {
  float: left;
  margin: 15px 0px 0px 15px;
  padding: 5px 50px 0px 10px;
  background-color: #F2F2F2;
  text-align: left;
  width: 380px;
  min-height:750px;
  }
 
.content {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  }

.content p {
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  }


.content ul {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 20px;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
    line-height: 16px;
  }

.content li {
  margin: 0px 0px 0px 20px;
  padding: 0px 0px 0px 5px;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
    line-height: 16px;
  }

.content a {}
.content a:link  { color: #333333;  text-decoration:underline;}
.content a:visited { color: #333333;  text-decoration:underline;}
.content a:active { color:#CCCCCC;  text-decoration:underline;}
.content a:hover { color: #666666;  text-decoration:underline;}

.contenttable {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  }
.contenttable td{
  vertical-align:top;
  padding: 2px 2px 2px 2px;  
}
.contenttable input{
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  }
.filterbg {
  padding: 20px 20px 0px 20px;
  height:140px;
  background: #E8E8E8;
 }
.contentwrapper {
	float:left;
	width:540px;
}
.contentleft{
	float:left;
    padding: 0px 5px 0px 0px;	
	width:265px;
}	
.contentright{
	float:right;
    padding: 0px 0px 0px 5px;	
	width:265px;
}	

.commenttext{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 14px;
  }
.commenttext a:link,.commenttext a:visited,.commenttext a:active,.commenttext a:hover{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 14px;
  }

.highlight{
padding: 5px 5px 5px 5px;
background-color:#FFCC00;
}

.consultant{
margin:15px;
}

.clients{
display: block;
padding: 5px 5px 5px 5px;
background-color:#FFFFFF;
}

.clientsalt{
display: block;
padding: 5px 5px 5px 5px;
background-color:#FFE7CB;
}

/*-- Footer part of the page---------------------------*/
.footerouter {
  clear:both;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
  width: 960px;
  background-image: url("images/footer_top.jpg");
  background-repeat: repeat-y ;
}  
.footer {
  clear:both;
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 0px 0px;
  text-align: center;
  width: 960px;
  background: transparent;
  background-image: url("images/shadow_body.jpg");
  background-repeat: repeat-y ;
  }
.footerinner{
  margin: 0px 10px 0px 10px;
  padding: 20px 0px 15px 0px;
  text-align: center;
  width: 940px;
  background: #FECA05;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  
}  
.powered {
  clear:both;
  margin: 0px 0px 0px 0px;
  padding: 0px 20px 0px 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: x-small;
  text-align: left;
  float:right;
  color: #000000;
  }
  
.powered a:link, a:visited, a:active { color: #333333; text-decoration: none; font-weight: normal;}
.powered a:hover {  color: #000000; text-decoration: underline; font-weight: normal;}

.privacy {color:#333333;
float:left;
text-align:left;
background-color:inherit;
font-weight:normal;}
.privacy a:link, a:visited, a:active { color: #333333; text-decoration: none; font-weight: normal;}
.privacy a:hover { color: #000000; text-decoration: underline; font-weight: normal;}


div#description {
  font-size: 15px;
  margin: 10px 0px 10px 10px;
  color:  #094E7C;
            }
            
            div#description a {
                color:            #094E7C;
            }
            
            .date {
				margin: 0px 0px 10px 10px;
                font:             Normal 16px Helvetica, sans-serif;
                color:            #666;
                line-height:      32px;
                height:           28px;
                padding-top:      7px;
                background:       #fff ;
                border-bottom:    dotted 1px #bbb;
                margin-bottom:    10px;
                text-transform:   uppercase;
            }
.post{
	margin: 10px 0px 10px 10px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #FFCC00;
}
            .post .link a.link {
                font:             Bold 30px Helvetica, sans-serif;
                letter-spacing:   -1px;
                color:            #ff9900;
                text-decoration:  none;
                border-bottom:    dotted 1px #ff9900;
                line-height:      36px;
            }

            .post .link .description {
                font-weight:      normal;
                font-size:        14px;
                margin-top:       5px;
            }
http://widgets.twimg.com/j/1/widget.css
/**
 * Twitter - http://www.twitter.com
 * Copyright (C) 2009 Twitter
 * Author: Dustin Diaz (dustin@twitter.com)
 *
 * V 1.0.8 Twitter search/profile widget with a variety of options to customize
*/
.twtr-widget{position:relative;font-size:12px!important;font-family:"lucida grande",lucida,tahoma,helvetica,arial,sans-serif!important;zoom:1;}.twtr-fullscreen{font-size:220%!important;}.twtr-fullscreen .twtr-new-results{display:none!important;}.twtr-widget .twtr-spinner{width:14px;height:14px;position:absolute;background:url(http://widgets.twimg.com/j/1/spinner.gif) no-repeat;top:3px;right:3px;}.twtr-inactive{display:none;}.twtr-widget a img{border:0!important;}.twtr-doc{overflow:hidden;width:100%;text-align:left;font-weight:normal;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}.twtr-bd{padding:0 1px;}.twtr-widget .twtr-tweet-wrap{padding:6px 8px;overflow:hidden;zoom:1;}.twtr-fullscreen .twtr-tweet-wrap{padding:20px;}.twtr-widget .twtr-tweet{border-bottom:1px dotted #ddd;overflow:hidden;zoom:1;}.twtr-widget .twtr-tweet a.twtr-reply{visibility:hidden;}* html .twtr-widget .twtr-tweet a.twtr-reply{visibility:visible;}.twtr-widget .twtr-tweet:hover a.twtr-reply{visibility:visible;}.twtr-widget-profile img.twtr-profile-img{display:block;float:left;width:31px;height:31px;border:0!important;}.twtr-widget h3,.twtr-widget h4,.twtr-widget p{margin:0!important;padding:0!important;line-height:1.2!important;width:auto!important;}.twtr-widget-profile h3,.twtr-widget-profile h4{margin:0 0 0 40px!important;}.twtr-widget h3{font-size:11px!important;font-weight:normal!important;}.twtr-widget h4{font-size:16px!important;}.twtr-widget i,.twtr-widget .twtr-new-results{font-size:9px;font-style:normal;display:block;margin-top:2px;zoom:1;}.twtr-widget .twtr-new-results{text-align:center;padding:3px;margin:0 auto -10px auto;display:block;position:relative;bottom:5px;}.twtr-results-inner{line-height:1;font-size:100%;padding:4px 0;position:relative;bottom:-2px;width:40%;margin:0 auto;z-index:2;text-align:center;}.twtr-results-hr{width:100%;position:relative;z-index:1;height:1px;border-bottom:1px dotted #ddd;bottom:7px;background:none;overflow:hidden;}.twtr-new-results span{position:relative;z-index:3;top:-14px;display:block;font-size:9px!important;}.twtr-hd{padding:10px;position:relative;zoom:1;overflow:hidden;}.twtr-fullscreen .twtr-hd{height:0;padding:0;}.twtr-timeline{-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;position:relative;overflow:hidden;z-index:2;height:225px;}.twtr-flat .twtr-timeline{overflow-x:hidden;overflow-y:scroll;}.twtr-widget .twtr-tweet:last-child{border-bottom-width:0;}.twtr-ft{position:relative;}.twtr-ft div{overflow:hidden;padding:10px;zoom:1;}.twtr-ft span{float:right;text-align:right;}.twtr-ft a{float:left;display:block;}.twtr-ft span a{float:none;}.twtr-avatar{width:40px;height:40px;float:left;overflow:hidden;display:block;}.twtr-fullscreen .twtr-avatar{width:80px;height:80px;}.twtr-img{height:25px;width:25px;}.twtr-img img{width:30px;height:30px;}.twtr-fullscreen .twtr-img img{width:72px;height:72px;}.twtr-fullscreen a.twtr-join-conv{display:none;}.twtr-tweet-text{margin-left:40px;}.twtr-fullscreen .twtr-tweet-text{margin-left:90px;}.twtr-doc a{text-decoration:none!important;}.twtr-doc a:hover{text-decoration:underline!important;}

/* Override */
.content h3  a      { }
.content h3  a:link         { color: #333333;  font-weight: bold; text-decoration:none;}
.content h3  a:visited { color: #333333;  font-weight: bold; text-decoration:none;}
.content h3  a:active    { color: #333333;  font-weight: bold; text-decoration:none;}
.content h3  a:hover      { color: #FF9408;  font-weight: bold; text-decoration:none;}

.imageleft{
	float: left;
	padding: 0px 10px 0px 0px;
}	
/*##############################  FORMAT HOME PAGE CONTENT  ################################################################*/
#centerhome h2 { font-family:Arial, Helvetica, sans-serif; font-size:16px; }
#centerhome p { text-align:left;}*/
#centerhome ul,#centerhome li {text-align:left;}
.headinghome{height:110px;}
.headinghome h1 {  font-family: Arial, Helvetica, sans-serif; size: 25px; color: #666666;}
/* CSS For Tumblog  */

#posts{
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 0px 50px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: x-small;
  text-align: left;
  float:right;
  color: #000000;
  background: #FFFFCC;
  }
  
.date{
  float:right;
  color: #000000;
  background: #FFFFCC;
}  

