/********************************************
   AUTHOR:  			Isao
   WEBSITE:   			http://www.nextdesign.com/
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #F4F2ED;
	font:12px/1.6em Verdana,Helvetica,Arial,Geneva,Helvetica,sans-serif;
	color: #555; 
	text-align: center;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #2180BC;
	background: inherit;
}
a:hover {
	color: #ccc;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;	 		
}
h1 {
	font-size: 150%;	
	font-weight: normal;
	color: #047CEA;
}
h2 {
	font-size: 140%;
	text-transform: uppercase;
	color: #047CEA;
}
h3 {
	font-size: 120%;
	color: #5D6F73; 
}

/* images */
img, div, .pngfix, input 
    {
    behavior: url("/iepngfix.htc");
    border:0px;
    }
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}
.noborderimg
{
    border: 0px solid #E5E5E5;
	padding: 0px;    
}
#processd img .noborderimg 
{
    border: 0px solid #E5E5E5;
	padding: 0px;    
}
h1, h2, h3, p {
	padding-top: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

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: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #fff;
}
th {
	background: #93BC0C;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
}
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 #f2f2f2; 
	background-color: #FAFAFA; 	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	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;
	border: none;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 5px 0 15px 0;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 120px;
	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;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 1000px;
	background: #fff ;
	margin: 10px auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 1000px;
	padding: 0; 
	margin: 0px auto;
}
#HeaderLogo
{
   width:246px;
   height:106px;
   position: relative;
   padding:0px;
   cursor: pointer;
   behavior: url("/iepngfix.htc");
}


#PageTitle {
   background: url(/images/header/title.png) no-repeat;
   behavior: url("/iepngfix.htc");
  line-height: 0.8em !important;
  line-height: 1em; 
  position: absolute;
  width:265px;
  height:32px;
  top: 118px; 
  right: 0px;
}
#PageTitle p#pagename
{
	position: absolute;
	margin: 0;
	padding: 0;
	text-align:center;
	font: normal 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	width:240px;
	 text-transform: capitalize;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 10px;
	left: 20px;
}
/* header links */
#header #header-links {
	position: absolute;
	top: 5px; right: 20px;	
	color: #ccc;
  font: 400 1.1em arial, sans-serif;
  letter-spacing: 0.1em;
  line-height: 0.8em !important;
  line-height: 1em;
}
#header #header-links a {	
	color: #fff;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #666666;	
}
* {padding:0; margin:0}

.dropdown {float:left;
        position:relative; 
        padding-right:5px;
        z-index:100;
        }
.dropdown dt {
        padding-left:20px;
        padding-right:20px;
        color:#fff;
        text-algin:left;
        cursor:pointer;
        z-index:100;
        }
.dropdown dt:hover {
        background:#aaa; 
        z-index:100;
        }
.dropdown dd {
        position:absolute; 
        margin:0px; 
        background:#515658;
        overflow:hidden; 
        display:none; 
        width:200px;
        z-index:200; 
        opacity:0;
    }
.dropdown ul 
    {
        float: left;
	    list-style: none;
	    margin:0 0px; 
	    padding:0px;
        }
.dropdown li {
        margin:0px;
        padding:0px;
        display:inline
        }
.dropdown a, .dropdown a:active, .dropdown a:visited {
        width:200px;
        display:block; 
        margin:0px; 
        color:#fff; 
        padding:3px;
        text-decoration:none; 
        z-index:100;
        }
.dropdown a:hover {
        width:200px;
        margin:0px; 
        padding:3px;
        background:#7f7f7f;
        color:#fff;
        z-index:100;
        }
.dropdown .underline {
        border-bottom:1px solid #ccc;
        }	
/* Menu */


/* Main Column */
#main {
	float: right;
	width: 619px;
	padding: 0; 
	display: inline;
    background-repeat: no-repeat;
    /*background-attachment:fixed; */
    background-position: bottom center;
    z-index:0;
}

