@charset "utf-8";
/* CSS Document */
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
color: #666666;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;  
line-height: 20px;
	background: #7aa3db url(../images/background.jpg) bottom center no-repeat;
}

ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;

}

img, div {
}

img {
border:medium none;
}

img a {
border: none;
}

p {
margin: 5px 0 8px 0;	
}


a {
color:#000000;
text-decoration:underline;
}

h1 {
   color: #00aae8;
    font-size: 24px;
	margin: 25px 0 6px 0;
}
h2 {
    color: #37A3BD;
    font-size: 18px;
}

h3 {
	color: #00aae8;
margin-bottom: 5px;
}

h4 {
	margin: 3px 0 0 0;
	font-weight:bold;
	font-size:15px;
}

#wrapper {
    margin: 0 auto;
    width: 829px;
}

#container {
	width: 828px;
/*	background:url(../images/creampaper.jpg) repeat; */
	background: #fff url(../images/footercricket.jpg) bottom repeat-x;
	overflow:hidden;
	



}


#right {
    float: right;
    margin: 10px 0 0;
    padding: 0;
    width: 160px;
	
}

#right img {
	padding-top: 30px;	
}


#left {
    float: left;
    margin-top: 10px;
    width: 801px;	
}

.abouttt {
color: #999999;	
float:left;
border: 1px dotted #DAEAD9;
margin: 30px 9px 4px 17px;
padding: 4px;
width:159px;
}

.abouttt h3 {
color: 	#00aae8;
}

.leftcol {
   float: left;
    width: 200px;
}

.menu {
    float: left;
    font-size: 14px;
    font-weight: 500;
    padding-left: 10px;
    width: 180px;
	margin-top: 8px;
}
.menu li a {
    height: 24px;
    text-decoration: none;
}
.menu li a:link, .menu li a:visited {
    background: url("../images/menubg.gif") repeat scroll 0 0 transparent;
    color: #1da8df;
    display: block;
	font-weight:bold;
    padding: 8px 0 4px 10px;
}

.menu li a:hover {
    background: url("../images/menubg.gif") repeat scroll 0 -32px transparent;
    color: #00995e;
    padding: 8px 0 4px 28px;
}


#submenu li a:link, #submenu li a:visited {
    background: none;
    color: #999;
    display: block;
    padding: 8px 0 4px 10px;
}

#submenu li a:hover {
    background: none;
    color: #666;
}


.main {
    border-left: 1px solid #DAEAD9;
	 border-right: 1px solid #DAEAD9;
    float: right;
    padding: 0 0 50px 5px;
    width: 592px;
}


.rightposters {
float:right;	
width: 260px;
}

.rightposters img {
padding-bottom: 5px;	
}

.seperator {
width=:900px;
float:left;
clear:both;
height:1px;
	 
	
}


.expander {
width:560px;

}

.shorterparagraph {
width:560px;
}

.narrowparagraph {
width: 280px;
padding: 20px 15px 5px 0;
float:right;

}

.smallerlist {
	font-size:0.8em;
}

.floatright {
float:right;
padding: 4px;

}

.pubicon {
float:left;
margin: 10px 7px 0 0;
    padding: 6px;
	font-size: 9px;
	line-height:10.5px;
	width:120px;	
	text-align:center;
}

.pubicon a {
color:#666;
}

a:hover {
color:#92D0FF;
text-decoration:none;
}
p a {
border-bottom:1px dashed #92D0FF;
color:#3A92D5;
}
p a:hover {
border-bottom:1px dashed #92D0FF;
color:#92D0FF;
}



.downloads {
font-size:0.7em;
line-height:1.5;
margin:0 20px 20px;
}


.footer {
	width: 597px;
	overflow:hidden;
	margin: 0 auto;	
	padding:7px 0 10px 0;
	float:right;

	padding-bottom: 15px;
}


#header {
background:transparent url(../images/header_bg.jpg) no-repeat scroll left bottom;
height:101px;
padding-top:40px;
position:relative;
}
#content {
background:transparent url(../images/page_bg.gif) repeat-y scroll left top;
overflow:hidden;padding: 10px 40px 20px 40px;
width:100%;
}

.downloads ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}
.downloads li {
background-image:url(../images/pdf.gif);
background-repeat:no-repeat;
float:left;
height:50px;
text-align:left;
}
.downloads li a {
display:block;
font-family:Verdana,Arial,Helvetica,sans-serif;
padding-left:50px;
padding-top:15px;
text-decoration:none;
}

.floatLeft {
float:left;
clear:left;
padding-right: 5px;	
}

.clearfloats {
width: 520px;
clear:left;	
}

.smalltext {
    font-size: 9px;
	line-height:10.5px;
}
