@charset "UTF-8";


/*  Page Set Up */

body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a {
	color: #000;
	text-decoration: none;	
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #00ffff;
	text-decoration: none;
}
a:active {
	color: #00ffff;
	text-decoration: none;
}


.twoColHybLtHdr #container {
	width: 1012px;  /* this will create a container 80% of the browser width */
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 7px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index:0;
	overflow: hidden;
} 

.twoColHybLtHdr #padder { 
	background: #FFFFFF;
	height:20px;

} 

.twoColHybLtHdr #footer { 
	width: 1012px;  /* this will create a container 80% of the browser width */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index:0;
	overflow: hidden;
	padding-bottom:20px;
	padding-top:5px;
} 

.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	padding-top:17px;
}

/* End  Page Set Up */



/*  Left Side bar Content */

.twoColHybLtHdr #sidebarHome {
	width: 367px; /* since this element is floated, a width must be given */
	height: 685px;
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	overflow: visible;
}
.twoColHybLtHdr #sidebarSub {
	width: 130px; /* since this element is floated, a width must be given */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	height: 685px;
	overflow: visible;
}

#LifeStyle {
	width:130px;
	height:256px;
	background:url(../images/SubLifeStyleLeft.jpg);
	background-repeat:no-repeat;
}

#flashNavigation {
	background-color:#fff;
	width:64px;
	height:200px;
	position: absolute;
	margin-left:45px;
	margin-top:-7px;
}


#logo {
	background:url(../images/SubLogoLeft.jpg);
	width:90px;
	height:72px;
	margin-left:24px;
	margin-top: 300px;
	position: absolute;
}

/* End Left Side bar Content */


/* Main Content Area */

#mainContent {
	width:654px;
	height:685px;
	margin-right: auto;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: auto;
} 

/* For Buzz */

#mainContent2 {
	width:654px;
	height:685px;
	margin-right: auto;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 190px;

} 

/* For Blog */

#mainContent3 {
	width:589px;
	height:685px;
	margin-right: auto;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 145px;

} 

#mainContentLeft {
	width:800px;
	height:685px;
} 

#mainContentHolder {
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	position:relative;
} 

/*  End Main Content Area */



/* Home Section Content */

.HomeBG {
	background-color:#fff;
	background:url(../images/HomeBG.jpg);
	background-repeat:no-repeat;	
}

/*  About Section */

.AboutBG {
	background-color:#fff;
	background:url(../images/AboutBG.jpg);
	background-repeat:no-repeat;	
}

#AboutFrame {
	width:693px;
	height:473px;
	padding-top:223px;	
}

#AboutTitle {
	background:url(../images/About.png);
	background-repeat:no-repeat;
	width:615px;
	height:71px;
	margin-left:50px;
}

#AboutContent {
	background-color:#fff;
	width:670px;

	
}

#AboutText {
	padding-left:34px;
	padding-right:34px;
	padding-bottom:10px;
	padding-top:15px;
	
}

.AboutText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;	
}


#AboutFooterContent {
	background:url(../images/AboutFooter.png);
	background-repeat:no-repeat;
	width:200px;
	height:15px;
	margin-left:267px;
	margin-top:12px;
}

#AboutImage {
	background:url(../images/Toni.jpg);
	background-repeat:no-repeat;
	width:198px;
	height:393px;	
}

/*  End About Section */




/*  Services Section */

.ServicesBG {
	background-color:#fff;
	background:url(../images/ServicesBG.jpg);
	background-repeat:no-repeat;
	
}

#ServicesFrame {
	width:643px;
	height:473px;
	padding-top:256px;
	
	
}

#ServicesTitle {
	background:url(../images/Services.png);
	background-repeat:no-repeat;
	width:477px;
	height:57px;
	margin-left:155px;
}

#ServicesContent {
	background-color:#fff;
	width:653px;
	height:141px;
}

#ServicesText {
	padding:27px;
}

