/* CSS Document */

body {
	background: #434338 url(images/background.gif) repeat-y 50% 0;
	margin-top: 0px;
}

#container {
	width: 974px;
	padding-top: 44px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/header.jpg) no-repeat 50% 0;
}

#container a.return_home { display: block; width: 270px; height: 180px; margin-left: 80px; }


/* Sidebar Styles */

.sidebar { 
	float: left;
	width: 320px;
}

#menu {
	float: left; 
	width: 189px;
}

#quote {
	width: 320px;
	height: 186px;
	background: url(images/quote_bg.jpg) no-repeat 0 0;
	clear: both;
}


/* Main Content Area Styles */

.content {
	float: left; 
	background: url(images/content_bg.jpg) no-repeat 0 0; 
	height: 355px;
	width: 526px;
}

.content p {
	margin-left: 45px;
	margin-right: 12px;
	margin-top: 12px;
	margin-bottom: 0px;
	padding: 0px;
	font: normal .75em/150% "Trebuchet MS", Arial, Verdana;
	text-align: left;
}

.content ul {
margin-top:0px;
padding-top:0px;

}

.content li {
	list-style: none outside;
	background: url(images/arrow.gif) no-repeat 0 1px;
	font: normal .75em/150% "Trebuchet MS", Arial, Verdana;
	text-align: left;
	padding-left: 20px;
	margin-bottom: 0px;
}

.content p.clients {
	font: normal .75em/150% "Trebuchet MS", Arial, Verdana;
	text-align: center;
	color: #000;
	/*border-top: 1px dotted #888;*/
	padding-bottom: 0px;
	padding-top: 10px;
	margin-top: 0px;
	margin-bottom: 10px; 
	float: left;
	margin-right: 0px;
}

.content p.footer {
	font: normal .6em/150% "Trebuchet MS", Arial, Verdana;
	border-top: 1px dotted #888;
	text-align: right;
	color: #666;
	margin-top: 20px;
	padding-bottom: 10px;
}

.content p.clients img { border: 0px; }

.content span.callout {
	text-transform: uppercase;
	color: #EE830D;
	font-weight: bold;
}

.content p.intro {
	font: italic 1.1em/150% Georgia;
	text-align: left;
	margin-top: 20px;
	padding-bottom: 9px;
	border-bottom: 1px dotted #888;
}

.content h2 {
	margin-left: 45px;
	margin-right: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font: normal 1em/150% "Trebuchet MS", Arial, Verdana;
	text-align: left;
	color: #758537;
	/*border-bottom: 1px dotted #888;*/ 
}

.content h1 {
	margin-left: 42px;
	margin-right: 12px;
	margin-top: 12px;
	margin-bottom: 0px;
	padding: 0px;
	font: normal 1.65em/150% georgia;
	text-align: left;
	color: #758537;
}

/* Press Releases Sidebar Styles */

.press_sidebar {
	float: right;
	width: 231px;
	height: 411px;
	background: url(images/press_sidebar.gif) no-repeat 0 0;
}

.press_sidebar p {
	margin: 0px 25px 0px 27px;
	padding-top: 5px;
	padding-bottom: 5px;
	font: normal .7em/150% "Trebuchet MS", Arial, Verdana;
	color: #828472;
	border-bottom: 1px dotted #aaa;
}

.press_sidebar p span.date { font-size: 1.1em; color: #A6A68C; }

.press_sidebar p span.title { font-size: 1.1em; color: #EE830D; font-weight: bold; }

/* Featured Client Styles */

.feature {
	width: 420px;
}

.feature p {
	padding-top: 60px;
	margin-left: 195px;
	padding-bottom: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	font: normal .7em/150% "Trebuchet MS", Arial, Verdana;
	color: #828472;
}

.feature p span.client {
	font-size: 1.2em;
	color: #EE830D; font-weight: bold;
}

/* Menu Links */

a.hover1 { background: url(images/button_1.gif) no-repeat; text-decoration: none;}
a.hover1:hover { background-position: 0px -33px; text-decoration: none;}

a.hover2 { background: url(images/button_2.gif) no-repeat; text-decoration: none;}
a.hover2:hover { background-position: 0px -33px; text-decoration: none;}

a.hover3 { background: url(images/button_3.gif) no-repeat; text-decoration: none;}
a.hover3:hover { background-position: 0px -33px; text-decoration: none;}

a.hover4 { background: url(images/button_4.gif) no-repeat; text-decoration: none;}
a.hover4:hover { background-position: 0px -33px; text-decoration: none;}

a.hover5 { background: url(images/button_5.gif) no-repeat; text-decoration: none;}
a.hover5:hover { background-position: 0px -33px; text-decoration: none;}

a.hover6 { background: url(images/button_6.gif) no-repeat; text-decoration: none;}
a.hover6:hover { background-position: 0px -33px; text-decoration: none;}

/* Standard Links */

a:link {
	text-decoration : none;
	color : #D4621D;
	}
a:visited {
	text-decoration : none;
	color : #D4621D;
	}
a:hover {
	text-decoration : none;
	color : #758537;
	}
a:active {
	text-decoration : none;
	color : #D4621D;
	}