
/*
Design by TBTC
http://www.TBTC.com
*/

*
{
  margin: 0px;
  padding: 0px;
  border: 0px;
 
}

body
{
  /*margin: 0px;
  padding: 0px;
  border: 0px;*/
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px; /*font-size: 77%;*/
  color: #FFFFFF;
  line-height: 1.6em;
  letter-spacing: 1px;
  width: 100%;
  background-color: #000000;
}



#PageWrapper
{
  /*
		Sets the total width for the entire page.
	*/
  background-position: top center;
  width: 1200px;
  margin: 0 auto auto auto;
  background: #000000; /*
 font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding-bottom: 20px;
  height: auto;
  overflow: auto;
  background-repeat: repeat-y;
  
  */
}



/* Header */

#Header
{
  /*
		Gives the header the same width as the PageWrapper. The height creates some room for the logo.
	*/
  background-position: 50% top;
  width: 1200px;
  margin: 0 auto auto auto;
  padding-bottom: 20px;
  background-image:  url('../images/header.jpg');
  background-repeat: no-repeat;
  height: 235px;
}
  
 .HeaderLink
{
  /*
		The #HeaderLink is nested in the #Header. It provides a link to the homepage,
		and sets the header image background.
		margin: auto puts the link (with a width of 278) right in the middle of #Header.
	*/
  background-repeat: no-repeat;
  display: block;
  margin: auto;
  /*width: 944px;
  height: 140px;
  */
}	


  /* Topmenu */
#Topmenu
{
  background-position: top;
  height: 51px;
  background: url('../images/menu.png') top;
   width: 1200px;
  margin: 0 auto;
}



#Topmenu ul {
	margin: 0;
	list-style: none;
	padding-left: 150px;
  height: 48px;
}



#Topmenu li {
	display: inline;
}

#Topmenu a
{
    float: right;
    width: 140px;
    height: 35px;
    text-decoration: none;
    text-align: center;
    padding-top: 13px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}



#Topmenu a:hover
{
  /*background-position: url('Styles/images/menuhover.png') repeat-x;  */
 
  height: 35px;
  color: #FF0000;
}

/* End Topmenu */

 
 
 
 #flashLogo
{
  /*width: 545px;
	height: 140px;*/
  padding: 0px;
  background-position: left;
  width: 500px;
  height: 183px; /*94px;*/
  margin: 0 auto auto 0px;
  float: left;
}



#flashLogo h1, #flashLogo a
{
  font-size: 20px;
  color: #FF0000; /*94px;*/
  font-weight: bolder;
  text-transform: uppercase;
}

#flashLogo h1, #flashLogo a
{
  font-size: 20px;
  color: #FF0000; /*94px;*/
  font-weight: bolder;
  text-transform: uppercase;
}


#logo2, #logo2 h1, #logo2 a
{
  float: right;
  width: 505px;
  height: 162px;
  text-decoration: none;
  text-align: left;
  padding-left: 0px;
  padding-top: 10px;
  font-size: 40px;
  color: #FF0000; /*94px;*/
  font-weight: bolder;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-left: 5px;
}



/* Menu Wrapper & Left Sidebar */
#MenuWrapper
{
  /*
		Floats the entire menu on the left of the content.
	*/
  border-style: solid;
  border-color: #000000;
  padding: 0px 0px 0px 0px;
  float: left;
  width: auto;
  bottom: 300px;
  font-size: 20px;
  min-height: 500px;
  height: 20px;
  line-height: normal;
  color: #FFFFFF;
}


.StaticMenuItemStyle, .StaticMenuItemStyle a
{
  /* Defines the look of main menu items.*/
  margin: auto;
  border: thin solid #000000;
  padding: 0px 0px 0px 0px;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bolder;
  text-decoration: none;
  background-image: url('../images/menubutton.png');
  background-repeat: repeat;
  height: 20px;
  line-height: normal;
 }


 .StaticHoverStyle, .StaticSelectedStyle, .StaticHoverStyle a
{
  margin: auto;
  border: thin solid #000000;
  padding: 0px 0px 0px 0px;
  color: #FF0000;
  font-size: 20px;
  font-weight: bolder;
  text-decoration: none;
  background-image: url('../images/menubutton.png');
  background-repeat: repeat;
  height: 20px;
  line-height: normal;
}