.ServicesText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22.82px;	
}


#ServicesFlashContent {
	
	
}

/* End Services Section */



/*  News Section */

.NewsBG {
	background-color:#fff;
	background:url(../images/NewsBG.jpg);
	background-repeat:no-repeat;
	
}

#NewsFrame {
	width:590px;
	height:415px;
	padding-top:168px;
}

#NewsTitle {
	background:url(../images/News.png);
	background-repeat:no-repeat;
	width:213px;
	height:42px;
	margin-left:375px;
}

#NewsContent {
	background-color:#fff;
	width:590px;
	height:415px;	
}

#NewsFlashContent {
	
	
}

/* End News Section */

/* Blog Section */

.BlogBG {
	background-color:#fff;
	background:url(../images/BlogBG.jpg);
	background-repeat:no-repeat;	
}

#BlogFrame {
/*	width:654px;
	height:473px;*/
	background-color:#FFF;
	padding-top:203px;
	background-color:#30C;
	height: 443px;
	width: 598px;
}

#BlogTitle {
	background:url(../images/BlogTitle.jpg);
	background-repeat:no-repeat;
	width:445px;
	height:125px;
	margin-left:0px;
}

#BlogContent {
	background-color:#fff;
	width:581px;
	height:443px;
	overflow-x:hidden;
	overflow-y:scroll;
}

#BlogHolder {
	width:598px;
	background-color:#FFF;
	margin-top:103px;
	position:absolute;
}


#BlogiFrameContent {
	width:581px;
	height:443px;
	/*overflow-x:hidden; */
}

#BlogiFrameOver {
	top:100px;
	width:581px;
	height:20px;
	position:absolute;
	background-color:#FFF;
	/*overflow-x:hidden; */
}

.BlogIframe {
 overflow-x:hidden;
 overflow-y:scroll;
}


/* End Blog Section */

/* Buzz Section */

.BuzzBG {
	background-color:#fff;
	background:url(../images/BuzzBG.jpg);
	background-repeat:no-repeat;
	
}

#BuzzFrame {
	width:501px;
	height:473px;
	padding-top:51px;
}

#BuzzTitle {
	background:url(../images/Buzz.png);
	background-repeat:no-repeat;
	width:167px;
	height:61px;
	margin-left:305px;
}

#BuzzContent {
	background-color:#fff;
	width:501px;
	left:150px;
	
}

#BuzzText {
	padding-left:18px;
	padding-right:18px;
	padding-top:10px;
	padding-bottom:10px;
	height:100%;
}

.BuzzText {
	background-image: url(../images/buzzText.jpg);
	background-repeat: repeat-y;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	line-height: 14px;
	
}

#BuzzFooterContent {
	background:url(../images/AboutFooter.png);
	background-repeat:no-repeat;
	width:200px;
	height:15px;
	margin-left:300px;
	margin-top:12px;
}

/* End Buzz Section */

/* Contact Section */

.ContactBG {
	background-color:#fff;
	background:url(../images/ContactBG.jpg);
	background-repeat:no-repeat;
	
}

#ContactFrame {
	width:472px;
	height:350px;
	padding-top:245px;
}

#ContactTitle {
	background:url(../images/Contact.png);
	background-repeat:no-repeat;
	width:272px;
	height:56px;
	margin-left:185px;
}

#ContactContent {
	background-color:#fff;
	width:472px;
	height:350px;
	
}

#ContactFooterContent {
	background:url(../images/AboutFooter.png);
	background-repeat:no-repeat;
	width:200px;
	height:15px;
	margin-left:293px;
	margin-top:12px;
}

#ContactFlashContent {
	width:433px;
	height:315px;
	margin-left:20px;
	margin-top:20px;
	
}


/* End Contact Section */


.ComingSoon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 50px;	
	padding-Left: 25px;
}


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	margin-left: 10px;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.BuzzTextItal {
	font-style: italic;
}
