/*---------------------------------------------------------------------------------
Yahoo YUI 2 RESET
---------------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0; }
 
table {
	border-collapse: collapse;
	border-spacing: 0; }
 
fieldset,img { border: 0; }
 
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal; }
 
ol,ul { list-style: none; }
 
caption,th { text-align: left; }
 
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal; }
 
q:before,q:after { content: ''; }
 
abbr,acronym { border: 0; }

/*---------------------------------------------------------------------------------
Rebuild Edit of Yahoo Base
---------------------------------------------------------------------------------*/
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}

/*---------------------------------------------------------------------------------
Base Font Size
---------------------------------------------------------------------------------*/
html { font-size: 16px; /* Set default to 16px */ }
 
body {
	  font-size: 62.5%; /* 62.5% of 16px = 10px (1em) */
	  font-family: “Helvetica Neue”, Helvetica, Arial, sans-serif; }
 
/*---------------------------------------------------------------------------------
Define All Type Stlyes & Sizes
---------------------------------------------------------------------------------*/
h1 {	font-size: 2.2em; } /* 22px */
 
h2 {	font-size: 1.8em; } /* 18px */
 
h3 {	font-size: 1.4em; } /* 16px */
 
h4 { font-size: 1.5em; } /* 15px */
 
h5 { font-size: 1.4em; } /* 14px */
 
p, li { font-size: 1.4em; }  /* 14px */

/*----------------
Define All Colours
------------------

White - #FFF
Black - #000
V.L.Grey - #F0F0F0
L.Grey - #CCC
M.Grey - #999
D. Grey - #666
V.D. Grey - #333

----------------*/


/*---------------------------------------------------------------------------------
Basic Layout
---------------------------------------------------------------------------------*/


body {

}

#container {
	width: 958px;
	margin: 0 auto;
	margin-top: 25px;
	padding: 0;
	min-height: 600px;
	background: #FFF url('../images/segment_bg.gif') no-repeat right 18em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.05);
	border: #EFEFEF solid 1px;
	overflow: hidden;
}

#sidebar {
	float: right;
	width: 330px;
	margin: 30px 0px 30px 14px;
	padding: 0;
}

#header {
	margin: 0;
	padding: 0;
}
	#header h1 {
		margin: 0;
	}
	#header h2 {
		margin: 0;
	}
	
#logo {
	display: block;
	width: 330px;
	height: 147px;
	position: relative;
}

#logo span { /*Image Replacement*/
	position: absolute;
	width: 100%;
	height: 100%;
	background: url('../images/lisamurphy.gif') left no-repeat;
}

	#nav {
		margin: 100px 30px 20px 0;
		padding: 0;
		font-weight: bold;
		text-align: right;
		text-transform: lowercase;
	}
		
			#nav li {
				color: #666;
				font-size: 1.8em;
				line-height: 1.8em;
				list-style: none;
			}

				#nav li a {
					font-size: 0.9em;
					color: #999;
					text-decoration: none;
				}
				
				#nav li a:hover {
					color: #666;
				}
	
	
#main {
	float: left;
	width: 555px;
	margin: 25px 14px 30px 25px;
	padding: 0;
	color: #999;
}

	#main p { 
		width: 425px;
		line-height: 1.4em;
	}	
	
	#main div.cushycms p { 
		width: 425px;
		line-height: 1.15em;
	}
	
	
	#main a {
		color: #999;
	}
		#main a:hover {
			color: #666;
		}

	#main blockquote {
		width: 425px;
		margin: 0 0 1em 0;
		padding: 0;
		line-height: 1.4em;
		font-size: 1.1em;
		font-style: italic;
	}	
	
	#main blockquote span {
		font-size: 1.3em;
		font-weight: bold;
	}
	
	#main h3 {
		margin: 0 0 1.0em 0;
	}
	#main dl {
		width: 425px;
		margin: 0 0 1em 0;
		padding: 0;
		font-size: 1.4em;
	}
	#main dt{
		margin: 1em 0 0 0;
		padding: 0 10px 0 0;
		font-style:italic;
	}
	
	#main dt.first{
		margin: 0;
	}

	
	#main dd {
		margin: 0;
		padding: 0;
	}

	#main img.front {
		margin: 0;
		padding: 0;
	}

	#gallery{
		width:280px;
		margin-left:-20px;
		margin-bottom: -20px;
		overflow:hidden;
	}
	
		#gallery li{
			list-style: none;
			width:120px;
			height:120px;
			float:left;
			margin:0 0 20px 20px;
		}
	
	ul.social {
		margin: 3em 0 0 0;
	}
	li.facebook {
		list-style: none;
		background: url(../images/icons/facebook.png) left top no-repeat;
		padding: 8px 0 12px 45px;
	}	
	
	li.twitter {
		list-style: none;
		background: url(../images/icons/twitter.png) left top no-repeat;
		margin: 1em 0 0 0;
		padding: 8px 0 12px 45px;
	}	
	
#footer {
	width: 960px;
	margin: 10px auto;
	margin-bottom: -10px;
}
	#footer p {
		padding: 5px 7px;
		text-align: right;
		font-size: 1.0em;
		color: #CCC;
	}
	
		#footer p a {
			color: #CCC;
			text-decoration: none;
			text-transform: lowercase;
		}
		#footer p a:hover {
			color: #333;
			text-decoration: underline;
		}
		
/*Contact Form Styling Begins*/

fieldset {
}
	fieldset dt {
		float: left; 
		clear: left; 
		width: 90px;
		text-transform: lowercase;
	}
	
	fieldset dt label{
		font-weight: bold;
		font-style: normal;
		color: #999;
	}
	
	fieldset dd {
	}

	fieldset textarea {
		background-color: #F0F0F0;
		border: #CCC 1px solid;
		margin: 0.5em 0 0 0;
		padding: 5px;
		width: 300px;
		font-family: “Helvetica Neue”, Helvetica, Arial, sans-serif;
		font-size: 0.9em;
		font-weight: bold;
		color: #666;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	
	fieldset textarea:hover {
		background-color: #F0F0F0;
		border: #999 1px solid;
	}
	
	fieldset input {
		background-color: #F0F0F0;
		border: #CCC 1px solid;
		margin: 0.5em 0 0 0;
		padding: 5px;
		width: 300px;
		font-family: “Helvetica Neue”, Helvetica, Arial, sans-serif;
		color: #666;
		font-weight: bold;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	
	fieldset input:hover {
		background-color: #F0F0F0;
		border: #999 1px solid;
	}

	fieldset input#submit {
	padding: 5px;
	cursor: pointer;
	width: 100px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
	
	fieldset p.error {
		color: red;
		font-style: italic;
	}

/*Contact Form Styling Ends*/
