@charset "utf-8";
/* CSS Document */

body {
	background: #000000 url(./images/background.jpg) no-repeat fixed center top; margin:0px; font-family:Arial, Helvetica, sans-serif; color:#000000}

/* Heading Styles */
h1 { font-size: 20px; margin:0px}
h2 { font-size: 18px; margin:0px}
h3 { font-size: 16px; margin:0px}
h4 { font-size: 14px; margin:0px}
h5 { font-size: 12px; margin:0px}
h6 { font-size: 10px; margin:0px}


/* Paragraph and Text Styles */
p { text-decoration: none; font-size: 14px; padding: 0px; margin: 0px; line-height:18px;}
.p14 { font-size:14px}
.p16 { font-size:16px}
.p18 { font-size:18px}
.p20 { font-size:20px}
.p22 { font-size:22px}
.p24 { font-size:24px}
.p26 { font-size:26px}
.p28 { font-size:28px}
.font_color_white { color:#ffffff}
.font_color_black { color:#000000}
.font_color_yellow { color:#ffcc00}
.section_headers { background-color:#e2e2e2; padding:5px; border-bottom:2px solid #d0d0d0; font-size: 16px; font-weight:bold; margin-bottom: 5px }
.special_attention {padding-left:2px; padding-right:2px; background:#F99; border:1px solid #e68983;}


/* Link Styles */
a { color:#b74609; text-decoration: none; margin:0%; font-weight: normal;}
a:hover {color:#b74609; text-decoration: underline;}
.a_yellow { color:#FC0; text-decoration: none; margin:0%; font-weight: normal;}
.a_yellow:hover { text-decoration: underline}
.a_white { color:#ffffff; text-decoration: none; margin:0%; font-weight: normal;}
.a_white:hover { text-decoration: underline}

#navmenu {color:#ffffff; font-size:20px; font-weight:normal}
#navmenu a { color:#ffffff; text-decoration: none;}
#navmenu a:hover { text-decoration:underline}

#navmenu_sub { font-size:15px}
#navmenu_sub a { color:#6d7967; text-decoration: none; font-weight: normal;	background: url(./images/listed_brown.gif) no-repeat;  background-position: 0 .4em; padding-left: 13px;}
#navmenu_sub a:hover { color:#6d7967; text-decoration:underline; background: url(./images/listed_roll.gif) no-repeat;  background-position: 0 .4em; padding-left: 13px;}

.listed_items_no_link {	background-image: url(/clubs/rugby/images/listed_gray.gif); background-repeat: no-repeat;  background-position: 0 .4em; padding-left: 13px; padding-bottom: 9px;}

.listed_items_no_link_indent { background-image: url(/clubs/rugby/images/listed_open.gif);	background-repeat: no-repeat; background-position: 0 .4em;	padding-left: 13px; padding-bottom: 9px; margin-left: 13px;}









#main_wrapper {	margin:0px auto 0px auto; width:1000px; overflow:hidden;}

#header { height:227px; width:1000px;}

#midcenter { width:1000px; background:#000000 url(images/mid_background.jpg) repeat-x; overflow:hidden; padding-bottom:10px}
	#left { float:left; height:auto; width:197px;}
		#left_nav { width:181px; padding:0px 8px 0px 8px; margin:38px auto 0px auto;}
	#mid {float:left; width:606px;}
		#mid_title { height:auto; margin:13px auto 8px auto; padding-left:5px; color:#ffffff; }
		#mid_content { height:auto; min-height:322px; background:#ffffff; margin:auto; padding:5px; border:4px solid #ffd556}
	#right {float:left; width:197px;}
		#right_nav { width:181px; padding:0px 8px 0px 8px; margin:38px auto 0px auto;}
		
#footer { clear:both; background-color:#000000; height:90px; width:1000px; z-index:2000}




.main_menu{
 width: 100%;
 color:#ffffff;
}

.main_menu a{
 color:#ffffff;
}

.main_menu a:hover{
	text-decoration:underline
}
.main_menu .item{}

.main_menu .item .image{
 float:right;
 margin-top:7px;
 width: 15px;
 height: 15px;
}

.main_menu .item .image:hover{
	cursor:pointer;
}
.main_menu .closed .image{
 background-image: url('/clubs/rugby/images/open.png');
 background-repeat: no-repeat;
}
.main_menu .open .image{
 background-image: url('/clubs/rugby/images/close.png');
 background-repeat: no-repeat; 
}

.main_menu .item .header{
 padding: 5px;
 font-size:18px;
}


.main_menu .item .body{
 overflow:hidden;
 padding-left:8px;
 font-size:14px;
 color:#999999;
}

.main_menu .item .body a{
 text-decoration:none;
 color:#ffffff;
}

.main_menu .item .body a:hover{
 text-decoration:underline;
}

.main_menu .open .body{
 display:block;
}

.main_menu .closed .body{
 display:none;
}

