/*
################ Written By Adam Silverman #################
################ Fiddled with By Kyle Dreier ###############
################ Muddled about by Harry Frankenfeld ########

-------------------------------------- Colors ---------------------------------------
orange: #FAA61A
blue: #0073BD
green: #79A342
gray: #E7E8E9
purple: #7c51a1
red: #c1272e
-------------------------------------- Body ---------------------------------------*/
html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	margin: 0;
	padding: 0;
	font: 14px Verdana, Arial, sans-serif;
	color: #808285;
	text-align: center;
	background: #bbbdc0 url('/images/body-bg.gif') top center repeat-y;
}
#header-wrap, #wrapper {
	text-align: left;
        width: 1050px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
}
/*-------------------------------------- Globals ---------------------------------------*/
.border {	
	border: 1px solid pink;
}
table {
	border-collapse: collapse;
}
td {
	padding: 0;
}
a img {
	border: none;
}
a, a:hover, a:active {
	outline: none; /* For Firefox 2 - 2.9 */
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear_right {
	clear: right;
}
.clear {
	clear: both;
}
a {
	color: #0073BD;
	text-decoration: none;
}
a:hover {
	color: #FAA61A;
}
a#about-nav:hover {
	color: #0073BD;
}
a#support-nav:hover {
	color: #c1272e;
}
a#services-nav:hover {
	color: #79A342;
}
a#must-know-nav:hover {
	color: #7c51a1;
}
a#pretty-things-nav:hover {
	color: #FAA61A;
}
.italic {
	font-style: italic;
}
.required {
	font-weight: bold;
	color: #c1272e;
}
#wrapper p.small {
	font-size: 85%;
	font-weight: bold;
	margin-bottom: -10px;
	margin-top: 15px;
}
input.link {
	cursor: pointer;
}
/*-------------------------------------- HEADER ---------------------------------------*/
#header-wrap {
	height: 85px;
	background: #FAA61A;
       	width: 1050px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;

        box-shadow:         0px -7px 17px -5px #000000;
        -webkit-box-shadow: 0px -7px 17px -5px #000000;
        -moz-box-shadow:    0px -7px 17px -5px #000000;

}
#header {
	height: 80px;
	background: #000;
	width: 100%;
}
#wrapper {
	background: #FFF;
	width: 1050px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
/*-------------------------------------- Top Nav ---------------------------------------*/
#nav {
	padding: 0;
	margin: 0;
	position: absolute;
	top: -53px;
	left: 201px;
	list-style: none;
}
#nav li {
	float: left;
	position: relative;
	height: 25px;
}
#nav li a {
	float: left;
	color: #FFF;
	font: 22px Georgia, Verdana, Arial, sans-serif;
	font-style: italic;
	text-decoration: none;
	padding: 0 1em;
	margin: 0;
}
img.nav-arrow {
	position: absolute;
	bottom: -23px;
	left: 7px;
}
* html img.nav-arrow {
	bottom: -22px;
}
/*-------------------------------------- Layout---------------------------------------*/
.content {
	padding: 2em 0 0 0;
	margin: 0;
	min-height: 600px;
}
#left {
	width: 190px;
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
	position: relative;
}
#middle {
	float: left;
	margin: 0 0 0 8px;
	width: 592px;
}
#right {
	float: right;
	margin: 0 10px 0 0;
	width: 230px;
}
/*-------------------------------------- LEFT ---------------------------------------*/
#left {
	color: #0073BD;
	font-size: 14px;
	line-height: 26px;
}
#left #we-are-here {
	position: relative;
	top: 0;
	left: -5px;
}
/*-------------------------------------- Middle ---------------------------------------*/
#middle h1 {
	font: 90px Georgia, Verdana, sans-serif;
	color: #E7E8E9;
	font-style: italic;
}
#middle h2, .mgr_content h2 {
	font-size: 30px;
	color: #79A342;
	font-weight: normal;
	margin-bottom: -.5em;
}
.mgr_content h2 {
	margin-bottom: -.2em;
}
#middle h3 {
	font-size: 16px;
	color: #FAA61A;
	font-weight: bold;
	margin-bottom: -.8em;
}
#middle h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: -.8em;
}

#middle p {
	font: 16px Verdana, Arial, sans-serif;
	line-height: 28px;
}
#middle .indent {
	padding-left: 2.5em;
}
#middle p.crumb {
	font: 12px Verdana, Arial, sans-serif;
	line-height: 14px;
	margin-top: -1.5em;
}
#middle p.first-pg {
	font: 24px Georgia, Times New Roman, serif;
	line-height: 36px;
}
#middle p.page-end {
	font: 24px Georgia, Times New Roman, serif;
	line-height: 36px;
	font-style: italic;
}
#middle p.foot-note {
	font: 12px Verdana, Arial, sans-serif;
	line-height: 20px;
	font-style: italic;
	margin-top: .6em;
	margin-bottom: 1.6em;
}

#service_table {
	border: 1px solid #CCC;
}
/*--------------------------------------Support  ---------------------------------------*/
#support table td {
	padding: .45em;
}
/*-------------------------------------- FAQ ---------------------------------------*/
#middle .question {
	font-weight: bold;
}
#middle .answer {
	font-style: italic;
}
/*-------------------------------------- Services --------------------------------*/

#am {
	padding-top: .75em;
}
#am table {
	margin-top: 1.5em;
}

