/* Type CSS rules here and they will be applied
to pages from 'editcss'
immediately as long as you keep this window open. */

/**** LINK-tag style sheet css.css ****/

/*
*********************************************************************
Language:    CSS 1.0
Web site:    http://www.katiebenedict.com/ 
Created by:  Katie Benedict (www.katiebenedict.com)
*********************************************************************
*********************************************************************
NOTES:
This document contains styles which are compatible with CSS-1
and higher compliant web browsers.
*********************************************************************
*/
/*
*********************************************************************
DOCUMENT PROPERTIES
*********************************************************************
*/
html, body {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.4em;
	color: #959080;
	font-weight: normal;
	font-style: normal;
	background-color: #FFFFFF;
	padding-left: 25px;
}
/*
*********************************************************************
CONTENT PROPERTIES 
*********************************************************************
*/
div { margin: 0; }

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.4em;
	color:#666666;
	margin:0px;
}
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.4em;
	color:#666666;
	font-weight: bold;
}
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	color:#333333;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}

a:link {
	color: #D02433;
	text-decoration: none;
	font-weight:normal;
}
a:visited {
	color: #D02433;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
	font-weight:normal;
}
/*
*********************************************************************
HEADER PROPERTIES 
*********************************************************************
*/
.title_hidden{
display:none;
}
.title{
	height: 57px;
	width: 419px;
	background-image:url(images/title.gif);
	background-repeat: no-repeat;
	margin-top: 95px;
	margin-bottom: 53px;
}
/*
*********************************************************************
MENU PROPERTIES 
*********************************************************************
*/
.menu{
	font-size: 12px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	float: left;
	color:#D02433;
	font-weight: normal;
	text-decoration: none;

}

.menu a:link {
	color: #999999;
	text-decoration: none;
	font-weight:normal;
}
.menu a:visited {
	color:#666666;
	font-weight: normal;
	text-decoration: none;
}
.menu a:hover {
	font-weight: normal;
	color: #D02433;
	text-decoration: none;
}

/*
*********************************************************************
CONTENT PROPERTIES 
*********************************************************************
*/
.content{
	float: none;
	margin-left: 140px;
	width: 350px;
}
.content2{
	float: none;
	margin-left: 140px;
	width: 375px;
}
.content_italics{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.4em;
	color:#333333;
	margin-top:6px;
	float: none;
	padding-left: 140px;
	padding-right: 50px;
}
.content_contact{
	float: none;
	padding-left: 130px;
	padding-right: 20px;
}
/*
*********************************************************************
PROJECT SECTION PROPERTIES 
*********************************************************************
*/
.content_projects{
	float: inherit;
	padding-left: 110px;
	padding-right: 50px;
	margin-top: -30px;
	width: 360px;
}
.arrow_left{
float: left;
margin: 0px;
padding:0px;
}
.arrow_right{
float: right;
margin: 0px;
padding:0px;
}
.arrows{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	margin:0px;

}
.arrows a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	margin:0px;
	color:#666666;
}
.arrows a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	margin:0px;
	color:#D02433;
	font-style:normal;
}
.arrow_words{
margin:0px;
}
.pdf{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin:0px;
	color:#D02433;
	font-weight: normal;
}
.pdf a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	margin:0px;
	color:#D02433;
}
.style1 {
	color: #000000;
	font-size: 9px;
}
/*
*********************************************************************
HOMEPAGE PROPERTIES 
*********************************************************************
*/
.homepage_table{
background-image:url(images/homepage_bkgrnd.jpg);
background-position:top;
background-repeat:no-repeat;
margin-left: 0px;
}

.homepage_menu{
	font-size: 12px;
	line-height: 20px;
	margin: 280px 0px 0px 202px;
	padding: 0px;
	color:#D02433;
	font-weight: normal;
	text-decoration: none;

}

.homepage_menu a:link {
	color: #999999;
	text-decoration: none;
	font-weight:normal;
}
.homepage_menu a:visited {
	color:#666666;
	font-weight: normal;
	text-decoration: none;
}
.homepage_menu a:hover {
	font-weight: normal;
	color: #D02433;
	text-decoration: none;
}
.homepage_table html,body{
margin-left:0px;
}
/*
*********************************************************************
TESTIMONIALS PROPERTIES 
*********************************************************************
*/
.testimonials_content{
	float: none;
	padding-left: 10px;
	width: 359px;
	
}
.testimonials_content_italics{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.4em;
	color:#333333;
	margin-top:6px;
	float: none;

}
.testimonials_title_hidden{
display:none;

}
.testimonials_title{
	height: 57px;
	width: 419px;
	background-image:url(images/title.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-bottom: 25px;

}