/***********************************************/
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	background-image: url(images/New_Lay/back_grass2.jpg);
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font: bold 100% Arial,sans-serif;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	margin: 0 0 0 79%;
	padding: 0px;
	background-color: #eeeeee;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
  float:left;
	width: 75%;
	margin: 0;
	padding: 10px 3% 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
  padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
/*****************#lines***************/
#line1 {
	padding-bottom: 2em;
	padding-top: 2em;
	margin-top: 2em;
	margin-bottom: 2em;
	clear: both;
}
#line1 .strapline {
	float: right;
    /*margin-right: 2em;
    margin-top: 0.5em;*/
}
.logo {
  float: left;
}
#line2 {
	border-top: 1px solid #cccccc;
	padding-bottom: 10px;
	width: 100%;
}


.textCenterBold {
	font-weight: bold;
	font-size: 80%;
	text-align: center;
}
.textUnderBold {
	font-weight: bold;
	text-decoration: underline;
}
.textLogo {
	font-weight: bold;
	color: #990000;
	font-size: 200%;
}
#main {
	width: 100%;
}
#main2 {
	width: 100%;
	text-align: left;
}
#main3 {
	width: 850px;
	float: none;
}
.text1Center {
	font-size: 14px;
	text-align: center;
}
.text1CenterBold {
    font-weight: bold;
	font-size: 14px;
	text-align: center;
}
.text2Center {
	font-size: 10px;
	text-align: center;
}
.divL {
	padding: 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 40%;
	float: left;
	background-color: #00CCFF;
	position: relative;
	left: 50px;
	color: #000000;
}
.divR {
	padding: 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 40%;
	float: right;
	background-color: #FF9900;
	position: relative;
	right: 50px;
	color: #000000;
}
.pinax{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	border-right: 1px #CCCCCC;
	border-left: 1px #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #00CC99;
	padding-left: 10px;
	padding-right: 10px;
	height: 25px;

}
.number {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000066;
	border: 2px solid #e2e2e2;

}
.celRes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	height: 30px;
	padding-left: 10px;
	padding-top: 5px;
	text-align: left;

}
.celRes2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	width: 50%;
	height: 30px;
	border: 1px solid #e2e2e2;
	text-align: center;

}
.celRes3 {
	width: 80%;
	padding-left: 20px;

}
.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;

}
.text1w {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	background-color: #FFFFFF;
	height: 20px;
	text-align: center;

}
.text1g {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	height: 20px;
	background-color: #BDDDBD;
	text-align: center;

}
.list2 {
	list-style-type: decimal;
	font-size: 100%;
}
#vath{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
	width: 70%;
	height: 20px;
	text-align: center;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-color: #FFFFFF;

}
#vathN{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	border: 1px solid #999999;
	background-color: #CC6633;

}
#iconlist {
	list-style-type: none;
}
#iconlist li {
   margin-right: 6px;
   margin-bottom: 10px;
}
#iconlist img {
   border: 1px solid #333300;
}
#iconlist2 {
	list-style-type: none;
	font-size: 70%;
	width: 95%;
	/*margin-left: -20px;*/
}
#iconlist2 li {
	margin-bottom: 10px;
	text-align: center;
	padding: 5px;
	float: left;
	margin-right: 6px;
	width: 120px;
}
#iconlist2 img {
   display:block;
}

#iconlist3 li {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	margin-bottom: 10px;
	text-align: center;
	vertical-align: middle;
	float: left;
	padding-top: 15px;
	padding-bottom: 30px;
	padding-left: 5px;
	padding-right: 10px;
}
#iconlist3 img {
	display:block;
}
.text1NoWrap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	clear: both;
}
.noFlo {
	font-size: 80%;
	font-weight: bold;
	clear: left;
	float: none;
}
#main4 {
	height: 200px;
}

/***************************NEW*********************************/
/***************************NEW*********************************/

#contD {
	width: 100%;
	background-image: url(images/New_Lay/back_top3.jpg);
	background-repeat: repeat-x;
}

