/***********************************************/
/* emx_nav_right.css                           */
/* Use with template Halo_rightNav.html        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#313766;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
}



/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #CA005F;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}
/******* Blockquote *******/
.blockquote {
background-image: url(images/quote.gif);
background-repeat: no-repeat;
background-position: left 5px;
padding-left: 30px;
font-style: italic;
}
.blockquote span {
background-image: url(images/unquote.gif);
background-repeat: no-repeat;
background-position: right bottom;
display: block;
padding-right: 30px;
}


/******* Blockquote *******/
/******* sitemap *******/
.ddsg-wrapper {
	font-size: 10px;
}
.ddsg-pagenav  {
	font-size: 11px;
}
/******* sitemap *******/
.share {
	margin:10px 0 0 0; padding:0;
	list-style:none;
}

.share li {
	padding:0 0 0px;
	display:inline;
	font-size: 10px;
}
	
/******* Table *******/
#hor-minimalist-b
{
	font-size: 10px;
	background: #FFFFFF;
	margin: 5px;
	width: 500px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-b th
{
	font-size: 10px;
	font-weight: normal;
	padding: 10px 8px;
	border-bottom: 2px solid #CA005F;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	padding: 6px 8px;
}
#hor-minimalist-b tbody tr:hover td
{
	color: #000066;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/
/*
ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}
*/

p {
	font-size: 14px;
}
/********* 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:relative;
	/*width:800px;*/
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 1px solid #FFFFFF;
}

#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;
}

#masthead{
	position: relative;
	width:800px;
	margin-left: auto;
	margin-right: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#pageNav{
	float: right;
	width:250px;
	padding: 0px;
	background: #edeeee;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font: 12px Verdana, sans-serif;
	height: 100%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#content{
	padding: 5px 5px 1px 0px;
	margin:5px 255px 1px 0px;
	border-right: 1px solid #ccd2d2;
	background: #edeeee;
}

#posted
{
	text-align: left;
	font-size: 10px;
	font-weight: bold;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #000000;
	background-color: #FFFFFF;
}

.navigation a:link, .navigation a:hover, .navigation a:visited{
	color:#333333;
	background-color:#FFFFFF;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/***********************************************/
/* Navigation                            */
/***********************************************/
.navcontainer { margin-left: 0px; }

.navcontainer h2{
	padding: 5px 0px 5px 10px;
	color: #111b53;
	background-color: #c2c6c8;
	font-style: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

.navcontainer h3{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	background-color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}


.navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.navcontainer li {
	margin: 0 0 1px 0;
	font-weight: bold;	
}

.navcontainer a
{
	display: block;
	padding: 5px 10px;
	width: 200px;
	text-decoration: none;
	color: #111b53;
	font-weight: normal;
}

.navcontainer a:hover
{
	text-decoration: none;
	font-style: italic;	
}

.navcontainer ul ul li { margin: 0 0 1px 0; }

.navcontainer ul ul a
{
	display: block;
	padding: 5px 5px 5px 30px;
	width: 200;
	color: #FFFFFF;
font-weight: normal;
}

.navcontainer ul ul a:hover
{
color: #fff;
text-decoration: none;
}

ul.children a {
	font-weight: normal;
}
/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	height: 86px;
}

/************** utility styles *****************/

#winklogo{
	float: left;
}


#winkrightlogo{
	background-image: url(images/HD_background.gif);
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
}
#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 5px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font: bold 20px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
position: absolute;
width: 100%;
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:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	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: 84px;
	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;
}


/************* Top Banner styles ***************/

#TopBanner{
	font: small Verdana,sans-serif;
	color: #AAAAAA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}



/************** COMMENTS styles *****************/
.comment{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	width: 95%;
}

.comment h3.respond
{
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	padding: 2px 0px;
}
/************** feature styles *****************/
img.dogear{
    position: relative;
    top: -11px;
    right: -11px;
    float: right;}
	
.feature{
	padding: 10px;
	border: 1px solid #FFFFFF;
	margin: 5px;
overflow:hidden;
}
html>body .feature {height: auto;}

.feature p.feature_date 
{
	color: #999999;
	font-size: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.feature h3 a{
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	padding: 2px 0px;

}
/*
.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}
*/

/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/
/*
#sectionLinks{
	margin: 0px;
	padding: 0px;
	background-color: #C9CFD4;

}

#sectionLinks h3{
	padding: 10px 0px 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 0px 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;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/********************* end **********************/


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	text-align: center;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	float: right;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
		float: left
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
	

/* End Images */
