/* global
----------------------------------------------- */
html {height:100%;}
body {
	margin:0 auto;
	background:url(666ddd.gif) top left repeat-x #ddd;
	font-family: verdana, arial, sans-serif;
	text-align: center;
	font-size: 14px;
	height:100%;
}

a {
	color:#666;
	text-decoration:underline;
}

.small {
	font-size:10px;
}
img {
	margin:0;
	border:0;
	padding:0;
}
br {margin:0px;}

div.clear {
	clear:both;
	heights:10px;
	border:0px dashed red;
	padding-bottom:2em; /* buffer for footer */
}

#buffer {
	padding-bottom:2em; /* buffer for footer */
}

hr {
	display:none;
}

p {
	margin:0 0 10px 0;
	padding:0px;
	border:0px dashed red;
}

ul {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}

li {
  margin:0;
  padding:2px 5px;
  border-bottom:0px dashed #ccc;
}

li.last {
	border:0;
}

div.verdana {font-family:verdana;margin:10px;}
div.arial {font-family:arial;margin:10px;}
div.helvetica {font-family:helvetica;margin:10px;}
div.helvetica {font-family:"trebuchet ms";margin:10px;}
span.error {
	color:#900;
	font-weight:bold;
	margin-right:10px;
}
form {
	margin:0;
}
tables {background:#fff;padding:0;border-collapse:collapse;}


/* page structure
----------------------------------------------- */

#container {
	position:relative;
	width:760px;
	margin:0 auto 0px auto;
	padding:0;
	color: #666;
	text-align:left;
	border: 0px solid green;
	background:#fff;
	min-height:100%;
}

}
* html #container {
	height:100%;
}

#header {
	padding:2px 10px;
	background:url(header.gif) top left #fcf;
	font-weight:bold;
	font-size:24px;
	color:#999;
}

#header table {
	width:100%;
}

#header span {
	font-size:64px;
	color:#f9f;
	margin:0;
}

#header td {
	vertical-align:bottom;
}

#banner {
	background: url(images/banner.jpg) no-repeat top left;
	height:75px;
}

#login {
	border-bottom:2px solid #999;
	padding:0px;
	text-align:right;
	background:#ccf;
}

#sidebar {
	background:url(sunflower4.jpg) top left no-repeat #fff;
	display:inline;
	float:left;
	height:223px;
	padding:0px;
	width:226px;
	margin:10px 0 10px 10px;
	font-size:12px;
	borders:2px solid #9c6;
}



#main2 {
	background:#fff;
	padding:5px;
}

#main {
	margin:10px 10px 10px 240px;
	background:#ffc;
	displays:inline;
	floats:right;
	widths:480px;
	height:1%; /* fix for ie 3px margin bug */
	padding:5px;
	borders:1px dashed blue;
}

#footer {
	position:relative;

	width:760px;
	height:2em;
	margin:-2em auto 0 auto;
	text-align:right;
	font-weight:bold;
	padding:0;

}

#footer div {
	border-top:5px solid #9c6;
	padding:0 10px;

}

/* content
----------------------------------------------- */

.topcorner {
	background: url(20px666tr.gif) no-repeat top right #fff;
	height:10px;
}
.topcorner div {
	background: url(20px666tl.gif) no-repeat top left;
	height:10px;
}



/* header
----------------------------------------------- */



/* navbar
----------------------------------------------- */

#navbar {
	background:#c6c;
	padding:5px 10px;
	margin:0px;
	text-align:center;
	border-bottom:5px solid #9c6;
}

#navbar a {
	color:#fff;
	padding:5px 10px;
	text-decoration:none;
	font-weight:bold;
}

#navbar a:hover {
	color:#c6c;
	background-color:#fcf;
}

#navbar a.selected {
	color:#c6c;
	background-color:#fcf;
}


/* sidebar
----------------------------------------------- */

#sidebar h3 {
    padding:1px 10px;
    margin:0;
    color: #666;
    background: #ccf;
    font-weight:bold;
	font-size:12px;
}


#sidebar .box {
	padding:0px;
	border:0px solid #ccf;
	background:#fff;
	margin:0 0 10px 0;
	overflows:hidden;
}


#sidebar a.selected {
	text-decoration:none;
	font-weight:bold;
}

/* main
----------------------------------------------- */

#main .box {
	background:#fff;
	padding:0px;
	margin:0 0 10px 0;
	border:1px solid #cc9;
}

#main .box-scroll {
	background:#fff;
	padding:0 10px;
	margin:0 0 10px 0;
	border:1px solid #cc9;
	height:250px;
	overflow:auto;
}


div.feature {
	background:url(abctl.gif) top left no-repeat #fff;
	margin:0 0 10px 0;
	colors:#fff;
	width:100%; /* ie bug fix for nested div */
}

div.feature div {
	background:url(abctr.gif) top right no-repeat;
}

div.feature div div {
	background:url(abcbl.gif) bottom left no-repeat;
}

div.feature div div div {
	background:url(abcbr.gif) bottom right no-repeat;

}

#main h3 {
	background:url(cc9tl.gif) top left no-repeat #cc9;
    padding:1px 10px;
    margin:0;
    color: #fff;
    font-weight:bold;
	font-size:14px;
}


/* footer
----------------------------------------------- */

#footer a {
	text-decoration:none;
}

/* images
----------------------------------------------- */

div.partners {
	padding:0px;
	border:1px solid #ccf;
	background:#fff;
	margin:0 0 10px 0;
	background:url(images/partners540.jpg) top center no-repeat;
	height:240px;
}

#contact {
	margin:10px;
}

#contact table {
	width:auto;
	margin:0px auto;
}

#contact td {
	vertical-align:top;
}

#contact textarea {
	font-size:14px;
}

input {
	font-size:14px;
}

#main table {
	width:auto;
	margin:0 auto;
	border-collapse:collapse;
}

#main td {
	padding:5px;
	vertical-align:top;
}