#mainD {
	width: 751px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	min-width: 750px;
	background-image: url(images/New_Lay/back_grass2.jpg);
}
#topim {
	background-image: url(images/New_Lay/lay_top6.jpg);
	background-repeat: no-repeat;
	height: 330px;
	width: 751px;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;

}
#topim h3 span {
    display: none;
}
#contentmainD {

	
}
#contentD {
	width: 566px;
	float: right;
	margin-right: 5px;
	
}
#par1 h3 span {
	display: none;
}
#par1 {
	background-image: url(images/New_Lay/bk_rect_green.jpg);
	top: 15px;
	position: relative;
}
#par1 h3 {
	background-image: url(images/New_Lay/top_rect_privacy.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 85px;
	width: 566px;
	margin: 0;
	padding: 0;
} 
.inner {
	padding-right: 30px;
	padding-left: 30px;

}
.inner p {
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 5pt;
}

#mainFooter span {
	display: none;
}
#mainFooter {
	background-image: url(images/New_Lay/foot_rect_green.jpg);
	background-position: bottom;
	width: 566px;
	background-repeat: no-repeat;
	height: 57px;
	clear: both;
	position: relative;
    
}
#menus {
	width: 166px;
	margin-top: 28px;
	padding-bottom: 18px;
	float: left;
	clear: left;
	margin-left: 10px;

}
#par2 {
	height: 300px;
	background-image: url(images/New_Lay/menu_med.jpg);
}
#par2 h3 span {
    display : none;
}
#par2 h3 {
	background-image: url(images/New_Lay/menu_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 25px;
	width: 166px;
	margin: 0;
	padding: 0;
}
#menuFooter span {
	display: none;
	clear: both;
}
#menuFooter {
	background-image: url(images/New_Lay/menu_foot.jpg);
	background-position: bottom;
	height: 18px;
	width: 166px;
	background-repeat: no-repeat;
	float: none;
    
}


#list3 {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	width: 110px;
	position: relative;
	right: 15px;
	height: 25px;
	
}

#list3 li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	
	
}
#list3 a:link {
	color: #000066;
	text-decoration: none;
	display: block;
	height: 20px;
	padding-top: 5px;
	text-indent: 5px;
}
#list3 a:visited {
	color: #000066;
	text-decoration: none;
	display: block;
	height: 20px;
	padding-top: 5px;
	text-indent: 5px;
}

#list3 a:hover {
	background-color: #BDDDBD;
	height: 20px;
	display: block;
	padding-top: 5px;
	text-indent: 5px;
	color: #993300;
	font-size: 14px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFCC;
	clear: both;
	padding: 25px 10px;
	position: relative;
}
#listfoot{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFCC;
	padding-bottom: 20px;
	padding-top: 7px;
}
#listfoot li{
	padding-right: 3px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFCC;
}
#listfoot a:link {
	color: #FFFFCC;
	text-decoration: none;
	
}
#listfoot a:visited {
	color: #FFCC66;
	text-decoration: none;
	
}
#listfoot a:hover {
	color: #CC6600;
	text-decoration: none;
	
}


#footer2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #669966;
	height: 10px;
	margin-top: -30px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 5px;

}
/***************** TEAM LISTS *************************/
#teamlist {
	list-style-type: none;
	clear: both;
}
#teamlist li {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
#teamlist img {
	display: block;
	margin-right: 5px;
	margin-bottom: 3px;
	border: 1px solid #333333;
	margin-top: 5px;
}
.teamHeads {
	font-size: 80%;
	font-weight: bold;
	clear: both;

}
.teamHeads2 {
	font-size: 80%;
	font-weight: bold;
	clear: right;
	background-color: #00FF00;
	position: relative;

}
/*****************TEAM LISTS END ************************/

