/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial, sans-serif;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background:#FEECFB repeat-x;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1{
	color: #334d55;
	font: 19px Verdana, Arial, sans-serif;
}


h2{
 font-size: 17px;
 color: #8B847C;
}

h3{
 font-size: 15px;
 color: #0000FF;
}

h4{
 font-size: 13px;
 font-weight: bold;
 color: #990099;
}

h5{
 font-size: 11px;
 color: #334d55;
}
/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

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{
	width:1000px;
	background: #CDB5C9 url(images/background.gif) repeat-y;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2px;
}

#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{
	width:1000px;
	height: 224px;
	margin-right: auto;
	margin-left: auto;
	
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px;
	margin:0px;
	border-left: 1px solid #ccd2d2;
	background: #FFFFFF;
	float: right;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#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: 0px 0px 14px 10px;
	margin: 0px;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
	position: relative;
	width: 100%;
	min-width: 640px;
	height: 32px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	background: 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;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: 11px Verdana, sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	padding: 20px 0px 10px 10px;
	font-size: 11px;
}
html>body .feature {height: auto;}
.feature p{
	line-height: 0px;
}
.feature h3{
	font: bold 15px Arial, sans-serif;
	color: #0033CC;
	padding: 20px 0px 5px;
}
.feature h4 {

	font: bold 13px Arial, sans-serif;
	color: #666666;
	padding: 5px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}

.feature ul{
list-style:none;
}
.feature ul ul{
list-style:url(none) none;
}
.feature li{
	padding-left: 15px;
	font-size: 13px;
	background: url(images/dot1.gif) no-repeat 5px 15px;
	padding-top: 10px;
	font-weight: normal;
}
.feature li li{
	padding-left: 15px;
	font-size: 13px;
	background: url(images/dot1.gif) no-repeat 5px 75%;
	padding-top: 10px;
	font-weight: normal;
}

/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 13px;
	line-height: 20px;
}

.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;
}

/*************** news styles ******************/

.news {
	padding: 10px 0px 0px 10px;
	font-size: 13px;
	line-height: 20px;
	
}

.news ul ul{
list-style-type: none;
}
.news li li{
	font-size: 13px;
	padding-top: 0px;
	font-weight: normal;
	list-style: none;
	padding-bottom: 10px;
}
.news p {
	padding: 0px 0px 5px;
}

.news a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.news a.capsule:hover{
	text-decoration: underline;
}
td.newsLeft{
	padding-right: 12px;
}
.endtop{
	padding-bottom: 1px;
	border-bottom: 1px solid #ccd2d2;
}
	

/************** siteInfo styles ****************/

.siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	padding: 10px;
	margin-top: 0px;
	background: #FFFFFF;
}
.siteInfo h2{
	font-size: 13px;
	color: #999999;
			
}
.siteInfo h3{
	font-size: 11px;
	color: #CCCCCC;
	text-align: center;
}

.siteInfo img{
	padding: 0px 4px 0px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#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;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
	background: url(bg_nav.jpg);
}