/*-------------------------------------- Right ---------------------------------------*/
#right {
	position: relative;
	font: 10px Verdana, Arial, sans-serif;
	line-height: 16px;
}
#right #loyal-dogbarkers {
	position: relative;
	top: 0;
	right: -22px;
}
#right #ten-years {
	position: relative;
	top: 0;
	right: -40px;
}
#right ul {
	list-style: none;
	margin: 1.5em 0 0 60px;
	padding: 0 0 1.5em 0;
}
.quote {
	font: 18px Georgia, Times New Roman, serif;
	font-style: italic;
	line-height: 24px;
	list-style: none;
	margin: 1.5em 0 0 60px;
	padding: 0 1.5em .25em 0;
}
#right .author {
	margin: 0;
	padding: 0 1.5em 0 0;
	text-align: right;
}
#right #quote_wrapper div {
	display: none;
}
#show-next-p {
	margin-left: 62px;
	width: 100%;
}
#right .right-hand-quote {
	list-style: none;
	padding: 0;
	clear: both;
}
#right-hand-quote li {
	display: block;
	float: right;
	text-align: right;
	white-space: nowrap;
	clear: right;
}
#right-hand-quote li a {
	text-align: right;
	float: right;
	display: block;
	clear: right;
	padding-right: 15px;
}
#show-next-a {
	clear: both;
	display: block;
	margin: 10px 0 0 50px;
	padding: 0;
}
#show-all-a {
	clear: both;
	display: block;
	margin: 0 0 0 50px;
	padding: 0;
}
/*-------------------------------------- Customers Page ---------------------------------------*/
body.hide-table table.paginated {
	display: none;
}
#customer_index table.paginated {
	margin-top: 1em;
}
#customer_index table th, #customer_index table td {
	vertical-align: top;
	padding: 1em 0;
	font: 10px Verdana, Arial, sans-serif;
	line-height: 16px;
}
#customer_index table td {
	padding-left: 2em;
	padding-right:  2em;
}
#customer_index table ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#customer_index .pager {
	padding: .5em 0;
}
#customer_index .pager .page-number {
	margin: 15px 0;
	padding: 1px 5px;
	color: #0073BD;
	cursor: pointer;
}
#customer_index .pager .page-number:hover {
	color: #FAA61A;
}
#customer_index .pager .page-number.active {
	border: 1px solid #CCC;
	background: #EEE;
}
#customer_index #letter-paginate {
	margin: 1.5em 0 0 0;
	font: 12px Verdana, Arial, sans-serif;
	line-height: 16px;
}
#customer_index #letter-paginate td {
	padding: 0 0.5em;
	margin: 0;
	font-weight: bold;
}
/*-------------------------------------- Image Overlay ---------------------------------------*/
.over_div {
	height: 80px;
	width: 80px;
	position: relative;
	padding-bottom: .5em;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
}

/*-------------------------------------- TagCloud ---------------------------------------*/
#right ul.tagcloud {
	margin-left: 30px;
}
#tag-container {
  text-align: left; 
  margin-top: 150px;
  width: 200px;
}
ul.tagcloud a {
  text-decoration: none;
}
#tag-container ul.tagcloud {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
ul.tagcloud li {
  line-height: 2em;
  white-space: nowrap;
}
ul.tagcloud li.cloud-10 {
  font-size: 100%;
}
ul.tagcloud li.cloud-20 {
  font-size: 140%;
}
ul.tagcloud li.cloud-30 {
  font-size: 180%;
}
ul.tagcloud li.cloud-40 {
  font-size: 220%;
}
ul.tagcloud li.cloud-50 {
  font-size: 260%;
}
ul.tagcloud li.cloud-60 {
  font-size: 290%;
}
ul.tagcloud li.cloud-70 {
  font-size: 320%;
}
ul.tagcloud li.cloud-80 {
  font-size: 400%;
}
ul.tagcloud li.cloud-90 {
  font-size: 490%;
}
ul.tagcloud li.shrink {
	float: left;
	padding-right: 6px;
	padding-left: 6px;
}
/*-------------------------------------- Questionnaire ---------------------------------------*/
.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	text-align: left;
}
.txtTight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	text-align: left;
}
.sidebarTxt{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #62BA46;
	text-align: left;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
	text-align: left;
}

.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
}
.error{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #CC0000;
	text-align: left;
}
/*-------------------------------------- Quotes DIV ---------------------------------------*/
#quote_div {
	padding-top: 1em;
}
#middle #quote_div p {
	font-size: 14px;
}
#middle #quote_div ul.quote_block {
	list-style: none;
	margin-left: 10px;
	padding: 0 0 1em 0;
}
#middle #quote_div ul.quote_block li {
	font-size: 12px;
	padding: 0;
	margin: 0;
}
#middle p.italic {
	font-style: italic;
}
/*-------------------------------------- Footer ---------------------------------------*/
#footer {
	font-size: 10px;
	clear: both;
	background: #FFF;
	padding: .25em 2em 2em 2em;
	text-align: right;
}

		
	
/*------------------------------------- AVI -------------------------------------------*/

.script_installer td, th {
	border: 1px solid black;
	padding: 5px;
        font-size: 11px;
}

th.longer {
	width: 230px;
}

td.script_installer_check {
	text-align: center;
}

th.row_header {
        text-align: center;
}

th.no_border {
	border: none;
}

