/* Start of CMSMS style sheet 'tc_site' */
/*
CSS-file for Strictly CSS three column layout 2006
http://www.strictlycss.com
Developed by Eivind Savio
*/
* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}
body, html {
color: #000; 
font-family: Verdana, Arial, Tahoma, sans-serif;
background-color: #b8381d; 
text-align: center; /*** Centers the design in old IE versions ***/
}
body {
font-size: 70%;
background: #b8381d url(images/cms/tc_mainbackground.jpg) repeat-x scroll top;
}

html {
overflow-y: scroll;
}

p{padding: 7px 0 7px 0;
font-size: 1em;
}

#mainContent ul{
margin-left: 10px;
}

a {
color: #000099;
}
a:hover{
color: #0000FF;
text-decoration: none;
}

h1, h2, h3, h4, h5 {
font-weight: bold;
spadding-bottom: 5px;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1em;
color: #cc3300;
}

h3 {
font-size: 1.3em;
}
h1 a{
color: #fff;
}
.clear { clear: both; }
#mainContainer {
width: 760px;
margin: 0 auto; /*** Centers the design ***/
min-height: 300px;
sbackground: #add8e6;
background: #b8381d url(images/cms/tc_background.jpg) no-repeat scroll top;
text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}
* html #mainContainer {
height: 300px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header {
sbackground: #000099;
padding: 10px
}
#header p{
height: 148px;
}
/**************************
CONTENT AND COLUMNS
**************************/
.inner {
width: 760px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
}
* html .inner {
width: 100%;
}



/**************************
MENU
**************************/  
/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{
	position: relative;
	padding: 0 0 0 14px;
	margin: 0 auto 0 auto;
	background: url(images/cms/menur_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
list-style: none;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 14px 0 2px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(images/cms/menur_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(images/cms/menur_hover_right.gif) no-repeat right top; /*right tab image path*/
}

#SubMenuLine{
	background: #d4320a;
}

.DropLine, .DropLine2{
	position: relative;
	padding: 0 0 0 14px;
	margin: 0 auto 0 auto;
	sheight: 46px;
	list-style: none;
}
.DropLine2{
	float: left;
}
.DropLine li, .DropLine2 li{
	float:left;
	margin-top:-6px;
list-style: none;
}

.DropLine li a, .DropLine2 li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	sheight: 46px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;	
}
.DropLine2 li a{
	color:#fff;
}
.DropLine li a b, .DropLine2 li a b{
	float: left;
	display: block;
	padding: 0 4px 0 2px; /*Padding of menu items*/
}

.DropLine li.current a, .DropLine li a:hover{
	color: #fff;
}

.DropLine2 li.current a, .DropLine2 li a:hover{
	color: #fff;
}

.DropLine li.current a b, .DropLine li a:hover b{
	color: #fff;
}

.DropLine2 li.current a b, .DropLine2 li a:hover b{
	color: #cccccc;
}

#layoutTable{
	
}
#mainContent{
	padding: 10px;
	font-size: 10px;
	background: url(images/cms/WhiteGradient.jpg) repeat-x #fff; /*tab background image path*/
}
#SideBarContent{
	background-color:#990000;
	spadding: 10px;
	font-size: 10px;
	width: 200px;
	border-left: solid #cccccc 7px;
color: #cccccc;
}
#SideBarContent h1{
	color: #990000;
	font-size: 12px;
	background-color: #cccccc;
	margin-left: 0;
	padding: 4px;
	font-weight: bold;
	margin-top: 10px;
}
#SideBarContent p{
	color: #cccccc;
	margin-left: 0;
	padding: 4px;
	padding-bottom: 10px;
	margin-top: 5px;
	border-bottom: solid #cccccc 1px;
	font-size: 1em;
}
#SideBarContent a{
	color: #cccccc;
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: none;
	font-weight: bold;
}

#footer{
	background: url(images/cms/tc_footer.jpg) repeat-x; /*tab background image path*/
	height: 47px;
}
#footer p{
	font-size: 9px;
	padding: 5px;
	color: #fff;
}

.RowUnderline td{
   border-bottom: 1px solid #5a5a5a;
vertical-align: middle;
padding:10px;
}
.FeedbackBox textarea{
   width: 400px;
}


.contactform, .referralForm{
background-color: #ececec;
padding: 5px;
}

.referralForm textarea{
   width: 400px;
}

.fbsubmit {
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
 background-color: #d4cfc7;
 color: #000;
 padding: 4px;
 border: 1px solid #000;
 margin-top: 5px;
}


#mainContent input, #mainContent textarea, .livefreeregistration select{
   border: 1px solid #b8381d;
}


.attendeenames textarea, .livefreeregistration textarea{
   width: 300px;
   font-family: arial;
   font-size: 11px;
   height: 80px;
}
/* End of 'tc_site' */

