/*
 Egas Theme
 */
 
/************
  * Misc Styles and defaults 
  */
  
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

html {
	/*background: #e9f6fc url(../images/bg1.jpg) no-repeat center top;*/
	background: #e9f6fc;
}
.clear{
	clear:both;
}

a {
	outline: none;
	text-decoration: none;
}

/**************
 	Site Container Box
*/
#BgContainer {
	width: 1001px;  
	margin: 0 auto;
}
#Container { 
	width: 1001px;
	/*min-height: 806px;*/
	min-height: 606px;
	padding-bottom: 15px;
	}
#Layout {
	float: left;
	width: 761px;
	min-height: 600px;
	/*padding-right: 20px;*/
}
#Content {
	float: left;
	width: 561px;
	min-height: 600px;
	margin: 0 0 0 12px;
	padding-right: 20px;
	/*text-align: left;*/
	}
	/*#Content img {
		border: 3px solid #0093dd;
	}*/
	#Content h2 {
		margin-top: 0px;
		padding-top: 10px;
		padding-bottom: 10px;
		/*border-bottom: 1px solid #cad6db;
		border-top: 1px solid #cad6db;*/
	}
#Flash {
	float: left;
	/*margin: -105px 5px 0 -10px;*/
	margin: -135px 5px 0 -10px;
	width: 611px;
	height: 624px;
	/*background: url(../images/MenuCircle.png) no-repeat;*/
}
/** Header **/
#Header { 
 	width: 1001px; 
	/*padding-top: 17px;*/
	overflow: hidden;
	}
	/*.Languages {
		padding-top: 17px;
		float: left;
		color: #c7c7c7;
	}*/
	.Languages {
		/*padding-top: 47px;*/
		padding-top: 10px;
		text-align: right;
		/*float: right;*/
		color: #c7c7c7;
	}
	.Languages a { 
	   	/*color: #a5a5a5;*/
	   	color: #5f5f5f; 
	   	text-decoration: none;
		}
	.Languages a:hover {
		/*color: #5f5f5f;*/
		color: #292929;
		text-decoration: none;
	}
	.TopLinks {
		padding-top: 17px;
		padding-right: 10px;
		float: right;
		/*color: #666666;*/
		color: #5f5f5f;
	}
	.TopLinks a {
		/*color: #666666;*/
		color: #5f5f5f; 
	   	text-decoration: none;
	}
	.TopLinks a:hover {
		/*color: #666666;*/
		color: #292929;
		text-decoration: none;
	}
	/*.Logo {
		margin-top: 49px;
		margin-bottom: 48px;
		float: left;
	}*/
	.Logo {
		margin-top: 17px;
		/*margin-bottom: 48px;*/
		margin-bottom: 10px;
		float: left;
	}
	.HeaderText {
		margin-left: 100px;
		margin-top: 75px;
		float: left;
		color: #fff;
		font-size: 18px;
	}

/*** Main Nav ***/
#Navigation {
	float: left;
	width: 235px;
	padding-top: 5px;
	padding-bottom: 5px;
	/*border-left: 1px solid #c7c7c7;*/
}
#Navigation ul { 
	/*float: left;*/
	/*margin-right: 10px;*/
	}
	#Navigation ul li {
		list-style: none;
		background: url(../images/arrow.gif) no-repeat left;
		margin: 0 7px; 
/*		display: block;*/
		}
  		#Navigation ul li a { 
			text-decoration: none;
			display: block;
			font-size: 11px;
			padding: 3px 0 3px 7px;
			/*color: #9b9b9b;*/
			color: #5f5f5f;
			}
		#Navigation ul li a span {
			/*padding-right: 10px;*/
			height: 2.3em;
 
		}
			#Navigation ul li a:hover { 
				/*color: #5f5f5f;*/
				color: #292929;
				cursor: pointer;
				}
			#Navigation ul li a:hover span {
				cursor: pointer;
			}
    		#Navigation ul li a.current,
    		#Navigation ul li a.section,
    		#Navigation ul li a.section:hover,
    		#Navigation ul li a.current:hover { 
			 	color: #444;
				}
			#Navigation ul li a.current span,
			#Navigation ul li a.section span,
    		#Navigation ul li a.section:hover span,
			#Navigation ul li a.current:hover span {
				color: #444;
			}

