/* CSS Document */

* {margin:0; padding:0;}
 
body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background: #999;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: #000;
}
.thrColFixHdr #container { 
	width: 1024px; 
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	background-image:url(images/headerbg.gif);
	background-repeat:no-repeat;
	height:270px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:10px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	border-left:#99cc66 1px solid; border-bottom:#99cc66 1px solid; border-top:#99cc66 1px solid;
	padding: 0px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent { 
	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #EBEBEB;
	border-top: #666 thin solid;
} 
.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 */
	font-size:11px;
	text-align:center;
}

.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;
}

img {border:#99cc66 thin solid;}
img.noborder {border: none;}

a:link {color:#090; text-decoration:underline;}
a:hover {color:#0F0; text-decoration:underline;}
a:visited {color: #060; text-decoration:underline;}
a:link img {text-decoration:none; border: #99cc66 thin solid;}
a:link img.noborder {border: none;}

h1 {color:#666; font-size:24px; padding-top:5px; padding-bottom:20px;}
h2 {color:#666; font-size:20px; padding-top:5px; padding-bottom:20px;}
h3 {color:#663399; padding-top:10px; padding-bottom:20px;}

p { text-align: left; padding-top:10px; padding-bottom:10px;} 
p.colour { color:#663399; font-weight:bold; padding-top:10px; padding-bottom:10px;}

ul {padding-bottom:20px;}
ul.bullet {padding-bottom:20px; list-style: disc; list-style-position:outside; font-size:13px; font-weight:bold; color: #663399; margin-left:15px;}
ol {text-indent:30px; padding:5px;}
ol.terms {text-indent:0px; list-style-type:none;}
ol.terms li {padding-bottom:5px;}

li.bullet {list-style: disc; list-style-position:outside; font-size:13px; font-weight:bold; color: #663399; margin-left:15px; padding:5px;}
li.circle {list-style: circle; list-style-position:outside; font-size:13px; font-weight:bold; color: #663399; margin-left:15px; padding:5px;}
li.menu {padding:0px;}
li{padding:5px;}

table.portfolio {border:#999 thin solid; margin-bottom:20px;}
table.quotation {border:#99cc66 thin solid; margin-bottom:20px;}

td {vertical-align: top;}

div.hr {
  height: 15px;
  background: #fff url(images/ruler.png) no-repeat scroll center;
}
div.hr hr {
  display: none;
}

/*navigation*/

.navigation
{
	width:550px;
	top:200px;
	left:453px;
	position: relative;
	float:left;
	background-color: #99cc66;
	border-left:#090 1px solid;
	border-top:#090 1px solid;
	border-bottom:#090 1px solid;
}

.navigation ul
{
	margin:0px;
	padding-top:10px;
	padding-bottom:10px;
	list-style-type:none;
}

.navigation li
{
	margin:0px;
	padding:5px 20px 5px;
	display:inline;
	list-style-type:none;
	width:100px;
}

.navigation a, .navigation li, navigation p
{
	font-weight:bold;
	font-size:14px;
	color:#333;
	display:inline;
	text-decoration:none;
}

.navigation li a:hover
{ font-weight:bold; color: #fff;}



/*side menu*/

.arrowsidemenu{
	width: 190px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border: 1px;
}
	
.arrowsidemenu div a{ /*header bar links*/
	font: bold 12px Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(images/arrowgreen.gif) 100% 0;
  height: 24px; /*Set to height of bg image-padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image-padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}
	
.arrowsidemenu div a:link, .arrowsidemenu div a:visited{
	color: #000;
}

.arrowsidemenu div a:hover{
	background-position: 100% -32px;
}

.arrowsidemenu div.unselected a{ /*header that's currently not selected*/
	color: #000;
}

	
.arrowsidemenu div.selected a{ /*header that's currently selected*/
	color: #fff;
	background-position: 100% -64px !important;
}

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

.arrowsidemenu ul li{
	border-bottom: 1px solid #a1c67b;
}


.arrowsidemenu ul li a{ /*sub menu links*/
	display: block;
	font: normal 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: black;
	padding: 5px 0;
	padding-left: 10px;
	border-left: 10px double #a1c67b;
}

.arrowsidemenu ul li a:hover{
	background: #d5e5c1;
}


/*form style*/

input:focus, select:focus, textarea:focus {background-color:#CCF; color:#333;}
label { cursor: pointer; }

input.submit 
{
margin-top:10px;
border: outset thin #CCC;
background:#99cc66;
color:#FFF;
font-weight:bold;
font-size:14px;
} 
input
{
color:#663399;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
background: #fff;
}

textarea 
{
color: #663399;
background: #fff;
border: 1px solid #99cc66
}

select
{
color: #666666;
background: #CCC;
border: 1px solid #99cc66
}

fieldset {padding:5px; border: thin solid #99cc66;}

/*print only*/
ol.print { font-family:"Times New Roman", Times, serif; font-size:14px; text-align:left; text-indent:0px; list-style-type:none;}
ol.print li {padding-bottom:5px;}
h1.print {font-family:"Times New Roman", Serif; font-size:18px; color:#000000; letter-spacing:0px; text-align:left;}
p.print {font-family:"Times New Roman", Serif; font-size:14px; color:#000000; letter-spacing:0px; text-align:left;}

a.print {font-family:"Times New Roman", Serif; font-size:14px; color : #0000ff; letter-spacing:0px; text-decoration:underline}


a.article_image, a.article_image:link, a.article_image:visited {  
       background: #eaeaea;  
       padding: 3px;  
       border: solid 1px #d6d6d6;  
       text-align: center;  
       display: block;  
}  
   
a.article_image:hover, a.article_image:active {  
 	    background: #ddd;  
}  
a.article_image img {  
       display: inline;  
       border: none;  
      border: solid 1px #d6d6d6;  
}  

.fltrt { 
	float: right;
	margin-left: 8px;
	margin-right:30px;
}
.fltlft { 
	float: left;
	margin-right: 30px;
}
.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;
}