/*
Company:	Elizabeth Fowler Smith
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Common Text Styles - Styles for text
Default Headings - headings like h1, h2, etc
Default Lists - unordered and ordered lists
Nav - navigation bar
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background:#ffffff;
}
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#828181;
	text-align:center;
}
/* @end */

/* @group Layout */

#mainContainer {
	width:980px;
	line-height:160%;
	margin:0 auto;
	text-align:center;
}

/* Head */
div#hd {
	width: 980px;
	margin-bottom:40px;
	text-align:center;
}

div.logo {
	padding-top:30px;
}

/* @group Nav */

#nav { font-size:18px; display:block; width:980px; border-bottom:1px solid #828181;}
#nav ul {list-style:none;margin:0; }
#nav li {float:left;display:inline;margin:0;}
#nav a {display:block;text-decoration:none; color:#828181; width:245px; text-align:center; padding:8px 0; }
#nav a:hover { background:#828181; color:#ffffff; }
#nav li ul {position:absolute;top:-999px;width:1px;height:1px;overflow:hidden;list-style:none; padding-top:1px;}
#nav li ul li ul li {position:absolute;top:-999px;width:1px;height:1px;overflow:hidden;list-style:none;}
#nav li ul li {float:none;}
#nav li:hover ul {top:auto;width:auto;height:auto;overflow:visible;background:#4e1613; margin-top:-1px; z-index:10000;}
#nav li ul li a {border-bottom:solid 1px #6e2925;padding:10px 10px; width:180px; text-align:left; color:#828181; font-size:14px;}
#nav li ul li:hover a {color:#828181;background:#8f0404;}
#nav li.last ul li a {width:120px;}

/* @end */


#slides { 
	width:980px;
	padding:12px;
	z-index:100;
	
}
/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	overflow:hidden;
	position:relative;
	display:none;
	height:484px;
}
/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/
.slides_container a {
	width:980px;
    height:484px;
	display:block;
	text-decoration:none!important;
}

.slides_container h2 { font-weight:normal;margin-bottom:2px; font-size:16px;}

.pagination {
	float:right;
	margin:0 auto;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	margin-left:4px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

#contain {}
#side {
		float:left;
		width:240px;
		padding:20px 0 20px 0;
		text-align:center;
		margin:30px 60px 30px 0;
		
}
#side .contact img {float:left; margin:0 12px 0 0;}

#side h2 { line-height:180%; }

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

#side ul {margin:0 ;}
#side li { list-style:none; margin-bottom:8px; margin-left:12px }
#side li a  {padding-left:16px;}
#side li a:hover {background:url(../images/arrow.png) top left no-repeat; text-decoration:none;}

.sideprompt a {
	display:block;
	width:226px;
	background:url(../images/arrow.png) center right no-repeat;
	padding:2px 14px 0 0;
	text-align:right;
	text-decoration:none;
	margin-top:10px;
}
.sideprompt a:hover { text-decoration:underline; }


#main {
	float:left;
	width:600px;
	padding:20px 0 20px 0;
	text-align:left;	
}

#main .left {width:280px; float:left; text-align:left; margin-right:30px;}
#main .right {width:280px; float:left; text-align:left; }

#main h2 {
	font-size: 162%;
	line-height:120%;
	font-weight:normal;
	margin-bottom:18px;
	text-align:left;
}

h3 {
	font-size: 132%;
	line-height:120%;
	font-weight:normal;
	margin-bottom:4px;
	text-align:left;
}

	
#feature .action a {
	width:583px !important;
	margin:0 12px !important;
}


#homepage .right {
	float:right;
	margin:0 auto;
	width:350px;
	padding:40px 0;
	text-align:center;
}


h1,
#footer strong
{
	font-size: 162%;
	font-weight:normal;
	margin-bottom:12px;
}

h2 {
	font-size: 162%;
	line-height:20%;
	font-weight:normal;
	margin-bottom:18px;
	text-align:left;
}
.photoborder {
	float:right;
	margin-left:12px;
	margin-bottom:18px;
	border:1px solid #828181;
}
.photo {
	border:1px solid #828181;
}
.action a {
	display:block;
	width:100%;
	background:url(../images/arrow.png) center left no-repeat;
	padding:2px 0 0 14px;
	border-top:1px solid #828181;
	text-align:left;
	text-decoration:none;
	text-transform:uppercase;
	margin-top:20px;
}
.action a:hover { text-decoration:underline; }

.prompt a {
	display:block;
	width:585px;
	background:url(../images/arrow.png) center right no-repeat;
	padding:2px 14px 0 0;
	text-align:right;
	text-decoration:none;
	margin-top:10px;
}
.prompt a:hover { text-decoration:underline; }

.portfolio {
	margin-top:30px;
}
.portfolio img { padding:0 5px 5px 0; }
#ftwrapper {

	color:#828181;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-size:152%;
	padding:30px 30px 120px 30px;
	overflow:hidden;
	text-align:center;
}
#footer {
	border-top:1px solid #828181;
	width:980px;
	margin:0 auto;
}
	
#footer a:link, #footer a:visited, #footer a:active {
	color:#828181;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

.copyright {font-size:60%; margin-top:40px;}
.left {
	float:left;
	text-align:right;
	width:450px;
}

.right {
	float:right;
	text-align:left;
	width:450px;
}

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #828181;
}
a:hover {
	color: #828181;
	text-decoration: none;
}
/* @end */

/* @group Misc */

hr {
	border-color: #828181;
  	border-style: solid;
 	border-width: 1px 0 0;
  	height: 0;
	margin-top:16px;
	margin-bottom:16px;
}
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */
