@charset "utf-8";

/****************************/
/*               			*/
/* CSS Hitech Awards		*/
/*               			*/
/****************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background:url(images/body_bfg.png) top left repeat-x;
	line-height: 1;
	}
ol, ul {
	list-style: none;
	}
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}
:focus {
	outline: 0;
	}
ins {
	text-decoration: none;
	}
del {
	text-decoration: line-through;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
/* 																						  
 ******************************************************************************************  Letter Style */
 
html, body {
	font-family:Arial, sans-serif;
	color:#555555;
	font-size:12px;
	line-height:18px;
}

p {
	font-size:12px;
	padding:5px 0px;
}
h1 {
	font-size:22px;
	line-height:22px;
	padding:0px 0px;
	color:#FFFFFF;	
	}
h2 {
	color:#A4151E;
	font-size:18px;
	line-height:20px;
	font-weight:normal;
	margin:0px;
	padding:5px 0px 5px 0px;
}
h3 {
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	margin:0px;
	padding:5px 0px 5px 0px;
}
h4 {
	color:#000000;
	font-size:18px;
	line-height:20px;
	font-weight:normal;
	margin:0px;
	padding:18px 0px 5px 0px;
	text-align:center;
}
a:link {
	color:#333333;
	text-decoration:underline;
}
a:visited {
	color:#333333;
	text-decoration:underline;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}
.hrule_red {
	display:inline;
	float:left;
	padding:5px 0px;
	width:100%;
	height:8px;
	font-size:1px;
	background:url(images/hrule_red.png) center left repeat-x;
}
.hrule_red2 {
	display:inline;
	float:left;
	padding:0px 0px 3px 0px;
	width:100%;
	height:2px;
	font-size:1px;
	background:url(images/hrule_red.png) center left repeat-x;
}
/* 																						  
 ******************************************************************************************  Custom Hovers */

.read_more_link:link, .read_more_link:visited {
	font-size:1px;
	display:block;
	width:60px;
	height:17px;
	background:url(images/read_more_hover.png) top left no-repeat;
	}
.read_more_link:hover {
	font-size:1px;
	height:17px;
	background:url(images/read_more_hover.png) bottom left no-repeat;
	}

.email_link:link, .email_link:visited {
	margin:10px 0px 0px 7px;
	font-size:1px;
	display:inline;
	float:left;
	width:46px;
	height:19px;
	background:url(images/email_hover.png) top left no-repeat;
	}
.email_link:hover {
	font-size:1px;
	height:19px;
	background:url(images/email_hover.png) bottom left no-repeat;
	}

.print_link:link, .print_link:visited {
	margin:10px 0px 0px 7px;
	font-size:1px;
	display:inline;
	float:left;
	width:46px;
	height:19px;
	background:url(images/print_hover.png) top left no-repeat;
	}
.print_link:hover {
	font-size:1px;
	height:19px;
	background:url(images/print_hover.png) bottom left no-repeat;
	}
	
.totop_link:link, .totop_link:visited {
	margin:15px 0px 0px 0px;
	font-size:1px;
	display:inline;
	float:left;
	width:60px;
	height:17px;
	background:url(images/totop_hover.png) top left no-repeat;
	}
.totop_link:hover {
	font-size:1px;
	height:17px;
	background:url(images/totop_hover.png) bottom left no-repeat;
	}

/* 																						  
 ******************************************************************************************  Structure */
 
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	}
#header, #menu_bar, #footer, .content_left_full, .content_left_half, .content_right_sponsors {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	}
#header {
	font-size:1px;
	margin-top:20px;
	width: 940px;
	height:158px;
	background:url(images/header_bg.png) no-repeat top left #A4151E;
	}
#menu_bar {
	margin-top:20px;
	width:940px;
	height:38px;
	background:url(images/menu_bar.png) no-repeat top right #A4151E;
	}
#footer {
	margin-top:20px;
	width: 940px;
	height:100px;
	background:url(images/footer_bg.png) no-repeat top right #333333;
}

/* 																						  
 ******************************************************************************************  Left Content */

#content_left, #content_right, .content_left_head_top, .content_left_head_bot, .content_left_header {
	display: inline;
	float: left;
}
#content_left {
	width:640px;
	}
#content_right {
	width:310px;
}
.content_left_header {
	margin-bottom:20px;
	width:620px;
	background:#333333;
}
.content_left_header h1 {
	margin-left:15px;
	}
