/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

a:link, a:visited, a:hover {
	color: #012C92;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 15px;
	vertical-align: middle;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #000000;
	word-spacing: 0em;
	letter-spacing: 0em;
	font-weight: normal;
	line-height: 18px;
}

h2{
 font-size: 90%;
 color: #012C92;
}

h3{
	font-size: 80%;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	font-weight: lighter;
}

h4{
	font-size: 85%;
	font-weight: bolder;
	color: #FFFFFF;
	border-top-style: none;
	border-bottom-style: solid;
	border-top-color: ffffff;
	border-right-color: ffffff;
	border-bottom-color: ffffff;
	border-left-color: ffffff;
	background-color: #83ACDE;
	font-style: normal;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	text-indent: 2pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: normal;
	border-right-style: none;
	border-left-style: none;
	padding-left: 5px;
}

h5{
	font-size: 90%;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

ul{
	list-style-image: url(image/sdcsd/arrow.gif);
	font-size: 100%;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

ul ul{
	list-style-image: url(image/sdcsd/arrow.gif);
	font-size: 100%;
}

ul ul ul{
 list-style-image: url(image/sdcsd/arrow.gif);
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #C5D6F6;
	width: 200px;
	left: 1px;
	position: absolute;
	top: 115px;
	z-index: 10;
}

#content{
	margin: 0;
	padding: 0 0% 0 0;
	position: absolute;
	width: 100%;
	background-color: ffffff;
	height: 100%;
	overflow: visible;
	left: 0px;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px;
}


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

#pageName{
	padding: 0px 0px 10px;
}


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

#globalNav{
	color: #cccccc;
	padding: 0px;
	text-align: right;
	background-color: #C5D6F6;
	position: absolute;
	top: 100px;
	left: 0px;
	width: 100%;
	z-index: 197;
	font-size: 70%;
	height: 20px;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 135%;
	padding: 4px 4px 0px 0px;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

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

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


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

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	text-align: left;
}

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


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

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

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


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	font-size: 90%;
	background-color: ffffcc;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 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 #F8F2AF;}

/* 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: 125%;
	background-color: #C5D6F6;
}

#sectionLinks h3{
	padding: 10px 0px 1px 10px;
}

#sectionLinks a:link{
	padding: 1px 0px 1px 10px;
	width: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	border-bottom-color: #012C92;
	border-bottom-width: 4px;
	border-bottom-style: solid;
}

#sectionLinks a:visited{
	padding: 1px 0px 1px 10px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #012C92;
}

#sectionLinks a:hover{
	background-color: #CCCCCC;
	padding: 1px 0px 1px 10px;
	border-bottom-color: #012C92;
	border-bottom-width: 4px;
	border-bottom-style: solid;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	font-size: 65%;
	font-weight: bold;
	padding-right: 0px;
	background-color: #012C92;
}

.relatedLinks h3{
	padding: 0px;
	color: #CCCCCC;
	text-transform: uppercase;
	font-size: 150%;
	font-weight: bold;
	background-color: #012C92;
}


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

#advert{
	padding: 5px 0px 0px;
	font-size: 100%;
	border-top: 1px solid #cccccc;
	text-align: left;
	top: 475px;
	position: absolute;
	left: -1px;
	height: 100px;
	width: 200px;
	border-right-color: #012C92;
	border-bottom-color: #012C92;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	background-color: ffffcc;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 5px 20px;
	font-size: 120%;
	color: #333333;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
#content {
	margin: 0;
	padding: 0px 0px 2px 2px;
	border-bottom: 1px dotted #cccccc;
	width: 100%;
	left: 0px;
	top: 160px;
	position: absolute;
	overflow: visible;
	font-size: 100%;
	height: 100%;
}
#topmast {
	margin: 0;
	padding: 0px;
	width: 100%;
	position: absolute;
	left: 1px;
	top: 0px;
	z-index: 296;
}
#icons {
	margin: 0;
	padding: 8px 0px 0px 42px;
	position: absolute;
	left: 150px;
	top: 94px;
	overflow: auto;
	background-image: url(image/sdcsd/icons.gif);
	width: 174px;
	height: 47px;
	z-index: 11;
}
#botpage {
	margin: 0;
	width: 100%;
	background-color: #012C92;
	height: 15px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: bottom;
	bottom: 99%;
	border-top-width: 1px;
	border-top-color: cccccc;
	float: none;
}

#list {
	margin: 0;
	padding: 0px 0px 0px 1px;
	width: 70%;
	left: 205px;
	top: 115px;
	position: relative;
	font-size: 130%;
	background-color: ffffff;
	line-height: 17px;
	border: none #cccccc;
	font-family: Arial, Helvetica, sans-serif;
}
#circle2 {
	margin: 0;
	padding: 0px;
	left: 200px;
	top: 100px;
	position: relative;
	font-size: 100%;
	border-top: 0px none #cccccc;
	border-right: 0px solid #cccccc;
	border-bottom: 0px solid #cccccc;
	border-left: 0px solid #cccccc;
	line-height: 18px;
	width: 95%;
	background-image: url(image/sdcsd/xray-akbarnia-bagheri-bckgd.gif);
}
#logo {
	margin: 0;
	padding: 0px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 298;
}
#address {

	margin: 0;
	padding: 0px;
	position: relative;
	left: 80%;
	top: 0px;
}
#list2 {

	margin: 0;
	padding: 0px;
	width: 100%;
	left: 0px;
	top: 15px;
	position: relative;
	font-size: 130%;
	background-color: ffffff;
	line-height: 17px;
	border: none #cccccc;
	font-family: Arial, Helvetica, sans-serif;
}
#akbarnia {


	margin: 0;
	padding: 3px 0px;
	width: 100%;
	left: 0px;
	top: 15px;
	position: relative;
	font-size: 100%;
	background-color: ffffff;
	line-height: 17px;
	border: 1px solid #C5D6F6;
	font-family: Arial, Helvetica, sans-serif;
}
#bagheri {



	margin: 0;
	padding: 3px 0px 3px 3px;
	width: 100%;
	left: 0px;
	top: 15px;
	position: relative;
	font-size: 100%;
	background-color: ffffff;
	line-height: 17px;
	border: 1px solid #C5D6F6;
	font-family: Arial, Helvetica, sans-serif;
}
#kostial {




	margin: 0;
	padding: 3px 0px 3px 3px;
	width: 100%;
	left: 0px;
	top: 15px;
	position: relative;
	font-size: 100%;
	background-color: ffffff;
	line-height: 17px;
	border: 1px solid #C5D6F6;
	font-family: Arial, Helvetica, sans-serif;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 100%;
	vertical-align: text-top;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: 19px;
	color: #000000;
	border-bottom: 1px solid #CCCCCC;
	background-position: top;
	vertical-align: top;
}
tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
}
#rightmast {
	margin: 0;
	padding: 0px;
	width: 100%;
	position: absolute;
	left: 1px;
	top: 0px;
	text-align: right;
	vertical-align: top;
	z-index: 9;
	background-image: url(image/sdcsd/sunset-bckgd-1.gif);
	background-repeat: repeat-x;
}
title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #FF0000;
}
#support {

	padding: 5px 0px 0px 5px;
	font-size: 100%;
	text-align: left;
	top: 200px;
	position: absolute;
	left: 0px;
	height: 100px;
	width: 200px;
	background-color: C5D6F6;
}