/* SubMenu 
***********************************/
/*#SubMenu ul { 
	background: url(../images/SubMenuBg.gif) no-repeat;
	margin-left: 0;
	margin-top: 5px;
	list-style: none;
	}*/
#SubMenu { 
	background: url(../images/SubMenuBg.gif) no-repeat left top;
	margin-left: -10px;
	margin-top: 0px;
	height: 30px;
	}
#SubMenu ul {
	margin-left: 15px;
	margin-top: 5px;
	list-style: none;
	}
	#SubMenu ul li { 
		background: url(../images/arrowSubMenu.gif) no-repeat left;
		/*margin: 0 7px;*/
		margin: 5px 7px 0 0;
		float: left;
/*		display: block;*/
		}
  		#SubMenu ul li a { 
			text-decoration: none;
			display: block;
			font-size: 11px;
			font-weight: bold;
			padding: 3px 7px 3px 7px;
			color: #0099cc;
			}
		#SubMenu ul li a span {
			/*padding-right: 10px;*/
			/*height: 2.3em;*/
		}
			#SubMenu ul li a:hover { 
				color: #5f5f5f;
				cursor: pointer;
				}
			#SubMenu ul li a:hover span {
				cursor: pointer;
			}
    		#SubMenu ul li a.current,
    		#SubMenu ul li a.section,
    		#SubMenu ul li a.section:hover,
    		#SubMenu ul li a.current:hover { 
			 	color: #444;
				}
			#SubMenu ul li a.current span,
			#SubMenu ul li a.section span,
    		#SubMenu ul li a.section:hover span,
			#SubMenu ul li a.current:hover span {
				color: #444;
			}		

/** Navigation Block Right **/
#NavigationRight {
	width: 155px;
	margin-bottom: 10px;
	text-align: center;
	float: left;
}
			
/** Blocks **/			
#Blocks {
	width: 155px;
	float: left;
}
	#Block {
		margin-bottom: 10px;
	}
	#Blocks h1 {
		color: #84c225;
		font-size: 15px;
		font-weight: bold;
		margin-left: 35px;
		padding-top: 15px;
		text-decoration: none;
	}
	.ActionsTop {
		background: url(../images/ActionsBgTop.gif) no-repeat top;
		height: 36px;
	}
	.NewsTop {
		background: url(../images/NewsBgTop.gif) no-repeat top;
		height: 36px;
	}
	.ProTop {
		background: url(../images/ProBgTop.gif) no-repeat top;
		height: 49px;
		padding-top: 33px;
	}
	#Block .ProTop h1 {
		margin-left: 11px;
		text-decoration: none;
	}
	#Block .ProTop h2 {
		color: #84c225;
		font-size: 11px;
		margin-left: 11px;
		text-decoration: none;
	}
	.ActionsMiddle {
		background: url(../images/ActionsBgMiddle.gif) repeat-y;
		/*padding: 17px 11px 17px 11px;*/
		padding: 0px 11px 0px 11px;
	}
	.ActionsBottom {
		background: url(../images/ActionsBgBottom.gif) no-repeat top;
		height: 12px;
	}
    
/** Breadcrumbs **/
#Breadcrumbs { 
	text-align: left;
	font-size: 0.9em; 
	margin: 0px 0px 10px 0;
	/*border-top: 1px solid #cad6db;*/
	}
	#Breadcrumbs p {
		margin: 0;
		color: #bbbbbb;
	}
	#Breadcrumbs a {
		color: #bbbbbb;
		text-decoration: underline;
	}

/*** Message Boxs ***/

.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}

p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}

	
/* Comments
******************************************/

#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}

#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
#PageComments li.odd {
	background: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;
	padding-left: 40px;
	padding-right: 10px;
	border-bottom: 2px solid #BCE4FE;
}

