
/**************************************************************************************************
*
*	CSS file for A Few Good Words
*
***************************************************************************************************/

* {
	margin: 0;
	padding: 0;
}

/* get rid of the table */
#nav-links table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em; width:0; height:0;}

body {
	font-family: "Georgia", "Bookman Old Style", "Book Antiqua", "Bodoni MT", Sylfaen, Arial;
	margin-top: 10px;
	color: #464646;
}

p {
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 14px;
}

a {
	text-decoration:  none;
}

img {
	border: none;
}

br.clear {
	clear: both;
}
#home h2,
h1 {
	color: #6A6A00;
	border-bottom: 2px solid #3A013F;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	padding-top: 5px;
	margin-bottom: 10px;
}
#portfolio h1 {
	border-width: 0;
}

ol, ul {
	margin-left: 10px;
	margin-top: 10px;
}

p.center {
  text-align: center;
}

.highlight {
	background-color: #FFFFFF;
}

.error {
	color: #970607;
}

.noshow {
	display: none;
}

.paynow {
	width: 80px;
}

.price {
  color: #6A6A00;;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.textBox {
	border: 3px solid #6A6A00;
	background-color: #E6E6E6;
}
h2.mainHeader {
	color: #FFFFFF;
	background-image: url(images/h1-background.gif);
	padding: 0;
}

.white {
	color: #ffffff;
}
	
p.bottomBorder {
	border-bottom: 1px solid #6a6a00;
	padding-bottom: 10px;
	}
p.topBorder {
	border-top: 1px solid #6a6a00;
	}
	
#home a {
	color: #000000;
}

#home a:hover {
	color: #990000;
}


#wrapper {
	width: 740px;
	margin: 0 auto; /* centers the page */
}

#header {
	width: 100%;
	height: 192px;
	background-image: url(images/afgw_header2.jpg);
	background-repeat: no-repeat;
	float:left;
}
#header span {
	text-indent: -3000px;
	display:block;
}
#header img {
	border:none;
	margin-left: 60px;
	margin-top: 20px;
}


#pageLabel {
	background-image: url(images/pagelabels.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-left: 10px;
	height: 32px;
}

#contact #pageLabel {
	background-position: 0 0;
}

#process #pageLabel {
	background-position: 0 -32px;
}

#portfolio #pageLabel {
	background-position: 0 -64px;
}
#resume #pageLabel,
#products #pageLabel {
	background-position: 0 -96px;
}	

/************** NAVIGATION AREA AND BUTTONS *******************/

#nav-links {
	width: 100%;
	float: right;
	background-color: #7A8A4A;
	position: relative;
	z-index: 100;
}

#nav-links span {
	display: none;
}

#nav-links ul {
	margin: 0 0 0 20px;
	text-decoration: none;
	list-style: none;
}

#nav-links li {
	float: left;  /* makes the buttons horizontal instead of vertical */
	padding: 3px;
	position: relative;  /* for the submenu */
}

#nav-links ul li a {
	background-image: url(images/afgw_buttons.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	width: 115px;
	height: 37px;
}

#nav-links #link1 a {
	background-position: 0 0;
}

#nav-links #link1 a:hover {
	background-position: -118px 0;
}

#nav-links #link2 a {
	background-position: 0 -37px;
}

#nav-links #link2 a:hover {
	background-position: -118px -37px;
}

#nav-links #link3 a {
	background-position: 0 -73px;
}

#nav-links #link3 a:hover {
	background-position: -118px -73px;
}

#nav-links #link4 a {
	background-position: 0 -145px;
}
#nav-links #link4 a:hover {
	background-position: -118px -145px;
}
#nav-links #link5 a {
	background-position: 0 -109px;
}

#nav-links #link5 a:hover {
	background-position: -118px -109px;
}

/************* HERE's the DROPDOWN menu styles ***********************************/

#nav-links li ul {
		width: 276px;
		position: absolute;
		left: 5px;
		top: 37px;
		list-style: none;
		border-bottom: 1px solid #6A6A00;
		border-left: 1px solid #6A6A00;
		border-right: 1px solid #6A6A00;
		background-color: #E6E6E6;
		margin: 0px 0px;
		visibility: hidden;	
	z-index: 5000;
	white-space: normal;
}	

#nav-links li ul li {
		border-bottom: 1px solid #3A013F;
		margin: 0px 0px;
		padding: 0;
		border-top: 1px solid #6A6A00;
}

