/*------------------------------------------------------
*							*
*	Rangiora Cricket Club - CSS		*
*	Sections:					*
*		1./ Default CSS			*
*		2./ Positional CSS		*
*		3./ Typo CSS			*
*		4./ Extra CSS			*
*							*
--------------------------------------------------------*/

/*------------------------------------------------- 
		1./ Default CSS
---------------------------------------------------*/
html, body {
	margin: 0;
	padding: 0;
	border: 0;
	background: url(/images/main_bg.jpg) top center repeat-y #ffffff;
}
div, img, td, tr {
	margin: 0;
	padding: 0;
	border: 0;
}
/*------------------------------------------------- 
		2./ Positional CSS
---------------------------------------------------*/
#container {
	margin: 0 auto 0 auto;
	width: 780px;
	background: #f6f6f6;
}
#header {
	position: relative;
	width: 780px;
	height: 100px;
	background: #60230b;
}
	#headerImage {
		position: absolute;
		top: 0px;
		left: 240px;
		width: 540px;
		height: 100px;
	}
#newsflashRow {
	position: relative;
	width: 780px;
	height: 145px;
	background: #444444;
	clear: both;
}
	#greylineNews {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 780px;
		height: 5px;
		background: #cccccc;		
	}
	#latestUpdates {
		position: absolute;
		top: 20px;
		left: 10px;
		width: 200px;
	}
	#newsflashsep {
		position: absolute;
		top: 20px;
		left: 219px;
		width: 2px;
		height: 110px
	}
	#newsflash {
		position: absolute;
		top: 20px;
		left: 240px;
		width: 530px;
	}
#body {
	position: relative;
	width: 780px;
	clear: both;
}
	#whitelineBody {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 780px;
		height: 1px;
		background: #ffffff;	
	}
	#gradientBody {
		position: absolute;
		top: 1px;
		left: 0px;
		width: 780px;
		height: 14px;
		background: url(/images/gradient_body.jpg) top left;	
	}
	#menu {
		position: absolute;
		top: 30px;
		left: 0px;
		width: 220px;
	}
	#text {
		position: absolute;
		top: 20px;
		left: 240px;
		width: 530px;
	}
	
/*------------------------------------------------- 
		3./ Typo CSS
---------------------------------------------------*/
div, td, tr, p, h1, h2, h3, h4 {
	font-size: 11px;
	font-family: arial, verdana, tahoma, sans-serif;
	line-height: 1.7em;
	color: #444444;
	text-align: left;
	border: 0;
}
h1 {
	font-size: 18px;
	margin: 15px 0 8px 0;
	padding: 0;
}
h2 {
	font-size: 14px;
	margin: 15px 0 5px 0;
	padding: 0;
}
h3 {
	font-size: 12px;
	margin: 0 0 5px 0;
	padding: 0;
}
p {
	margin: 2px 0 10px 0; 
}
select, input, textarea {
	font-size: 11px;
	font-family: tahoma,verdana,arial,sans-serif;
	margin: 0;
	padding: 0;
}
ul, ol {
	margin-top: 3px;
	margin-bottom: 15px;
}
li {
	margin-left: -15px;
}
a {
	color: #60230b;
	text-decoration: none;
}
a:hover {
	color: #60230b;
	text-decoration: underline;
}

/*------------------------------------------------- 
		4./ Extra CSS
---------------------------------------------------*/

/* Newsflash row CSS STARTS */
#latestUpdates h2, #latestUpdates p, #latestUpdates a, #latestUpdates li, #newsflash  p, #newsflash  a, #newsflash  li, #newsflash  h2 {
	color: #ffffff;
}
#latestUpdates h2, #newsflash  h2 {
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
#latestUpdates h3, #newsflash  h3{
	color: #ffff10;
	margin: 0 0 5px 0;
}
#latestUpdates a, #latestUpdates a:hover, #newsflash  a, #newsflash  a:hover {
	text-decoration: underline;
}
#latestUpdates li, #latestUpdates p, #newsflash  li, #newsflash  p {
	line-height: 1.4em;
}
#latestUpdates ul, #newsflash  ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Menu CSS STARTS */
#menu h2{
	text-transform: uppercase;
	margin: 0 0 10px 10px;
}
#menu ul{
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
	margin-left: 10px; 
	list-style: none;
}
#menu li{
	width: 200px;
	border-top: 1px dotted #444444;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}
#menu li:hover{
	background: #dddddd;
}
#menu li, #menu a, #menu a:hover{
	color: #444444;
	text-decoration: none;
}
#menu li.selectedMenuItem, #menu li.selectedMenuItem:hover {
	background: #ffffff;
}
#menu li.subMenu a{
	margin-left: 20px;
}
#menu li.subMenu2 a{
	margin-left: 40px;
}

/* Text CSS STARTS */
p.breadcrumbs {
	font-size: 10px;
	margin: 2px 0 2px 0;
}
span.formError {
	color: #60230b;
}

/* Right Column CSS STARTS */
div.enquiryBox {
	float: right;
	width: 188px;
	padding: 10px 5px 5px 5px;
	margin: 0px 0px 10px 10px;
	border-left: 1px solid #828282;
	border-right: 1px solid #444444;
	border-top: 1px solid #828282;
	border-bottom: 1px solid #444444;
	background: url(/images/enquiryphone.jpg) no-repeat top right #ffffff;
}
div.enquiryBox h3 {
	text-transform: uppercase;
	font-size: 14px;
}