/* ------------------------------------------------------------------ */

body { 
	font-size: 12px; 
	font-family: verdana, helvetica;
	color: #024361; 
	background-color: #57889d;
	margin:  0;
	padding: 0;
}

/* My Main Layout */
/* ------------------------------------------------------------------ */

#content	 { 
	background-color: #88bfd2; 
	position: relative; 
	margin: 0; 
	padding: 0; 
	margin-left:auto;
	margin-right:auto;	
	width: 880px !important; 
	width: 880px; 
	text-align: left;
	background-image: url(/resources/images/ctr1pixbg.png); 	
}


#content_main		{ background-image: url(/resources/images/ctrmainbg.jpg); background-repeat: no-repeat; }
#content_home_main	{ background-image: url(/resources/images/homebg.jpg); background-repeat: no-repeat; }
/*#content_main	{ background-image: url(../images/ctr1pixbg.png); background-repeat: repeat-y; } */

/*
#content_footer	{ background-image: url(../images/footer.png); background-repeat: no-repeat; }
*/


/* ------------------------------------------------------------------ */

a 			{ color : #000; }

a:visited	{  color : #000;}
a:link		{ color : #000;}
a:hover		{  color : #b24782; }
a img 		{ border: 0; margin: 0;}

hr 			{}

h1	{}
.maintitle	{}

h2	{}
.subtitle	{}
h3, .mainheading	{ font-size : 1.9em; margin : 0; padding : 4px 0 10px; color:white; font-weight: 100; font-stretch: normal; line-height: 1.2em; text-transform: uppercase; letter-spacing: -0.05em; }
h4, .subheading, 	{ font-size : 12px; margin : 0 0 0 0; padding : 0 0 0 0;  }
h5, .smallheading	{ font-size : 10px; margin : 0 0 0 0; padding : 0 0 0 0;  }

.mainbulk	{
	font-size: 12px;
	color: #000;
}

/* small text ... such as a sub note to a statement */
.subtext	{ 
	font-size: 10px;
	color: #6e8ade;
}

/* ------------------------------------------------------------------ */

/* Project positions */

#ctr_incinemas	{ position: absolute; top: 26px; left: 0px; }
#ctr_title		{ position: absolute; top: 85px; left: 260px; }
#ctr_home_title	{ position: absolute; top: 210px; left: 270px; }

#navarea	{
	position: absolute; top: 104px; left: 0px; color : white; z-index: 2;
}

#navarea 	ul					{ padding: 0 ; margin: 0 ; list-style-type: none; }
#navarea	ul li				{ display: block; margin: 0; padding: 0; line-height: 22px; padding-left : 66px; }
#navarea	ul li.hilight		{ background-image: url(/resources/images/navhilightline.png); color : black;}

#navarea a				{ color : white; text-decoration: none; }
#navarea a:visited		{ color : white; text-decoration: none; }
#navarea a:link			{ color : white; text-decoration: none; }
#navarea a:hover		{ color : black; }

/* === */

#content_listing	{}
#content_listing h4	{ color : #024361; font-size : 1em; margin: 0; padding: 1.3em 0 .4em 0;}
#content_listing ul	{ margin: 0; padding: 0; list-style-type: none; }
#content_listing li	{ margin: 0; padding: 0; font-size : 1em; line-height: 1.3em;}

#content_listing a	{text-decoration: none; color : #024361; }
#content_listing a:visited	{text-decoration: none; color : #024361; }
#content_listing a:link		{text-decoration: none; color : #024361; }
#content_listing a:hover		{text-decoration: none; color : #024361; }

/* ------------------------------------------------------------------ */


.mainform	{}
form	{}

label	{
	float : left;
	width : 180px;
	padding-right: 10px;
	font-size: 10px;
	font-weight: bold;
}

.wide label	{	width : 280px;	}
.sublabel	{	
	font-size: 10px;
	font-weight: bold;
}

#fixedtipdiv{
	position:absolute;
	padding: 2px;
	border:1px solid black;
	font-size :  12px;
	z-index:100;
}

.hidden { 
	position: absolute;
	left: -1000em;
}

.tinyinfotext 	{ color: red; font-size: 10px; }
.tinytext		{ font-size: 10px;}
.teenytext		{ font-size: 8px;}
.tinyinfotext a 			{ 
	font-size : 10px;
}

.tinytext a 			{ 
	font-size : 10px;
}


