﻿/** TITLES */
#buttonfloatright {
	float: right;
}
#title1 {
	background: url(images/graybar.gif) no-repeat;
	margin-top: 10px;
}
#title2 { background: url(images/graybar.jpg) no-repeat; }
#title3 { background: url(images/homepage19.gif) no-repeat; }
#title4 { background: url(images/homepage20.gif) no-repeat; }

#title5 {
	background: url(images/subpage1_01.gif) no-repeat;
	margin-top: 15px;
}

#title6 {
	background: url(images/subpage1_02.gif) no-repeat;
	margin-top: 15px;
}

#title7 { background: url(images/subpage2_01.gif) no-repeat; }

.title {
	background: url(images/homepage17.gif) repeat-x;
}

.title h1, .title h2, .title h3, .title h4 {
	height: 29px;
	margin: 0px 0px 0px 0px;
}

.title b { position: absolute; left: -10000px; }

/** BASIC */

/** JJC Branding
html, body {
	height: 100%;
}
*/

a.link2 {
	padding-left: 18px;
	background: url(images/homepage21.gif) no-repeat left center;
}

/** HEADER */
/** JJC Branding
#header {
	width: 880px;
	height: 80px;
	margin: 5px auto 0px auto;
	background: url('images/top-880.jpg') no-repeat;
}
*/

#header h1 
{
	font-family: Tahoma,Verdana,Segoe,sans-serif; 
	font-size: 32pt; 
	font-weight:bolder; 
	font-variant:normal; 
	text-align: left; 
	padding-left: 50px;

}
#logo {
	color: #000000;
	font-family: Tahoma,Verdana,Segoe,sans-serif;
	font-size: xx-large;
	font-weight: bold;
}

#slogantop {
	font-size: x-small;
	margin-top: -10px;
	padding-top: 0px;
	color: #323232;
	text-transform: uppercase;
	padding-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
}

#slogan {
}

#logo, #slogan {
	color: #202020;
	font-family: Tahoma,Verdana,Segoe,sans-serif;
	font-size: 32pt;
	font-weight: normal;
	position: absolute;
	top: 30px;
	left: 30%;
	letter-spacing: 1pt;
}

/** MAIN MENU */

#mainMenu
{
	float: right; 
	clear: right;
	width: 615px;
	margin-top: 52px;
	margin-right: 0px;
	height: 24px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
}

#mainMenu a
{
	font-size: 16px;
	color: #FFFFFF;
}

.mainMenuNormal, .mainMenuSelected
{
	cursor: pointer;
	float:right;
	width: 85px;
	height: 24px;
	margin-left: 2px;
}

.mainMenuNormal
{
	background-image: url('/branding/images/HeaderButtonNormal.gif');
}

.mainMenuSelected
{
	background-image: url('/branding/images/HeaderButtonSelected.png');
}

/** SPLASH */

#splash {
	width: 948px;
	height: 215px;
	margin: 0px auto;
}

#splash-left {
	padding: 0px;
	float: left;
	background-image: url('images/splash-left.png');
	width: 600px;
	height: 215px;
	font-family: Tahoma,Verdana,Segoe,sans-serif;
	text-align: center;
	color: #FFFFFF;
}

#splash-left p{
	text-align: center;
	text-indent: 20px;
	color: #FFFFFF;
	padding-left: 0px;
}


#splash-right {
	float: left;
	background-image: url('images/splash-right.png');
	width: 185px;
	height: 215px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
}


#splash-left h1 {
	font-size: xx-large;
	text-indent: 20px;
	
}

/** SPLASH-MENU */

#splash-menu {
	float: left;
	width: 143px;
	height: 200px;
	padding: 3px 5px 12px 15px;
}

#splash-menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#splash-menu li {
	display: inline;
}

#splash-menu a {
	display: block;
	padding: 8px 0px 8px 11px;
	background: url(images/homepage11.gif) no-repeat 1px 50%;
}

#splash-menu .hline {
	display: block;
	height: 1px;
	background: url(images/homepage12.gif);
}

/** ADS */

#ads {
	width: 948px;
	height: 142px;
	margin: 0px auto;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #F0F0F0;
	border-bottom-color: #000000;
}

#ads a {
	text-decoration:none;
}


/** 3-COLUMN LAYOUT */

.three-col {
	clear: both;
	overflow: auto;
	width: 948px;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
}

