{
	margin: 0; padding: 0;
}
body {
	text-align: center;
	color: #565656;
	font-family: Verdana;
	font-size: 12px;
	background-attachment: fixed;
	background-color: #161616;
	background-image: url(http://annemoss.com/images-am/background3.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}

a {
	text-decoration: none;
	color: #0075C0;
}
a:hover {
	text-decoration: underline;
	color: #ff0000;
}
p { line-height: 1.8em !important; }
a {
	text-decoration: none;
	color: #C03;
}
a:hover {
	text-decoration: underline;
	color: #ff0000;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper {
	width: 982px;
	margin: auto auto;
	text-align: left;
}
/** END wrapper **/

/*Begin breadcrumbs*/

#bread {
	padding: 3px;
	margin-bottom: 16px;
	}

#bread a:link {
	text-decoration: none;	
	}

#bread ul {
	margin-left: 0px;
	padding-left: 0;
	display: inline;
	border: none;
	} 

#bread ul li {
	margin-left: 0;
	padding-left: 0px;
	border: none;
	list-style: none;
	display: inline;
	}

#header a {
		color: #ffffff;
	}
	
/*END breadcrumbs*/



/** BEGIN header **/
#nav {
	background-color:#5A5A5A;
}
.contact {
	color: #FFF;
	text-align: right;
	padding-top: 25px;
	padding-right: 15px;
	padding-left: 15px;
	}
#header {
	height: 132px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #D6D6D6;
}
	#header h1 {
		float: left;
		font-size: 0;
		padding: 0 0 2px !important;
		margin-bottom: 0 !important;
	}
		#header h1 a {
			display: block;
			text-indent: -9999px;
			outline: none;
			width: 275px; height: 99px;
			background: url(http://annemoss.com/images-am/logo.gif) no-repeat 0 0;
		}
	
	#header form {
		float: right;
		width: 188px; height: 21px;
		background: url(../xhtml/assets/images/search.gif) no-repeat 20px 40px;
		padding: 40px 20px 0;
		border: 0;
	}
		#header form input {
			float: left;
			font-family: Verdana;
			font-size: 0.9em;
			color: #ffffff;
			border: 0;
			width: 160px;
			margin: 4px 3px 0 4px;
			background-color: transparent;
		}
		#header form button {
			float: left;
			width: 21px; height: 21px;
			text-indent: -9999px;
			border: 0;
			background: transparent none !important;
		}
	#header ul {
	clear: both;
	list-style-type: none;
	height: 31px;
	/*border-top: 1px solid #C33;
	border-right: 1px solid #C33;
	border-bottom: 0 solid #C33;
	border-left: 1px solid #C33;*/
	}
		#header ul li {
			float: left;
			font-weight: bold;
			padding-right: 2px;
			background: url(http://annemoss.com/images-am/divider.gif) no-repeat right 0;
			position: relative;
		}
		#header ul li a {
			color: #ffffff;
			display: block;
			padding: 7px 16px 8px;
		}
		#header ul li a:hover {
	text-decoration: overline;
	color: #CCC;
		}
		
		#header ul li ul {
			clear: both;
			position: absolute;
			list-style-type: none;
			display: none;
			z-index: 200;
			height: auto;
			background: url(http://annemoss.com/images-am/background.png);/* menu dropdowns*/
			border: 1px solid #002730;
			padding: 5px 0;
		}
			#header ul li ul li {
				background: none !important;
				padding-right: 0 !important;
				clear: both;
				margin: 0 !important;
			}
			#header ul li ul li a {
				font-size: 12px !important;
				padding: 5px 10px !important;
				line-height: 1.5em;
				width: 170px;
				color: #ffffff;
			}
			#header ul li ul li a:hover {
				
			}
/** END header **/

/** BEGIN body **/
#body {
	background-color: #ffffff;
	clear: both;
}
	.inner #body {
		background: #ffffff url(../xhtml/assets/images/inner.gif) repeat-x 0 0;
	}
/** END body **/

