/******** Common Things *********/

body {
	background-image: url(../images/banner.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #e0d699;
	font-family: Verdana;
	font-size: 10px;
	margin: 0;
	padding: 0;
}

div {border: 0px solid red;}

#newsleft, #newsright, #newsbottom, #newstitle {border: 0px solid red;}

#watchIntro {
	position: absolute;
	z-index: 10000;
	height: 100%;
	width: 100%;
	margin: 0;
	background-image: url(../images/trsp_bg.png);
	background-repeat: repeat;
	padding-top: 20%;
}

#watchAgain {
	position: absolute;
	z-index: 10000;
	width: 100%;
	margin: 0;
	background: transparent;
	padding: 0;
}

#closevid {
	padding: 0 0 0 440px;
}

/******** Global Content Structure *********/

#global {
	position: absolute;
	width: 838px;
	top: 227px;
	left: 50%;
	margin-left: -419px;
}

#header {
	float: left;
	width: 838px;
	height: 145px;
	background-image: url(../images/content_top.png);
	background-repeat: no-repeat;
}

#footer {
	float: left;
	width: 838px;
	height: 60px;
	background-image: url(../images/content_footer.png);
	background-repeat: no-repeat;
	
	text-align: right;
	line-height: 15px;
}

#copyright {
	float: left;
	width: 838px;
	height: 80px;
	
	text-align: center;
}

#container {
	float: left;
	width: 838px;
	background-image: url(../images/content_borders.png);
	background-repeat: repeat-y;	
}

#content {
	position: relative;
	left: 20px;
	width: 798px;
	z-index: 50;
}

/*#logolink {
	position: relative;
	width: 260px;
	height: 210px;
	left: 178px;
	top: 87px;
}*/


/******** Contents Formatting *********/


#homemessage {
	float: left;
	width: 565px;
}

#textarea {
	float: left;
	width: 565px;
}

#newslogo {
	float: left;
	width: 557px;
	height: 115px;
	left: 20px;
	background-image: url(../images/news_logo.png);
	background-repeat: no-repeat;
	background-position: right;
}

.remarks {
	font-size: 8px;
}

/* News and Blog Bloc */


#newsbloc {
	float: left;
	position: relative;
	left: -20px;
	width: 585px;
	overflow: hidden;
	background-image: url(../images/news_borders.gif);
}

#newstext, #blogtext {
	position: relative;
	top: 50px;
	left: 20px;
	z-index: 500;
	width: 535px;
}

#newstitle, #blogtitle {
	position: absolute;
	background-image: url(../images/news_top.gif);
	z-index: 100;
	top: 0px;
	left: 0px;
	width: 585px;
	height: 50px;
	
	font-size: 12px;
	font-weight: bold;
	color: #f6f6f6;
}

#newsbottom, #blogbottom {
	position: relative;
	background-image: url(../images/news_bottom.gif);
	z-index: 100;
	vertical-align: bottom;
	width: 585px;
	height: 120px;
}


/* Home Blocs */

#homebloc1 {
	position: absolute;
	z-index: 100;
	left: 240px;
	top: 86px;
	width: 289px;
	height: 170px;
	background-image: url(../images/home1bg.png);
	overflow: hidden;
}

#homebloc2 {
	position: absolute;
	z-index: 100;
	left: 533px;
	top: 86px;
	width: 290px;
	height: 170px;
	background-image: url(../images/home2bg.png);
	overflow: hidden;
}

#homebloc3 {
	float: left;
	z-index: 500;
	left: 10px;
	top: 42px;
	width: 230px;
}

#home3top {
	float: left;
	width: 230px;
	height: 35px;
	background-image: url(../images/home3top.png);
	background-repeat: no-repeat;
}

#home3content {
	float: left;
	background-image: url(../images/home3bg.png);
	width: 230px;
	
	font-size: 12px;
	font-weight: bold;
	color: #f6f6f6;
}

#home3bottom {
	float: left;
	background-image: url(../images/home3bottom.png);
	width: 230px;
	height: 25px;
}



/* Menu Bloc */

#leftside {
	position: absolute;
	z-index: 500;
	left: 10px;
	top: 42px;
	width: 230px;
}

#menubloc {
	float: left;
	width: 230px;
}

#menutop {
	float: left;
	width: 230px;
	height: 100px;
	background-image: url(../images/menu_top.png);
	background-repeat: no-repeat;
}

#menucontent {
	float: left;
	background-image: url(../images/menu_bg.png);
	width: 230px;
	border: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #f6f6f6;
}

#menubottom {
	float: left;
	background-image: url(../images/menu_bottom.png);
	width: 230px;
	height: 25px;
}



/* Menu Bloc List */

#menucontent ul {
	margin: 5px;
	padding: 5px;
}


/******** Padding Properties *********/

.pad {
	padding: 5px 15px 15px 15px;
}

.padmenu {
	padding: 2px;
}

.padnews {
	padding: 15px 5px 1px 20px;
}

.padhome {
	padding-top: 160px;
	padding-bottom: 50px;
}

.padcontent {
	padding-left: 233px; /* difference between the total width (838) minus the two columns (left & right 20px each) minus the total content space which is 565px */
}


/******** Links Formating *********/

a:link { text-decoration: underline; color : #BE8600; }
a:hover { text-decoration: none; color : red; }
a:active { text-decoration: none; color: red; }
a:visited { text-decoration: underline; color : #BE5500; }

#footer a:link { text-decoration: underline; color: black; }
#footer a:hover { text-decoration: underline; color: #8e8e8e; }
#footer a:active { text-decoration: none; color: #d7d7d7; }
#footer a:visited { text-decoration: underline; color: black; }

#blogtitle a:link { text-decoration: none; color: #f6f6f6; }
#blogtitle a:hover { text-decoration: underline; color: #f6f6f6; }
#blogtitle a:active { text-decoration: none; color: #f6f6f6; }
#blogtitle a:visited { text-decoration: none; color: #f6f6f6; }