/* @override http://www.pixelsplendor.com/css/screen.css */

/* @group Eric Meyer's CSS Reset */

/* -------------------------------------------------------------- 
  
   Reset.css
   * Resets default browser CSS styles.
   
   Created by Erik Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Remember to define focus styles! */
:active, :focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* @end */

/*Pixelsplendor Graphic and Web Design*/

div.content
{
	width: 53em;
	margin: 0 auto 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* @group MastHead */

#header
{
	height: 160px;
	width: 100%;
	margin: 0;
	background: url(../i/headerbg.gif) repeat-x top #80cceb;
	border-bottom: 1px solid #dcf1f9;
	position: relative;
}

#header div.content
{
	height: 160px;
	position: relative;
}

#header img
{
	margin: 0;
}

h1#intro
{
	width: 20em;
	padding-right: 1em;
	color: #fff;
	font-weight: bold;
	line-height: 1.4em;
	text-align: right;
	position: absolute;
	z-index: 1000;
	top: 3.5em;
	left: 32em;
}

/* @end */

/* @group Main Navigation */

#nav div.content
{
	width: 800px;
	height: 64px;
	margin: 0 auto 0;
	clear: both;
}

#nav
{
	height: 64px;
	list-style-type: none;
	background: url(../i/navbg.gif) repeat-x center top;
	border-top: 1px solid #8e8571;
	border-bottom: 1px solid #776b53;
	z-index: 5000;
}

#nav li
{
	float: left;
	margin: 10px;
	line-height: 43px;
	text-align: center;
}
li#first
{
	margin-left: 0px;
}
li#last
{
	margin-right: 0px;
}

#nav a
{
	color: #3f341d;
	text-decoration: none;
	font-size: 100%;
}

#nav li a.current:link, #nav a.current:visited, #nav a.current:hover
{
	color: #b3b3b3;
	background-position: center bottom;
}

#nav li a:link, #nav li a:visited
{
	display: block;
	height: 43px;
	width: 142px;
	background: url(../i/navbutton.gif) no-repeat center top;
}
#nav li a:hover
{
	display: block;
	height: 43px;
	width: 142px;
	background: url(../i/navbutton.gif) no-repeat center -43px;
	color: #505050;
}
#nav li a:active
{
	display: block;
	height: 43px;
	width: 142px;
	background: url(../i/navbutton.gif) no-repeat center -86px transparent;
	color: #cccccc;
}



/* @end */

/* @group Main Content */

#main
{
	background: url(../i/main_bg.gif) repeat-x;
	padding-top: 1.9em;
	border-top: 1em solid #e6e3cd;
	overflow: hidden;
	position: relative;
}

#left_col
{
	float: left;
	width: 28em;
}

#right_col
{
	float: right;
	width: 18em;
}

div.testimonials
{
	width: 232px;
}

#right_col div.testimonials p.testp
{
	text-align: left;
	font-size: 80%;
	padding: 2em 2em 1em 2em;
	background: url(../i/bubbletop.gif) no-repeat center top #80ccef;
	margin-bottom: 0;
	color: #fff;
	font-weight: bold;
}

#right_col div.testimonials p.credits
{
	background: url(../i/bubblebottom.gif) no-repeat center top;
	text-align: right;
	margin-top: -.8em;
	padding: 4em 0 0 0;
	font-style: italic;
}

/* @group Samples */

#samples
{
	text-align: center;
	height: 8em;
}

#samples a:link, #samples a:visited
{
	float: left;
	height: 40px;
	width: 40px;
	margin: 0 10px 10px;
	text-indent: -9999px;
	border: solid 3px #e2debf;
	background-color: #ccc;
	position: relative;
}
#samples a:hover, #samples a:active
{
	border-color: #85795f;
}

#moffitt
{
	background: url(../i/samples.gif) no-repeat left top;
}
#fabco
{
	background: url(../i/samples.gif) no-repeat -40px top;
}
#moffittlogo
{
	background: url(../i/samples.gif) no-repeat -80px top;
}
#pixelsplendor
{
	background: url(../i/samples.gif) no-repeat -120px top;
}
#holleman
{
	background: url(../i/samples.gif) no-repeat -160px top;
}
#arguard
{
	background: url(../i/samples.gif) no-repeat -200px top;
}





/* @end */

/* @end */

/* @group Services - Process */

#process
{
	text-align: center;
}

#process ol
{
	text-align: center;
	width: 100%;
	border: 3px solid #80cceb;
}

#services #process p
{
	padding: 10px;
	width: 18.62em;
	margin: 0;
	background: url(../i/process-bg.gif) repeat-x center top;
}

#process a:link, #process a:visited
{
	color: #3f341d;
	display: block;
	height: 2.8em;
	width: 100%;
	line-height: 40px;
	background-color: #dcf1f9;
	text-decoration: none;
	border-bottom: 1px solid #80cceb;
}
#process a:hover, #process a#processtop:hover, #process a#processbottom:hover
{
	background: #f8faac;
	margin: 0;
}
#process a:active, #process a#processtop:active, #process a#processbottom:active
{
	background: #f8faac;
	margin: 0;
	text-decoration: underline;
}


/* @end */

/* @group Works Page */

#works #left_col a.w_image:link, #works #left_col a.w_image:visited
{
	border: solid 3px #dcf1f9;
	margin-bottom: .9em;
	display: block;
	height: 150px;
	width: 450px;
}
#works #left_col a.w_image:hover, #works #left_col a.w_image:active
{
	border: solid 3px #3f341d;
}

#works img.logo
{
	border: solid 2px #cfc3a7;
	margin-bottom: 1em;
}

/* @end */


/* @group General Typography */

/* @group Header Styles */

h2
{
	color: #3f341d;
	padding-bottom: .3em;
	border-bottom: solid 1px #dcf1f9;
	margin-bottom: .3em;
	font: normal 1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: capitalize;
}

h3
{
	color: #85795f;
	font-family: "Helvetica", Arial, Helvetica Neue, Lucida Grande, sans-serif;
	text-transform: capitalize;
	font-size: 1em;
	padding: .3em 0 1em 1.6em;
	background-image: url(../i/h3bullet.gif);
	background-repeat: no-repeat;
	background-position: left 2px;	
}

h4
{
	text-transform: capitalize;
	color: #3f341d;
	margin-bottom: .4em;
	padding: .2em;
	background-color: #dcf1f9;
	width: 100%;
}

/* @end */

/* @group Anchor Styles */

#main p a:link, #main p a:visited
{
	color: #3f341d;
	text-decoration: underline;
}
#main p a:hover, #main p a:active
{
	background-color: #dcf1f9;
}

#footer a:link, #footer:visited
{
	color: #fff;
}
#footer a:hover, #footer a:active
{
	color: #3f341d;
}

/* @end */

/* @group Paragraph Styles */

#main p
{
	color: #3f341d;
	font: .9em/1.7em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 1.5em;
	text-align: justify;
}

p.urge
{
	margin-top: 4em;
}

p#forgot
{
	text-align: center;
	margin-top: .5em;
	font-size: 60%;
}

p.copyright
{
	clear: both;
	text-align: center;
	font-size: 75%;
	padding: 0 0 1em 0;
	color: #3f341d;
}

#works #left_col p
{
	margin-bottom: 2.9em;
}

#works span.w_des
{
	font-weight: bold;
	font-style: italic;
	color: #777;
	font-size: 90%;
}

#contact p.contactinfo
{
	font-size: 90%;
	font-style: italic;
	font-weight: bold;
}

#right_col p.question
{
	margin: 0 0 1em 0;
	font-style: italic;
	text-decoration: underline;
	text-align: left;
}

/* @end */

/* @group Forms */

fieldset#login
{
	height: 15.5em;
	width: 90%;
	padding: 1em 0 0 0;
	border: 1px solid #e2debf;
	text-align: center;
}

legend
{
	display: none;
}

label
{
	display: block;
	margin: 0;
	color: #85795f;
	text-align: left;
}
input.checkbox
{
	margin: 0;
	position: relative;
	top: -.1em;
	left: 0em;
}
input.login
{
	width: 85%;
	margin-bottom: 1em;
	font-size: 120%;
	padding: .3em;
}
input:focus
{
	background-color: #dcf1f9;
}

input.submit
{
	margin-top: .7em;
}

/* @end */

/* @group List Styles */

#main ul
{
	list-style-image: url(../i/bullet.gif);
	color: #3f341d;
	font: .8em/1.7em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0 0 4em 3.5em;
	list-style-position: outside;
}
#main ul li
{
	border-bottom: 1px solid #dcf1f9;
	padding: .2em 0;
}

/* @end */

/* @end */

/* @group Footer */

#footer
{
	height: 12em;
	padding: 6px 0 0 0;
	border-top: 3px solid #e2debf;
	margin-top: 2em;
	text-align: center;
	background: url(../i/bg.gif) repeat-x center top;
	float: left;
	width: 100%;
	background-color: transparent;
}

#footnav
{
	width: 610px;
	height: 50px;
	margin: 0 auto;
}

#footnav li
{
	float: left;
}

#footer li a:link, #footer li a:visited
{
	display: block;
	width: 60px;
	padding: 0 15px 10px 10px;
	color: #fff;
	background: url(../i/foot-nav.gif) repeat-x center bottom;
	text-decoration: none;
}

#footer li a:hover
{
	color: #767676;
}

#footer li a:active
{
	text-decoration: underline;
}

/* End Caps for footnav*/

#footnav a#foot-nav-left
{
	background: url(../i/foot-nav-left.gif) left bottom;
}
#footnav a#foot-nav-right
{
	background: url(../i/foot-nav-right.gif) right bottom;
	padding-right: 10px;
}




/* @end */

/* @group Quote Page */

#quote input#sendquote
{
	background: #dcf1f9;
	display: block;
	width: 100%;
	height: 3em;
	border: solid 3px #80cceb;
	color: #3f341d;
	font-size: 1em;
}
#quote input#sendquote:hover
{
	background: #f8faac;
	cursor: pointer;
}
#quote input#sendquote:active
{
	background: #e4e6a0;
}



label
{
	margin: 0;
	text-align: left;
	width: 100%;
	padding-bottom: .2em;
}

input.quotefield
{
	width: 100%;
	margin-bottom: 1em;
	font-size: 100%;
	padding: .2em;
}

#quote div#contactinfo
{
	margin-top: 1em;
	margin-bottom: 2em;
	padding-bottom: 2em;
	border-bottom: #e2debf solid 2px;
}

#quote #downloadquote
{
	text-align: center;
}

#downloadquote a:link, #downloadquote a:visited
{
	color: #3f341d;
	display: block;
	line-height: 2.75em;
	background: #dcf1f9;
	height: 3em;
	text-decoration: none;
	border: 3px solid #80cceb;
	margin-bottom: 1em;
}
#downloadquote a:hover, #downloadquote a:active
{
	text-decoration: underline;
	background: #f8faac;
}

#pulldowns
{
	padding-bottom: 2em;
	border-bottom: #e2debf solid 2px;
	margin-bottom: 2em;
}
#quote h3
{
	margin-bottom: 1em;
}
#pulldowns label
{
	text-align: right;
	margin-bottom: 1em;
}
#pulldowns select
{
	width: 150px;
	margin-left: 1em;
	margin-right: 7em;
}

#textboxes
{
	padding-bottom: 2em;
	border-bottom: #e2debf solid 2px;
	margin-bottom: 2em;	
}
#quote textarea
{
	width: 99%;
	height: 7em;
	margin-bottom: 1em;
	padding: .3em;
	font-size: 110%;
	overflow: auto;
}
#quote textarea:focus
{
	background: #dcf1f9;
}



/* @end */

/* @group Contact Page */

#contact h3
{
	margin-bottom: 1em;
}

#contact #contactinfo
{
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 2px solid #e2debf;
}

#contact #contact_info address
{
	color: #3f341d;
	display: block;
	background: #dcf1f9;
	height: auto;
	text-decoration: none;
	border: 3px solid #80cceb;
	margin-bottom: 1em;
	padding: .5em;
}

#contact #pulldowns
{
	margin-bottom: 1em;
	padding-bottom: 1em;
}
#contact textarea
{
	width: 99%;
	height: 7em;
	margin-bottom: 1em;
	padding: .3em;
	font-size: 110%;
}
#contact textarea:focus
{
	background: #dcf1f9;
}

#contact select
{
	width: 200px;
	margin: 0 0 0 2em;
}


#contact input.quotefield
{
	width: 100%;
	margin-bottom: 1em;
	font-size: 100%;
	padding: .2em;
}

#contact input#sendquote
{
	background: #dcf1f9;
	display: block;
	width: 100%;
	height: 3em;
	border: solid 3px #80cceb;
	color: #3f341d;
	font-size: 1em;
}
#contact input#sendquote:hover
{
	background: #f8faac;
	cursor: pointer;
}
#contact input#sendquote:active
{
	background: #e4e6a0;
}

/* @end */

/* @group MakePayment */

#makepayment input
{
	width: 27.4em;
}

div#paymentforms
{
	margin-bottom: 1em;
	padding-bottom: .5em;
	border-bottom: 2px solid #e2debf;
}

#makepayment input#sendquote
{
	background: #dcf1f9;
	display: block;
	width: 100%;
	height: 3em;
	border: solid 3px #80cceb;
	color: #3f341d;
	font-size: 1em;
}
#makepayment input#sendquote:hover
{
	background: #f8faac;
	cursor: pointer;
	text-decoration: underline;
}
#makepayment input#sendquote:active
{
	background: #e4e6a0;
}

/* @end */

/* @group Client Login */

#home a#loginbutton:link, #home a#loginbutton:visited
{
	display: block;
	position: absolute;
	z-index: 4000;
	top: 0;
	left: 100%;
	margin-left: -60px;
	height: 20px;
	width: 60px;
	background: url(../i/clientlogin.gif) no-repeat center bottom;
	line-height: 18px;
	text-align: center;
	color: #3f341d;
	font-size: 70%;
	text-decoration: none;
}
#home a#loginbutton:hover, #home a#loginbutton:active
{
	text-decoration: underline;
	height: 25px;
	line-height: 20px;
}

#home #homepagelogin
{
	height: 13em;
	background: url(../i/main_bg.gif) repeat-x top;
	font-size: 80%;
}

#homepagelogin div.content
{
	position: relative;
}

#home fieldset#clientlogin
{
	padding: 11px;
	margin: 0;
	width: 320px;
	height: 100px;
	text-align: left;
	position: relative;
	top: 12px;
	left: 410px;
	border: 5px solid #80cceb;
	background: #dcf1f9;
}

#home #homepagelogin a
{
	font-size: 70%;
	color: #3f341d;
	position: absolute;
	width: 115px;
	height: 13px;
	top: 62px;
	left: 210px;
}

#home input#username
{
	margin: 0;
	width: 200px;
	height: 13px;
	font-size: 80%;
	border: 1px solid #80cceb;
	position: relative;
	left: 17px;
}
#home input#password
{
	margin: 0;
	width: 100px;
	height: 13px;
	font-size: 80%;
	border: 1px solid #80cceb;
	position: relative;
	left: 20px;

}
#home input:focus
{
	background: #f8faac;
}

#homepagelogin label
{
	display: inline;
	color: #3f341d;
	float: left;
	margin: 0 0 1.4em 0;
}

form#loginbox
{
	display: inline;
	height: 102px;
	width: 320px;
}

#home input#loginsubmit
{
	width: 60px;
	height: 25px;
	background: #dcf1f9;
	border: 2px solid #80cceb;
	position: relative;
	top: 0px;
	left: 60px;
}
#home input#loginsubmit:hover
{
	background: #f8faac;
	cursor: pointer;
}

#home input.checkbox
{
	position: relative;
	left: 20px;
}

#home label#remember
{
	margin-bottom: 0;
	width: 200px;
}

#others
{
	height: 13em;
	width: 30em;
	position: absolute;
	z-index: 100;
	top: 0;
	left: -6em;
}

#homepagelogin #others a:link, #homepagelogin #others a:visited
{
	color: #3f341d;
	display: block;
	height: 2.7em;
	width: 18em;
	line-height: 2.5em;
	border: 5px solid #80cceb;
	background-color: #dcf1f9;
	text-decoration: none;
	text-align: center;
	font-size: 1.5em;
	position: absolute;
	z-index: 100;
}
#homepagelogin #others a:hover, #homepagelogin #others a:active
{
	background: #f8faac;
}

#homepagelogin #others a.makepayment
{
	top: .6em;
	left: 0em;
}
#homepagelogin #others a.downloads
{
	top: 4.4em;
	left: 0;
}


/* @end */

/* @group Sitemap */

#sitemap ul
{
	list-style: none;
	position: relative;
	border: 0;
}

#sitemap #sitemapdiv li
{
	border:none;
	position: absolute;
}

#sitemap #sitemapdiv a:link, #sitemap #sitemapdiv a:visited
{
	font-size: 110%;
	color: #3f341d;
	border: 5px solid #80cceb;
	display: block;
	height: 55px;
	width: 90px;
	background: url(../i/main_bg.gif) repeat-x center top #ccc;
	text-align: center;
	line-height: 50px;
	text-decoration: none;
	margin-top: 2em;
}

#sitemap #sitemapdiv a:hover, #sitemap #sitemapdiv a:active
{
	border:5px solid #e2debf;
	text-decoration: underline;
}




#sitemap li#homelink
{
	left: 0px;
	top: -22px;
}
#sitemap li#serviceslink
{
	left: 0px;
	top: 50px;
}
#sitemap li#workslink
{
	left: 105px;
	top: 50px;
}
#sitemap li#quotelink
{
	left: 210px;
	top: 50px;
}
#sitemap li#contactlink
{
	left: 315px;
	top: 50px;
}
#sitemap li#makepaymentlink
{
	left: 0px;
	top: 120px;
}





/* @end */

