/*** INITIAL STYLING  ***/

/* Neutralize styling:
   Elements we want to clean out entirely */

html, body, form, fieldset{
	margin:0;
	padding:0;
	height:100%;
	border:none;
	color:#333;
	background-color:#333;
	/*background-image:url(images/bg_pg_blue.gif);*/
}

html{
	font-size: 100%;
}

body{
	font: 0.7em/1.5em Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 10px;
	padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 2em;
}

/* Miscellaneous conveniences: */
img{
 	border:none;
	margin:0;
	padding:0;
}

a img {
border: none;
}

form label {
	cursor: pointer;
}

fieldset {
	border: none;
}

/* Form field text-scaling */
input, select, textarea {
	font-size: 100%;
}

/*** END OF INITIAL STYLING  ***/



/*** FONT AND LINK STYLING ***/

h1, h2, h3, h4, h5, h6{
	color: #333;
	font: 1.0em/1.5em Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;

}
h2{
 color:#B46300;
}
/*		
h1{
	font: 1.3em/1.2em Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}
			
h2{
	font: 1.1em/1.2em Verdana, Geneva, Arial, Helvetica, sans-serif;
}
			
h3{
	font: 0.8em/1.2em Verdana, Geneva, Arial, Helvetica, sans-serif;
}
*/

a, a:link, a:visited, a:active{
	color: #333;
	text-decoration: underline;
	}
			
a:hover{
	color: #999;
	text-decoration: none;
	}

/*** END FONT AND LINK STYLING ***/




/*** Layout Begins***/

div#container{
	width:780px;
	text-align:left;
	margin: 10px auto;
}

div#containerInner{
	width:760px;
	float:left;
	border: 10px solid #fff;
	background-color:#E6F3FF;
	background-color:#fff;
}
div#header{
	overflow:hidden;
	border-bottom: 10px solid #fff;
	width: 760px;
	height:100px;
	background-color:#01CC00;
	background-color:#FA8B00;
 background-image:url('images/farhang_banner.jpg');
background-repeat:no-repeat;
}

div#header h1{
	height:100px;
	line-height:100px;
	margin:0;
  margin-left:-9999px;
	padding-left:20px;
	text-align:left;
	text-transform:none;
	font-size:36px;
	font-weight:bold;
}

div#header h1 a{
	color: #fff;
	text-decoration:none;
	display:block;
}

div#header p#date{
	float:right;
	margin:-25px 0 0 0;
	padding-right:40px;
	color:#fff;
	font-weight:bold;
}

div#wrapper{

}

div#content{
	float:right;
	width:570px;
	border-left: 1px dashed #FA8B00;
}

div#contentInner{
	margin:0 10px 20px 10px
}

div#navigation{
	float:left;
	width:170px;
	overflow:hidden;
}

div#footer{
	width:100%;
	clear:both;
	margin: 0;

	text-align:center;
	color: #fff;
}

div#footer p{
	font-size: 0.7em;
	margin:0;
	padding:5px 10px;
}

div#footer a{
	color:#fff;
}


/** Layout Ends **/

/*** Navigation ***/

div#menu_currenttree{
	width:170px;
	margin:10px 0 30px 15px;
}

div#menu_currenttree ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #FA8B00;
}

div#menu_currenttree ul li{
	margin: 0;
	padding: 3px 0 3px 0;
	border-top: 1px solid #FA8B00;
}

div#menu_currenttree ul li a{
	display: block;
	width: 150px;
	padding-left: 10px;
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

div#menu_currenttree li a.a_selected, div#menu_currenttree li a.a_onpath { 
 	color:#fff;
 	background-color:#FA8B00;
}

div#menu_currenttree ul li a:hover{
 	color:#fff;
 	background-color:#FA8B00;
}

div#menu_currenttree ul ul{	
	list-style-type: none;
	padding: 0;
	margin-left: 0;
	border-bottom: 0;
}

