/*Global Settings*/
html, body, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

ul, li {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

/*Text Configurations*/
h1 {
	color: #cc0000;
	text-align: left;
	font: 1.5em myriad pro, sans-serif;
}
h2 {
	color: #cc0000;
	text-align: left;
	font: 1.2em myriad pro, sans-serif;
}
h3 {
	color: #626262;
	text-align: left;
	font: 1.5em myriad pro, sans-serif;
}
h4 {
	color: #626262;
	text-align: left;
	font: 1.2em bold myriad pro, sans-serif;
}
h5 {
	color: #000;
	text-align: left;
	font: 1.1em myriad pro, sans-serif;
	text-decoration: underline;
}
h6 { /*for footer*/
	color: #000000;
	text-align: center;
	font: 0.7em myriad pro, sans-serif;
}
p{
	text-align: left;
	font: 1em myriad pro, sans-serif;
	color: #000000;
}

blockquote {
   font: 1.2em/1.6em Myriad Pro, sans-serif;
   text-align: center;
   background: url(images/close-quote.gif) no-repeat right bottom;
   padding-left: 18px;
   text-indent: -18px;'
}

blockquote:first-letter {
   background: url(images/open-quote.gif) no-repeat left top;
   padding-left: 18px;
   font: italic 1.4em Myriad Pro, sans-serif;
}

/*H REF Styling*/
a {
	color: #cc0000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

/*Generic DIVs*/
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}

/*LAYOUT*/
body {
	behavior: url(csshover3.htc);
	background: #ffffff url(images/background.jpg) no-repeat top center;
	text-align: left;
}

#container{
	width: 800px;
	min-height: 600px;
	margin: 0 auto;
}

#header {
	height: 245px;
	width: 800px;
	background: url(images/header.png) no-repeat top center;
}

/* MENU STYLING */
#menu{
padding-top: 180px;
float: left;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 12em;
float: left;
}

#menu a, #menu h2 {
text-align: center;
display: block;
margin: 0;
padding: 2px 3px;
}

div#menu h2 {
color: #fff;
text-transform: uppercase;
}

#menu  a {
color: #000;
text-decoration: none;
}

#menu a.active {
	color: #CC0000;
}

#menu ul ul a {
font: 1.2em myriad pro, sans-serif;
text-decoration: underline;
}

#menu a:hover {
color: #a00;
}

#menu li {position: relative;}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

/*Pop-Up Code */
#menu ul ul
{display: none;}

#menu ul li:hover ul 
{display: block;}

/*Text box where the actual content */
#content {
	width: auto;
	padding: 0 15px 15px;
	background: /*#dcdbdb*/ url(images/contentbg.png) repeat-y top center;
	min-height: 355px;
}
#content ul, li {
	text-align: left;
	font: 1em myriad pro, sans-serif;
	color: #000000;
}

#footer {
	width: 800px;
	height: 28px;
	background: url(images/footer.png) no-repeat bottom center;
}

/*One-Offs*/
#sticky1{
background: url(images/sticky1.png) no-repeat center center;
}
#sticky2{
background: url(images/sticky2.png) no-repeat center center;
}
#sticky3{
background: url(images/sticky3.png) no-repeat center center;
}
#sticky4{
background: url(images/sticky4.png) no-repeat center center;
}

#gallery a{
	text-align: center;
	text-decoration: none;
}
#gallery p{
	text-align: center;
	text-decoration: none;
}
div#services p{
	font: 1em italic myriad pro, sans-serif;
	color: #545454;
	padding: 0 50px;
}
div#services h2{
	font: 1.4em bold;
	text-align: center;
}