/***********************************************/
/* Thomas Created 09                           */
/***********************************************/ 

* {
	font-family:Arial;
}
html, body {
	background:#FCFAFA;
	margin:0px;
	height:100%;
	width:100%;
	font-size:14px;
}

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

/***********************************************/
/* Top Banner                                  */
/***********************************************/

#topBanner {
	clear:both;
	margin:0px auto;
	width:780px;
	height:120px;
	background:#C9252C url('/images/COPA_banner.jpg') no-repeat;
	position:relative;
}
#topBanner #bannerLinks {
	position:absolute;
	top:25px;
	left:608px;
	font-size:11px;
}

#topBanner #bannerLinks a:link, 
#topBanner #bannerLinks a:visited {
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
}
#topBanner #bannerLinks a:hover {
	color:#E09179;
	font-size:11px;
	text-decoration:none;
}

/***********************************************/
/* Top Navigator                               */
/***********************************************/

/* style the outer div to give it width */
#topMenu {
	background:#FFFFFF;
	clear:both;
	margin:2px auto 0px auto;
	width:780px;
	padding-bottom:10px; 
}
/* remove all the bullets, borders and padding from the default list styling */
#topMenu ul {
	padding:0;
	margin:0;
	list-style-type:none; 
	height:28px; 
	background:transparent;
}
/* style the sub-level lists */
#topMenu ul ul {
	width:100px;
}
/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#topMenu ul li {
	float:left;
	height:28px;
	line-height:26px; 
	display:block;
}
/* style the sub level list items */
#topMenu ul ul li {
	display:block;
	width:100px;
	height:auto; 
	line-height:26px;
}
/* style the links for the top level */
#topMenu a, 
#topMenu a:visited {
	display:block;
	float:left;
	height:100%; 
	width:100px; 
	font-size:1em;
	text-decoration:none;
	text-align:center;
	color:#fff;
	background:#FFFFFF url('/images/small_tabs.gif'); 
	margin:0px 1px;
	padding:0px 0px 0px 0px; 
}
/* hack IE5.x to get the correct the faulty box model and get the width right */
* html #topMenu a, 
* html #topMenu a:visited {
	width:100px; 
	w\idth:100px; 
}
/* style the sub level links */
#topMenu ul ul a, 
#topMenu ul ul a:visited {
	display:block;
	background:#E09179; 
	color:#fff;
	width:100px;
	height:100%;
	line-height:26px; 
	padding:0px; 
	border-top:1px solid #C9252C;
}
* html #topMenu ul ul a, 
* html #topMenu ul ul a:visited {
	width:100px; 
/*	w\idth:100px; */
}
/* style the table so that it takes no part in the layout - required for IE to work */
#topMenu table {
	border-collapse:collapse; 
	padding:0; 
	margin:-1px; 
	width:0; 
	height:0; 
	font-size:1em; 
	z-index:1;
}
/* style the sub level 1 background */
#topMenu ul :hover a.sub1 {
	background:#C9252C;
}
/* style the sub level 2 background */
#topMenu ul ul :hover a.sub2 {
	background:#C9252C;
}
/* style the level hovers */
/* first */
* html #topMenu a:hover {
	color:#FFFFFF;
	background:#FFFFFF url('/images/small_tabs.gif') center -28px; 
	position:relative; 
	z-index:100;
}
#topMenu li:hover {
	position:relative;
}
#page_t01 #cate_t01 a, 
#page_t02 #cate_t02 a, 
#page_t03 #cate_t03 a, 
#page_t04 #cate_t04 a, 
#page_t05 #cate_t05 a, 
#page_t06 #cate_t06 a, 
#page_t07 #cate_t07 a, 
#topMenu :hover > a {
	color:#FFFFFF;
	background:#FFFFFF url('/images/small_tabs.gif') center -28px; 
}
/* second */
* html #topMenu ul ul a:hover {
	color:#FFFFFF;
	background:#C9252C; 
	position:relative; 
	z-index:110;
}
#topMenu ul ul li:hover {
	position:relative;
}
#topMenu ul ul :hover > a {
	color:#FFFFFF;
	background:#C9252C;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
#topMenu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:2em; 
	left:0; 
	width:100px;
}
/* make the second level visible when hover on first level list OR link */
#topMenu ul :hover ul {
	visibility:visible; 
	height:auto; 
	padding:0 2em 2em 2em; 
	background:transparent; 
	left:-2em;
}

/***********************************************/
/* Main Page                                   */
/***********************************************/

#contentFrame {
	background:#FFFFFF;
	width:780px;
	margin:0 auto;
	text-align:left;
}

#contentBody {
	margin:0px;
	padding:20px 60px 30px 80px;
	text-align:left;
}

#contentLeft {
	float:left;
	width:450px;
}
#contentRight {
	float:right;
	width:170px;
}

/***********************************************/
/*  Easy Slider                                */
/***********************************************/

#leftSlide {
	position:relative;
	padding-bottom:20px;
}
#leftSlide ul, #leftSlide li {
	margin:0;
	padding:0;
	list-style:none;
} 
#leftSlide li { 
	/* 
	define width and height of list item (slide)
	entire leftSlide area will adjust according to the parameters provided here
	*/ 
	width:460px;
	height:307px;
	overflow:hidden; 
} 

/***********************************************/
/************** .class styles ******************/
/***********************************************/

.pageTitle { 
	color:#333333; 
	font-size:24px; 
	font-weight:bold; 
	padding-bottom:10px;
}
.subTitle { 
	color:#111111; 
	font-size:16px; 
	font-weight:bold; 
}
.sidetitle {
	color:#C9252C;
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;
}
.bodyStyle {
	font-size:12px;
}
.bodyStyle a:link,
.bodyStyle a:active,
.bodyStyle a:visited {
	font-size:12px;
	color:#0000FF;
	text-decoration:underline;
}
.bodyStyle a:hover {
	font-size:12px;
	color:#0000FF;
	text-decoration:none;
}

.sep_box {
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	border-bottom:1px dotted #999;
}

.right_box {
	padding:10px 0;
	border-bottom:1px solid #999;
}

.midTitle {
	font-size:14px;
}


.blueListing {
	color:#036;
	font-size:14px;
}
.smallSize {
	font-size:11px;
}
.tinySize {
	font-size:9px;
}
.captions {
	color:#900;
	font-size:10px;
}

.rss {
	color:#FF6600;
	font-weight:bold;
}
.yellow {
	color:#FFFF00;
}
.red {
	color:#CC0000;
}
.blue {
	color:#0000CC;
}
.green {
	color:#00CC00;
}
.gray {
	color:#666;
}
.white {
	color:#fff;
}
.input_text {
	font-family: Arial;
	font-size:12px;
}
.alert { 
	background:#FFFFCC;
	margin-right:50px;
	border:1px dotted #FF0000;
	color:#FF3300;
	padding:3px;
	font-size:11px;
	display:none;
}

