@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto; 
	padding: 0;
	color:#000000;
}

ul{
	color:#000000;
	font:Arial, Helvetica, sans-serif;
	}
li {   }

h2{
	border-bottom:5px solid #9e0b0f; 
	margin-bottom:10px;
	}

.twoColFixRtHdr #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(../images/ch_site_v13a_02.jpg);
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color:#000000;
} 

.twoColFixRtHdr #container2 { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(../images/ch_site_v13b_02.jpg);
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color:#000000;
} 




.twoColFixRtHdr #header {
	background-image:url(../images/ch_site_v13a_01.jpg);
	width:800px;
	height: 187px;
	padding: 0;
	margin: 0 auto;
	border:none;
	}
	
.twoColFixRtHdr #header2 {
	background-image:url(../images/ch_site_v13b_01.jpg);
	width:800px;
	height: 187px;
	padding: 0;
	margin: 0 auto;
	border:none;
	}	
	
#resume a { 
	background:url(../images/resume_button.gif); 
	width:156px; 
	height:42px; 
	display:block;
	border:none;
	text-decoration:none;
	 	
	}
	
#resume a:hover {
	background-position:0 bottom;  
	}	


#skills a { 
	background:url(../images/skills_button.gif); 
	width:106px; 
	height:42px; 
	display:block;
	border:none;
	text-decoration:none;
	 	
	}
	
#skills a:hover {
	background-position:0 bottom;  
	}
	
#website a { 
	background:url(../images/website_button.gif); 
	width:172px; 
	height:46px; 
	display:block;
	border:none;
	text-decoration:none;
	 	
	}
	
#website a:hover {
	background-position:0 bottom;  
	}	
	
	
#gdp a { 
	background:url(../images/gdp_button.gif); 
	width:455px; 
	height:67px; 
	display:block;
	border:none;
	text-decoration:none;
	 	
	}
	
#gdp a:hover {
	background-position:0 bottom;  
	}	
	
#photo a { 
	background:url(../images/photo_button.gif); 
	width:265px; 
	height:59px; 
	display:block;
	border:none;
	text-decoration:none;
	 	
	}
	
#photo a:hover {
	background-position:0 bottom;  
	}	

#hrexecnet a { 
	background:url(../images/hrexecnet_button.gif); 
	width:303px; 
	height:56px; 
	display:block;
	border:none;
	text-decoration:none;
	 	
	}
	
#hrexecnet a:hover {
	background-position:0 bottom;  
	}
	
	
#msmit a { 
	background:url(../images/msmit_button.gif); 
	width:356px; 
	height:56px; 
	display:block;
	border:none;
	text-decoration:none;
	 	
	}
	
#msmit a:hover {
	background-position:0 bottom;  
	}
	
	
#thirdeclipse a { 
	background:url(../images/3e_button.gif); 
	width:342px; 
	height:58px; 
	display:block;
	border:none;
	text-decoration:none;
	 	
	}
	
#thirdeclipse a:hover {
	background-position:0 bottom;  
	}
	
	
	
	
#navigation a { 
	background:url(../images/button7_bg.gif) no-repeat; 
	width:170px; 
	height:25px; 
	display:block; 
	 
	margin:121px 1px 0 0px;
	font:"Arno Pro";
	font-size:16px; 
	color:white; 
	text-decoration:none; 
	line-height:25px;
	
	}
	
#navigation a:hover {
	background-position:0 bottom;
	font-weight:bold;  
	}

.horizontal #navigation a { 
	float: left;
	}

#move{
	margin-left: 25px;
	}

.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0px 50px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: none;
}

	#sidebar1 a {
		color: #990000;
		text-decoration: none;
		}
	#sidebar1 ul {
		list-style-type:none;
		width: 200px;
		float: right;
		margin: 0;
		padding: 0;
		}
	#sidebar1 li {
		
		padding-left:0px;
		}
	

.twoColFixRtHdr #mainContent { 
	margin: 0 0px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 35px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 480px;
	overflow:auto;
}

.twoColFixRtHdr #mainContent2 { 
	margin: 0 0px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 720px;
	overflow:auto;
}

	.twoColFixRtHdr #mainContent2 a {
		color:#990000;
		text-decoration: none;
		}


 
.twoColFixRtHdr #footer { 
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(../images/ch_site_v13a_03.jpg);
	height:38px; 
} 

.twoColFixRtHdr #footer2 { 
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(../images/ch_site_v13b_03.jpg);
	height:38px; 
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.warning{
	font-weight:bold;
	color:#ff0000;
	}

#skill_colm ul{
	
	display:inline;
	float:left;
	}
	
#skill_move{
	margin-left:45px;
	}
	
