/*


Description: Sandollar Security Website

Version: 1.0

Author: lisae@me.com

Author URI: http://www.lisaegraphics.com/

*/

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: #CFA96F;
	font-family: "Trebuchet MS";
	background-color: #2c1d0f;
}
a img {
	border-style: none;
	float: left;
}
a:link {
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	color: #FF6633;
}


/* MAIN */

#mainContent a {
	text-decoration: none;
	color: #FF9933;
}

#mainContent h1 {
	color: #152D6A;
	border-bottom: 2px solid #B2F511;
	font: normal 28px Impact, "Arial Narrow", sans-serif;
	
	letter-spacing: 2px;
	word-spacing: 5px;
	margin: 0 0 5px 0;
}

#mainContent h2 {
	font: normal 22px Georgia, "Times New Roman", Times, serif;
	margin-top: 15px;
	margin-bottom: 3px;
	color: #CF0000;
	border-bottom: 1px dotted #CCCCCC;
}
.contactUs {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	text-align: center;
	color:#CFA96F
	}
.clickHere {
	align:center;
	float:none;
	margin-left: 230px;
	}
.quotecenter {
	align:center;
	float:none;
	margin-left: 20px;
	}

.small {
	font-size:16px;
	}
	
.smallwhite {
	font-size:16px;
	color:#CCBAA3
	}

.navbar {
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.navbar a:link {
	color: #FF9900;
	text-decoration: none;
}
.navbar a:hover {
	text-decoration: underline;
	color: #FF6633;
}


/* sidebar 1 */
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 266px;
	height: 560px;
	background-color: #665D4C;
	background-position: 0;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

#sidebar1  a {
	text-decoration: underline;
	color: #CFA96F;
	letter-spacing: 0.05em;
	font: italic lighter 10px/normal Verdana, Geneva, sans-serif;
	font-family: Verdana, Geneva, sans-serif;
}


.featureHead {
	background: url(file:///Macintosh%20HD/Users/mimibarnes1/Documents/GRAPHIC%20JOBS/SANDOLLAR%20SECURIT/WEBSITE/images/feature_bug.png) no-repeat right 0px;
}

/*---------cut from index-----------*/

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */



#mainContent .caption {
	background: #666666;
	font-size: 0.75em;
	font-weight: 100;
	color: #FFFFFF;
	padding: 2px 5px;
}


#container {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.photobox {
	text-align: center;
	float: right;
	width: 220px;
}
.header img {
	display: block;
	float:left;
}
.twoColFixLtHdr #container {
	width: 920px;
	margin: 0 auto;
	text-align: left;
	border-top-width: 10px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #2c1d0f;
	border-left-color: #000000;
	background-color: #000000;
} 


.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #000000;
	height: 600px;
	width: 654px;
	float: left;
}
.twoColFixLtHdr #footer {
	background:#DDDDDD;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 23px;
	font-size: 11px;
	float: inherit;
	width: 920px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.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;
	border-top-width: 20px;
	border-right-width: 5px;
	border-bottom-width: 40px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
}
.photobox {
	text-align: center;
	float: right;
	width: 220px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	position: fixed;
	background-position: center bottom;
}

.slideshow {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.sitedesign {
	color : #FF9900;
	font-size:9px;
	padding-left:inherit;
	text-align: center;
	text-decoration: underline;
}
.smnavigation {
	color: #669933;
}

.photo {
	padding-top: 0px;
	margin-right:40px;
	float: right;
}
	
.photolowerless {
	padding-top:0px;
	margin-top:10px;
	margin-right:40px;
	float: right;
}
.photolower {
	padding-top:0px;
	margin-top:20px;
	margin-right:40px;
	float: right;
}

.photolowermore {
	padding-top:0px;
	margin-top:30px;
	margin-right:40px;
	float: right;
}
	
.singlephoto {
	padding-top: 20px;
	padding-left: 40px;
	margin-left: 140px;
}
	
.photolarge {
	margin-top:20px;
	float: none;
	align:center;
}
.quotes {
	text-align: justify;
	margin-left: 30px;
	margin-right: 30px;
	color:#CFA96F;
}

.bullets {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	color: #CFA96F;
	padding-right: 20px;
	padding-top: 0px;
}
.bulletslower {
	font:"Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	color: #cfa96f;
	margin-top: 0px;
}
.bulletsindent {
	line-height: 20px;
	font-size: 12px;
	padding-top: 0px;
}
#mainContent ul {
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	padding-top: 0px;
}
.mainContent ul down {
	font:"Times New Roman", Times, serif;
	font-size:16px;
	padding-top:  0px;
	margin: 0;
}
.mainparagraph {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #CFA96F;
	padding-left: 24px;
	margin-right: 24px;
	padding-top: 14px;
	
} 
.firstline {
	color:#CC9933;
	font-size:18px;
}
.caption {
	font-family: "Times New Roman", Times, serif;
	font-size: 24pt;
	color: #993300;
	padding-right: 20px;
	margin-right: 20px;
	.clickhere {
}


.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;
}
.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;
}
#vendorimages {
font-family: "Times New Roman";
	font-size:12px;
	color: #CFA96F;
	padding-top: 20px;
	align: center;
	padding-top: 30px;
	margin-top: 24px;
}
#associations {
	font-family: "Times New Roman";
	font-size:12px;
	color: #CFA96F;
	padding-top: 20px;
	text-align: center;
}