.DynamicMenuItemStyle
{
  margin: auto;
  border: thin solid #000000;
  padding: 0px 0px 0px 0px;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bolder;
  text-decoration: none;
  background-image: url('../images/menubutton.png');
  background-repeat: repeat;
  height: 20px;
  line-height: normal;
}

.DynamicHoverStyle, .DynamicHoverStyle a
{
  margin: auto;
  border: thin solid #000000;
  padding: 0px 0px 0px 0px;
  color: #FF0000;
  font-size: 20px;
  font-weight: bolder;
  text-decoration: none;
  background-image: url('../images/menubutton.png');
  background-repeat: repeat;
  height: 20px;
  line-height: normal;
}



#MainContent 
{
  /*
		Defines the main content area. The text color is white (on the gray background set on the body).
		The #MainContent element has a minimum height of 500 pixels, but can grow if necessary.
		The font-size is 80% of its parenty element, which in this case comes down to 80% of the font
		the user has specified as the default font in the browser.
	*/
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  min-height: 500px;
  float: left;
  width: 720px;
  padding: 0px 0px 5px 0px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: left;
  vertical-align: top;
}



#MainContent .post ul, #MainContent .post ol
{
/*margin-left: 30px;*/
}

 h1, p, ol, ul
{
  margin-top: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: xx-large;
  font-weight: bold;
  font-style: normal;
  color: #FF0000;
  height: 43px;
  text-align: center;
  width: 730px;
}


 h2, p, ol, ul
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  color: #FF0000;
  text-align: left;
  vertical-align: top;
  word-spacing: normal;
  text-indent: 0px;
  height: 29px;
}

h3
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  color: #FFFFFF;
  text-align: left;
  vertical-align: top;
}

h6
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  color: #FF0000;
  text-align: center;
  vertical-align: top;
  word-spacing: normal;
  text-indent: 0px;
  width: 158px;
  height: 23px;
}

/*
h1, h2 {
	text-transform: lowercase;
	font-weight: normal;
}

h1 {
	font-size: 2.4em;
  height: 94px;
}

h2 {
	font-size: 1.8em;
}
hr {
	display: none;
}
*/


/* Sidebar*/
#Sidebar, #CPRightSide
{
  /*
		The SideBar is positioned absolutely in the top-right corner of the page (yet still within PageWrapper).
		It has the same font-size and color as #MainContent
		Floats the entire Sidebar and table on the right of the content.
	*/
  font-size: 20px;
  margin: 0px;
  border: thin solid #000000;
  padding: 0px 0px 0px 7px;
  float: right;
  width: 100px;
  bottom: auto;
  font-size: larger;
  min-height: 500px;
  color: #FF0000;
  background-color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
  font-style: italic;
  vertical-align: top;
  text-align: center;
}




.style5, .style20
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  color: #FF0000;
  text-align: left;
  vertical-align: bottom;
  height: auto;
  right: 0px;
  bottom: auto;
  left: 0px;
  width: 99px;
  border-spacing: 0px;
  float: left;
}


.style1, .style2, .style3, .style4
{
  width: 150;
  height: auto;
}

.style6
{
  text-align: left;
  vertical-align: bottom;
  height: auto;
  right: auto;
  bottom: auto;
  left: 30px;
  width: 700px;
  border-spacing: 10px;
  top: auto;
  float: none;
  line-height: inherit;
}
/* Footer */

#Footer
{
  clear: both;
  padding-top: 15px;
  height: 70px;
  background: url('../images/footer.jpg') no-repeat;
  width: 1200px;
}

#Footer p
{
  text-align: left;
  font-size: smaller;
  color: #CCCCCC;
}

#Footer a {
	color: #ffffff;
}

/*-------------------------------------------------------*/







.HeaderLinkTTC
{
  /*
		The #HeaderLink is nested in the #Header. It provides a link to the homepage,
		and sets the header image background.
		margin: auto puts the link (with a width of 278) right in the middle of #Header.
	*/
  background-repeat: no-repeat;
  display: block;
  margin: auto;
  width: 135px;
  height: 160px;
  
}	





  






#Breadcrumb
{
  background-color: #C0C0C0;
  width: auto;
  clear: both;
}










