@charset "utf-8";

/*global reset*/

body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td
{margin:0;padding:0;}

table
{border-collapse:collapse;border-spacing:0;}YYYY

fieldset,img
{border:0;}

address,caption,cite,code,dfn,th,var
{font-style:normal;font-weight:normal;}

caption,th 
{text-align:left;}

q:before,q:after
{content:'';}

/*global reset*/

body  {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	
}

#wrapper { 

	width: 1020px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
		
} 

#container { 

	width: 924px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
	min-height: 100%;
	height: 100%;
	margin-bottom: -100px;
	position: relative;
	background-image: url(images/resume_bkrd.gif);
	background-position: center;
	background-repeat: repeat-y;
	
} 


#tab { 
	padding: 3px 10px 2px 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0;
	height: 20px;
	text-align: right;
	font-size: 10px;

}

#tab a:link {

	COLOR:	#666666;

}

#tab a:hover {

	COLOR: #FF9900;
}
	
#header { 

	background-image: url(images/resume_writer_header_jefftoffoli.gif);
	background-repeat: no-repeat;
	padding: 0;  
	margin: 0;
	height: 90px;
	border: none;
	color: #000000;
	text-indent: -9999px;
	
} 

#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: 0px 0px 0 230px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #000000;
	font-size: 36px;
	font-weight: normal;
	font-stretch: extra-condensed;

}

#header h2 {

	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: 40px 105px 0 245px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #0000CC;
	font-size: 26px;
	font-weight: normal;
	font-stretch: extra-condensed;

}

#header ul {

	margin-left: 10px;
	margin-top: 0px;

}

#header li {

	list-style: circle;
	list-style-position:inside;
	line-height: 4px;
	text-indent: 335px;
	margin-left: 0px;
	font-size: 16px;
	font-stretch: narrower;
	color: #FFCC00;

}

#header img {

	padding:0;
	margin:0;
	float: left;
	
}

#header p {
	
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-style: italic;
	color: #0000CC;

}

#menu {

	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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	height: 65px;
	border: none;
	font-size: 12px;

}

#menu img {

	padding:0;
	margin:0;
	float: left;
	
}

#menu ul{

	list-style: none;
	margin: 0 225px 0 0;
	padding: 10px 0 0 0;
	display: block;

}

#menu li{

	float: right;
	padding: 5px 5px 0 5px;

}

#menu a{

	color: #6d6c6c;

}

#menu a:hover{

	color: #FF9900;
	text-decoration: none;

}

#header_b { 

	background-image: url(images/resume_writer_header_jefftoffoli.gif);
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0;
	height: 90px;
	border: none;
	color: #CCCCCC;
	
}

#header_b h1 {

	margin: 0;
	padding: 30px 0 0 250px;
	font-size: 36px;
	font-weight: bold;
	font-stretch: extra-condensed;
	text-indent: -9999px;
}

#header_b p {

	margin: 0;
	padding: 10px 0 0 250px;
	font-size: 16px;
	text-indent: -9999px;
	
}

#menu_b {

	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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	height: 40px;
	border: none;
	font-size: 12px;
	background-image: url(images/resume_writer_menub.gif);
	
}

#menu_b ul{

	list-style: none;
	margin: 0 562px 0 0;
	padding: 10px 0 0 0;
	display: block;

}

#menu_b li{

	float: right;
	padding: 5px 5px 0 5px;

}

#menu_b a{

	color: #6d6c6c;

}

#menu_b a:hover{

	color: #FF9900;
	text-decoration: none;

}


#banner { 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0;
	height: 184px;

}


#sidebar1 {

	float: left; /* since this element is floated, a width must be given */
	width: 155px; /* 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 */
	padding: 6px 0px 15px 15px;
	font-size: 12px;
	text-align: center;
	background-image: url(images/bodybkrd.gif);
}

#sidebar1 h1{

	font-size: 16px;
	padding: 12px;
	
}

#sidebar1 p{

	font-size: 11px;
	font-style: italic;
	padding: 0.5em;
	color: #FFFFFF;
	
}

