/*=======================================================================================*/
/* Brenda Pitts Editorial                                                                */
/*=======================================================================================*/

/*====================================================================================== 
	CSS Style order
	
	Neutralizing Styles
	Global Tags
	Text Styles
	CSS Menu Rollovers
	Link Styles
	Layout Classes and IDs

=======================================================================================*/

/*====================================================================================== 
Neutralizing Styles
=======================================================================================*/

/*Remove padding and margin on some elements: */
html, form, fieldset {
	margin: 0px;
	padding: 0px;
}

/* Linked image should not have borders */
a img {
	border: none;
}

/* Firefox dotted border */
a:link, a:visited, a:active, a:hover {
	outline: none;
}

/*====================================================================================== 
Global Tags
=======================================================================================*/
	
body {  
	font-family: Arial, sans-serif;
	color: #797979; 
	background: #E4E7E5;
	margin: 0px;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
}

p {
	margin: 0px;
	padding-bottom: 12px;
} 
	
h1 {  
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}	
				
/*======================================================================================
Text Styles 
=======================================================================================*/

.center {
	text-align: center;
	margin: 0px auto;
}

/*====================================================================================== 
Css Menu Rollovers 
=======================================================================================*/
	
a#about { 
	width: 190px; 
	padding-left: 1px;
	background: url(../images/menu_about.jpg) top left no-repeat ;
}

a#services { 
	width: 190px; 
	padding-left: 2px;
	background: url(../images/menu_services.jpg) top left no-repeat;
} 

a#comments { 
	width: 177px; 
	padding-left: 2px;
	background: url(../images/menu_comments.jpg) top left no-repeat;
} 

a#contact { 
	width: 190px; 
	padding-left: 2px;
	background: url(../images/menu_contact.jpg) top left no-repeat;
} 

a#about-disabled { 
	width: 190px; 
	padding-left: 1px;
	background: url(../images/menu_about.jpg) bottom left no-repeat;
}

a#services-disabled { 
	width: 190px; 
	padding-left: 2px;
	background: url(../images/menu_services.jpg) bottom left no-repeat;
} 

a#comments-disabled { 
	width: 177px; 
	padding-left: 2px;
	background: url(../images/menu_comments.jpg) bottom left no-repeat;
} 

a#contact-disabled { 
	width: 190px; 
	padding-left: 2px;
	background: url(../images/menu_contact.jpg) bottom left no-repeat;
}	

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	float: left;
	display: block;
}
	
#menu a {
	height: 147px;
	overflow: hidden;
	text-indent: -9000px;
	display: block;
}
	
#menu a:hover { 
	background-position: bottom left;
}

/*======================================================================================
Link Styles
=======================================================================================*/

a#logo {
	width: 230px;
	height: 60px;
	text-indent: -9000px;
	cursor:pointer;
	padding-top: 20px;
	margin-left:15px;
	display: block;
}

#skeetlebead a:link, #skeetlebead a:visited {
	font-family: Arial;
	font-weight: bold;
	color: #A6A6A6;
	text-decoration: none;
}

#skeetlebead a:hover {
	font-family: Arial;
	font-weight: bold;
	color: #A6A6A6;
	text-decoration: underline;
}


/*====================================================================================== 
Layout Classes and IDs
=======================================================================================*/

#main-wrap {
	padding: 0px;
	margin: 0px;
	background: url(../images/bg_mainTop.jpg) top left repeat-x #FEFEFE;
}

#content-wrap {
	width: 758px;
	margin: 0px auto;
}

#header {
	width: 758px;
	height: 102px;
	margin: 0px auto;
	background: url(../images/bg_header.jpg) center no-repeat;
}

#menu {
	width: 754px;
	height: 147px;
	margin: 0px auto;
}

#menu-line {
	height: 9px;
	background: url(../images/bg_line.gif) top repeat-x;
}

#content {
	padding: 15px 0px 0px 14px;
	margin: 15px 0px 0px 0px;
	background: url(../images/bg_line.gif) top repeat-x;
}

