/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a{
	color: #000000;
	text-decoration: none;
}

a:link{
	color: #000000;
	text-decoration: none;
}

a:visited{
	color: #000000;
	text-decoration: none;
}

a:hover{
	color: #000000;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #6699cc;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 140%;
 color: #294081;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 75%;
 font-weight: normal;
 font-style:italic;
 text-decoration: underline;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	float: left;
	font-size: 85%;
	width: 18%;
	margin-top:10px;
	margin-left: 5px;
	padding: 0px 3px 3px 0px;;
	border-right:1px solid #e8e8e8;


}
#navBar a img {
	display:block;
	background-color:#FFFFFF;
	border:0px solid #FF0000;
	padding: 0px 3px 3px 0px;
	margin:0px;
	text-decoration:none;
}
#navBar a:hover img {
	display:block;
	background-color:#000000;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	padding: 0px 2px 2px 0px;
	margin:0px;
	text-decoration:none;
}

#content{
	float: left;
	width: 80%;
	padding: 0px 0px 5px 0px;
	background-image:url(../images/persianbg.jpg);
	border-left:1px solid #999999;
}
#content a {
	text-decoration:underline;
	font-weight:bold;
}
#content a img {
	width:30%;
	float:right;
	padding:5px 5px 5px 5px;
	margin-right: 10px 10px 10px 10px;
	border:1px solid #999999;
	background-color:#CCCCCC;

}



/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #CCC;
color: #FFFFFF;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 80%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 5px 0px 10px 10px;
	font-size: 80%;
	background: url(../images/world_back.jpg) no-repeat;

}
.feature img{
	float: left;
	padding: 5px 5px 5px 5px;
}
.feature li {
	border-bottom: 1px solid #6699cc;
	padding: 5px 0px 0px 0px;
}
.feature h2 {
	font-size:140%;
	font-weight:bold;
	text-decoration:none;
	color:#333333;
	}
.feature h3 {
	font-size:110%;
	font-weight:bold;
	text-decoration:none;
	color:#333333;
	}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 5px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}
.story li {
	padding: 5px 0px 5px 0px;
}
.story h2 {
	font-size:140%;
	font-weight:bold;
	text-decoration:none;
	color:#6699cc;
	}
.story h3 {
	font-size:110%;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	}
.storyimglist ul {
	width:600px;
	padding: 5px 0px 5px 0px;
}
.storyimglist li {
	list-style: none;
	width:225px;
	padding: 20px 0px 20px 0px;
}
/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #e8e8e8; padding:1px 2px 1px 2px;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;

}
/*border-right:1px solid #ffcc00;
	
	border-top:1px solid #ffcc00;
	border-left:1px solid #ffcc00;
	*/
	
#sectionLinks h3{
	padding: 0px 0px 0px 5px;
	color:#ffffff;
	background-image:url(../images/Mh3topR.jpg);
	background-repeat:no-repeat;
	background-position:right;
	background-color: #000000;
	border-bottom:2px solid #1dc6eb;

}

#sectionLinks a {
	text-align:center;
	color:#000000;
	background: #FFFFFF url(../images/menufadeb.jpg) repeat-x;
	background-position:bottom;
	border:1px solid #99ccff;
	padding: 2px 2px 2px 2px;
	margin-left:15px;
}

#sectionLinks a:link,
#sectionLinks a:visited {
	color: #000000;
	text-decoration: none;
}
#sectionLinks a:hover {
	color: #000000;
	background: #FFFFFF url(../images/menufadeh.jpg) repeat-x;
	background-position:bottom;
	border:1px solid #ffcc00;
	text-decoration: none;
	
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 90%;
	border-bottom: 1px solid #6699cc;

}

