/* CSS Document */

	/* reset all padding and margins */
*{padding:0;margin:0;}

/* ie peekaboo fix*/ 
.holly h1, h2, h3, h4, h5, h6, p {
  position: relative;
} 

html, body, #wrapper {
	font: 95% arial, hevetica, sans-serif;
	min-height: 100%; /*Sets the min height to the
                        height of the viewport.*/
    width: 100%;
    height: 100%; /*Effectively, this is min height
                    for IE5+/Win, since IE wrongly expands
                    an element to enclose its content.
                    This mis-behavior screws up modern  
                    browsers*/
    margin: 0;
    padding: 0;
	text-align: center;
    }

html>body #wrapper {
    height: auto; /*this undoes the IE hack, hiding it
                    from IE using the child selector*/
    }

#wrapper {
    position: absolute;
    top: 0;
    left: 0;
    }

#main {
    height: auto;
    /* padding: .5em;*/
    padding-bottom: 3em;   /*Keeps content above footer. Originally
                           used margin, but a bug in Opera7 seemed
                           to add spurious margin, pushing the
                           footer beyond the viewport even with
                           short content. */
    width: 770px;
     margin: 0px auto; 
	/*margin-left: auto;
	margin-right: auto;*/
	text-align: left;
    }

#footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	}
	
#footer p {
	font-size: 80%;
	text-align: center;
	width: 770px;
	margin: 0px auto;
	}
 
/* ========================== header ========================= */

	.blubck{
	background: #979797 url(images/bck_tile_g.jpg) repeat-y 50% 0;
	}
	
	
.skip {
	float: left;
	width: 1px;
	height: 1px;
	}
	
.skip img {
	text-decoration: none;
	border: none;
	}
	
#header
	{
		height: 148px;
		/* background-color: #8d6db1;
		background: url(images/header.jpg) left no-repeat; */
		font: 100% arial, hevetica, sans-serif;
		color:#000;
		
		}


/* ================= menu styling ====================== */
	
#mainnav {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #fff;
	background: #371D64 url(images/menu_mbar2.jpg) repeat-x;
	position: relative;
	z-index: 300;
	}

#menuwrapper {
	padding-left: 12px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #333;
	background-color: #371D64; 
	background-image: url(images/menu_mbar1.jpg);
	background-repeat: repeat-x;
}

.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#menubar, #menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}


#menubar a {
	display: block;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	border-right: 1px solid #231932;
	font-size: .80em;
	color: #EFEFEF;
}


#menubar a.trigger {
	padding: 5px 16px 5px 10px;
	background-image: url(images/bullet_lighter.gif);
	background-repeat: no-repeat;
	background-position: right center;
}


#menubar li {
	float: left;
	width: 9em;
}


#menubar li ul, #menubar ul li  {
	width: 10em;
}


#menubar ul li a  {
	color: #565656;
	border-right: 0;
	padding: 3px 12px 3px 16px;
}


#menubar li ul {
	position: absolute;
	display: none;
	border-right: 1px solid #231932;
	background-image: url(images/menu_grad.jpg);
	background-repeat: repeat-x;
}


#menubar li ul li{
	border-bottom: 1px solid #333333;
}


#menubar li:hover a, #menubar a:focus,
#menubar a:active, #menubar li.hvr a {
	color: #000000;
	background-color: #977cb5;
}



#menubar li:hover ul, #menubar li.hvr ul {
	display: block;
}


#menubar li:hover ul a, #menubar li.hvr ul a {
	color: #000000;
	background-color: transparent;
}


#menubar ul a:hover {
	background-color: #4c2776!important;
	color: #FFFFFF!important;
}


#menubar li {width: auto;}
		
	#secondnav
	{
		height: 5px;
		background-color:#3b4a77;
		overflow:hidden;
	}

	#rightColumn
	{
		float: right;
		width: 266px;
		height: 100px;
	}
	

/* ===================== contents styles =========================== */

/* #contbck {
		background: url(images/contents_bck.jpg) left top no-repeat;
		}

#sponsorbck {
		background: url(images/sponsor_bck.jpg) left top no-repeat;
		}
*/

#contbck {
		background: url(images/content_bck.jpg) repeat-x;
		}

#sponsorbck {
		background: url(images/content_bck.jpg) repeat-x;
		}
		
	
#contents {

	margin-right: 20px;
	margin-left: 20px;
	height: auto;
	padding-bottom: 20px;
	}
	
#contents h1 {
	font: 150% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #472a86;
	/* text-indent: 30px;*/
	padding-top: 15px;
	margin-bottom: 0;
	}
	
#contents h2 {
	font: 120% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #472a86;
	/* text-indent: 30px;*/
	margin-top: 15px;
	margin-bottom: 0;
	}
	
#contents p {

	color: #000;
	font-size: 95%;
	margin-top: 0px;
	margin-bottom: 5px;
	}
	
.border {
border: 3px solid #382165;
}

