/* Start of CMSMS style sheet 'style' */
/********************************************
   AUTHOR:  			Intesols 
   WEBSITE:   			http://www.intesols.com.au/
	LAST MODIFIED:    Feb-16-2009       	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* ToElements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #c0c0c0;
	font: 11px Tahoma, arial, sans-serif;
	color: #666666; 
	text-align: center;
	margin: 0px 0;
}

/* links */
a, a:visited {	
	color: #3c5773;
	background: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 		
}
h1, h2, h3, p {
	padding: 5px 10px 5px 0px;		
	margin: 0;
}
h1 {
	font-size: 25px;	
	font-weight: normal;
	color: #708498;
	background:url(../images/header_bullet.gif) no-repeat 0% 50%;
	padding-left:30px;
}
h2 {
	font-size: 190%;
	text-transform: uppercase;
	color: #88ac0b;
        font-weight: normal;
}
h3 {
	font-size: 130%;	
}

ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
ul {
	list-style: square;
}


hr {
border:0px;
border-top:1px solid #617F9D;
}

dfn {
display:none;
}

/* images */
a img {
 border:0px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: url(images/post.jpg);
	border: 1px solid #E0DBC9;  
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	margin: 0px;
 	padding: 0 0 0 15px;  
   background: url(images/post.jpg);
	border: 1px solid #E0DBC9;
	font: bold 15px 'Trebuchet MS', Tahoma, Sans-serif;
	color: #A89A6A;
}


/* start - table */
table {
	border-collapse: collapse;
	margin: 0px;	

}
th strong {
	color: #fff;
}
th {
	background: #93BC0C url(images/nav.jpg) repeat-x;
	height: 29px;
	padding-left: 5px;
	padding-right: 5px;
	color: #FFF;
	text-align: left;
	border-left: 0px solid #B6D59A;
	border-bottom: solid 0px #FFF;
}
tr {
	height: 30px;
}
td {
	padding-left: 5px;
	padding-right: 5px;
	border-left: 0px solid #E8E8E8;
	border-bottom: 0px solid #DFDFDF;
             vertical-align:top;

}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #D5D5D5; 
	background-color: #DFDFDF; 	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}

select, input {
	padding:2px;
	border:1px solid #3c5773;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:380px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C url(images/nav.jpg) repeat-x 0 0;
	border: none;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	float: left;	
	width: 1000px;	
	padding: 0; 		
	margin-left: 0px;	
	display: inline;
	background: #FFF url(../images/main_bg.gif) repeat-y;	
        z-index:-999;
}
#header {
	position: relative;
	height: 117px;
	background: #3f5c7a url(../images/header_bg.jpg) repeat-x;	
	padding: 0px 0px 0px 50px;	
	margin:0px;
	color: #FFF;	
}
/* header links */
#header #header-links {
	position: absolute;
	top: 10px; right: 20px;	
	color: #67b2ff;
color: #FFFFFF;
	font-size: 11px;	
text-align:right;
border:0px solid black;
}
#header #header-links a {	
	color: #67b2ff;
color: #FFFFFF;
	text-decoration: none;	
}
#header #header-links a:hover {
	text-decoration: underline;	
		
}

/* header-photo */
#header-photo {
	clear: both;
	height: 196px;
	width: 1000px;
	margin: 0 auto;
}


/* search form */
.searchform form{
	background-color: transparent;
	border: none;	
	margin: 0px 0px 0px 0px; padding: 100px 0 10px 570px;	
	width: 220px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input { 
	width: 130px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
        color: #FFF;
}



/* Main Column */
#main {
	float: left;
	width: 625px;
	padding: 10px 0 20px 65px;
	margin: 0 0 0 0px;
}

#main.large{
        width: 95%;
}
#main h2 {
	font: normal 1.5em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #85970C; 
	text-transform: none;
	padding: 10px 0 0px 0px; 			
}
#main h2 a {
	color: #85970C;
	text-decoration: none;	
}
#main ul, #main ul li {
	list-style-type:square;
margin-bottom:3px;
}

#main table tr td ul {
margin:5px 0px 0px 15px;
font-size:13px;
padding:0px
}

#main table tr td ul li{

}

#main table tr td {
text-align:left;
}

/* Sidebar */	
#sidebar {
	float: right;
	width: 27.5%;
	padding: 20px 10px 0px 0px; 
        margin: 0px;		
}	
#sidebar h3{
	padding: 5px 0px; 
	font: bold 1.3em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #8C9F0D; 		
}
#sidebar ul {
	text-align: left;
	margin: 7px 4px 8px 0px;
	list-style-type: square;
}
#sidebar ul li {
	list-style-type: square;
	padding: 4px 0 4px 0px;
	margin: 0 0px;		
	color: #8F8F8F;
}
* html body #sidebar ul li {
	height: 1%;
}
#sidebar ul li a {
	text-decoration: none;	
	background-image: none;	
	color: #666666;			
}
#sidebar ul li a:hover {	
	color: #1773BC;	
}
#sidebar ul ul { margin: 0 0 0 15px; padding: 0; }
#sidebar ul ul li { background: none; }

/* footer */
#footer-wrap {
	clear: both;
        color:#FFF;
	font-size: 95%;	
	text-align: left;
	border-top:5px solid #617f9d;
	background:#3a546f;
	height:40px;
	padding: 5px 0px 0px 65px;
}
#footer-wrap a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap p {
	padding:10px 0;

}


form {
background:none;
border:0px;
margin:0px;
}

form#login {
margin-top:20px;
}


table.client tr td{
border:0px;
margin:0px;
paddding:0px;
}

span.textbox input {
width:80px;
height:15px;
padding:0px;
}

input.button {
height:17px;
}
/* End of 'style' */