.three-col .colA {
	overflow: auto;
	float: left;
	width: 153px;
	padding: 0px 20px 0px 16px;
}

.three-col .colB {
	float: left;
	width: 526px;
	padding: 0px 0px 0px 8px;
}

.three-col .colBWIDE {
	overflow: auto;
	float: left;
	width: 676px;
	padding: 0px 0px 0px 8px;
}

.three-col .colC {
	overflow: auto;
	float: left;
	width: 153px;
	padding: 0px 0px 0px 10px;
}

/** 2-COLUMN LAYOUT */

.two-col {
	clear: both;
	width: 948px;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
}

.colAll .colLeft {
	float: left;
	width: 331px;
	padding: 0px 0px 0px 20px;
}
.colAll .colRight {
	float: right;
	width: 480px;
	padding: 0px 20px 0px 24px;
}

.two-col .colAll {
	padding: 0px 24px 0px 24px;
	background-color: #FFFFFF;
}

.two-col .colA {
	float: left;
	width: 730px;
	padding: 0px 10px 0px 20px;
	background-color: #FFFFFF;
}
.two-col .colB {
	float: left;
	width: 152px;
	padding: 0px 0px 0px 10px;
	background-color: #FFFFFF;
}

.two-col .colA2 {
	float: left;
	width: 600px;
	padding: 0px 0px 0px 10px;
	margin-top: 5px;
	background-color: #FFFFFF;
}
.two-col .colB2 {
	float: left;
	width: 253px;
	padding: 0px 0px 10px  10px;
	background-color: #FFFFFF;
}


/** BOX1 */

#box1 {
}

#box1 .title1 {
	margin-top: 15px;
}

#box1 .content {
	padding: 15px 10px 15px 15px;
}

#box1 h3 {
	margin-bottom: 1em;
}

#box1 .bg4 {
	padding: 10px 5px;
}

/** BOX2 */

#box2 {
	border: 3px solid #333333;
	background-position: left top;
	padding: 5px;
	background: url(images/box2-main.png) no-repeat;
	width: 460px;
	min-height: 96px;
	background-color: #F0F0F0;
	margin-top: 5px;
}
#box2 .title {
	background: none;
	font-family: Tahoma,Verdana,Segoe,sans-serif;
	font-size: large;
	text-align: right;
	padding-right: 10px;
}

#box2 .content {
	padding-right: 10px;
	margin-left: 135px;
}

/** BOX3 */

#box3 {
	padding-top: 14px;
}

#box3 .title {
}

#box3 .content {
	padding: 10px;
}

#box3 .bg4 {
	padding: 0px 5px;
}

/** BOX4 */

#box4 {
}

#box4 .title {
}

#box4 .content {
	padding-top: 15px;
}

/** BOX5 */

#box5 {
}

#box5 .title {
}

#box5 .content {
	padding: 0px 10px 14px 0px;
	margin-top: 20px;
}

#box5 .bg4 {
	padding: 10px 5px;
}

/** BOX6 */

#box6 {
}

#box6 .title {
}

#box6 .content {
	padding: 10px;
}


#copyright {
}

#sitecontent {
}

#sitecontent .content {
	padding: 10px 10px 14px 10px;
	margin-top: 0px;
	font-size: small;
	color: #000000;
}

#content .p {
	font-size: small;
	color: #000000;
}


#sitecontent .bg4 {
	padding: 10px 5px;
}
.topiclink {
}
.cellhead 	{  height:20; background-color: #404040; color: white; font-weight: bold; }
.cellback 	{
	background-color: #FFFFFF;
	color: #000000;
}
.cellback2 	{  background-color: #FFFF99;}

.newsitem { 
	color: #808080; 
}

.newslistmenu 	{
	margin-left: 0px;
	font-size: small;
	list-style-image: none;
	list-style-type: none;
}

/** FOOTER */
/* MAKE SURE YOU CLEAR:BOTH to remove any formating above this for Firefox */

/** JJC Branding
#footer {
	width: 880px;
	padding: 20px 0px;
	margin: 0px auto;
	background: url('images/footer-880.png') no-repeat;
	clear: both;
}
**/
/** YAF SPECIFIC **/
#post
{
	color: black;
}

.post
{
	color: black;
}

.message div.postdiv
{
	width: 724px ! important;
}

