/***********************************************/
/* emx_nav_right.css                           */
/* Use with template Halo_rightNav.html        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Calibri,Arial,sans-serif;
	color: #333333;
	line-height: 1.16;
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-color: #1D97BC;
	font-weight: bold;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Calibri;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Calibri;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Calibri;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Calibri;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Calibri;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
	list-style-type: square;
	list-style-image: url(_img/alm_logologosm.jpg);
	list-style-position: inside;
	text-align: justify;
	text-indent: -40px;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 99px;
	width:800px;
	background-color: #ffffff;
	color: #333333;
	font-family: Calibri, Arial;
	font-weight: bold;
	left: -2px;
	height: auto;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#bcl {
	position:absolute;
	bottom: auto;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#bcr {
	position:absolute;
	bottom: auto;
	right: -1px;
	padding: 0px;
	z-index: 100;
}
#blm {
	position:absolute;
	bottom: auto;
	left: 5px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top: 0px;
	width:800px;
	
}

#pageNav{
	float: right;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-family: Calibri;
	font-size: 70%;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 178px 0px 0px;
	border-right: 1px solid #ccd2d2;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #1F3694;
	font-weight: bolder;
	font-family: "Century Schoolbook";
	font-size: 36px;
}

/************** utility styles *****************/

#utility{
	font: 75% Calibri,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	background-color: #EAECEB;
	background-image: url(_img/water650.jpg);
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 10px;
}

#pageName h2{
	color: #11338D;
	margin:0px;
	padding: 0px;
	font-family: Calibri, Arial, sans-serif;
	;
	font-size: 150%;
	font-weight: bold;
}

#pageName img{
	position: absolute;
	top: 1px;
	right: 0px;
	padding: 0px;
	margin: 0px;
	width: 178px;
	height: 68px;
}

/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 800px;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image: url(glbnav_background.gif);
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:-2px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 8px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
	color: #333333;
	font-family: calibri, Arial, Helvetica, sans-serif;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #21536A;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image: url(glblnav_selected.gif);
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 100px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


/************* breadCrumb styles ***************/

#dualusesports{
	padding: 5px 0px 7px 10px;
	font: small Calibri,sans-serif;
	color: #2C99C4;
}

#dualusesports a{
	color: #21536A;
	font-weight: bold;
}

#dualusesports a:hover{
	color: #2C99C4;
	text-decoration: none;
	font-weight: bold;
}


/************** feature styles *****************/

.feature{
	padding: 0px 0px 5px 10px;
	font-size: 70%;
	min-height: 100px;
	height: auto;
}
body .feature {height: auto;}

.feature h3{
	font: bold 150% Calibri,sans-serif;
	color: #1A3A8D;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	outline-color: #FFFFFF;
}
.feature h2{
 font: bold 165% Calibri;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

.feature img{
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.featuresub{
	padding: 0px 0px 5px 10px;
	font-size: 75%;
	min-height: 100px;
	height: auto;
	font-weight: bold;
	color: #333333;
}
body .featuresub {height: auto;}

.featuresub h3{
	font: bold 125% Calibri,sans-serif;
	color: #1A3A8D;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	outline-color: #FFFFFF;
}

.featuresub img{
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.story img {
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-bottom-color: #FFFFFF;

}



/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 70%;
	text-align: justify;
	clear: left;
}
.story td {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: ccd2d2;
	border-right-color: ccd2d2;
	border-bottom-color: ccd2d2;
	border-left-color: ccd2d2;
	background-color: #FFFFFF;
}


.story h3{
	font: bold 125% Calibri, sans-serif;
	color: #11338D;
	text-align: left;
}

.story p {
	padding: 0px 0px 5px 0px;
	text-align: justify;
}

.story p.telnos{
	padding: 0px 0px 0px 0px;
    font: bold 110% Calibri, sans-serif;
	color: #11338D;
	text-align: left;
}
.story ul{
	list-style-type: square;
	list-style-image: url(_img/alm_logologosm.jpg);
	list-style-position: inside;
	text-align: justify;
	text-indent: 0px;
}

.story a.capsule{
	font: bold 1em Calibri,Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
	background-color: #E8EAE9;
}
td.storyMid{
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: ccd2d2;
	border-left-color: ccd2d2;
	border-top-style: none;
	border-bottom-style: none;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 2px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(bg_nav.jpg);
	font-weight: bold;
	padding: 3px 2px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	background-color: #FFFFFF;
	font-weight: bold;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}
#advert p.telnos{
	padding: 0px 0px 0px 0px;
    font: bold 110% Calibri, sans-serif;
	color: #11338D;
	text-align: left;
}
/********************* end **********************/
#masthead #siteName img {
	position: relative;
	height: auto;
	width: auto;
}
#pagecell1 #content .feature p {
	list-style-position: inside;
	list-style-image: url(_img/alm_logologosm.jpg);
	list-style-type: square;
	visibility: visible;
	text-align: justify;
}
#pagecell1 #content .featuresub p {
	list-style-position: inside;
	list-style-image: url(_img/alm_logologosm.jpg);
	list-style-type: square;
	visibility: visible;
	text-align: justify;
}

html, body, #container
{
	min-height: 100%; /*Sets the min height to the   height of the viewport.*/
	width: 100%;
	height: 100%; /*Effectively, this is min height for IE5+/Win, since IE wrongly expands an element to enclose its content. This mis-behavior screws up modern browsers*/
	margin: 0;
	padding: 0;
	background-color:#2C99C4;
	color:#333333;
}

html>body, html>body #container
{ height: auto; /*this undoes the IE hack, hiding it from IE using the child selector*/  }

#container{
	background:##2C99C4; 
	position: relative;
	top: 0; 
	left: 50%; 
	margin-left:-400px; 
	width: 800px;
}
#homePageTopBanners{
	width:266px;
	height:250px;
	margin-left: 0px;
	background-position: bottom;
	background-repeat: no-repeat;
}

#homePageTopBanners #homepagerotate{
	width:266px;
	height:250px;
	position:relative;
}
#hpb_1, #hpb_2, #hpb_3, #hpb_4, #hpb_5 {
	display:none;
	position:absolute;
	left: 0px;
	top: 2px;
}
#hpb_1 img, #hpb_2 img, #hpb_3 img, #hpb_4 img, #hpb_5 img {
	border:none;
}