/* Periden Technologies Inc. Main Style Sheet */

/* ----------- Transparent Menu Control Parameters START ----------- */
/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position:absolute;
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:2;
; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px
	}

.transMenu.top .items {
	border-top:none;
	}

/* each TR.item is one menu item */
.transMenu .item {
    color:#666666;
    font-size:13px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:hand;
	}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.9;
	filter:alpha(opacity=90);
	}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
	background:#cccccc;
	color:white;
	}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left:10px;
	}
a {text-decoration: underline}

blockquote {left: 0px;}
blockquote {text-indent: 0pt}
a {  }

/* ----------- Transparent Menu Control Parameters END ----------- */

/* ------------ Page Body settings START ------------------ */
body {
 background: #cccccc;
 font-size: 11px;
 font-family: "trebuchet ms", helvetica, sans-serif;
 color: #8C8C73;
 line-height: 18px;
}

#career_body {
 background: #ffffff;
 font-size: 11px;
 font-family: "trebuchet ms", helvetica, sans-serif;
 color: #8C8C73;
 line-height: 18px;
}

/* ------------ Page Body settings END ------------------ */

/* ------------ Page Table settings START ------------------ */
#page_main {
 background: #ffffff;
 border:  1px solid #A9AAA2;
 width: 800px;
 margin-left: auto;
 margin-right: auto;
 text-align: justify;
}

/* ------------ Page Table settings END ------------------ */

/* ----------- Page Header related styles START ----------------- */

#page_header {
 border-bottom: 1px solid #A9AAA2;
}

#logo {
 width: 164px;
}

#page_header table {
 width: 100%;
}

#page_header td {
 margin: 0px;
 padding: 0px;
 vertical-align: center;
}

#page_header h1{
 font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
 font-size: 22px;
 color: #000000;
 text-align: right;
 line-height: 32px;
 margin: 0px;
 padding: 0px 0px 0px 10px;
}

/* ----------- Page Header related styles END ----------------- */

/* ----------- Menu related settings START ----------------- */

#homeNavbar td {
 margin: 0px;
 padding: 0px;
 align: left;
}

#menu
{
 position: relative;
 height: 10px;
 padding: 10px 10px 0px 5px;
 margin: 5px 0px 5px 0px;
 border-bottom: 1px solid #A9AAA2;
}

#menu ul li
{
display: inline;
line-height: 20px;
padding-left: 3px;
}

#menu ul li.first
{
border-left: 0px;
}

#menu ul li a
{
background-color: transparent;
background-repeat: repeat-x;
padding: 8px 12px 8px 12px;
font-size: 12px;
color: #000000;
font-weight: bold;
}

#menu ul li a:hover
{
background: #fff;
color: #4A4A24;
text-decoration: none;
}

/* ----------- Menu related settings END ----------------- */

/* ----------- Home Page settings START ------------ */

#homecontent {
 position: relative;
 float: left;
 border-bottom: 1px solid #A9AAA2;
}

#homecontent td {
 vertical-align: top;
}

#welcome {
 position: relative;
 float: left;
}

#welcome p {
 margin: 0px;
 padding: 10px 10px 10px 0px;
 font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 color: #333339;
 text-align: justify;
 line-height: 18px;
}

#welcome h1 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333399;
	text-align: justify;
	line-height: 20px;
	}

#skills {
 margin: 0px auto;
 width: 250px;
 text-align: left;
 height: auto;
 border-left: 1px solid #A9AAA2;
}

#skills h1 {
 margin: 0px;
 padding: 0px 10px 0px 10px;
 font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
 font-size: 14px;
 color: #333399;
 text-align: justify;
 line-height: 20px;
}

#skills p {
 margin: 0px;
 padding: 10px 10px 0px 10px;
 font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #333399;
 text-align: justify;
 line-height: 20px;
}

#skills ul {
 margin: 0px;
 padding: 0px 0px 5px 5px;
 }

#skills ul li {
 padding: 5px 0px;
 font-size: 12px;
}

/* ----------- Home Page settings END ------------ */

/* ----------- Regular Page settings START ------------ */

/* ----------- Page Overview Section settings START (subset of Regular Page settings)----- */

#page_overview {
 position: relative;
 float: left;
}

#page_overview td {
 vertical-align: top;
}

#page_overview p {
 padding: 10px 10px 10px 0px;
 font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #333339;
 margin: 0px;
 text-align: justify;
 line-height: 18px;
}

#page_overview h2 {
 font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
 font-size: 14px;
 color: #004E8C;
 text-align: justify;
 margin: 0px;
 padding: 0px 0px 0px 10px;
 line-height: 20px;
}

#page_overview ul {
 margin: 10px;
 padding: 5px 0px 5px 5px;
}

#page_overview ul li {
 padding: 0px 0px;
 font-size: 11px;
 text-align: justify;
}
/* ----------- Page Overview Section settings END (Regular Page Settings continue below) ----- */

#page_content {
 position: relative;
 float: left;
 border-bottom: 1px solid #A9AAA2;
}

#page_content td {
 vertical-align: top;
}

#page_text {
 position: relative;
 float: left;
 border-left: 1px solid #A9AAA2;
}

#page_text p {
 margin: 0px;
 padding: 10px 10px 10px 10px;
 font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 color: #333339;
 text-align: justify;
 line-height: 18px;
}

#page_text h1 {
 margin: 0px;
 padding: 0px 0px 0px 10px;
 font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
 font-size: 14px;
 color: #000000;
 text-align: justify;
 line-height: 20px;
}

#page_text h2 {
 margin: 0px;
 padding: 0px 0px 0px 10px;
 font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
 font-size: 14px;
 color: #000000;
 text-align: justify;
 line-height: 20px;
}

#page_text ul {
 margin: 0px;
 padding: 0px 0px 5px 75px;
}

#page_text ul li {
 padding: 0px 0px;
 font-size: 12px;
}

#page_text a {
 color: #004E8C;
}

#page_text a:hover {
 color: #666666;
 text-decoration: none;
}

#skills {
 margin: 0px auto;
 width: 250px;
 text-align: left;
 height: auto;
 border-left: 1px solid #A9AAA2;
}

#skills h1 {
 margin: 0px;
 padding: 0px 10px 0px 10px;
 font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
 font-size: 14px;
 color: #333399;
 text-align: justify;
 line-height: 20px;
}

#skills p {
 margin: 0px;
 padding: 10px 10px 0px 10px;
 font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #333399;
 text-align: justify;
 line-height: 20px;
}

#skills ul {
 margin: 0px;
 padding: 0px 0px 5px 5px;
 }

#skills ul li {
 padding: 5px 0px;
 font-size: 12px;
}

/* ----------- Home Page settings END ------------ */

/* ------------ Footer settings START ------------- */

#footer
{
position: relative;
clear: both;
height: 66px;
text-align: center;
color: #A8A88D;
}

#footer a
{
color: #8C8C73;
}

#footer p {
	margin: 0px;
	padding: 5px 5px 5px 5px;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #A8A88D;
	line-height: 15px;
	}

#footer h1 {
	margin: 0px;
	padding: 5px 5px 5px 5px;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A8A88D;
	text-align: justify;
	line-height: 15px;
	}

/* ------------ Footer settings END ------------- */
