@charset "UTF-8";

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #1e285b;
	background-image: url(images/all_pages/acme_entire_background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
.thrColFix #container {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
.border_sides {
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #474f93;
	border-left-color: #474f93;
	margin-right: 3px;
	margin-left: 3px;
}
.thrColFix #mainContent {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 960px;
	background-color: #181b47;
	border: 2px solid #181b47;
}
.navbar {
	padding-left: 20px;
	height: 28px;
	padding-bottom: 0px;
	padding-top: 1px;
	margin-top: 128px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: 700;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	padding: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.dark_blue_stripacross {
	background-color: #181b47;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	color: #9dc014;
	font-weight: 600;
	font-size: 18px;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	position: relative;
	margin: 0px;
	
}
.dark_blue_stripacross h1 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	color: #9dc014;
	font-weight: 600;
	font-size: 20px;
}
.turquoise_background {
	background-color: #006666;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
	overflow: visible;
	visibility: inherit;
	margin: 0px;
	display: block;
	position: relative;
	height: auto;
	z-index: 2000;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	float: left;
	min-height: 25px;
	width: 935px;
	background-repeat: repeat-y;
	
}
.turquoise_background h1 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 16px;
	color: #99b727;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: -10px;
	padding-left: 20px;
}

.turquoise_textboxes {
	height: auto;
	width: 222px;
	margin-right: 5px;
	margin-left: 5px;
	float: left;
	display:block;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	overflow: visible;
	visibility: inherit;
	z-index: auto;
}
.green_mainbody_largetextfield {
	padding-top: 15px;
	padding-right: 45px;
	padding-bottom: 15px;
	padding-left: 45px;
}
.turquoise_textboxes a:link {
	color: #66CC99;
	text-decoration: none;
}
.green_mainbody_portfoliobox {
	float: left;
	width: 270px;
	margin-left: 25px;
	margin-top: 35px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}
.green_mainbody_portfoliobox_graphic {
	float: left;
	width: 360px;
	margin-left: 70px;
	margin-top: 35px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}
.green_mainbody_portfoliobox_services {
	width: 800px;
	margin-left: 40px;
	margin-top: 35px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}
.insert {
	width: 350px;
	color: #236665;
	padding: 10px;
	margin: 10px;
	float: right;
	background-image: url(images/services/trans_white.png);
	border: 4px double #236665;
}

.insert_purple {
	width: 350px;
	color: #520e4f;
	padding: 10px;
	margin: 10px;
	float: right;
	background-image: url(images/services/trans_white.png);
	border: 4px double #520e4f;
}
.insert_green {
	width: 350px;
	color: #455513;
	padding: 10px;
	margin: 10px;
	float: right;
	background-image: url(images/services/trans_white.png);
	border: 4px double #455513;
}

.turquoise_textboxes a:hover {
	color:#3333CC;
}

.turquoise_textboxes a:visited {
	color: #66CC99;
	text-decoration: none;
}
	
.green_mainbody {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 100%;
	font-weight: 300;
	color: #bce004;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 10px;
	width: 935px;
	position: relative;
	overflow: visible;
	visibility: inherit;
	z-index: 2000;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	float: right;
	margin: 0px;
	background-image: url(images/all_pages/green_bkgrnd.jpg);
	
}

.green_mainbody_textboxes {
	height: auto;
	width: 425px;
	padding-right: 0px;
	padding-bottom: 15px;
	margin-top: 5px;
	margin-left: 15px;
	float: left;
	display:block;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	overflow: visible;
	visibility: inherit;
	z-index: auto;
	padding-left: 15px;
	background-image: url(images/splash/sq_dots_vert_horiz.png);
	background-repeat: no-repeat;
	padding-top: 0px;
}

 .green_mainbody_textboxes h1 {
	color: #520e4f;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 20px;
	padding-bottom: 15px;
 }
 .footer {
	background-color: #181b47;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	color: #666699;
	font-weight: 200;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	margin-top: 20px;
}
.footer a:link  {
	color: #663366;
	text-decoration: none;
	clear: both;
}

.footer a:hover, a:focus {
	color: #666699;
	text-decoration: none;
}
.footer  a:visited  {
	color: #663366;
	text-decoration: none;
}

.purple_strip {
	background-color: #520e4f;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
	min-height: 25px;
	color: #bce004;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 100%;
	position: relative;
	overflow: visible;
	visibility: inherit;
	z-index: 2000;
	width: 935px;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	float: left;
	margin: 0px;
	
}
.purple_textbox {
	float: left;
	width: 410px;
	margin-left: 45px;
	margin-top: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.purple_strip h1 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 16px;
	color: #99b727;
	padding-top: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.prop-open {
	height: 25px;
	float: right;
	width: 1px;
}
.clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }
.more_padding {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
.col1 /* width:320px; */
{
float:left;
width:320px;
margin-right:40px;
}

.col2 /* width:360px; */
{
float:left;
width:360px;
}
.special_texture_purple {
	background-image: url(images/all_pages/background_purple_tile.jpg);
	height: auto;
	width: 905px;
	float: left;
	border: 4px dotted #bce004;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.special_texture_turquoise {
	background-image: url(images/all_pages/background_turquoise_tile.jpg);
	height: auto;
	width: 905px;
	float: left;
	border: 4px dotted #bce004;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	;
	color: #bce004;
}
.special_texture_green {
	background-image: url(images/all_pages/background_green_tile.jpg);
	height: auto;
	width: 905px;
	float: left;
	border: 4px dotted #bce004;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