/***************** Headers3 GR START************************/
#homep h3 span, #teamp h3 span, #standingsp h3 span, #scorep h3 span, #honourp h3 span, #eventsp h3 span, #sponsorsp h3 span, #contactp h3 span, #linksp h3 span, #privacyp h3 span, #termsp h3 span {
	display: none;
}
#homep, #teamp, #standingsp, #scorep, #honourp, #eventsp, #sponsorsp, #contactp, #linksp, #privacyp, #termsp {
	background-image: url(images/New_Lay/bk_rect_green.jpg);
	top: 15px;
	position: relative;
}
#homep h3 {
	background-image: url(images/New_Lay/top_rect_home.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 85px;
	width: 566px;
	margin: 0;
	padding: 0;
}
#teamp h3 {
	background-image: url(images/New_Lay/top_rect_team.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 85px;
	width: 566px;
	margin: 0;
	padding: 0;
}
#standingsp h3 {
	background-image: url(images/New_Lay/top_rect_standings.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 85px;
	width: 566px;
	margin: 0;
	padding: 0;
}
#scorep h3 {
	background-image: url(images/New_Lay/top_rect_score.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 85px;
	width: 566px;
	margin: 0;
	padding: 0;
}
#honourp h3 {
	background-image: url(images/New_Lay/top_rect_honour.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 85px;
	width: 566px;
	margin: 0;
	padding: 0;
}
#eventsp h3 {
	background-image: url(images/New_Lay/top_rect_events.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 85px;
	width: 566px;
	margin: 0;
	padding: 0;
}
#sponsorsp h3 {
	background-image: url(images/New_Lay/top_rect_sponsors.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 85px;
	width: 566px;
	margin: 0;
	padding: 0;
}
#contactp h3 {
	background-image: url(images/New_Lay/top_rect_contact.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 85px;
	width: 566px;
	margin: 0;
	padding: 0;
}
#linksp h3 {
	background-image: url(images/New_Lay/top_rect_links.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 85px;
	width: 566px;
	margin: 0;
	padding: 0;
}
#privacyp h3 {
	background-image: url(images/New_Lay/top_rect_privacy.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 85px;
	width: 566px;
	margin: 0;
	padding: 0;
}
#termsp h3 {
	background-image: url(images/New_Lay/top_rect_terms.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 85px;
	width: 566px;
	margin: 0;
	padding: 0;
}
/***************** Headers3 END*************************/

/***************** Headers3 EN START************************/
#homepEn h3 span, #teampEn h3 span, #standingspEn h3 span, #scorepEn h3 span, #honourpEn h3 span, #eventspEn h3 span, #sponsorspEn h3 span, #contactpEn h3 span, #linkspEn h3 span, #privacypEn h3 span, #termspEn h3 span {
	display: none;
}
#homepEn, #teampEn, #standingspEn, #scorepEn, #honourpEn, #eventspEn, #sponsorspEn, #contactpEn, #linkspEn, #privacypEn, #termspEn {
	background-image: url(images/New_Lay/bk_rect_green.jpg);
	top: 15px;
	position: relative;
}
#homepEn h3 {
	background-image: url(images/New_Lay/top_rect_home_en.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 85px;
	width: 566px;
	margin: 0;
	padding: 0;
}
#teampEn h3 {
	background-image: url(images/New_Lay/top_rect_team_en.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 85px;
	width: 566px;
	margin: 0;
	padding: 0;
}
#standingspEn h3 {
	background-image: url(images/New_Lay/top_rect_standings_en.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 85px;
	width: 566px;
	margin: 0;
	padding: 0;
}
#scorepEn h3 {
	background-image: url(images/New_Lay/top_rect_score_en.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 85px;
	width: 566px;
	margin: 0;
	padding: 0;
}
#honourpEn h3 {
	background-image: url(images/New_Lay/top_rect_honour_en.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 85px;
	width: 566px;
	margin: 0;
	padding: 0;
}
#eventspEn h3 {
	background-image: url(images/New_Lay/top_rect_events_en.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 85px;
	width: 566px;
	margin: 0;
	padding: 0;
}
#sponsorspEn h3 {
	background-image: url(images/New_Lay/top_rect_sponsors_en.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 85px;
	width: 566px;
	margin: 0;
	padding: 0;
}
#contactpEn h3 {
	background-image: url(images/New_Lay/top_rect_contact_en.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 85px;
	width: 566px;
	margin: 0;
	padding: 0;
}
#linkspEn h3 {
	background-image: url(images/New_Lay/top_rect_links_en.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 85px;
	width: 566px;
	margin: 0;
	padding: 0;
}
#privacypEn h3 {
	background-image: url(images/New_Lay/top_rect_privacy_en.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 85px;
	width: 566px;
	margin: 0;
	padding: 0;
}
#termspEn h3 {
	background-image: url(images/New_Lay/top_rect_terms_en.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 85px;
	width: 566px;
	margin: 0;
	padding: 0;
}
/***************** Headers3 END*************************/
