/*Design By: www.pxdev.com | pxdev technologies */
body {
	background: #fff url('../images/bg_b.gif') repeat-x;
	color: #333;
	margin: 0;
	padding: 0;
	font-style:normal; font-variant:normal; font-weight:normal; line-height:1.5em; font-size:16px; font-family:Trebuchet MS, arial, helvetica, verdana, sans-serif

}

#header {
	height: 90px;
}

#headline1 { 
	padding: 21px 0 35px 0;
}

#headline1 .title {
	font: normal 35px/35px  Trebuchet MS, Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-left: 20px; 
	margin-bottom: 4px; 
}

* html #headline1 .title {
	margin-bottom: 0; 
}

#headline1 .title em { 
	color: #FFFFFF; 
	font: bold 15px/15px Trebuchet MS, arial verdana, helvetica, sans-serif;
	padding-right: 6px;
}

#headline1 span.subtitle { 
	color: #fff;
	font: 8px       MS Sans Serif, Trebuchet MS, arial verdana, helvetica, sans-serif;
    font-style: normal;
	letter-spacing: 2px;
    margin: 25px;

	text-transform: uppercase;
}
#headline1 a {
	text-decoration: none;
}
#footer {
	border-top: 1px solid #ccc;
	background: #fff url('../images/stripe.png') repeat-x;
	border-bottom: 0px solid #ccc;
	clear: left;
	font-size: 75%; 
	letter-spacing: 1px;
	margin: 15px 0 15px 0;
	width: 100%;
	text-align: center;
	padding: 10px 0 5px 0;
}

:link, :visited { text-decoration:none }

ul, ol, li, h1, h2, h3, h4, h5, h6, form, body, html {
	margin:0; 
	padding:0;
}

#maincolumn ul {
	margin-left: 20px;
	padding-left: 0;
	list-style: none;
}

#maincolumn li { 
	padding-left: 18px;
	background: url('../images/list.png') no-repeat 0% .5em;
}

a, a:link, a:visited {
	font-weight: bold;
	color: #97AD4B;
	letter-spacing: 1px;
	outline: none;
	text-decoration: underline;
}

a:hover {
	color: #48399E;
	text-decoration: none;
}

#maincolumn a, #maincolumn a:link, #maincolumn a:visited {
	color: #48399E;
}

#maincolumn a:hover {
	color: #669933;
}

a img, :link img, :visited img {
	border: none;
}

h1, h2, h3, h4 {
	font-family: Trebuchet MS, arial, helvetica, verdana, sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
}

h1 {
	font-size: 218%;
}

h2 {
	font-size: 164%;
}

h3 {
	color: #97AD4B;
	font-size: 145%;
}

h4 {
	color: #669933;
	font-size: 118%;
	font-weight: bold;
}

#navtop, #maincolumn, #leftcolumn, #rightcolumn  {
	font-size: 85%;
}

#maincolumn p, #leftcolumn p, #rightcolumn p  {
	margin-bottom: 18px;
}

blockquote {
	background-color: #f4f4f4;
	padding: 5px 10px 5px 10px;
	margin: 15px 40px 15px 20px;
	border-left: 5px solid #ccc;
	border-right: 5px solid #ccc;
	font-style: italic;
	letter-spacing: 1px;
}

img {
	border-top: 0px solid #f4f4f4;
	border-right: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	border-left: 0px solid #f4f4f4;
	padding: 4px;
}

hr {
	clear: both; 
	border: 0px none; 
	height: 1px; 
	color: #97AD4B; 
	background-color: #ccc; 
	margin: 0
}

fieldset {
	border: 1px solid #ccc;
	color: #333;
	font-size: 90%; 
	line-height: 1.4em;
	padding: 5px;
	margin: 0 0 15px 2px;
	width: 170px;
}

legend {	
	color: #97AD4B;
	font-weight: bold;

}

/***** GLOBAL CLASSES *****/

b, strong		{ letter-spacing: 1px; }

.clear, p 		{ clear: both; }

.img-left 		{ float:left; margin: 6px 10px 15px 0; }
.img-right 		{ float: right; margin: 6px 0 15px 10px; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 	{ text-align: left; }
.text-right 	{ text-align: right; }
.text-center 	{ text-align: center; }
.text-justify 	{ text-align: justify; }
.textsmall		{ font-size: 80%; line-height: 1.4em;  color:#CCCCCC; }
.textblue		{ color:#97AD4B;
						font-weight: bold;
						text-decoration: underline;
						}

.underline 		{ border-bottom: 1px solid #333; }
.highlight 		{ background: #ffc; }

/* LAYOUT */ 

#maincontainer {
	width: 850px;
	margin: 0 auto;

}

#contentwrapper {
	float: left;
	width: 100%;
}

#maincolumn {
	margin-top: 12px;
	margin-left: 200px;
}

.text {
	margin: 0 0 15px 15px;
}

#leftcolumn {
	margin-top: 15px;
	float: left;
	width: 150px;
	margin-left: -850px;
}
#leftcolumn td{
	border-bottom: 1px dotted;
	font-size: 13px;

}

* html #leftcolumn { margin-top: 13px; }
* html #maincolumn { margin-top: 19px; }

/* NAVIGATION */

