@charset "UTF-8";
/* CSS Document */

body {
	color: #FFF;
	font-family:  "American Typewriter", Helvetica, Arial, sans-serif;
	font-size: 13px;
	background-color: #fff;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
}
a:link {
	color: #822F82;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #822F82;
}
a:hover {
	text-decoration: none;
	color: #969;
}
a:active {
	text-decoration: none;
}
	
a img { border:0;}


#container {
	width: 870px;
	margin: 0 auto;
	text-align: left;    min-height:800px;	
}



#header {
	width: 870px;
	height: 128px;
	padding-top: 0;
	text-align: center;
}
#navArea{
	height: 96px;
	width: 870px;
	position: relative;
	background-image: url(../images/menubg2.gif);
	top: 1px;
	margin-top: -20px;

	
}

#mainNav {
	height: 54px;
	width: 342px;
	position: absolute;
	left: 32px;
	top: 23px;
}

/*home css*/
#homeBG {
	background-image: url(../images/homebg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#home {
	width: 750px;
	text-align: left;
	float: left;
	clear: both;
	padding-right: 60px;
	padding-left: 60px;
	letter-spacing: .1em;	
}
.box {
	width: 870px;
	background-image: url(../images/bg_large_bot.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: -2px;	
}
/*.box h3 {
background:url(../images/box_top_large.gif) top left no-repeat;	
}*/




/*work css*/
#chiefBG {
	background-color: #725A44;
}

#loveBG {
	background-color: #725A44;
}
#convBG {
	background-image: url(../images/resurrectingbgshort.jpg);
	background-repeat: no-repeat;
	background-position: center top;
/*	background-color: #5D5C61;*/
}
#resBG {
	background-image: url(../images/conversationsbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
/*	background-color: #5D5C61;*/
}

#leftColOth {
	width: 320px;
	text-align: left;
	float: left;
	margin-top: -5px;
	margin-left: 0px;
	padding: 0px;
	background-image: url(../images/dots_vert.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#rtColOth {
	width: 400px;
	float: right;
	margin-top: -5px;
	margin-left: 00px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}





/*contact css
*/#contactBG {
	background-image: url(../images/contactbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#contact {
	width: 500px;
	text-align: left;
	float: left;
	
}

/*menu*/
#mainNav ul
{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	
	font-family: Helvetica, Arial, sans-serif;
	
}

#mainNav li
{
	display: inline;
	list-style-type: none;
	padding-right: 5px;
	color: #660066;
}

#mainNav a {
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 18px;
	margin: 0;
	text-align: left;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #660066;
}

#mainNav a:link, #mainNav a:visited
{
	color: #660066;
	text-decoration: none;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #999;
	
	
}
#navlist #noborder a {
	border-right-style: none;
}

#mainNav a:hover
{
	color: #969;
	
	text-decoration: none;
	
}
#navlist #activeNoborder a {
	color: #666;border-right-style: none;
}


#mainNav #active a {
	color: #666;
	padding-right: 15px;
	padding-left: 5px;
}
/*end menu*/

#footer {
	text-align: center;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#footer p {
	margin: 0;
	padding: 30px 0;
	font-size: 10px;
	color: #822F82;
}

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 {
	color: #822F82;
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: .3em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;	
	}
		
h2 {
	font-size: 16px;
	padding-right: 10px;
	padding-left: 0px;
	color:  #822F82;
	padding-top: 0px;
	
	letter-spacing: .2em;
}
h2 a.active {
	color: #FFF;
	text-decoration: none;
}

h2 a:hover { color: #969;}


h3 {
	
	
	}

h4 {
	color: #0B366D;
	font-size: 15px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

a.copy:link  {
	text-decoration: none;
	color: #fff;
	font-size: 10px;
}
a.copy:visited {
	text-decoration: none;
	color: #fff;
	font-size: 10px;
}

a.copy:hover {
	text-decoration: none;
	color: #999;
	font-size: 10px;
}

/** contact form!**/

input,textarea{
	width:250px;
}
.form div{
 margin-bottom:20px;
 margin-left:10px;
 margin-right: 10px;
 font-size:10px;
 font-family:Helvetica, sans-serif;
 }


.text_field1 {
	background-color: #fff;
	border:1px solid #000;
}

.text_submit {
	color: #000;
	font-size: 12px;
	width: 65px;
	
	border:none;
	background-color: #822F82;
	text-align: center;
}
.form_titles {
	padding-right: 3px;
	color: #fff;
	font-size: 12px;
}
/**end form!**/
#contact div form table {
	background-color: #000;
}