/** BEGIN projects **/
#projects {
	height: 261px;
	background: url(http://annemoss.com/images-am/highlight.jpg) repeat-x 0 0;
}
	#projects .buffer {
	height: 248px;
	overflow: hidden;
	/*border-top: 0 solid #C33;
	border-right: 1px solid #C33;
	border-bottom: 0 solid #C33;
	border-left: 1px solid #C33;*/
	}
	#projects .photo {
		float: right;
		background: url(http://annemoss.com/images-am/projects.gif) no-repeat 0 8px;
		padding: 8px 10px 0 17px;
		width: 469px; height: 230px;
		overflow: hidden;
	}
		#projects .photo p {
			list-style-type: none;
			width: 469px; height: 230px;
		}
			#projects .photo img {
				padding: 4px;
				background-color: #ffffff;
				border: 1px solid #014A5B;
				float: left;
			}
	#projects .details {
		width: 478px; height: 175px;
	}
		#projects .details li {
			color: #ffffff;
			padding: 40px 0 0 20px;
			display: none;
			background-color: transparent !important;
		}
		#projects .details li.first {
			display: block;
		}
		#projects .details li h2 {
	font-size: 1.7em;
	margin: 0 0 10px !important;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#FFF;
		}
		#projects .details li p {
			line-height: 1.7em;
		}
		#projects .details li a {
			color: #ffffff;
			font-weight: bold;
		}
	#projects .nextproject {
		display: block;
		width: 105px; height: 24px;
		background: url(http://annemoss.com/images-am/background.png) no-repeat 0 0;
		text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 0.98em;
	padding-top: 9px;
	margin: 20px;
	outline: none;
	border: 1px solid #333;
	}
	#projects .nextproject:hover {
		text-decoration: none;
	}
/** END projects **/

/** BEGIN content **/
#content {
	padding: 10px 15px 0;
}
	#content .box {
		width: 308px;
		float: left;
	}
		#content .box ul {
			list-style-type: none;
			padding: 15px;
		}
			#content .box ul li {
	padding-bottom: 20px;
	color: #333;

			}
			#content .box ul li img {
				float: left;
				margin: 0 10px 10px 0;
			}
			#content .box ul li a {
				font-weight: bold;
				display: block;
				margin-bottom: 10px;
					
			}
			#content .box ul li p {
				line-height: 1.6em;
			}
		#content .box h2 {
			color:#C33;
			font-size: 1.4em;
			padding: 15px;
			margin: 0 !important;
		}
	#content .center {
		margin: 0 10px;
		background: #E8E8E8 url(http://annemoss.com/images/centerhead.gif) no-repeat 0 0;
	}
		#content .center ul {
			background: url(http://annemoss.com/images/centerfoot.gif) no-repeat 0 bottom;
		}
/** END content **/

/*begin ul li with special visuals*/
#pdf {
	   margin-left: 20px;
	   padding-left: 0; 
	   list-style: none;
	   line-height:200%;
	}
	
#pdf li {
	margin:0 0 0 20px; /* A left margin to indent the list items and give the menu a sense of structure. */
	list-style-image: url(http://annemoss.com/Images/PDF-Icon.jpg)!important;
	}
	
#doc {
	   margin-left: 20px;
	   padding-left: 0; 
	   list-style: none;
	   line-height:200%;
	}
	
#doc li {
	margin:0 0 0 20px; /* A left margin to indent the list items and give the menu a sense of structure. */
	list-style-image: url(http://annemoss.com/Images/word-doc.jpg)!important;
	}
/*end ul li with special visuals*/	
	

/** BEGIN main **/
#main {
	width: 635px;
	float: left;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 20px;	
	}

#main a {
		text-decoration: underline;
	}
#main a:hover {
		text-decoration: none;
	}

	/** begin headers **/
h1, h2, h3, h4, h5, h6 {
		font-family: Tahoma;
		margin-bottom: 10px;
	}
h2, h3, h4, h5, h6 {
		margin-top: 9px;
	}