#PageComments li.even {
	background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
	padding-right: 40px;
	padding-left: 10px;
}

#PageComments li.odd p.info {
	color: #3AA0C3;
}

.actionLinks li a {
	padding-right: 3px;
	font-size: 10px;
}
.actionLinks li {
   display: inline;
   border-right: 1px solid;
}
   .actionLinks li.last {
      border-right: none;
   }

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
#PageComments p.info {
	color: #999;
	margin: 0px;
	padding: 0;
	line-height: 1em;
	font-size: 0.9em;
}

/* Search Results 
*****************************************/
ul#SearchResults {
	margin: 10px 0;
}
ul#SearchResults li {
	list-style: none;
	margin: 5px 0;
	font-size: 1em;
}

/* Unsubscribe Newsletter
*****************************************/
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
}
	#Unsubscribe_MailingListForm_MailingListForm p label{
		display: inline;
	}

#Unsubscribe_MailingListForm_MailingListForm label{
	margin:0;
}

/* The rest of this file is for the second tutorial */
#NewsList,
#StaffList {
/*	background:#f0f0f0;
	border:1px dotted #ccc;
	padding:10px;*/
}

#Block #NewsList li,
#Block #StaffList li {
	margin: 0;
	list-style-type: none;
	background: url(../images/arrowSubMenu.gif) no-repeat left;
	display: block;
	padding: 3px 0 3px 7px;
}
#NewsList li,
#StaffList li {
	margin: 0;
	list-style-type: none;
}
	#NewsList li a,
	#StaffList li a {
		color: #0093dd;
		text-decoration: none;
	}
	#NewsList li a:hover,
	#StaffList li a:hover {
		text-decoration: underline;
	}
	#NewsList li.newsDateTitle span {
		color:#666;
		line-height:2em;
	}
	#NewsList li.newsDateTitle a {
		font-size:1.3em;
		font-weight:bold;
		color:#0083C8;
		text-decoration:none;
		/*padding-left:20px;*/
		background:url(../images/treeicons/news-file.gif) no-repeat left center;
	}
		#NewsList li.newsDateTitle a:hover {
			border-bottom:1px dotted #0083C8;
		}
		
	#NewsList li.newsSummary {
		margin-bottom:20px;
		margin-top: 10px;
	}
		#NewsList li.newsSummary span {
			font-size:1.1em;
			line-height:1.5em;
			color:#333;
		}
		#NewsList li.newsSummary a.readMoreLink {
			color:#0083C8;
			text-decoration:none;
		}
			#NewsList li.newsSummary a.readMoreLink:hover {
				border-bottom:1px dotted #0083C8;
			}

div.newsDetails {
	margin-bottom:10px;
}

div.newsDetails p {
	color:#666;
	margin:0;
	font-size:1em;
}

div.pageComments {
	background:#f0f0f0;
	border:1px dotted #ccc;
	padding:10px;
}

#StaffList .staffname { 
	clear: both;
	padding-left: 60px;
	height: 1.2em;
}

#StaffList .staffphoto {
	float: left;
	text-align: left;
	margin-left: 3px;
	margin-top: -1.2em;
}     
/*#StaffList .staffphoto img {
	border:1px solid #AAA;
}*/

#StaffList .staffdescription {
	margin-left: 60px;
	margin-bottom:30px;
}

#NewsList .newsSummaryText {
	float: left;
	/*margin-left: 170px;*/
}

#NewsList .newsSummaryImg {
	float: left;
	margin-right: 10px;
	}

#StaffPhoto {
	float: left;
	margin-right: 10px;
}

/*#StaffPhoto img {
	border:1px solid #AAA;
}*/

#PageComments {
	list-style:none;
	background:#e9e9e9;
	border:1px solid #ccc;
	border-bottom:0;
	padding:0;
	margin:0;
}
	#PageComments li {
		list-style:none;
		padding:5px;
		margin:0;
		font-size:1em;
		border-bottom:1px dotted #bbb;
	}
		#PageComments li p span {
			font-style:italic;
		}
		#PageComments a.deletelink {
			font-weight:bold;
		}

			