#nav-links li ul li a{
		width: 276px;
		font-size: 12px;
		color: #3A013F;
		font-weight: bold;
		height: 1em;
		background-image: none;    /* otherwise it inherits it from it's parent ul */
		padding: 3px 0px 3px 2px;
}

#nav-links li ul li a:hover{
		background-color: #3A013F;
		color: #FFFFFF;
}

/* this is because we're adding in conditional tables for the sub menus to work in ie6.
   style the table so that it takes no ppart in the layout - required for IE to work */
#nav-links table {position:absolute; top:-20px; left:0; border-collapse:collapse; z-index: 5000; white-space: normal;
border-top: 10px solid transparent;}
#portfolio #nav-links table,
#process #nav-links table,
#contact #nav-links table,
#home #nav-links table{top:-5px; left;0; border-top: 5px solid transparent;}

#nav-links ul :hover ul,
#nav-links ul a:hover ul{		
	  visibility: visible;						/* make it show up when you hover on the parent button */
}
		
/*#process .textBox h2 {
	background-image: url(images/h2background.png);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 5px 0;
	}	
*/
#success p, #home .textBox p, #thankyou .textBox p {
	font-size: .9em;
	font-weight: bold;
	text-align: center;
	padding: 0px 10px 0px 10px;
	margin-bottom: 5px;
	margin-top: 0;
}

#thankyou .textBox,
#success .textBox {
	width: 350px;
	margin: 30px auto;
}

/*********************************** content area of the pages *****************************************/

#content {
	float: left;
	width: 100%;
	background-color: #3A013F;
}

#leftside {
	float: left;
	margin: 15px 0px 0px 50px;
}

#rightside {
	float: right;
	width: 300px;
	margin: 15px 50px 0px 0px;
}

#home #getemail {
	background-image: url(images/signup-header.gif);
	background-position: center top;
	background-repeat: no-repeat;
	border: 3px solid #6A6A00;
	background-color: #E6E6E6;
	margin-top: 10px;
	width: 294px;
}

#home #getemail p {
	font-size: 12px;
	text-align: center;
	padding: 0;
	margin-top: 40px;
}

#home #getemail h3 {
	font-size: 9px;
	font-weight: normal;
	text-align: center;
	padding: 5px 5px;
}

#adsBox {
	float: left;
	width: 236px;
	margin-left: 10px;
}

#contentBox {
	float: right;
	width: 470px;
	background-color: #E6E6E6;
	font-size: .8em;
	font-weight: normal;
	text-align: justify;
	border: 3px solid #6A6A00;
	margin-right: 10px;
	
}
#contentBox h2 {
	color: #3A013F;
	font-weight: bold;
	text-align: left;
	font-size: 1em;
	padding: 5px 40px 5px 40px;
}

#contentBox p {
	font-family: Times, "Bookman Old Style", "Book Antiqua", "Bodoni MT", Sylfaen, Arial;
	padding: 0 40px 0 40px;
	line-height: normal;
}
#contentBox ol,
#contentBox ul {
	padding-left: 65px;
	width: 300px;
}

#contentBox li {
	font-weight: bold;
	margin-left: 30px;
	font-size: .9em;
	padding: 5px 0;
}
#contentBox table {
	margin-left: 60px;
	margin-bottom: 20px;
	border-collapse: collapse;
	border: 1px solid #6A6A00;
	font-size: .9em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}
#contentBox td, th {
	text-align: center;
	padding: 10px;
	border: 1px solid #6A6A00;
	vertical-align: middle;
}

#contentBox th {
	font-size: 1em;
}

#contentBox img{
  margin-left: 40px;
	margin-bottom: 10px;
	}
  

/*  this is for all the boxes for email input on pages other than the home page */

#inputEmail {
	font-family: "Bookman Old Style", "Book Antiqua", "Bodoni MT", Sylfaen, Arial;
	border: 3px solid #6A6A00;
	background-image: url(images/signup.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #E6E6E6;
	width: 230px;
	margin-top: 2px;
	margin-bottom: 5px;
}

#inputEmail p {
	font-size: 12px;
	text-align: center;
	padding: 0;
	margin-top: 35px;
}

#inputEmail h3 {
	font-size: 9px;
	font-weight: normal;
	text-align: center;
	padding: 5px 5px;
}

#emailBox {
	border: 1px solid #6A6A00;
	background-color: #FFFFFF;
	margin-left: 10px;
}

#home emailBox {
	margin: 0px 0px 0px 25px;
}

