/* reset styles */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }
/* end reset */

/*This is a comment*/

/*********************/
/* BASIC */
/*********************/

body {
	font-family: "Candara", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0;
	margin-bottom: 25px;
	padding: 0;
	background-image: url(images/blacktile05.jpg);
	background-repeat: repeat;
}

#wrapper1 {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	border: 3px solid #FF6633;
	background: url(images/black_bar_195.png) repeat-y left top;
	background-color: #FFFFFF;
}

#wrapper2 {
	width: 958px;	
	border: 1px solid #000000;
}


/*********************/
/* BANNER */
/*********************/


#banner {
	height: 230px;
}

#one {
	
	width: 194px;
	background-color: #000000;
}

#two {
	margin-left: 194px;	
	padding-top: 20px;
	border-bottom: 1px solid #000000;	
}

/* This class is to center the Laserdog image */
.imgcenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
}

/*********************/
/* NAVIGATION */
/*********************/

#navbar {
	float: left;
	width: 194px;	
	background: url(images/OrangeNavBar.png) repeat-y left top;
}

#nav ul {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	padding-top: 10px;
	list-style: none;	
}

#nav a {
	display: block;
	width: 168px;
	margin: 15px 0 12px -2px;
	padding: 12px 0px 13px 0px;
	background-color: #000000;
	border-top: 1px solid #FF6633;
	border-right: 2px solid #FF6633;
	border-bottom: 2px solid #FF6633;
	border-left: 2px solid #FF6633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
}

#nav a:hover {
	border-top: 1px solid #ff6633;
	border-right: 2px solid #ff6633;
	border-bottom: 2px solid #ff6633;
	border-left: 2px solid #ff6633;	
	color: #ff6633;
}

/*********************/
/*This next section highlightw the button of the page user is currently viewing*/
/*Highlight "you are here" buttons.*/

#home #nav a#homeLink,
#about #nav a#aboutLink,
#services #nav a#servicesLink,
#rates #nav a#ratesLink,
#contactus #nav a#contactLink,
#links #nav a#linksLink,
#gallery #nav a#galleryLink
{
	border-top: 1px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #ff6633;
	border-left: 2px solid #ff6633;	
	color: #ffffff;		
}


/*********************/
/* CONTENT */
/*********************/

#content {
	margin-left: 194px;
	min-height: 575px;
	font-family: Arial, Helvetica, sans-serif;
}

#content p {	
	font-size: 14px;
	color: #000000;
	margin: 0 10px 10px 5px;
	line-height: 1.2em;
}

#content h4 {
	margin: 0 10px 10px 5px;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}

#content1 {
	margin-top: 20px;
	padding-left: 5px;	
}

#content2 {
	float: left;
	width: 460px;
	margin-top: 20px;
	padding-left: 5px;	
}

#logos 
{   clear: both;
    width: 450px;
    margin-top: 25px;
    margin-left: 50px;
}

#logo1 
{   float: left;
    width: 200px;
    padding-top: 45px;
}

#logo2 
{   float: left;
    width: 200px;

    padding-top: 25px;
    padding-left: 12px;
}


#content3 {
	float: right;
	width: 299px;
}

#content3 h3 {
	margin-top: 15px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}

#rates1 {
	padding-top: 25px;
}

#ccgraphics 
{   margin-top: 25px;
    text-align: center; 
    padding-top: 20px;   
}

#calculator {
	float: right;	
	width: 230px;
	margin-bottom: 25px;
}

#calculator h3 
{   
    font-weight: bold;
    font-size: 20px;    
    text-align: left;    
    margin-left: 10px;    
    padding-top: 18px;    
}

#quote1 {
	margin: 10px 15px 0 15px;
	padding: 15px 10px 0 10px;
	border-top: 1px solid #cccccc;
	line-height: 1.3em;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-align: left;
}

#quote2 {
	margin: 15px 15px 0 15px;
	padding: 15px 10px 5px 10px;
	border-top: 1px solid #cccccc;
	line-height: 1.3em;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-align: left;
}

#savings {
	padding-top: 3px;
	padding-bottom: 15px;
	padding-left: 25px;
}

#savings li {
	line-height: 1.3em;	
	list-style: bullet;
	font-size: 14px;
	padding-left: 10px;
}

#serviceslist {   
  margin: 25px 0 30px 30px;
}

#serviceslist ul {
     font-size: 14px;
}

#serviceslist h2 {
    margin-left: -5px;
     font-size: 16px;
     font-weight: bold;
}

#serviceslist h3 {
     font-size: 14px;
     font-weight: bold;
}

#admin 
{   margin-bottom: 20px;
}

#list1 
{   float: left;
    width: 300px;
    margin-top: 5px;
}

#list2 
{   float: left;
    margin-top: 5px;   
}

#technical 
{   clear: both;
    margin-top: 20px;
    margin-right: 10px;
}

#technical h2
{   margin-bottom: 5px;
    }
    
#technical p
{   font-size: 14px;
    }    

.font-change1 {
	font-weight: bold;
	font-size: 16px;
}

.font-change2 {
	font-weight: bold;
	font-size: 13px;
}

.red-font 
{   color: Red;
}


/*********************/
/*    ACTION CALL    */
/*********************/
.actioncall {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
}

.actioncall h1 {
	padding-bottom: 5px;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
}

/*********************/
/*     CREDITS       */
/*********************/
#credits 
{
    padding-top: 50px;
    margin-left: -25px;
    font-size: 14px;  
    padding-bottom: 3px;
}

#creditslist {
	list-style-type: none;
	line-height: 1.1em;
}

#creditslist li 
{ margin-left: 15px;
}

#notice 
{   margin-top: 75px;
}

#notice p {    
    font-size: 14px;  
    margin-left: 8px;      
}

/*********************/
/*   FOOTER SECTION  */
/*********************/
#footersection {
	margin-top: -100px;
}

/*********************/
/*    CONTACT US     */
/*********************/

#contact {
	clear: both;
	width: 175px;	
	margin-top: 20px;
	margin-bottom: -20px;
	padding-left: 10px;
	line-height: 1.2em; 
    text-align: center;
	font-size: 16px;
	color: #666666;	
	background-color: #000000;
}

#contactform {
    padding-top: 10px;
    margin-bottom: 15px;
}

#contactinfo {
	padding-top: 28px;	
	text-align: center;
}

#contactinfo p 
{
 font-size: 16px;
}

#contactinfo h3 {
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}


/*********************/
/*     COPYRIGHT     */
/*********************/

#copyright {
	margin-left: 194px;
	background: url(images/OrangeFooter.jpg);
	padding-top: 3px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FF6633;
	background-color: #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}


/*********************/
/*      GALLERY     */
/*********************/

#gallery {
    margin-left: 45px;
    margin-top: 15px;
}

#gallery .figure p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-align: center;
	line-height: normal;
	margin: 0;
}

.photo img {
    margin-left: auto;
    margin-right: auto;
}

.space p {
	font: 1.1em/normal Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 10px 0 0 0;
	height: 5em;
}

.space {
	float: left;
}

.frame {
	width: 200px;
	height: 200px;
	border: 1px solid #666;
	background-color: #FFF;	
	margin: 0 10px 30px 10px;
}