.relatedLinks h3 {
	display:block;
	background:#FFFFFF;
	padding: 0px 0px 0px 0px;
	color:#333333;
}
.relatedLinks h3 a:link,
.relatedLinks h3 a:visited {
	display:block;
	background: #FFFFFF;
	padding: 0px 0px 0px 0px;
	border:none;
	color:#333333;
	
}
.relatedLinks h3 a:hover {
	display:block;
	background:#FFFFFF url(../images/openm.gif) no-repeat;
	background-position:right;
	border-left:2px solid #FFFFFF;
	color:#333333;
	cursor:resize;
	text-decoration:none;

}

.relatedLinks a:link,
.relatedLinks a:visited {
	background: #99ccff url(../images/menufadeb.jpg) repeat-x;
	border:1px solid #99ccff;
	padding: 0px 0px 0px 10px;
	margin-left:5px;
}
.relatedLinks li a:hover {
	color: #000000;
	background: #FFFFFF url(../images/menufadeh.jpg) repeat-x;
	border-bottom:1px solid #666666;
	border-right:1px solid #999999;
	text-decoration: none;

}
.with_border { border-bottom: 1px solid black; }
.item_contents { margin-left: 10px; }
.visible .item_contents { display:block;}
.invisible .item_contents { 
	overflow:hidden;
	height:0px;
 }

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}

/* This controls the toolbar in the header */
.tools {
	font-size: 0.75em;
	font-weight: bold;
	color: #000000;
	text-decoration: none; 
	background: #5c5c5c url(../images/fade_back.jpg) no-repeat;
	background-position:right;
	text-align: right; 
	margin: 0px;
	height:30px;
	border-bottom: 1px solid #CCCCCC;
	padding-right: 10px;
	white-space: normal;
	width:100%;
}

.tools a:visited, .tools a:link {
	color: #000000;
	text-decoration: none; 
}
.tools a:hover, .tools a:active {
	color: #000000;
	text-decoration: underline;
}

/* This controls the page name text in the header */
/* The banner background image is controlled in each page with a style */
.bannerID {
	height: 25px;
	width:100%;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.9em;
	color: #FFFFFF;
	text-decoration: none;
	white-space: normal;
	azimuth:center;
	background: #E8E8E8;
}
	
.bannerID a:visited, .bannerID a:link {
	color: #000000;
	text-decoration:none;
	margin-left:50px;
	

}
.bannerID a:hover, .bannerID a:active {
	color: #000033;
	text-decoration:none;
}
.bannerID h1 {
	margin: 0px;
	font-weight: normal;
	font-size: 1.0em;
}
.bannerIDcap {
	margin: 0px;
	padding: 0px;
	font-size: 1.25em;
}
/* internal dept heading style */
.indheader {
	display:block;
	text-align:left;
	text-decoration:none;
	padding: 2px 0px 2px 5px;
	background-image:url(../images/persianateheader2a-back.jpg);
	background-repeat:repeat-x;
	background-position:left;
	background-color:#FFFFFF;
	border-top: 1px solid #ffcc00;
	border-bottom: 1px solid #ffcc00;
}
.indheader a:link,
.indheader a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#e8e8e8;
	font-size:150%;
}
.bannerID a:link {
	text-decoration:none;
}
.indheader a:hover, .bannerID a:active {
	text-decoration:none;
}
/* Formats the fadebar below the header */
.headerbreak {
	border-top:1px solid #000000;
	background-image:url(../images/alworthhead_line.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	height:15px;
	padding-bottom:1px;
	}
/* This controls the footer */
.footer {
	clear: both;
	vertical-align:bottom;
	border-top: 1px solid #333333;
	font-size: 70%;
	color: #000000;
	height:27px;
}
.footer a:visited, .footer a:link {
	color: #000000;
	text-decoration: none;
}
.footer a:hover, .footer a:active {
	color: #000000;
	text-decoration: underline;
}
#footL {
	color:#000000;
	float: left;
	margin-left: 5px;
}
#footL2 {
	color:#000000;
	float: left;
	margin-top:12px;
	vertical-align:middle;
}
#footR {
	color:#000000;
	float: right;
	margin-right: 5px;
}
/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #000000;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}

