/*                                --- Generic Styles ---*/

body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0; padding: 0;
	background: #FFCC00 url("../pic/devPf/greatbackground.jpg") top center no-repeat;
}
body {
	font-size:small;
}
/*Tantek Celicks Box Model Hack
body {
	//Font size value for IE4/5 on Windows
	font-size:x-small;	
	//IE4/5 in Windows will not understand this and believe the rule is over.
	voice-family: "\"}\"";	
	//Allows the rest of browsers to get on with rule
	voice-family:inherit;	
	//proper value for browsers that implement keywords correctly
	font-size:small;}*/
a {
	text-decoration: none;
}
a img {
	border: 0;
}
p {
	margin: 0 0 1em;
}
h2 {
	font-size: 2.5em;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
}
h4 {
	font-size: 1em;
	font-weight: bold;
}
li {
	list-style-type: none;

}
#width_holder {
	max-width: 1600px;
}
#title, #content div{
	width: 700px;
}
/*                               ---  HEAD ---             */

#top {	
	/*makes head to extend with content*/
	padding-top: 1px; 
	font: bold italic 1.3em "Times New Roman", Times, serif;
	margin: 0 0.5em 1em 20%;
	color:#993300;
}
#top p{
	padding: 0 2em;
	margin: 0.5em;
	text-align:justify;	
}
#top img {
	margin: 0;
}
#top img#closingQ {
	float:right;
}


/*                               ---  TITLE ---             */
#title {
	float:left;
	padding:1px 19em 0 0;
	/*background:  url("../pic/devPf/dottedskills.jpg") no-repeat right 5em;*/
}
#title h2 {
	text-align: right;
	display:block;
	margin: -2.2em 0 0.5em;
	padding: 0;
	color:#FFFFFF;
}
#title h3 {
	text-align: right;
	display:block;
	margin: 2.2em 0 0;
	padding: 0;
	color:#993300;
	font-variant: small-caps;
}
#title ol{
	text-align:right;
	margin: -1.2em 0 0;
}
#title li {
	display: inline;
	font-weight: bold;
	font-size:x-small;
	margin: 0 0.5em 0 0;
	padding-right: 0.75em;
	border-right: 1px solid #f00;
}
#title li.last {
	border-right: 0;
}
#slide{
	margin: 0;
	height: 250px;
}
#sidebar{
	background:  url("../pic/devPf/dottedskills.jpg") repeat-y right 5em;
	float:right;
	margin: 0 0 0 -18em;
	/*height is to be removed*/
	height: 550px;
	width: 17em;
}
#sidebar ol {
	display: none;
}


/*                               ---  SHOWROOM ---             */

#left {
	float:left;
	padding:0 20em 2em 3em;
}
/*creates a frame around the image*/
#paneholder { 
	margin: 2em;
	padding: 6px;	
	background-color:#CCCCCC;
	border:2px solid #666666;
}
#pane {
	border:2px solid #666666;
}
#right {
	float: left;
	width: 17em;
	margin: 0 0 0 -18em;
}
#title a {
	color:#500;
}
#title a:hover {
	color: #550;
}
#title #right #alist h3 {
	text-align:left;
	display: block;
	color:#FF3300;
	border-bottom: 2px solid #FF0000;
	margin-bottom: 0;
	font-variant:small-caps;	
}
#title #right a {
	color: #930;
	padding: 0 0 0 1em;
	display: block;
}
#title #right a:hover {
	margin: 0 0 0 -4.4em;
	padding: 0 2em 0 3em;
	background:  url("../pic/devPf/arrowicon.gif") no-repeat 3px top;
	background-color:#FFFF33;
	border-right: 4em solid #FFCC00;
	color:#FF3300;
}
* html body #title #right a:hover {
	margin: 0;
	padding: 0 0.5em 0 2em;
	background:  url("../pic/devPf/arrowicon.gif") no-repeat left top;
	background-color:#FFFF00;
	border-right:0;
}

	
/*                               ---  CV ---             */
#content {
	clear: both;	
}
#content div {
	/*center the div*/
	margin: 0 auto 0 5em;
	background-color:#CC6;
	padding: 0.75em 1.5em 2em;
}
#content div.titlebar {
	padding-top: 0;
	padding-bottom: 0;
	/*create gap between the sections*/
	margin-top: 0.8em;	
}
#content h3  {
	background-color: #B30;
	color:#F70;
	margin: 0 -1.3em;
	padding: 0.1em 1.5em;	
}
#content h3 img{
	margin: -1.1em 0 0 90%;
	cursor: pointer;
}
* html body #content h3 img{
	margin: -1.1em 0 0 60%;
}
/*other qualifications*/
#content h4 {
	color:#B30;
	margin: 1.2em 5em 0.5em 0.8em;
	padding: 0.1em 1.5em;
	border-bottom: 2px solid #F70;	
}
#content h6 {
	display: inline;
	font-size:smaller;
}
#content p {
	margin: -1.2em auto 0.5em 9em;
	font-size:smaller;
}
#content ol {
	margin: 0 3em 2em 4.1em;
	font-size: smaller;
	line-height: 1.5em;
}
* html body #content ol {
	margin-bottom: 2em;
	margin-left: 8em;
}
#content ol li {
	padding: 0 1em;
}
/*two columns layout*/
#content ol.leftColumn {
	border-right: 2px solid #B30;
	float: left;
}
/*#content ol.oneColumn {
	margin-left: em;

}*/
* html body #content ol.leftColumn{
	margin-left: 4.1em;
}
#content ol.leftColumn li {
	margin-right: 3em;
}
#content ol.achieve {
	list-style-image:  url("../pic/devPf/tickicon.gif");
}
#content ol.skill li {
	display: inline;	
	border-right: 1px solid #CF6;	
	background: url("../pic/devPf/bgSkill.gif") no-repeat;
	padding-right: 0.3em;
}
#content ol.skill li.last {
	border-right: none;
}
#employment ol {
	padding-bottom: 1.5em;
}
#employment ol.last {
	border-bottom: 1px solid #F70;
}
/*                               --- toggleMenu  ---             */
/*hides this div at start. Works in conjuction with toggleMenu.js*/
#employment, #qualifications {
	display: none;
}

/*                               ---  FOOTER ---             */
#footer {
	background-color:#F3FE2C;
	margin:2em 0 1em 25%;
	padding: 0em 2em;
	font-size: x-small;
	font-weight: bold;
	text-align: right;
	color: #069; 
}
/*get the pic to the right*/
#footer img{
	margin: -2.5em 0.3em 0.5em 0.1em;
}
#footer p {
	margin: 0;
	padding-top: 2em;
	vertical-align: middle;
	/*overwrites the footer align*/
	text-align: left;
}