.bigNotice {
font: 160% Arial, Helvetica, sans-serif;
color: #472a86;
}
	
	
/* ===================== sponsors styles =========================== */

#sponsors {
background-color: #FFFFFF;
}

#sponsors img{
	float: left;
	padding: 10px;
	border: 0;
	border: none;
}

#sponsors hr {
	border: none 0;
	border-top: 1px dashed #ccc;
	border-bottom: none 0;
	height: 1px;
	}

.toplogo {
margin-left: 30%;
}
	
.clearLeft {
clear: left;
}

/* ======================= winners styles ===========================*/

#winners {
margin-right: 20px;
margin-left: 20px;
text-align: center;	
}

#winners img {
border: none 0;
padding-bottom: 10px;
padding-left: 5px;
padding-right: 5px;
}

/* ======================= shortlist styles ============================*/

.newsBox {
	background: #fff ;
	padding: 5px 5px 5px 5px;
	font-size: 90%;
	list-style-image:url(images/purp_bullet.gif);
	}

.floatLeftEvents {
	float: left;
	width: 475px;
	margin-left: 10px;

	}

.floatPrice {
	padding: 5px 10px 2px 0px;
	margin-right: 10px;
	float: right;
	font: 80% Arial, Helvetica, sans-serif;
	text-align: right;
	}

.floatPrice img {
border: 0;
border: none;
text-decoration: none;
}


.maintext_hightlight {
	color: #330066;
	}
	
.maintext_hightlight_bold {
	color: #330066;
	font-weight: bold;
	font-size: 110%;
	}
	
hr {
	border: none 0;
	border-top: 1px dashed #ccc;
	border-bottom: none 0;
	height: 1px;
	}



	

	/* =========================== clear floats ============================== */

	

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: right;
    visibility: hidden;
	}

.clearfix {display:inline-block;}

/* Hide from IE Mac \*/

.clearfix {display:block;}

/* End hide from IE Mac */

/* applies to ie < 7 */

* html .clearfix {height: 1px;}

/* End hide from IE<7 */

.clearfixleft:after {
    content: ".";
    display: block;
    height: 0;
    clear: left;
    visibility: hidden;
	}

.clearfixleft {display:inline-block;}

/* Hide from IE Mac \*/

.clearfixleft {display:block;}

/* End hide from IE Mac */

/* applies to ie < 7 */

* html .clearfixleft {height: 1px;}

/* End hide from IE<7 */
	

/* =============== positioning stuff ====================*/

.center {
text-align: center;
}

.floatRight {
float: right;
}

.floatLeft {
float: left;
}

.floatLeft img {
border: 0;
border: none;
text-decoration: none;
}

.floatRight img {
border: 0;
border: none;
text-decoration: none;
}

.noborder {
border: 0;
border: none;
text-decoration: none;
}

#as {
width: 200px;
border: 1px solid #CCCCFF;
}

#ps {
width: 265px;
border: 1px solid #CCCCFF;
}

.centered {
width: 250px;
 margin: 0 auto;
}

.centeredMid {
width: 640px;
 margin: 0 auto;
}
/* =================== text styling ======================== */

	.adBlue {
	font: 130% Arial, Helvetica, sans-serif;
	color: #a0b6df;
	font-weight: bold;
	}
	
	.adGrey {
	font: 130% Arial, Helvetica, sans-serif;
	color: #1c2340;
	font-weight: bold;
	}
	
	.newsHead {
	font: 130% Arial, Helvetica, sans-serif;
	color: #715b9d;
	font-weight: bold;
	}
	
	.bold {
	font-weight: bold;
	}
	
	.boldright {
	font-weight: bold;
	text-align: right;
	}
	
	.boldcolor {
	font-weight: bold;
	color: #1c2340;
	}
	
	
	.winners {
	color: #04447b;
	font: 200% Arial, Helvetica, sans-serif;
	}
	
	

/* =================== link styling ======================== */
	
	#contents a {	
	color: #685195;
	}
	
	#contents a:visited, a:hover{	
	color: #000;
	}
	
	
	#footer a {
	text-decoration: none;
	color: #000;
	}
	
	#footer a:visited, a:hover{
	text-decoration: none;
	color: #000;
	}

	
	#news a:link 
	{ 
		font: 130% Arial, Helvetica, sans-serif;
		color:#715b9d;
		text-decoration: none;
		font-weight: bold;  
	}

	#news a:visited { 
		font: 130% Arial, Helvetica, sans-serif;
		color: #666666;
		text-decoration: none;
		font-weight: bold; 
		}   
	
	#news a:hover, #news a:active
	{
		font: 130% Arial, Helvetica, sans-serif;
		color: #000;
		text-decoration: none;
		font-weight: bold; 
		
	}
	
/* ======================== ul styling for main contents ============================== */

.fix {
padding-left: 50px;
}


.newfont { font-family:Verdana, Arial, Helvetica, sans-serif; }