h1 { font-size: 1.7em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#C00;}
h2 { font-size: 1.4em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#C00;}
h3 { font-size: 1.2em; }
font-family:Georgia, "Times New Roman", Times, serif;
h4, h5 { font-size: 1em; 
	font-family:Georgia, "Times New Roman", Times, serif;}
h6 { font-family:Georgia, "Times New Roman", Times, serif; font-size: 1.7em; color:white;}
	/** end headers **/
	
	/** begin messages **/
	.error, .success, .note, .warning {
		font-weight: bold;
		font-size: 0.9em;
		padding: 4px 10px 4px 24px;
		background-repeat: no-repeat;
		background-position: 5px 6px;
		border-style: solid;
		border-width: 1px;
	}
	.error {
		background-color: #FDD9D9;
		background-image: url(../xhtml/assets/images/error.gif);
		border-color: #FBA3A3;
		color: #D80303;
	}
	.success {
		background-color: #E4FCD9;
		background-image: url(../xhtml/assets/images/success.gif);
		border-color: #BFFDA3;
		color: #35A502;
	}
	.note {
		background-color: #DDEAFA;
		background-image: url(../xhtml/assets/images/note.gif);
		border-color: #A3D8FD;
		color: #026DA5;
	}
	.warning {
		background-color: #FBF0B3;
		background-image: url(../xhtml/assets/images/warning.gif);
		border-color: #FBBB95;
		color: #FD6002;
	}
	/** end messages **/
/** begin blockquotes **/
blockquote.float-left {/* */
	float: left;
	padding: 0px;
	background: #FFFFFF;/* white */
	margin-top: 4px;
	margin-right: 7px;
	margin-bottom: 4px;
	text-align: center;
	margin-left: 0.3em;
}   
  
blockquote.float-left2 {/* for testimonial quotes*/
	float: left;
	line-height: 1.6em;
	font-style: italic;
	width: 200px;
	margin-right: 11px;
	padding-top: 9px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(../images-am/blockquote.gif);
	background-repeat: no-repeat;
	background-position: 7px 7px;
	border: 2px dotted #999;
	line-height:22px;
	}
blockquote.float-left3 {/* for testimonial quotes*/
	float: left;
	font-style: italic;
	width: 225px;
	margin-right: 11px;
	padding-top: 4px;
	padding-right: 9px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 2px dotted #999;
	list-style: none;
	margin-left: 0;
	padding-left: 2.4em;
	text-indent: -1.2em;
	color:#000;

	}
blockquote.float-left4 {/* flush left with gray background*/
	float: left;
	font-style: italic;
	width: 225px;
	margin-right: 11px;
	padding-top: 4px;
	padding-right: 9px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 2px dotted #999;
	list-style: none;
	margin-left: 0;
	padding-left: 2.4em;
	text-indent: -1.2em;
	color:#000;
	background: #E4E4E4;
	}


blockquote.float-right {/* */
	float: right;
	padding: 0.5em;
	background: #FFFFFF;/* white */
	margin-top: 3px;
	margin-right: 0.1em;
	margin-bottom: 0px;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	margin-left: 0.3em;
	font-weight: normal;
  }	
  
blockquote.float-right2 {/* */
	float: right;
	padding: 0.5em;
	background: #FFFFFF;/* white */
	margin-top: 3px;
	margin-right: 0.1em;
	margin-left: 1em;
	margin-bottom: 0px;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	font-weight: normal;
	border: 1px dotted #999;
  }
    
blockquote.float-right3 {/* type is flush left*/
	float: right;
	padding: 0.5em;
	background: #FFFFFF;/* white */
	margin-top: 3px;
	margin-right: 0.1em;
	margin-left: 1em;
	margin-bottom: 0px;
	font-size: 11px;
	line-height: 14px;
	text-align: left;
	font-weight: normal;
	border: 1px dotted #999;
	list-style-type: square;
  }
	/** end blockquotes **/
		
	/** begin form **/
	form {
		border: 1px solid #DDDDDD;
		padding: 16px;
		margin-bottom: 20px;
	}
		form .input {
			padding-top: 12px;
			clear: both;
		}
		form .first { 
			padding-top: 0;
		}
		form .input p {
			margin-bottom: 7px !important;
		}
		form input {
			margin-right: 5px;
		}
		form label {
			margin-right: 10px;
			color: #8B8B8B;
		}
		form input.text, form textarea {
			border: 1px solid #BEBDBD;
			font-size: 1em;
			font-family: Verdana;
			background-color: #F3F3F3;
			color: #808080;
			padding: 2px;
			max-width: 100%;
		}
		.positive, .negative {
			font-size: 0.9em;
			font-weight: bold;
			padding: 1px 0 0 20px;
			background-repeat: no-repeat;
			background-position: 0 0;
			display: inline;
			margin-top: 2px;
		}
		form textarea {
			line-height: 1.6em;
		}
		form button, form input.button {
			font-size: 0.9em;
			font-family: Verdana;
			font-weight: bold;
			color: #ffffff;
			background: url(../xhtml/assets/images/button.gif) repeat-x 0 0;
			border: 0;
			padding: 6px 9px;
		}
	/** end form **/
	
	/** begin table **/
table {
		margin-bottom: 20px;
	}
table th {
	font-size: 0.9em;
	color: #ffffff;
	background-color: #666;
	padding: 2px 4px;
	line-height: 1.6em;
		}
table td {
			line-height: 1.6em;
			padding: 2px 4px;
		}
table tr.odd td { background-color: #EEEEEE; }
table tr.even td { background-color: #E5E5E5; }
		
	/** end table **/
	
/** begin paragraphs, lists, etc. **/
#main p {
		line-height: 1.6em;
		margin-bottom: 10px;
	}
#main ol {
		list-style-position: inside;
		margin: 0 0 10px 5px;
	}
#main ol li {
			line-height: 1.6em;
			padding: 2px 0 2px 0;
		}
#main ul {
	list-style-type: square;
	margin: 0 0 10px 5px;
	list-style-position: inside;
	}