#service-content-dark {
	padding: 5px 10px 0px 20px;
	margin: 0px 15px 0px 0px;
	background:#e6e6e6;
}

#service-content-light {
	padding: 5px 10px 0px 20px;
	margin: 0px 15px 0px 0px;
}

#title-welcome {
	height: 18px;
	text-indent: -9000px;
	margin-bottom: 10px;
	background: url(../images/title_welcome.png) no-repeat;
}

#title-about {
	height: 18px;
	text-indent: -9000px;
	margin-bottom: 10px;
	background: url(../images/title_about.png) no-repeat;
}

#title-services {
	height: 18px;
	text-indent: -9000px;
	margin-bottom: 10px;
	background: url(../images/title_services.png) no-repeat;
}

#title-howitworks {
	height: 18px;
	text-indent: -9000px;
	margin-bottom: 10px;
	background: url(../images/title_howitworks.png) no-repeat;
}

#title-comments {
	height: 18px;
	text-indent: -9000px;
	margin-bottom: 10px;
	background: url(../images/title_comments.png) no-repeat;
}

#title-contact {
	height: 30px;
	text-indent: -9000px;
	margin-bottom: 2px;
	background: url(../images/title_contact.png) no-repeat;
}

#subtitle-critique {
	height: 20px;
	text-indent: -9000px;
	background: url(../images/subtitle_critique.png) no-repeat;
}
#subtitle-copyedit {
	height: 20px;
	text-indent: -9000px;
	background: url(../images/subtitle_copyedit.png) no-repeat;
}
#subtitle-substantive {
	height: 20px;
	text-indent: -9000px;
	background: url(../images/subtitle_substantive.png) no-repeat;
}
#subtitle-ghostwrite {
	height: 20px;
	text-indent: -9000px;
	background: url(../images/subtitle_ghostwrite.png) no-repeat;
}

#subtitle-initial {
	height: 20px;
	text-indent: -9000px;
	background: url(../images/subtitle_initial.png) no-repeat;
}
#subtitle-estimate {
	height: 20px;
	text-indent: -9000px;
	background: url(../images/subtitle_estimate.png) no-repeat;
}
#subtitle-contract {
	height: 20px;
	text-indent: -9000px;
	background: url(../images/subtitle_contract.png) no-repeat;
}
#subtitle-payment {
	height: 20px;
	text-indent: -9000px;
	background: url(../images/subtitle_payment.png) no-repeat;
}

#footer-wrap {
	height: 183px; 
	background: url(../images/bg_mainBottom.jpg) repeat-x;
}

#footer {
	width: 758px;
	height: 80px;
	margin: 0px auto;
	background: url(../images/bg_footer.jpg) no-repeat;
}

p#copy {
	font-size: 10px;
	color: #A6A6A6;
	margin: 7px 0px 0px 13px;
	float: left;
}

p#skeetlebead {
	font-size: 11px;
	padding-right: 20px;
	margin: 7px 5px 0px 0px;
	float: right;
	background: url(../images/logo_skeetlebead.png) top right no-repeat;
}


/*====================================================================================== 
Form Layout
=======================================================================================*/
.textArea{
	font-size: 12px; 
	background-color: #f7f8f7; 
	border: 1px solid #c0c0c0;
	width: 165px;
	height:20;
	margin-bottom:10px;
}

.textAreaLarge{
	font-size: 12px; 
	background-color: #f7f8f7; 
	border: 1px solid #c0c0c0;
	width: 346px;
	height:20;
	margin-bottom:10px;
}

.textBox{
	font-size: 12px; 
	background-color: #f7f8f7; 
	border: 1px solid #c0c0c0;
	width: 348px;
	height:140px;
}

.input{
	float:right;
	margin-top:10px
}




.clear {
	clear: both;
	height: 1px;
	width: 1px;
	font-size: 1px;
	overflow: hidden;
}