div#menu_currenttree ul ul li{
	padding: 3px 0 3px 0px;
}

div#menu_currenttree ul ul li a{
	width: 150px;
	font-weight: bold;
	padding-left: 10px;
 	border-left:3px solid #FA8B00;
}

div#menu_currenttree ul ul li a:hover{

}

div#menu_currenttree ul ul li a.a_selected,  div#menu_currenttree ul ul li a.a_onpath{
	color:#FA8B00;
 background-color:#fff;
}
/*** END NAVIGATION ***/

/*** Image under Navigation ***/
div#navigation img {
margin:0 0 0 18px;
}


/*** Gallery Begins **/
.gallery{
margin: 20px auto;
text-align:left;
width:460px;
}

.gallery ul{
	list-style: none;
	margin-left:0;
	padding:0;
}

.gallery ul li{
	display: inline;
	list-style: none;
	margin:0;
	padding:0;
}

.gallery ul li img{
	
	margin:4px 4px 5px 5px;
	padding:0;
}
/*** Gallery Ends **/

/*** CONTACT FORM BEGINS ***/
.contact{
	width:90%
}
.contact #contactAdress{
	margin: 20px 0 30px 25px;
	padding:0;
	font-weight:bold;
}

.contact form {
	margin: 3px;
	padding: 10px 20px;
	background-color:#fff;
}
	
.contact label {
	margin: 0;
	padding: 0;
	display: block;
	margin-bottom: 3px;
	font-weight: bold;
}
	
.contact input, .contact select, .contact textarea {
	width: 100%;
	margin-bottom: 10px;
}
	
.contact input#submit {
	width: auto;
}

.contact #contactAdress{
	margin: 20px 0 30px 25px;
	padding:0;
	font-weight:bold;
}
/*** CONTACT FORM ENDS ***/

/*** Subscribe ***/
.subscribe{
	width:90%;
	margin: 0 0 0 15px;
	border: 1px solid #A7A6A6;
}
.subscribe p, .subscribe h3 {
margin-left: 8px;
}

.subscribe form {
	margin: 0 10px 0 8px;
	padding: 0;
	background-color:#fff;
}
	
.subscribe label {
	margin: 0;
	padding: 0;
	display: block;
	margin-bottom: 3px;
	font-weight: bold;
}
	
.subscribe input, .subscribe select, .subscribe textarea {
	width: 100%;
	margin-bottom: 10px;
}
	
.subscribe input#submit {
	width: auto;
}
/*** Subscribe ENDS ***/




/*** EXTRAS ***/

/* Vertical Padding Div's */
.pad10{
	overflow: hidden;
	display:block; 
	height:10px;
}
.pad20{
	overflow: hidden;
	display:block; 
	height:20px;
}
.pad30{
	overflow: hidden;
	display:block; 
	height:30px;
}
.pad40{
	overflow: hidden;
	display:block; 
	height:40px;
}
.pad50{
	overflow: hidden;
	display:block; 
	height:50px;
}
.pad60{
	overflow: hidden;
	display:block; 
	height:60px;
}
.pad70{
	overflow: hidden;
	display:block; 
	height:70px;
}
.pad80{
	overflow: hidden;
	display:block; 
	height:80px;
}
.pad90{
	overflow: hidden;
	display:block; 
	height:90px;
}
.pad100{
	overflow: hidden;
	display:block; 
	height:100px;
}
/*** Clear Divs ***/
.clear{
	clear:both;
	height:1px;
}


/*** GENERIC CLASSES  ***/

.alignleft { 
	text-align: left; 
}

.alignright { 
	text-align: right; 
}

.floatleft { 
	float: left; 
}

.floatright { 
	float: right; 
}

.clearboth { 
	clear: both; 
}

.clearleft { 
	clear: left; 
}

.clearright { 
	clear: right; 
}
/***  END GENERIC CLASSES  ***/