#main ul li {
			line-height: 1.6em;
			padding: 2px 0 2px 12px;
			/*background: url(../images/bullet1.gif) no-repeat 0 8px;*/
		}
a {
	color: #333;
	}
a:hover {
		color: #ff0000;
		text-decoration: none;
	}
blockquote {
		padding: 10px 20px;
		line-height: 1.6em;
	}
	
	
	/** end paragraphs, lists, etc. **/
	
	/** begin gallery **/
	#gallery {
		padding: 10px 0;
	}
		#gallery img {
			padding: 5px;
			/*border: 1px solid #cccccc;*/
			background-color: #eeeeee;
			float: left;
			margin: 7px;
		}
	/** end gallery **/
	
/** END main **/
/** begin gallery **/

	}
#gallery img {
			padding: 2px;
			float: left;
			margin:2px;
		}
		
#gallery2 {
		padding: 10px 0;
	}
		#gallery2 img {
	padding: 3px;
	float: left;
	margin:5px;
	/*border: 2px solid #CCC;*/
		}
	

		#gallery2 img {
	padding: 3px;
	float: left;
	margin:5px;
	/*border: 2px solid #CCC;*/
		}
#gallery3 { /**logos **/
	padding: 10px  0;
	}
	
#gallery3 img {
	padding: 2px;
	/*border: 1px solid #cccccc;*/
			background-color: #eeeeee;
	float: left;
	margin: 8px 9px 22px 8px;
		}
div.container2 {/*gallery page */
	float: left;
	line-height: 18px;
	height:auto;
	width: 61%;
	_width: 58%; /* ie6 fix */
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left:10px;
	_margin-left:0px/* ie6 fix */
	margin-bottom:9px;
	vertical-align: bottom;
  }
div.container3 {/*gallery page */
	float: left;
	line-height: 18px;
	height:auto;
	width: 34%;
	_width: 32%;/* ie6 fix */ 
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left:10px;
	_margin-left:0px/* ie6 fix */
	margin-bottom:9px;
	vertical-align: bottom;
  }
div.container4 {/*gallery page */
	float: left;
	line-height: 18px;
	height:auto;
	width: 30%;
	_width: 28%;/* ie6 fix */
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left:10px;
	_margin-left:0px;/* ie6 fix */
	margin-bottom:9px;
	vertical-align: bottom;
  }  
/** END main **/

/*buy type*/

#buy {
	line-height: 10px;
	}	
/*END buy*/

/** BEGIN sidebar **/
#sidebar {
	width: 300px;
	float: right;
	background: url(../xhtml/assets/images-am/sidehead.gif) no-repeat 0 15px;
	padding: 20px 15px 15px 0;
}
#sidebar .buffer {
		padding: 15px 25px 10px;
		background: #E8E8E8 url(../xhtml/assets/images-am/sidefoot.gif) no-repeat 0 bottom;
	}
	
#sidebar .buffer a{
			
			text-decoration: underline;
		}
#sidebar .buffer a:hover{
			color: #ff0000;
			text-decoration: underline;
		}
#sidebar h2 {
		margin: 0 0 10px;
		font-size: 1.3em;
	}
#sidebar ul {
		list-style-type: none;
		margin-bottom: 25px;
	}
#sidebar ul li {
			line-height: 1.5em;
			font-size: 0.9em;
			padding: 4px 0 4px 16px;
			background: url(http://annemoss.com/images-am/bullet1.gif) no-repeat 0 7px;/*sidebar bullets*/
		}
#sidebar ul li a {
	color: #000;
	text-decoration: underline;
		}
#sidebar ul li a:hover {
			color: #ff0000;
			text-decoration: underline;
		}
/** END sidebar **/
/** BEGIN footer **/
#footer {
	/*background: #002932 url(http://annemoss.com/images-am/footer.png) repeat-x 0 0;*/
	color: #ffffff;
	font-size: 0.9em;
}
	#footer .buffer {
		width: 982px;
		margin: auto auto;
		background: url(http://annemoss.com/images-am/footwrap.png) no-repeat 0 0;
		padding: 40px 0 10px;
	}
	#footer p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	#footer a {
		color: #ffffff;
	}
/** END footer **/
