/* CSS Document Created by Catapult Imaging Studios Inc. */
/* This needs to be cleaned up */

html {
	height:100%
	}

body {
	background-color:#e0e0e0;
	background-image:url(../images/site_bg.gif);
	font-family: "Trebuchet MS", Lucida Grande, Arial, Helvetica, sans-serif;
	font-size:small;
	margin:40px 0 10px 68px;
	height:100%
	}
	
#siteBorder {
	background-color:#e6e6e6;
	/*background-image:url(../images/border_bg.gif);*/
	width:100%;
	padding:30px 0 15px 30px;
	margin-left:-30px;
	}
	
#headerContainer {
	position:relative;
	width:100%;
	height:240px;
	background-color:#eeb211;
	padding:0;
	margin:0;
	}
	
#menuContainer {
	position:relative;
	width:100%;
	height:29px;
	background-color:#3f3f3f;
	border-top:#fff 2px solid;
	border-bottom:#ff4796 2px solid;
	font-size:80%;
	text-transform:uppercase;
	letter-spacing:.05em;
	z-index:10;
	}
	
#contentBG {
	position:relative;
	background-color:#fff;
	width:100%;
	}
	
#contentContainer {
	position:relative;
	width:850px;
	clear:both;
	}
	
#copy {
	position:relative;
	width:527px;
	float:left;
	margin:25px 0 10px 0;
	padding:0 25px 0 25px;
	border-right:dotted 1px #ccc;
	min-height:350px;
	}
	
#copy.services {
	background:url(../images/rocket_bw_01.jpg) no-repeat bottom right;
	}
	
#news {
	position:relative;
	width:261px;
	float:right;
	margin-top:25px;
	padding:0 0 0 5px;
	/*border-left:dotted 2px #ccc;*/
	/*background-color:#FFF2F2;*/
	}
	
.portfolioEntry {
	position:relative;
	width:450px;
	padding-left:60px;
	}

.clear {
	clear:both;
	}

#infoboxContainer {
	width:825px;
	margin:0 25px 0 25px;
	border-top:dotted 1px #ccc;
	padding-top:10px;
	}
	
#infoboxWrapper {
	float:left;
	width:100%;
	}
	
#infoboxMiddle {
	margin: 0 271px; 
	padding:0 5px;
	height:125px;
	border-right:dotted 1px #ccc;
	}
	
#infoboxLeft {
	float:left;
	width:261px;
	height:125px;
	margin-left:-825px;
	border-right:dotted 1px #ccc;
	padding-right:5px;
	}
#infoboxRight {
	float:left;
	width:261px;
	margin-left:-268px;
	padding-left:5px;
	}

.infoboxCopy {
	margin:0;
	padding:0;
	font-size:85%;
	}
	
.infoboxCopy li {
	display:inline;
	margin:0 0 0 0;
	padding:0 0 0 2px;
	color:#666;
	list-style-type:none;
	}
	
.headingTxtBG {
	background:url(../images/orange_bar2.gif) repeat-x left center;
	width:100%;
	}
	
p {
	font-size:85%;
	color:#666;
	line-height:1.5em;
	}
	
p.news a:link {
	color:#eeb211;
	padding:5px;
	border:none;
	}
	
p.news a:visited {
	color:#eeb211;
	padding:5px;
	border:none;
	}
	
p.news a:hover {
	color:#eeb211;
	background-color:#FEFBF1;
	padding:5px;
	}
	
a:link {
	color:#666;
	border-bottom:solid 1px #ff4796;
	text-decoration:none;
	}
a:visited {
	color:#666;
	border-bottom:solid 1px #666;
	text-decoration:none;
	}
a:hover {
	color:#666;
	border-bottom:solid 1px #ff4796;
	background-color:#E6E6E6;
	}
	
h1 {
	font-size:130%;
	color:#5A5A5A;
	margin-top:0;
	text-transform:uppercase;
	}
	
p.darkLarge {
	font-size:100%;
	font-weight:bold;
	color:#333;
	margin-top:0;
	}
	
p.large {
	font-size:95%;
	font-weight:normal;
	color:#666;
	margin-top:0;
	}
	
blockquote {
	padding:5px;
	font-size:95%;
	width:80%;
	text-indent:22px;
	background:url(../images/quote_open.png) no-repeat 0 4px;
	}
	
blockquote p {
	font-size:100%;
	color:#666;
	font-weight:normal;
	display:inline;
	margin:0;
	padding-right:24px;
	background:url(../images/quote_close.png) no-repeat bottom right;
	}
	
p.quote i {
	font-size:100%;
	color:#666;
	font-weight:normal;
	}
	
.small {
	font-size:80%;
	font-weight:normal;
	color:#666;
	margin-top:0;
	}

h2 {
	font-size:small;
	text-transform:uppercase;
	color:#eeb211;
	margin:0;
	padding-right:5px;
	background-color:#fff;
	}

	
h3 {
	font-size:small;
	text-transform:uppercase;
	color:#666;
	margin:0;
	padding-right:5px;
	background-color:#fff;
	display:inline;
	}
	
i.light {
	color:#999999;
	text-transform:none;
	}
	
b.orange {
	color:#eeb211;
	}
	
b.black {
	color:#000;
	}
	
ul {
	font-size:85%;
	color:#666;
	line-height:1.5em;
	}
	
li {
	padding:10px 0 10px 0;
	}
	
#compactList {
	font-size:85%;
	color:#666;
	line-height:1.5em;
	}
	
#compactList li {
	padding:0;
	}
	
.compactList {
	font-size:85%;
	color:#666;
	line-height:1.5em;
	}
	
.compactList li {
	padding:0;
	}
	
#horzRule {
	border-style:dotted;
	border-width:0 0 1px 0;
	border-color:#ccc;
	width:100%;
	margin:5px 0 5px 0;
	}
	
#footerMenu {
	position:relative;
	margin:5px 0 0 15px;
	padding:0px 0 0 0px;
	font-size:80%;
	font-weight:bold;
	}
	
#footerMenu li {
	display:inline;
	margin:0 0 0 0;
	padding:0 0 0 10px;
	color:#666;
	text-decoration:none;
	text-transform:uppercase;
	list-style-type:none;
	}
	
#footerMenu li a:link {
	color:#666;
	text-decoration:none;
	margin:0;
	padding:0;
	border:none;
	}
	
#footerMenu li a:visited {
	color:#666;
	text-decoration:none;
	border:none;
	}
	
#footerMenu li a:hover {
	color:#666;
	text-decoration:none;
	background-color:#fff;
	border-bottom:solid 2px #ff4796;
	}
	
p.copyright {
	font-size:xx-small;
	margin-left:25px;
	}
	
img {
	border:none;
	}
	
#submenu {
	list-style-type:none;
	line-height:1.5em;
	font-weight:bold;
	}
	
#submenu li{
	border-bottom:none;

	}
	
#submenu li a:link {
	border-bottom:none;
		line-height:1.5em;
	font-weight:bold;
	}
	
#submenu li a:visited {
	border-bottom:none;
	}