#subButton {
	color: #FFFFFF;
	padding: 2px 4px;
	font-weight: bold;
	font-size: .7em;
	border-width: 0;
	background-color: #3A013F;
	margin: 2px 0px 0px 10px;
}

#home subButton {
	margin-left: 0;
}

#quoteBox {
	font-family: Georgia, "Bookman Old Style", "Book Antiqua", "Bodoni MT", Sylfaen, Arial;
	width: 309px;
	border: 3px solid #6A6A00;
	background-color: #E6E6E6;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#products #quoteBox,
#process #quoteBox {
	width: 230px;
	margin-top: 0;
	margin-right: 0px;
}

#quoteBox h1 {
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
}

#quoteBox em {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-style: normal;
}

blockquote.withquote {
	background:url(images/quote.gif);
	background-repeat: no-repeat;
	background-position:top left;
	padding-left:20px;
	text-align:justify;
}

p.withunquote {
	background: url(images/unquote.gif);
	background-repeat: no-repeat;
	background-position:bottom right;
	padding: 0 20px 0 10px;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

#footer {
	clear: both;
	width: 100%;
	padding-bottom: 5px;
	background-color: #3A013F;
}
#footer p {
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}

#footer a {
	text-decoration: none;
	color: #EBE9ED;
}

#footer a:hover {
	text-decoration: underline;
}

/************* for the portfolio page *********************************/

#portfolio #content table {
	width: 620px;
	margin: 0 auto;
	margin-top: 5px;
	text-align: center;
	border: 3px solid #6A6A00;
}

#portfolio #content table a {
	text-decoration: underline;
}

#portfolio #content td, th {
	padding: 10px;
	background-color: #E6E6E6;
	vertical-align: baseline;
}

#portfolio h1 {
	font-size: 14px;
	font-weight: bold;
	color: #6A6A00;
	text-align: center;
	margin-bottom: 2px;
	margin-top: 0;
}

.portfolioText {
	font-family: "Bookman Old Style", "Book Antiqua", "Bodoni MT", Sylfaen, Arial;
	font-size: 12px;
	margin: 0;
}

/*************** properties specific to contact page *******************************/
#resume #contentBox,
#contact #contentBox {
	width: 600px;
	margin: 0 40px;
}


#contactInfo {
	color: #3a013f;
	margin: 0 auto;
	width: 400px;
}

#contactInfo h1 {
	font-size: 1.5em;
	font-weight: bold;
	padding-top: 60px;
}

#contactInfo p {
	font-size: 1.2em;
	font-weight: normal;
	margin: 2px 0;
}

#contactInfo img {
	float: left;
	padding: 5px 40px 5px 0px;
}


#contactForm {
	float: right;
	width: 100%;
	padding: 10px 0;
}
#contactForm textarea {
  margin-left: 40px;
	margin-bottom: 10px;
}

#resume textarea{
	margin-left: 40px;
}
#contactForm #subButton {
	margin: 10px 0px 10px 40px;
	background-color: #970607;
}
#interests td {
  border: none;
	text-align: left;
	padding: 3px 2px;
}
#interests table {
  border: none;
	margin: 0 auto;
}

#confirmMail {
	background-color: #EEEEEE;
	border: 2px solid #6A6A00;
	font-size: 1em;
	color: #970607;
	padding: 15px 30px;
	margin: 10px 40px;
}

#contactForm .label {
	float: left;
	width: 150px;
	text-align: right;
	margin-right: 15px;
	margin-left: 10px;
	margin-bottom: 5px;
	font-size: 1em;
}

#contactForm .input {
	margin-bottom: 10px;
	border: 1px solid #6A6A00;
}


#products table {
	margin: 10px auto;
}
#sitemap h1 {
	color: #FFFFFF;
	text-align:left;
	margin-left: 40px;
	font-size: 18px;
	margin-top: 20px;
}
#sitemap #content ul {
	margin-left: 80px;
	list-style-type: none;
}
#sitemap #content ul ul{
	margin-left: 30px;
	list-style-type: disc;
	color: #FFFFFF;
}
#sitemap #content ul li {
	margin-top: 10px;
}
#sitemap #content ul ul li {
	margin-top: 3px;
}

#sitemap #content ul li a {
	color: #ffffff;
}

/** IE fixes **/

* html #rightside {
	display: inline;
}

* html #leftside {
  display: inline;
}

* html #adsBox {
	display: inline;
}

* html #contentBox {
	display: inline;
}
