@charset "utf-8";
/* UCG Site Cascading Style Sheet */
#nav{
	position:relative;
	margin:0 auto;
	width:800px;
	z-index:999;
	padding-top:4px;
	text-align:left;
}

.navigationSite {
	height: 25px;
	width: 850px;
	background-color: #590000;
	padding: 0px;
	white-space: 2px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.mainSite {
	width: 850px;
	height: 500px;
	padding-top: 4px;
}

*{
	margin:0;
	padding:0;
}

body{
	padding: 10px;
	background:#fff;
	color:#666;	
	font:12px/18px Tahoma, Arial, Helvetica, sans-serif;	
}

#ucg_rugby_top_nav{
/*	margin:0 auto;*/
	position:relative;
	margin:0 auto;
	padding-bottom:0px;
	z-index:999;
	float:left;
	width:850px;
	height:59px;
	background:url(../images/menu_034_bg.jpg) repeat-x;
}

#ucg_rugby_top_nav ul{
	list-style:none;
	margin:0 auto;
	width:500px;
}

#ucg_rugby_top_nav li{
	list-style:none;
	display:block;
	float:left;
	height:59px;
	line-height:59px;
}

#ucg_rugby_top_nav li a{
	display:block;
	float:left;
	color:#a7a7a7;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	line-height:59px;
	text-decoration:none;
	padding:0 20px;				
}

#ucg_rugby_top_nav li a:hover{
	color:#fff;
	background:url(../images/menu_034_h.jpg) no-repeat bottom;
}

#ucg_rugby_top_nav li a.current{
	display:block;
	float:left;
	background:url(../images/menu_034_h.jpg) no-repeat bottom;
	color:#fff;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	line-height:59px;
	text-decoration:none;
	padding:0 20px;	
}

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

.clr{ /* BASIC CLEAR FIX*/
clear:both;
}

div.clear{ /* Special Div for Firefox for background height fix*/
clear: both;
height: 0px;
margin: 0px;
padding: 0px;
font-size: 0;
}

html {
overflow-y:scroll;
height:100%;
}

#top{
position:relative;
margin:0 auto;
width:800px;
z-index:999;
padding-top:4px;
text-align:left;
}

#search{
position:absolute;
left:-200px;
float:left;
background:#fff url(../common/images/images/search_bg.gif) no-repeat left top;
}

search h3{
display:none}

div.search{
padding:0;
line-height:100%;
margin:0;
height:30px;
}

#search .inputbox{
border:none;
color:#999;
width:150px;
font-size:100%;
margin-left:30px;
margin-top:4px;
border:1px solid #f9f9f9;
}

#search .inputbox:hover,
#search .inputbox:focus{
background:#ffffcc}

/* END TOP SECTION */

#logo_section{
position:relative;
margin:0 auto;
width:800px;
padding-bottom:0px;
z-index:999;
}

#logo{
float:left;
}

#main_wrapper{
margin:0;
position:relative;
width: 640px;
background:url(../common/images/main_wrapper_bg.png) no-repeat top center;
padding-top:40px;
min-height:600px;
}

*html #main_wrapper{
margin:0;
position:relative;
width:640px;
background:url(../common/images/main_wrapper_bg_ie.png) no-repeat top center;
padding-top:40px;
min-height:600px;
}

#content{
position:relative;
margin:0 auto;
text-align:left;
width:560px;
padding-bottom:20px;
}

#left{
position:absolute;
top:40px;
left:-210px;
text-align:left;
background:url(../common/images/left_shadow_top_new.png) no-repeat top center;
width:190px;
}

*html #left{
position:absolute;
top:40px;
left:-210px;
text-align:left;
background:url(../common/images/left_shadow_top_ie_new.png) no-repeat top center;
width:190px;
}

#left_bottom{
background:url(../common/images/left_shadow_bottom.png) no-repeat bottom center;
height:14px;
}

*html #left_bottom{
background:url(../common/images/left_shadow_bottom_ie.png) no-repeat bottom center;
height:14px;
}

#right{
background:#FFFFFF;
text-align:center;
top:40px;
position:absolute;
right:-190px;
width:220px;
}

}
#smooth_top{
position:relative;
left:0;
margin-bottom:-16px;
}

.imgborder{
display:block;
padding:6px;
border:1px solid #ccc;
background:#f9f9f9;
margin:4px;
}