@charset "UTF-8";
body {
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	line-height: 1.25em;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
}
#container_bg.index {
	background-image: url(images/bg_gray2.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFF;
}
#container_bg {
	width: 100%;
	background-color: #FFF;
}
#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#container.index {
	background-image: url(images/orange.png);
	background-repeat: no-repeat;
	background-position: 300px 50px;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
a:link {
	color: #F60;
}
a:visited {
	color: #F60;
}
#controls {
	height: 20px;
	width: 960px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: .75em;
	margin: 0px;
	float: left;
	clear: both;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#controls a {
	text-decoration: none;
}
.right {
	float: right;
	width: auto;
}
.left {
	float: left;
	width: auto;
}
#header {
	float: left;
	width: 1000px;
	height: 100px;
	padding: 0px;
	position: relative;
}
#header_clear {
	clear: both;
	width: 1000px;
}
#header.index {
	height: 340px;
}
#header h1 {
	display: none;
}
#logo {
	width: 200px;
	height: 55px;
	background-image: url(images/logo_morange.gif);
	background-repeat: no-repeat;
}
#logo a {
	display: block;
	height: 58px;
	width: 210px;
}
#logo_float {
	background-image: url(images/logo_morange.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 250px;
	position: absolute;
	top: 92px;
	display: block;
	left: 50%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
}
#menu_top {
	text-transform: uppercase;
	font-size: 0.7em;
	padding: 0px;
	height: 40px;
	margin: 0px;
	position: absolute;
	top: 5px;
	right: 0px;
	width: 70%;
}
#menu_top ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu_top li {
	list-style-type: none;
	padding: 10px;
	margin: 0px;
	float: left;
}
#menu_top ul li a {
	color: #666;
	text-decoration: none;
}
#menu_top a:hover {
	color: #F60;
}
#social_media {
	font-size: 0.65em;
	text-transform: uppercase;
}
#social_media_facebook  {
	height: 25px;
	width: 25px;
	background-image: url(images/btn_facebook.gif);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
#social_media_facebook a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 25px;
}
#social_media_facebook:hover {
	background-position: right top;
}
#social_media_facebook:active {
	background-position: right top;
}
#social_media_facebook  h6 {
	display: none;
	margin: 0px;
	padding: 0px;
}
#social_media_twitter  {
	height: 25px;
	width: 25px;
	background-image: url(images/btn_twitter.gif);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
#social_media_twitter a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 25px;
}
#social_media_twitter:hover {
	background-position: right top;
}
#social_media_twitter:active {
	background-position: right top;
}
#social_media_twitter h6 {
	display: none;
	margin: 0px;
	padding: 0px;
}
#social_media_text {
	height: 40px;
	width: auto;
	line-height: 40px;
	padding-right: 10px;
	float: left;
}
#content {
	width: 1000px;
	float: left;
	color: #666;
	line-height: 1.5em;
	font-size: 0.75em;
}
#col123_20 .intro a {
	color: #CCC;
	text-decoration: none;
}
#col123_20 .intro a:hover {
	color: #F60;
	text-decoration: underline;
}
#content h1 {
	font-size: 2em;
	font-weight: normal;
	line-height: 1.15em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #000;
}
#content h2 {
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	color: #333;
	font-size: 0.95em;
}
#intro {
	padding: 20px;
	float: left;
	width: 710px;
}
#intro h1 {
	color: #000;
	font-size: 2.0em;
}
#intro a {
	color: #333;
	text-decoration: none;
}
#intro a:hover {
	color: #F60;
}
#col1, #col2, #col3, #col4 {
	padding: 20px;
	width: 200px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-right: 5px;
	margin-left: 5px;
}
#col1234 img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#col1 {
}
#col2 {
}
#col3 {
}
#col4 {
	padding: 20px;
	width: 200px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#col12 {
	padding: 20px;
	width: 460px;
	float: left;
}
#col12 h1 {
	font-size: 1.5em;
	font-weight: normal;
	padding-bottom: 10px;
}
#col45 {
	padding: 20px;
	width: 460px;
	float: left;
}
#col123 {
	width: 750px;
	float: left;
}
#col1234 {
	width: 1000px;
	float: left;
}
#col1234_20 {
	padding: 20px;
	width: 960px;
	float: left;
}
#col123_20 {
	padding: 20px;
	width: 710px;
	float: left;
}
#col123_20 h1 {
	color: #F60;
	font-size: 1.75em;
}
.work {
	background-color: #CCC;
	height: 225px;
	width: 225px;
	text-align: center;
	color: #FFF;
	padding: 0px;
	display: block;
	margin: 5px;
	float: left;
}
.work_caption {
	height: 50px;
	width: 225px;
	text-align: center;
	color: #000;
	padding: 0px;
	display: block;
	margin: 5px;
	float: left;
}
.work180 {
	background-color: #FFF;
	height: 180px;
	width: 225px;
	text-align: center;
	color: #FFF;
	padding: 0px;
	display: block;
	margin: 5px;
	float: left;
}
.clear {
	clear: both;
	width: 960px;
}
.work a {
	display: block;
	height: 160px;
	width: 160px;
}
#quote {
	font-style: italic;
	padding: 20px;
	width: 210px;
	float: right;
	color: #F60;
}
#quote p.orange {
	color: #F60;
}
.align_right {
	float: right;
}
#quote.noline {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content #quote h2 {
	text-transform: uppercase;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0px;
	font-style: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	color: #333;
}
#footer {
	width: 100%;
	background-color: #F60;
	clear: both;
	float: left;
}
#clear {
	width: 1000px;
	clear: both;
}
#menu_bottom {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-transform: uppercase;
	font-size: 0.65em;
	height: 100px;
}
#menu_bottom ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu_bottom li {
	float: left;
	list-style-type: none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#menu_bottom ul li a {
	color: #333;
	text-decoration: none;
}
#copyright {
	width: 960px;
	clear: both;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #FFF;
}
#content p.intro {
	font-size: 1.25em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
	color: #F60;
	line-height: 1.45em;
}
#news ul {
	width: 220px;
	padding: 0px;
	list-style-type: none;
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 50px;
	margin-left: 0px;
}
#news ul li {
	width: 200px;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
#news li.date {
	font-weight: bold;
	margin-bottom: 10px;
}
#news li.intro {
	font-size: 1.75em;
	font-weight: normal;
	line-height: 1em;
	margin-bottom: 10px;
}
#portfolio_menu {
	float: right;
}
.orange {
	color: #F60;
}