/***** NAVIGATION TOP *****/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#navtoplist {
	padding: 0;
	width: 100%;
	background: transparent;
	voice-family: "\"}\"";
}

#navtoplist ul {
	font: bold 13px arial;
	margin: 0;
	margin-left: 20px;
	padding: 0;
	list-style: none;
}

#navtoplist li {
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
}

#navtoplist a, #navtoplist a:link, #navtoplist a:visited {
	float: left;
	display: block;
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
	background: #333 url('../images/button.png') repeat-x;
	border-bottom: 0px solid #97AD4B; margin-left:0; margin-right:1px; margin-top:0; margin-bottom:0; padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:5px
}

#navtoplist a:hover{
	background: #97AD4B;
}

#navtoplist #current a {
	background: #97AD4B url('../images/button_current.png') repeat-x;
	border-color: #97AD4B
}

#navtoplistline {
	clear: both;
	padding: 0;
	width: 100%;
	height: 5px;
	line-height: 5px;
	background: #97AD4B;
	margin-bottom: 5px; 
}

/***** NAVIGATION MAIN *****/

#navmainlist {
	padding: 0;
	margin: 0 0 0 0;
	width: 200px;
}

#navmainlist li {
	list-style: none;
	margin: 0;
	line-height: 2em;
}

#navmainlist li a, #navmainlist li a:link, #navmainlist li a:visited {
	font-weight: bold;
	width: 100%;
	display: block;
	outline: none;
	text-decoration: none; 
	text-indent: 20px;
}

#navmainlist li a:hover {
	color: #ffffff;
	background-color: #97AD4B;
	text-decoration: none;
}

#navmainlistline {
	clear: both;
	padding:0;
	width: 100%;
	height: 0px;
	line-height: 0px;
	background: #ccc;
	margin: 2px 0 15px 0;
}

/***** NAVIGATION WEBLINKS *****/

#weblinks li
{
	font-size: 90%;
	list-style: none;
	margin-left: 5px;
}

#weblinks a, #weblinks a:link, #weblinks a:visited
{
	color: #999;
}

#weblinks a:hover
{
	color: #ccc;
}


/*********************************** forms *****************************************/

#form label {
	font-weight: bold;
	font-size:12px;
}

#form input {
  width:150px;
  height: 20px;
  font-size: 14px;
    color:#000000;
}
#form select{
  width:200px;
  height: 25px;
  font-size: 14px;
}
#form input, textarea, select {
  border:1px dotted #CCCCCC;
  padding:1px;
  margin-top:1px
}

#form input.checkbox {
  width:15px;
  background:none;
  border:0px none;
}

#form input.radio_button {
  width:15px;
  background:none;
  border:0px none;
}

#form input.small, select.small {
  width:50px;
}

#form input.large, select.large {
  width:200px;
}

#form input.extra_large, select.extra_large {
  width:300px;
}

#form input:hover, textarea:hover, select:hover {
  border:2px solid #97AD4B;
}

#form input:active, textarea:active, select:active {
  border:2px solid #97AD4B;
}
#form input:focus, textarea:focus, select:focus {
  border:2px solid #97AD4B;
}
#form input.submit {
  background:#ffffff url('../images/button_current.png') repeat-x;
  width:70px;
  color:#ffffff;
  height: 25px
}

#form input.submit:hover {
  
  cursor: pointer;
}

#form input.securitycode {
  width:60px;
  text-transform: uppercase;
}

#form textarea {
  width:200px;
  height: 200px;
}

#form textarea.deep {
  height:350px;
}

#form textarea.shallow {
  height:50px;
}

#form fieldset {
  width: 250px;
  padding:10%;
  border:1px solid #e3e3e3;
  margin:auto;
  margin-bottom: 5px;
  display: block;
}
#form fieldset img {
border:0px none;
}

#form legend {
  font-weight:bold;
  font-size: 120%;
  letter-spacing: 2px;
  color:#666666;


}

/*my account section */

#myaccount p.reflink{
    border:  dotted 1px;
    font-size: small;
	margin: auto;
	width: 90%;
	padding: 4px;
	margin-top: 20px;
    cursor: text;
}

#myaccount table{
	border: 1px ;
	margin: auto;
	width: 150px;
	margin-top: 10px;
}

#myaccount p.links{
	border: 1px ;
	margin: auto;
	width: 150px;
	padding: 1px;
	margin-bottom: 1px;
	margin-right: 10px;
}
#myaccount p.links:hover{
	border: 1px #97AD4B;
	background-color: #F7F7F7;
}

#myaccount a.links{
	color: #000000;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: normal;
	text-decoration: none;
	text-transform: none;
	word-spacing: normal;
}
#myaccount a.links:hover{
	color: #000000;
}

#tables tr{
	background-color: #ffffff;

}

#tables tr:hover{
	background-color: #F2F5E9;

}
#tables th.top{
	background: #F8F8F8;
    font-size: small;
    color: #454343;
	margin: auto;
	padding: 5px;
	margin-top: 20px;
	text-align: left;

}
#tables td{
	border-bottom: 1px dotted #F3F3F3;
	border-left: 1px dotted #F3F3F3;
	border-right: 1px dotted #F3F3F3;
}
.warning{
	border: 1px dotted #CC0000;
	margin: auto;
	width: 80%;
	padding: 5px;
	margin-top: 20px;
	text-align: center;
}



