/* ----CSS Document 

resume.css

CSS File created by Mark Miller
Start Page Desgin
http://www.startpagedesign.com
(602)690-4780
m@startpagedesign.com

Rights Reserved

You must attribute the original author whenever you use this material(s).
You may copy, use, and distribute this file(s) with proper attribution.
You may  rewrite this file(s) per your need.
You may not use this file(s) for commercial purposes without the express written permission of the original author.

For additional description of these and other rights, please reference Creative Commons Attribution-Noncommercial 3.0 United States
http://creativecommons.org/licenses/by-nc/3.0/us/
http://creativecommons.org/licenses/by-nc/3.0/us/legalcode

-------------------------------------------------------------- */


/*----------------- Basic Information -------------------*/

body {
	background: #fff; 
	margin: 25px 25px 25px 50px;
	font-family:georgia;
	color:#000;
	font-size:12pt;
	}
	
/*----------------- Area Title -------------------*/	
	
h2 {
	color:#000;
	font-style:italic;
	font-weight:normal;
	margin:20px 0 25px 0;
	padding:0;
	font-size:14pt;
	border-bottom: 1px solid #000;
	}
	
/*----------------- Job Title Informaton -------------------*/
	
h3 {
	color:#000;
	font-weight:normal;
	font-size:18pt;
	margin:15px 0 15px 10px;
	padding:0;
	border-bottom: 1px dotted #000;
	}
	
/*----------------- Other Control Information -------------------*/
	
p {
	margin:0 0 5px 0;
	}
	
a {
	color: #000;
	text-decoration:none;
	}
	
a:visited {
	color: #000;
	text-decoration:none;
	}
	
/*----------------- Link Controls -------------------*/
	
a:hover {
	color: #000;
	text-decoration:underline;
	}
	
/*----------------- List Controls -------------------*/
	
ul {
	margin:0;
	padding:0;
	}

ul.work-main {
	font-size:14pt;
	font-weight: normal;
	text-decoration:underline;
	list-style:none;
	margin:10px 10px 5px 20px;
	padding-left:0;
	}

ul.footer {
	list-style:none;
	}
	
ul.work-sub {
	list-style:circle-inside;
	padding-left: 45px;
	font-size:10pt;
	margin:0;
	}

	
li {
	margin:0 0 5px 0;
	padding:0 0 0 0;
	}
		
.clear {
	clear:both;
	}	
	
/*----------------- Content Controls -------------------*/

#wrapper {
	width:850px;
	margin: 0 auto;
	}
	
#name {
	font-size:24pt;
	font-weight:normal;
	text-align:center;
	margin-bottom:10px;
	border-bottom: 1px solid #000;
	}
	
#information {
	float: left;
	height: 95px;
	width: 425px;
	font-size:20pt;
	font-weight: normal;
	margin-bottom:15px;
	}
#moreinfo {
	float: right;
	height: 95px;
	width: 425px;
	font-size:20pt;
	font-weight: normal;
	text-align: right;
	margin-bottom:15px;
	}
	
#work{
	font-size:12pt;
	font-weight:normal;
	margin:0px 0 10px 0;
	}
	
#left {
	float:left;
	width: 425px;
	font-size:8pt;
	margin-bottom:10px;
	color:#000;
	}
	
#right {
	float:right;
	width:375px;
	font-size:8pt;
	text-align: right;
	margin-bottom:10px;
	color:#000;
	}
	
#scripts {
	float: left;
	height: 310px;
	width: 425px;
	font-size:20pt;
	font-weight: normal;
	margin-bottom:15px;
	border-bottom: 1px solid #000;
	}
	
#programs {
	float: left;
	height: 310px;
	width: 425px;
	font-size:20pt;
	font-weight: normal;
	margin-bottom:15px;
	border-bottom: 1px solid #000;
	}