#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;
}
/* Right Column */
.SR { background:#9C6C93; float: left; width: 200px; margin-left: 0px; margin-top: 0px; padding-top: 10px; padding-bottom: 0px;}
.SR h2, .SRblock h2 { font-family: "Trebuchet MS"; font-size: 14px; font-weight: bold; text-transform:uppercase; color: #ffcdcd; padding: 6px 7px; margin: 0px; border-bottom: dashed 1px #537683; background:#8B847C; }
.SRblock { background:#8B847C; float: right; width: 200px; margin-left: 21px; margin-top: 20px; padding-top: 10px; padding-bottom: 10px;}

.Categ { margin-bottom: 20px; padding: 0px 10px; width: 175px; float: left; }
.Categ h2 { }
.Categ ul {
	font-size: 13px;
	list-style: none;
	border-top: 1px #8B847C;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}


.Categ li a { display: block; padding: 6px 0px 6px 25px; text-decoration: none; color: #FFDFDF; background: url(images/point_01.png) no-repeat left -1px; }
.Categ li a:hover { text-decoration: none; color: #e1f15d;}

.Categ li.level1 { background: none; border-bottom: 0px solid #BA0000; }
.Categ li.level1 a { width: 150px; display: block; border-bottom: 1px dotted #EC4E24; text-decoration: none; color: #ffffff;}
.Categ li.level2 a { width: 136px; display: block; border-bottom: 1px solid #EC4E24; text-decoration: none; color: #990066;}
.Categ li.level3 a { width: 122px; display: block; border-bottom: 1px solid #EC4E24; text-decoration: none; color: #ffffff;}
.Categ li.level1 a:hover { background: #5E236B url(images/point_02.png) no-repeat left top; text-decoration: none; color: #FFFF66; }
.Categ li.level2 a:hover { background: #936c9c url(images/point_02.png) no-repeat left top; text-decoration: none; color: #000000; }
.Categ li.level3 a:hover { background: #936c9c url(images/point_02.png) no-repeat left top; text-decoration: none; color: #000000; }
.Categ li a.toggle { width: 40px; position: absolute; top: 0; right: 0;text-align: center; border-bottom: none; color:#8B847C;}
* html .Categ li a.toggle { right: 0px; color:#8B847C; }

.Categ li.level1 {
	list-style: none;
	margin: 0; padding: 0; position: relative;;

}
.Categ li.level2 {
	margin-left: 14px;
	list-style: none;
	background: #C9B5CD no-repeat;
	padding-top: 0px;
}
.Categ li.level3 {
	margin-left: 14px;
	list-style: none;
	background: #cdb5c9 no-repeat;
	padding-top: 0px;
}
.Categ .sub_show {
	
	display: block;
}
.Categ .sub_hide {
	
	display: none;
}
.Categ .ico_plus {
	
	border: 0px;
}
.Categ .ico_minus {

	
	border: 0px;
}


/********************* end **********************/
.wapper {
	left: auto;
	right: auto;
	width: 990px;
}
#insidecontent {

	padding: 0px 50px 0px 50px;
	margin:0px;
	background: #FFFFFF;
}
.underline{
padding: 0px 0px 10px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	}
.m1 {
	font-size: 13px;
	color: #333333;
}
.m2 {
	font-size: 13px;
	color: #FFFFFF;
}
.copyright {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 10px;
	color: #333333;
}
.t13 {
	font-family: "?????";
	font-size: 13px;
	line-height: 20px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.style-input {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	color: #000000;
	background-color: #333333;
	border: 1px solid #FFFFFF;
	height: 17px;
	line-height: 18px;

}
.style-sumbit {
	font-size: 12px;
	color: #666666;
	background-color: #333333;
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;

}
.t12_b {
	font-family: "?????";
	font-size: 12px;
	font-weight: bold;
	color: #666666;
; line-height: 19px
}
.t13_b {
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #333333;
}
.y_back {
	background-color: #FFFFCC;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
}
.gary_back {
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
}



.t12 {  font-family: "?????"; font-size: 12px; line-height: 18px; color: #666666}
.t15_b {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #0000CC;
}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #669900;
	text-decoration: none;
}
a:active {
	color: #669900;
	text-decoration: none;
}


a:visited {
	color: #999999;
	text-decoration: underline;
}



.t12_blink {
	font-family: "?????";
	font-size: 12px;
	line-height: 18px;
	color: #336699;
	text-decoration: blink;

}
.unnamed1 {
}
.y_back_blood {

	background-color: #FFFFCC;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #333333;
}
.T50 {
	font-size: 20px;
	font-weight: bold;
}
.content_inside_body {
	padding:0 0 0 0em;
	vertical-align:top;
	margin-left:0
}
#content_insideall_box {
	width:100%;
	vertical-align:top;
	padding:0
}
.content_inside_prettybox {
	border:1px solid #ccc;
	background-color:#fff;
	margin:0px 0px 3px 3px
}
.content_inside_prettybox .content_inside_header {
	font-weight:bold;
	color:#333;
	background:#e7e7e7 url(images/gradient_bg.gif) repeat-x top;
	padding:3px;
	border:0;
	border-top:2px solid #c3d9ff;
	border-bottom:1px solid #ccc;
	height:1.4em
}
.content_inside_prettybox .content_inside_header td {
	white-space:nowrap
}
.content_inside_prettybox table {
	border-collapse:collapse
}
.content_inside_prettybox .content_inside_body, #lhid_albummainbox .content_inside_body {
	background:#fff;
	padding:4px
}
.content_inside_prettybox .content_inside_body>table {
	margin:0;
	padding:0
}
.content_inside_albums {
	width:150px;
	text-align:center;
}
.content_inside_albums {
	display:inline-block
}
.content_inside_albums {
	display:inline
}
.content_inside_albums .image_box {
	padding: 10px;

}
.content_inside_albums {
	display:inline-table
}
.content_inside_album {
	display:inline-block
}
.content_inside_album {
	display:inline
}
.content_inside_album {
	display:inline-table
}
.content_inside_album {
	width:240px
}
.content_inside_album .content_inside_desc {
	text-align:center;
	margin-top:.2em;
	width:220px
}
.content_inside_title td {
	text-align:center;
	vertical-align:top;
	border-collapse:collapse;
	padding:0;
	width:225px
}
.content_inside_title .content_inside_titlebox {
	width:225px;
	overflow:hidden;
	line-height:1.2em
}
.content_inside_info {
	color:#808080
}
.content_inside_photo {
	text-align:center;
	margin-top:.2em;
	width:760px
}
.content_inside_photo .content_inside_title td {
	text-align:center;
	vertical-align:top;
	border-collapse:collapse;
	padding:3;
	width:450px
}
.content_inside_photo .content_inside_title .content_inside_titlebox {
	width:450px;
	overflow:hidden;
	line-height:1.2em
}
