/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 5;
	margin-left: 0px;
}

body {
	color: #33300;
	background-repeat: repeat-x;
	background-image: url(../cwimages/img01.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

form {
}

fieldset {
	border: none;
}

legend {
	display: none;
}

h1, h2, h3 {
	margin: 0;
	color: #336699;
	margin-left: 5px;
}

h2 {
	margin-bottom: .5em;
	font-size: 1.8em;
	text-align: left;
}

h3 {
	margin-bottom: 1em;
	font-size: 1em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

p {
}

blockquote {
}

ul {
	margin-left: 2em;
	list-style: square;
}

ul li {
}

ol {
	margin-left: 2em;
}

ol li {
}

a {
	color: #336699;
}

a:hover {
	text-decoration: none;
	color: #660033;
}

img {
	padding: 10;
	margin: 10;
	margin-left: 5px;
	margin-right: 5px;
	border-color: #cccc99;
}

/* Boxed Style */

.boxed {
	margin-bottom: 1em;
	background: #336699;
	border: 2px;
	border-color: #D0D1A9;
	margin-top: 1em;
	border-style: thick;
	margin-left: 15px;
	margin-right: 1em;

}

.boxed .title {
	height: 29px;
	padding: 10px 0 0 7px;
	text-transform: none;
	font-size: 1.5em;
	color: #336699;
}

.boxed .content {
	padding: 5px;
}

/* Header */

#header {
	width: 700px;
	height: 145px;
	background: #cccc99;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* Header * Logo */

#logo {
	float: left;
	padding: 5px 0 0 0;
}

#logo h1 {
	font-size: 2em;
}

#logo h2 {
	margin: 0;
	text-transform: none;
	font-size: 1.2em;
	background-color: #cccc99;
}

#logo a {
	text-decoration: none;
	color: #660033;
}

/* Header * Top Menu */

#topmenu {
	float: right;
}

#topmenu ul {
	margin: 0;
	padding: 100px 0 0 0;
	list-style: none;
	line-height: normal;
}

#topmenu li {
	display: inline
}

#topmenu a {
	display: block;
	float: left;
	margin: 0 0 0 20px;
	padding: 0 0 0 15px;
	text-transform: none;
	text-decoration: none;
	font-size: x-small;
	font-weight: bold;
	color: #333300;
}

#topmenu a:hover {
	text-decoration: underline
}

#topmenu1 {
	background: url(../cwimages/img04.gif) no-repeat left center;
}

#topmenu2 {
	background: url(../cwimages/img05.gif) no-repeat left center;
}

#topmenu3 {
	background: url(../cwimages/img06.gif) no-repeat left center;
}

/* Menu */

#menu {
	width: 720px;
	height: 30px;
	padding: 2px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #cccc99;
}

#menu ul {
	margin: 0;
	list-style: block;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}

#menu a:hover {
	text-decoration: none;
}

#menu .first a {
	padding-left: 0;
	background: none;
}

/* Content */

#content {
	width: 700px;
	line-height: 1.5;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	
}

/* Content * Main */

#main {
	width: 400px;
	padding-right: 10px;
}

/* Content * Main * Example */

#example {
	width: 400px;
	float: left;
	padding-right: 20px;
}
#columnA {
	float: left;
	height: auto;
	width: 350px;
	margin-left: 30px;
	padding-top: 30px;
}
#columnB {
	float: right;
	width: 300px;
}


#highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #cccc99;
	padding: 5px;
	width: 200px;
	height: auto;
	float: left;
}


/* Content * Main * Welcome */

#welcome {
	margin: 0 5 3em 0;
	padding: 10px 5 1.5em 0;
	border-bottom: 1px solid #CCCC99;
}

/* Content * Sidebar */

#sidebar {
	width: 250px;
	border: 2px #6699cc;
	position: relative;
	float: right;
	background-color: #CCCC99;
	padding-left: 0px;
	padding-right: 0px;
}

/* Content * Sidebar * Login */

#login {
}

#login label {
	display: block;
}

#login #inputtext1, #login #inputtext2 {
	width: 180px;
	margin-bottom: 0.5em;
	padding: 2px 5px;
	border: 1px solid #CCCC99;
	font: normal small Arial, Helvetica, sans-serif;
	color: #333300;
}

#login #inputsubmit1 {
	float: right;
	width: 60px;
	margin-right: 7px;
	border: 1px solid #CCCC99;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font: normal small Arial, Helvetica, sans-serif;
}

#login p {
	margin: 0;
	padding-top: .2em;
	font-size: x-small;
}

/* Content * Sidebar * Updates */

#updates {
	border: 2;
	background-color: #ECE9D8;
	text-align: left;
}

#updates ul {
	list-style-type: circle;
}

#updates li {
	margin-bottom: 1em;
}

#updates h3 {
	margin: 0;
	padding: 0 0 0 10px;
	font-size: x-small;
}

#updates p {
	margin: 0;
	padding: 0 0 0 10px;
	line-height: normal;
	font-size: 0.85em;
	text-align: left;
}

#updates a {
	text-decoration: none;
	text-align: left;
}

/* Content * Sidebar * Partners*/

#partners {
}

/* Footer */

#footer {
	clear: both;
	width: 700px;
	margin: 0 auto 2em auto;
	border-top: 1px solid #CCCC99;
}

/* Footer * Legal */

#legal {
	margin: 0;
	padding: 8px;
	text-align: center;
	font-size: x-small;
}

#legal a {
	font-weight: bold;
}

/* Footer * Links */

#links {
	margin: 0;
	padding: 10px;
	text-align: center;
}

.ddcolortabs{
padding: 0;
width: 720px;
background: transparent;

voice-family: inherit;
}

.ddcolortabs ul{
	margin:0;
	padding:0;
	list-style:none;
	font-family: Arial, Verdana, sans-serif;
	font-size: 9.5px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.ddcolortabs li{
display:block;
margin:0 1px 0 0;
padding:0;
text-transform:capitalize;
}


.ddcolortabs a { float: left; color: #333300; background-color: #cccc99; background-image: 
url(); 
               background-repeat: no-repeat; background-attachment: scroll; 
               text-decoration: none; letter-spacing: 1px; margin-left: 0px; 
               margin-right: 1px; margin-top: 0; margin-bottom: 0; 
               padding-left: 1px; padding-right: 0; padding-top: 0; 
               padding-bottom: 1px; background-position: top }
.ddcolortabs a span { float: left; display: block; 
               background-repeat: no-repeat; background-attachment: scroll; 
               padding-left: 1px; padding-right: 1px; padding-top: 1px; 
               padding-bottom: 1px; background-position: transparent top }

.ddcolortabs a:hover{
background-color: #336699;
color: #FFFFFF;
}

.ddcolortabs a:hover span{
background-color: #336699;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
background-color: #cccc99;
}

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #336699;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
position:absolute;
top: 5px;
border: 1px solid #333300; /*THEME CHANGE HERE*/
border-top-width: 4px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: thin;
font:normal 12px Arial;
line-height:20px;
z-index:100;
background-color: #cccc99;
width: 200px;
visibility: hidden;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #678b3f;
border-bottom: 1px solid #678b3f; /*THEME CHANGE HERE*/
padding: 1px 0;
text-decoration: none;
color: #336699;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #660033;
color: #cccc99;
}
left {
	text-align: left;
}
left_just {
	text-align: left;
}
.left_just {
	text-align: left;
}
left_just {
	text-align: left;
}
sidebar-header {
	font-size: 12px;
}
