/* CSS Document */

body {
	background-color: #FF0D00;
	margin-top: 0px;
	margin-bottom: 10px;
	background-image: url(../images/layout/bar_top.png);
	background-repeat: repeat-x;
	background-position: top;
}
#container {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#Header {
	left:0px;
	top:0px;
	width:720px;
	height:112px;
	margin-bottom: 0px;
	z-index:0;
}
#c_logo {
	position: absolute;
	width: 314px;
	height: 122px;
	left: 0px;
	top: 0px;
	z-index: 10;
	background-image: url(../images/layout/tcc_header.png);
	background-repeat: no-repeat;
}
#phone {
	left: 350px;
	top: 38px;
	position: absolute;
	width: 370px;
	text-align: right;
	height: 30px;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
}
#topMenu ul {
	margin-left: 10px;
	display: -moz-inline-box;
	display: inline-block;
	display: inline;
	width: 100px;
	margin-top: 10px;
}

#topMenu ul li {
	margin-left: 10px;
	display: -moz-inline-box;
	display: inline-block;
	display: inline;
}
#topMenu a {
	text-decoration: none;
	color: #000000;
}
#topMenu a:visited {
	color: #000000;
}
#topMenu a:hover {
	text-decoration: underline;
	color: #ffffff;
}

#contents {
	width:720px;
	z-index:2;
	top: 122px;
	position: relative;
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 20px;
	background-image: url(../images/layout/logo-01-bottom.png);
}
#footer {
	height:20px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-size: 10px;
	padding-top: 8px;
	clear: both;
	color: #FFFFFF;
	background-color: #000000;
	padding-bottom: 3px;
	position: relative;
	top: 122px;
}
#footer a {
	color: #ffffff;
}
#body_text {
	padding: 0px 0px 10px 30px;
	margin:0px 0px 0px 0px;
	z-index: 2;
	width: 515px;
	float: right;
	background: none;
	background-image: url(../images/layout/logo-bodytext-01.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#body_text p {
	line-height: 16px;
	font-size: 14px;
}

#body_text li {
	line-height: 16px;
	font-size: 14px;
}

#body_text ul {
	margin-top: 0px;
	padding-top: 0px
}

#pageNav{
	float: left;
	width:150px;
	padding-top: 10px;
	padding-bottom: 0px;
}
#pageNav ul {
	list-style-type: none;
	margin-left: 10px;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
}
#pageNav li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:0px;
}
#pageNav a {
	text-decoration: none;
	color: #ffffff;
}
#pageNav a:visited {
	color: #cccccc;
}
#pageNav a:hover {
	text-decoration: underline;
	color: #FB7701;
}
#sideMenu {
	width:175px;
	float: left;
	margin-right: 0px;
	z-index: 2;
}
#tagline {
	width: 370px;
	height:25px;
	top:79px;
	left:350px;
	position: absolute;
	text-align: right;
	font-size: 18px;
}
#advert {
	width:135px;
	margin-top: 10px;
	padding: 5px;
	color: black;
	padding-bottom: 15px;
}
#MenuPos {
	position:absolute;
	left:120px;
	top:7px;
	width:500px;
	height:35px;
	z-index:7;
}
#AnnounceLeft {
	font-family: Arial, Helvetica, sans-serif;
	position:absolute;
	left:7px;
	top:0px;
	width:250px;
	height:62px;
	z-index:1;
	color: white;
	overflow: hidden;
	font-size: 11px;
}
#AnnounceRight {
	font-family: Arial, Helvetica, sans-serif;
	position:absolute;
	left:466px;
	top:0px;
	width:245px;
	height:85px;
	z-index:1;
	color: white;
	overflow: hidden;
	font-size: 11px;
}

.sideItem, .sideItemTop {
	background-color: #000000;
	color: #FFFFFF;
	margin-bottom: 14px;
	padding-bottom: 0px;
}
.sideItem {
	background-image: url(../images/layout/menu_back-top.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
}
.sideItemTop {
	background-image: url(../images/layout/menu_back-top-left.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
}
.sideItembottom {
	width: 175px;
	height: 14px;
	background-image: url(../images/layout/menu_back-bottom.png);
}
.yellowtext {color: #FFFF00}
.ushadow {
	left: 2px;
	color: #000000;
	z-index: 1;
}
.dshadow {
	position: relative;
	top: -39px;
	left: -2px;
	z-index: 2;
	color: yellow;
	margin-bottom: -38px;
	padding-bottom: -38px;
}
.pictureframe {
	background-image: url(../images/layout/pictureframe-background.png);
	background-repeat: repeat-y;
	text-align: center;
}
.pictureframethin {
	background-image: url(../images/layout/pictureframe-background-thin.png);
	background-repeat: repeat-y;
	text-align: center;
}
.caption {
	vertical-align: top;
}
.caption h1,h2,h3,h4,h5,h6 {
	margin-left: 0px;
	margin-top: 0px;
}
.floaterRight {
	float:right;
	margin-left:10px;
	margin-bottom:10px
}
.floaterLeft {
	float:left;
	margin-right:10px;
	margin-bottom:10px
}