#mainContent { 

	margin: 0 280px 0 220px; /* the left margin on this div element creates the column down the left 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: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #333333;
	text-align: left;
	
} 

#mainContent h1 h2 h3{ 
	
	font-stretch: narrower;


} 

#mainContent h2{ 

	padding-top: 10px;
	
}

#mainContent p{

	padding: 14px 0;
	line-height: 16px; 
	
} 

#mainContent ul{

	padding: 12px 0;
	line-height: 16px; 
	
} 

#mainContent li{

	list-style: disc;
	margin: 0 20px;
	
} 

#mainContent img{ 

	float: left;
	padding: 10px 25px 10px 0;
} 

#mainContent blockquote{ 

	padding: 5px 0px 0px 20px;
	
} 

#mainContent_b { 

	margin: 0 280px 0 40px; /* the left margin on this div element creates the column down the left 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: 20px 5px 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #333333;
	text-align: left;


} 

#mainContent_b img{ 

	float: left;
	padding: 0 20px 20px 0;

} 



#mainContent_b h1{ 
	
	padding: 14px 0;
	color: #000000;
	font-size: 14px;

} 

#mainContent_b h2{ 
	
	padding: 14px 0;
	color: #1144AA;
	font-size: 18px;

} 

#mainContent_b h3{ 
	
	padding: 14px 0;
	color: #1144AA;
	font-size: 14px;

} 

#mainContent_b p{ 
	
	padding: 14px 0;
	line-height: 16px; 

} 

#mainContent_b ul{

	padding: 0 0 12px 0;
	line-height: 16px; 
	
} 

#mainContent_b li{

	list-style: disc;
	margin: 0 20px;
}

#coverletter { 

	margin: 0; /* the left margin on this div element creates the column down the left 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: 40px 40px 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #666666;
	text-align: left;
	height: 466px;
	background-image:url(images/coverletterbkgrd.gif);
	background-repeat: no-repeat;
} 

#coverletter h1{ 
	margin: 0 285px 0 65px; /* the left margin on this div element creates the column down the left 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: 45px 0 10px 0;
	size: 12px;

} 

#coverletter h2{ 
	margin: 0 285px 0 65px; /* the left margin on this div element creates the column down the left 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-top: 10px;
	
}

#coverletter p{
	margin: 0 285px 0 65px; /* the left margin on this div element creates the column down the left 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: 10px 0;
	line-height: 16px; 
	
} 

#coverletter h3{
	margin: 0 285px 0 65px; /* the left margin on this div element creates the column down the left 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: 0;
	text-align: center;
	
} 

#coverletter h4{
	margin: 0 285px 0 65px; /* the left margin on this div element creates the column down the left 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: 0;
	text-align: center;
	
} 

#coverletter img{

	padding: 0;
		
} 

#appointments { 

	margin: 15px 100px 5px 100px; /* the left margin on this div element creates the column down the left 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: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #666666;
	text-align: left;
	border: solid;
	border-color: #666666;
	
} 

#appointments h1 h2 h3{ 
	
	font-stretch: narrower;

} 

#appointments h2{ 

	padding-top: 10px;
	
}

#appointments p{

	padding: 14px 0;
	line-height: 16px; 
	
} 

#sidebar2 {

	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* 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 */
	margin-top: 0;
	margin-right: 20px;
	padding: 20px;
	font-size: 14px;
	text-align: left;
	color: #333333;
}

#sidebar2 h1{

	text-align: center;
	font-size: 14px;
	padding: 12px 0;
	color: #FFD100;
	
}

#sidebar2 p{

	text-align: left;
	font-size: 12px;	
}

#clear {

clear: both;

}

.clearfooter {
   height: 100px;
   clear: both;
}

#footer { 

	background-image: url(images/resume_writer_footer.gif);
	text-align: center;
	height: 100px;
	color: #666666;
	background-repeat:no-repeat;
	background-position:center;

} 

#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 */
	font-size: 10px;

}

#footer ul{

	list-style: none;
	margin: 0 15px;
	display: block;

}

#footer li{

	float: right;
	padding: 5px 5px 0 5px;

}

#footer a{

	color: #6d6c6c;

}

#footer a:hover{

	color: #FF9900;
	text-decoration: none;

}

.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;

}

/*
#####  Color Palette by Color Scheme Generator
#####  Palette URL: http://colorschemedesigner.com/#3J31Tw0w0w0w0


*** Primary Color:

   var. 1 = #1144AA = rgb( 17, 68,170)
   var. 2 = #29467F = rgb( 41, 70,127)
   var. 3 = #05296E = rgb(  5, 41,110)
   var. 4 = #4575D4 = rgb( 69,117,212)
   var. 5 = #6B8FD4 = rgb(107,143,212)

*** Secondary Color A:

   var. 1 = #FFD100 = rgb(255,209,  0)
   var. 2 = #BFA530 = rgb(191,165, 48)
   var. 3 = #A68800 = rgb(166,136,  0)
   var. 4 = #FFDC40 = rgb(255,220, 64)
   var. 5 = #FFE573 = rgb(255,229,115)

*** Secondary Color B:

   var. 1 = #FF6F00 = rgb(255,111,  0)
   var. 2 = #BF6E30 = rgb(191,110, 48)
   var. 3 = #A64800 = rgb(166, 72,  0)
   var. 4 = #FF9340 = rgb(255,147, 64)
   var. 5 = #FFB073 = rgb(255,176,115)


#####  Generated by Color Scheme Designer Â© Petr Stanicek 2002-2009
*/