.content_left_head_top {
	font-size:1px;
	width:620px;
	height:12px;
	background:url(images/content_left_head_top.png) no-repeat top left #333333;
}
.content_left_head_bot {
	font-size:1px;
	width:620px;
	height:12px;
	background:url(images/content_left_head_bot.png) no-repeat top left #333333;
}
.content_left_full {
	margin-top:20px;
	width:620px;
}
.content_left_half {
	margin-top:20px;
	width:300px;
	}
.content_right_sponsors	{
	margin-top:20px;
	width:300px;
	}
.content_right_fk {
	margin-top:20px;
	width:300px;
	}
	
/* 																						  
 ******************************************************************************************  Clear Divs */

html body div.clear,
html body span.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* 																						  
 ******************************************************************************************  Search */

#ajaxSearch_input {
	color:#A4151E;
	margin-top:10px;
	font-family:Verdana, sans-serif;
	font-size:11px;
	display:inline;
	float:left;
	padding:3px 6px; 
	background: url(images/search_box.png) top left no-repeat;
	width:118px;
	height:19px;
	border:none;
	}
#ajaxSearch_submit {
	font-family:Verdana, sans-serif;
	font-size:1px;
	display:inline;
	float:left;
	padding:0px;
	margin:10px 0px 0px 5px;
	width:46px;
	height:19px;
	border:none;
	cursor:pointer;
	}
.ajaxSearch_submit_over {
	background: url(images/search_hover.png) bottom left no-repeat;
	}
.ajaxSearch_submit_out {
	background: url(images/search_hover.png) top left no-repeat;
	}

/* 																						  
 ******************************************************************************************  Footer */
 
#link_bg {
	background:url(images/link_bg.png) no-repeat left top;
	display:inline;
	float:left;	
	width:380px;
	height:32px;
	padding-left:240px;
	margin-left:10px;
	margin-right:10px;
	margin-top:30px;
}
 
.link_linkedin:link, .link_linkedin:visited {
	background:url(images/link_linkedin.png) no-repeat left top;
	display: inline;
	float: left;
	height:32px;
	width:90px;
}
.link_linkedin:hover {
	background:url(images/link_linkedin.png) no-repeat left bottom;
	height:32px;
}

.link_plaxo:link, .link_plaxo:visited {
	background:url(images/link_plaxo.png) no-repeat left top;
	display: inline;
	float: left;
	height:32px;
	width:77px;
}
.link_plaxo:hover {
	background:url(images/link_plaxo.png) no-repeat left bottom;
	height:32px;
} 
 
.link_facebook:link, .link_facebook:visited {
	background:url(images/link_facebook.png) no-repeat left top;
	display: inline;
	float: left;
	height:32px;
	width:77px;
}
.link_facebook:hover {
	background:url(images/link_facebook.png) no-repeat left bottom;
	height:32px;
} 
.link_twitter:link, .link_twitter:visited {
	background:url(images/link_twitter.png) no-repeat left top;
	display: inline;
	float: left;
	height:32px;
	width:77px;
}
.link_twitter:hover {
	background:url(images/link_twitter.png) no-repeat left bottom;
	height:32px;
} 
  
 

.footer_wide_left {
	display:inline;
	float:left;
	width:545px;
	height:60px;
	padding:40px 0px 0px 15px;
	color:#CCCCCC;
	font-size:10px;
	line-height:13px;
}
.footer_wide_totop {
	display:inline;
	float:left;
	width:80px;
	height:100px;
}
.footer_links {
	display:inline;
	float:left;
	margin:0px 10px 0px 10px;
	width:130px;
	height:85px;
	padding:10px 0px 0px 0px;
	color:#CCCCCC;
	font-size:10px;
	line-height:15px;
	}
.footer_links a:link {
	color:#CCCCCC;
	text-decoration:none;
}
.footer_links a:visited {
	color:#CCCCCC;
	text-decoration:none;
}
.footer_links a:hover {
	color:#A4151E;
	text-decoration:none;
}
	
/* 																						  
 ******************************************************************************************  CSS Dropdown */
 
#menu_container_buttons {
	display: inline;
	float:left;
	margin-left:10px;
	height:38px;
	width:240px;
	}
#menu_container {
	display: inline;
	float:left;
	height:38px;
	width:680px;
	margin-right:10px;
z-index:1000;
}
.menu {
	text-transform:uppercase;
	font-size:10px;
	position:relative;
	top:0px;
	color:#777676;
	width:680px;
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 0px;
}
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	color:#777676;
}
.menu ul ul {
	width:230px;
	color:#777676;
}