#main h1 {
	margin-top: 10px;
	font: Bold 140% 'Trebuchet MS', Tahoma, Sans-serif;
	color: #024594; 
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	text-transform: none;
}
#main h2 {
	margin-top: 10px;
	font: Bold 140% 'Trebuchet MS', Tahoma, Sans-serif;
	color: #536C71; 
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	text-transform: none;
}
#main p {
	font: 1em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #555; 
	padding: 5px 0 5px 25px; 
	text-transform: none;
}
#main h2 a {
	background: none;
	color: #0066CB;
	text-decoration: none;
}

#main ul li {
	list-style-image: url(bullet.gif);
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 10px 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* Sidebar */	
#sidebar {
	float: left;
	width:190px;
	height:100%;
	padding: 0; 
	margin: 0;	
	color: #fff;	
	background-color:#8997ab;
	z-index:0;
}	
#leftColumn
{
    width:180px;
    padding:0;
    margin:0 auto;
}
#leftColumn h3
{
    margin:0 0 0 5px;
}
ul.submenu {
  margin: 0 0 20px 0;
  padding: 0;
}

ul.submenu li{
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.submenu li a {
  display: block;
  height: auto !important;

  /* Start hide from IE Mac \*/
  height: 1%;
  /* End hide from IE Mac */
  padding: 1px 5px 1px 20px;
}

ul.submenu li a {
  color: #426F85;
}

ul.submenu a:hover {
  color: #426F85;
}


/* Footer */	
#footer {
	color: #fff;
    background: #49525B url(/images/bg/footer.jpg) no-repeat top left;
	clear: both;
	width: 1000px;
	height: 100px;
	text-align: center;	
	font-size: 92%;	
}
#footer a 
{
    color:#fff;
    /*color: #0066CB;*/
	text-decoration: none; 
}
#footer a:hover {
  color: #ccc;
}
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
#Leftmain
{
 float:left;
 width:809px;
 position: relative;
 margin: 0;
 padding: 0;
 z-index:0;
}
#Rightmain
{
 float:right;
	position: relative;
	margin: 0;
	padding: 0;
 background:#ccc;
 width:190px;   
 z-index:0;
}
#Sponsors
{
    width:180px;
    margin: 20px auto;
}
/**************************************************************
   Form Elements
 **************************************************************/

form {
  padding: 0;
  margin: 0;
}

/* If you're finding the input elements get pushed down, increase the width */
label {
  float: left;
  width: 25%;
  vertical-align: top;
  color: #555;
}

input,
textarea,
select {
  padding: 1px;
  font: 400 1em verdana, sans-serif;
  color: #999;
  background: #EEE;
  border: 1px solid #CCC;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #E7F1F3;
  border: 1px solid #888;
}

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}

input.button {
  padding: 2px 5px;

  font: 400 0.9em verdana, serif;
  cursor: pointer;

  color: #fff;
  background: #4A5C6A;
  border-width: 1px;
  border-style: solid;
  border-color: #728594 #4A5C6A #4A5C6A #728594;
}

input.radio {
  background: none;
  border: 0px;
}
/* ----------- My Form ----------- */
.myform{
margin:0 auto;
width:550px;
padding:14px;
}

/* ----------- stylized ----------- */
#stylized{
}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
color:#666666;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:150px;
float:left;
}
#stylized p{
display:block;
font-weight:bold;
width:500px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:150px;
}
#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}
#stylized select{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:250px;
margin:2px 0 20px 10px;
}
#stylized textarea{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:250px;
margin:2px 0 20px 10px;
}
#stylized button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background:#666666 url(img/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}
/*Modify attributes of #contentwrapper below as desired*/
#Newswrapper{
width: 170px;
height: 200px;
margin:10px 0 0 0;
background-color: #8997ab;
padding: 5px;
}

.billcontent{
width: 100%;
display:block;
}