#PageNumbers {
	font-weight:bold;
	color:#333;
	font-size:1.1em;
	text-align:center;
	padding:5px;
	border:1px solid #ddd;
	background:#e9e9e9;
}
#PageNumbers * {
	padding:0 5px;
	line-height:1.5em;
}
#PageNumbers a {
	color:#0083C8;
	text-decoration:none;
}
	#PageNumbers a:hover {
		text-decoration:underline;
	}
	
/** Content Bottom **/
#ContentBottom {
	/*border-top: 1px solid #cad6db;*/
	border-bottom: 3px solid #cad6db;
	margin-top: 10px;
	height: 33px;
	}
	#ContentBottom .Back {
		float: left;
		color: #84c225;
		padding: 10px 0 0 10px;
	}
	#ContentBottom .Back a {
		color: #84c225;
	}
	#ContentBottom .Top {
		float: right;
		color: #84c225;
		padding: 10px 10px 0 0;
	}
	#ContentBottom .Top a {
		color: #84c225;
	}


/* Footer on TitlePage
*****************************************/

#FooterTitle { 
 	clear: both;  
	width: 1001px; 
	height: 38px;
	}
  	#FooterTitle p { 
		color: #797979;
		text-align: left;
		margin-left: 17px;
	}
  	#FooterTitle a { 
	   	color: #000; 
	   	text-decoration: none;
		}
	#FooterTitle a:hover {
		color: #000;
		text-decoration: underline;
	}
	#FooterTitle p.Copyright { 
		color: #b6b6b6;
		text-align: left;
		margin-left: 17px;
	}
  	#FooterTitle .Copyright a { 
	   	color: #b6b6b6; 
	   	text-decoration: none;
		}
	#FooterTitle .Copyright a:hover {
		color: #b6b6b6;
		text-decoration: underline;
	}
	
/* Footer on SecondPage
*****************************************/

#Footer {
	height: 38px;
	}
  	#Footer .Copy { 
		color: #797979;
		text-align: left;
		margin: 10px 0 0 10px;
		float: left;
	}
  	#Footer a { 
	   	color: #000; 
	   	text-decoration: none;
		}
	#Footer a:hover {
		color: #000;
		text-decoration: underline;
	}
	#Footer .Solution { 
		color: #b6b6b6;
		text-align: right;
		margin: 10px 10px 0 0;
		float: right;
	}
  	#Footer .Solution a { 
	   	color: #b6b6b6; 
	   	text-decoration: none;
		}
	#Footer .Solution a:hover {
		color: #b6b6b6;
		text-decoration: underline;
	}
 
 /************************
SITEMAP
************************/
#sitemap-list {padding:0 0 0 10px; margin:0; list-style:none; font-weight:bold; line-height:150%} /*1st level list*/
#sitemap-list li {padding:10px; margin-top:10px; font-size:13px; background:#f0f0f0;} /*1st level items*/
 
#sitemap-list ul {margin:5px 10px 5px 10px; padding:5px 10px; font-weight:normal; background:#f8f8f8;} /*2nd level lists*/
#sitemap-list li li {padding:0; margin:0; list-style:none; font-weight:bold; font-size:11px; line-height:18px; background:none} /*2nd level items*/
 
#sitemap-list ul ul {margin-left:10px;padding:5px 10px;  background:#fff;} /*3rd level lists*/
#sitemap-list li li li {font-size:11px; font-weight:normal;} /*3rd level items*/



/*#blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}
#popUpDiv {
position:absolute;
background-color:#eeeeee;
width:620px;
height:640px;
z-index: 9002;
}*/

#blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
margin: 0;
}
#popUpDiv {
position:absolute;
background-color:#eeeeee;
width:640px;
height:630px;
z-index: 9002;
margin: 0;
text-align: left;
}
#ds td{
	border-bottom:1px solid #550055;
	border-left:1px solid #550055;
	font-size:11px;
	color:#666666;
	padding-left:5px;
	padding-bottom:5px;
	padding-top:5px
}