.menu ul li {
	float:left;
	height:38px;
	line-height:38px;
	margin-right:4px;
z-index:1000;
}
.menu ul ul li {
	display: block;
	width:230px;
	height:auto;
	position: relative;
	line-height: 1em;
	background:none;
z-index:1000;
}
.menu a, .menu a:visited {
	display: block;
	float: left;
	height: 100%;
	text-decoration: none;
	padding:0px 0px 0px 0px;
}
.menu ul li.break {
	width:1px;
	}
.menu ul li a, .menu ul li a:visited {
	color:white;
	padding:0px 8px;
	text-decoration: none;
	}
.menu ul li a:hover { 
	color:#333333;	
	background:url(images/menu_top_hover.png) top left repeat-x;
	}
.menu ul li.active, .menu ul a.active {
	background: url(images/menu_top_hover.png) top center repeat-x;
	color:#333333;	
}
.menu ul li.active a, .menu ul li.active a:visited, .menu ul a.active, .menu ul a.active:visited {
	text-decoration: none;
	color:#333333;	
	}
.menu ul ul a, .menu ul ul a:visited {
	display:block;
	width:209px;
	height:100%;
	line-height:24px;
	background:#F4F4F4;
	color:#333333;
	padding:3px 10px 3px 10px;
	border-left:1px solid #DFDFDF;
	border-right:1px solid #DFDFDF;
	border-bottom:1px solid #DFDFDF;
}
.menu ul table ul a, .menu ul table ul a:visited {
	text-decoration:none;
	color:#333333;
	width:210px;
}
.menu table {
	position: absolute;
	left: 0pt;
	top: 0pt;
	z-index: 100;
}
.menu ul ul table {
	left: 0px;
}
.menu ul ul table ul.left {
	margin-left:0px;
}
.menu li:hover {
	position: relative;
}
* html .menu a:hover {
	position: relative;
}
.menu a:hover {
	text-decoration:none;
}
.menu ul li ul li a.hide, .menu ul li table ul li a.hide  {
	color:#333333;
	background:url(images/menu_sub_nohover.png) #F4F4F4 center no-repeat;
}
.menu ul li ul li a:hover.hide, .menu ul li table ul li a:hover.hide  {
	background:url(images/menu_sub_hover.png) #F4F4F4 center no-repeat;
	color:#333333;
}
.menu ul ul a:hover, menu ul ul ul a:hover {
	text-decoration:none;
	color:#333333;
	background:url(images/menu_ul_hover.png) #F4F4F4 center no-repeat;
}
.menu ul *:hover a.sub1 {
	color:#333333;
}
.menu ul ul ul a:hover, .menu ul li table ul li ul li a:hover, .menu ul li table ul li a:hover {
	color:#333333;
}
.menu ul ul ul *:hover > a {
	color:#333333;
}
.menu ul ul ul ul a:hover {
	color:#333333;
}
.menu ul ul {
	visibility: hidden;
	position: absolute;
	height: 0pt;
	top: 38px;
	left: 0pt;
	width:230px;
}
.menu ul ul ul {
	left:230px;
	top: 0pt;
	width:230px;
}
.menu ul ul ul.left {
	left:230px;
}
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility: visible;
	height: auto;
	padding-bottom: 3em;
}
.menu ul *:hover ul ul {
	visibility: hidden;
}
.menu ul *:hover ul *:hover ul ul {
	visibility: hidden;
}
.menu ul *:hover ul *:hover ul {
	visibility: visible;
}
.menu ul *:hover ul *:hover ul *:hover ul {
	visibility: visible;
}
.menu *:hover > a {
	background:url(images/menu_top_hover.png) #DB5A2A top left repeat-x;
	color:#333333;
}
/**/
.menu_head{
font-weight:bold;
display:block;
border-bottom:1px solid #CCCCCC;
padding-left:0px;
margin-top:5px;
color:#A4151E;
text-decoration:underline;
}
.menu_head:hover{
cursor:pointer;
}
.menu_body{
padding:10px;
padding-left:0px;
}
.downloadentry{
font-weight:bold;
}
#content_left ul li{
list-style:disc;
padding-bottom:3px;
margin-left:14px;
}
#hello{
margin-top:0px;
padding-left:5px;
}
#hello2{
margin-top:0px;
padding-left:5px;
}
table{
border-left:1px solid #A4151E;
border-right:1px solid #A4151E;
margin-left:3px;
margin-right:6px;
width:100%;
margin-bottom:15px;
margin-top:10px;
}
table tr td{
padding:5px 7px;
border-bottom:1px solid #d0d0d0;
}
table tr td.title{
color:#A4151E;
font-weight:bold;
border-top:1px solid #d0d0d0;
}
table tr td.title1{
color:#A4151E;
font-weight:bold;
border-top:1px solid #d0d0d0;
width:240px;
}