/* Create entries for any style in style.css and make your custom changes here */
/* If the theme is updated, all you need to do then is save this file and copy */
/* it back into the updated version to maintain the changes you made. */
body {
	font-family: Verdana, 'LucidaGrande', Tahoma, Arial, sans-serif;
}
h1, h2, h3, h4 {
	font-family: 'arial black', Tahoma, Verdana, Arial;
	font-weight: normal;
	text-transform: none;	/*lowercase*/
}

h1 {
	margin-top: 0;
	font-size: 2.5em; /*3em*/
	letter-spacing: -.05em;	/*-.07em*/
}
h2 {
	margin: .5em 0 .5em 0;
	font-size: 1.8em; /*2em*/
	letter-spacing: -.04em;	/*-.05em*/
}
h3 {
	margin: 1.3em 0 .2em 0;
	letter-spacing: -.03em;	/*-.04em*/
	font-size: 1.7em;
}
h4 {
	font-size: 1.3em;
	margin: 1em 0 .1em 0;
}
h5 {
	font-size: 1em;
	margin: 1em 0 .5em 0;
}
p {
	margin: 0 0 .7em 0;
	line-height: 1.8em;
}


#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4 {
	font-family: 'arial black', Tahoma, Verdana, Arial;
	font-size: 1.2em;	/*1.3em*/
	font-weight: normal;
	text-transform: none; /*lowercase*/
	line-height: 16px; /*15px*/
	letter-spacing: -.04em;	/*-.05em*/	
	margin: 0 0 .5em 0;
	padding-bottom: .5em;
	border-bottom: 2px dotted;
}
#sidebar p, #sidebar dl {
	line-height: 1.7em; /*2em*/
	margin-bottom: 1em;
}

#content-container {
	border-top: 0px solid; /*2px*/
	border-bottom: 0px solid; /*1px*/
	font-size: 12px;
}

#tabs {
	border-top: 0px solid;   /*1px solid*/
}
.imagebg {
	margin: 0;
	padding: 0;
	height: 43px;
	border-bottom: 0px solid; /*2px*/
}

#tabsBottom {
	height: 12px;   /* 15px */
	width: 100%;
	margin: 0;
	padding: 0;
}

#tabs li {
	display: inline-block;
	margin: 0;
	padding: 13px 0 0 0; /* was 11px */
}

#tabs a {
	text-decoration: none;
	display: block;
	margin: 0 6px 0 0;  /* 0 -4px 0 0 */
	padding: 0 18px;
	font-family: Verdana, 'Lucida Grande', Tahoma, Arial;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;  /* 30px */
	border: 0px;  /* 2px solid */
	-moz-border-radius-topleft: 12px;
	-khtml-border-top-left-radius: 12px;
	-webkit-border-top-left-radius: 12px;
	border-top-left-radius: 12px;
	-moz-border-radius-topright: 12px;
	-khtml-border-top-right-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	border-top-right-radius: 12px;
}

#footerTop {
	height: 9px;   /*15px*/
	border-bottom: 0px solid;  /*2px solid*/
	position: relative;
	z-index: 1;
}

#footer {
	margin-top: 0px; /*-2px*/
	position: relative;
	z-index: 2;
}

#footer a:link, #footer a:visited {
	margin-left: 8px;
	border-left: 0px solid;  /*1px solid*/
	padding-left: 8px;
}

#footer .wrapper {
	display: block;
	border: none;
	border-bottom: 0px solid;   /*2px solid*/
}

/*MUST MAKE THIS CHANGE IN "center.css" in "css/footer structure" folder -- NOT IN THIS USER.CSS file */
#footer .wrapper .ftext {
	display: -moz-inline-box;
	display: inline-block;
	border: 0px solid;  /*2px*/
	border-top: none;
	-moz-border-radius-bottomleft: 12px;  /*10px all*/
	-khtml-border-bottom-left-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	-khtml-border-bottom-right-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	border-bottom-right-radius: 12px;
}

#pageHeader {
}

.form-input-field {
	font-family: Verdana, 'LucidaGrande', Tahoma, Arial, sans-serif;
	margin-top: 2px;
	padding: 3px;
	width: 308px;   /*330px*/
}

.form-input-button {
	padding: 0 10px;
	line-height: 20px;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;	
	-webkit-border-radius: 12px;
	border-radius: 12px;
}


