/*************************** Color Info *************************/
/* fsh official colors
/* purple:			#29166f (headings, navBar, normal links)
/* light blue:		#1c93b1 (background, .more Links)
/* orange:			#f0b277 (footer background)
/*
/* other colors
/* white:			#ffffff (wrapper background)
/* light gray:		#e4e4e4	(sidebar backgrounds)
/* medium grey:		#666666 (image borders)
/* dark grey:		#cccccc (top sidebar borders)
/* very dark grey:	#333333 (visited links, wrapper borders)
/* black:			#000000 (text)


/********************* Page Container Divs **********************/

#wrapper {
	background-color:#ffffff;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	height:100%;
	margin:0px auto 0px auto;
	padding:0px 7px 1px 7px;
	width:810px;
}


/********************* Masthead Layout Divs **********************/

#header {
	background-color:#FFF;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:810px;
}

#logo {
	float:right;
	margin:0px 0px 0px 0px;
	padding:10px 0px 10px 0px;
	width:250px;
}

#phone {
	float:Left;
	margin:0px 0px 0px 0px;
	padding:10px 10px 0px 7px;
}

#topNav {
	background-color:#FFF;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:810px;
}


/********************* Home Page Layout Divs **********************/

#topSidebarHome {
	background-color:#e4e4e4;
	border-top:2px solid #cccccc;
	float:left;
	height:258px;
	margin:10px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	width:250px;
}

#topContentHome {
	background-color:#1c93b1;
	float:left;
	height:260px;
	margin:10px 0px 10px 10px;
	padding:0px 0px 0px 0px;
	width:550px;
}

#imageContainer {
	border:0px;
	padding:0px;
	position:relative;
	margin:auto;
	height:260px;
	width:550px;
}

#mainSidebarHome {
	background-color:#e4e4e4;
	border-top:2px solid #cccccc;
	float:left;
	margin:0px 0px 7px 0px;
	padding:0px 0px 10px 0px;
	width:250px;
}

#mainContentHome {
	float:left;
	margin:0px 0px 7px 10px;
	padding:0px 0px 0px 0px;
	width:550px;
}

#thinLeft {
	float:left;
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	width:170px;
}

#thinMiddle {
	float:left;
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	width:170px;
}

#thinRight {
	float:left;
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	width:170px;
}


/****************** Secondary Page Layout Divs ********************/

#topSidebar {
	background-color:#e4e4e4;
	border-top:2px solid #cccccc;
	float:left;
	height:258px;
	margin:10px 0px 10px 10px;
	padding:0px 0px 0px 0px;
	width:250px;
}

#topContent {
	background-color:#1c93b1;
	float:left;
	height:260px;
	margin:10px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	width:550px;
}

.topContentContact {
	background-image:url(images/bg_contact.jpg);
	background-repeat:no-repeat;
}

.topContentGallery {
	background-image: url("images/bg_gallery.jpg");
	background-repeat:no-repeat;
}

.topContentPhotography {
	background-image:url(images/bg_photography.jpg);
	background-repeat:no-repeat;
}

.topContentProd {
	background-image:url(images/bg_preowned.jpg);
	background-repeat:no-repeat;
}

.topContentSales {
	background-image:url(images/bg_sales.jpg);
	background-repeat:no-repeat;
}

.topContentService {
	background-image:url(images/bg_service.jpg);
	background-repeat:no-repeat;
}

.topContentTours {
	background-image:url(images/las_vegas_strip.jpg);
	background-repeat:no-repeat;
}

.topContentTraining {
	background-image:url(images/bg_training.jpg);
	background-repeat:no-repeat;
}

.topContentVideo {
	background-image:url(images/bg_video.jpg);
	background-repeat:no-repeat;
}

#mainContent {
	float:left;
	margin:0px 0px 7px 0px;
	min-height:300px;
	padding:0px 0px 0px 0px;
	width:550px;
}

#mainSidebar {
	background-color:#e4e4e4;
	border-top:2px solid #cccccc;
	float:left;
	margin:0px 0px 7px 10px;
	padding:0px 0px 10px 0px;
	width:250px;
}


/************************** Footer Divs ***************************/

#footer {
	background-color:#2b2e2e;
	clear:both;
	margin:10px 0px 10px 0px;
	padding:1px 0px 1px 0px;
	width:810px;
}


/************************** HTML Styles ***************************/

body {
	background-color:#111111;
	margin:0px;
	padding:0px;
	color:#333333;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h1 {  /* page titles */
	color:#ffffff; 
	font-size:28px;
	font-weight:bold; 
	margin:0px 5px 2px 0px;
	padding:5px 0px 2px 5px;
	text-transform:none;
}

h2 {
	color:#29166f; 
	font-size:16px;
	font-weight:bold; 
	margin:0px 0px 0px 0px;
	padding:5px 5px 2px 0px;
	text-transform:uppercase;
}

h2.sidebar {
	color:#29166f; 
	font-size:14px;
	font-weight:bold; 
	margin:0px 0px 0px 0px;
	padding:5px 5px 2px 5px;
	text-transform:uppercase;
}

h3 {
	color:#29166f; 
	font-size:12px; 
	font-weight:bold; 
	margin:15px 0px 2px 0px; 
	padding:0px 0px 0px 0px;
	text-transform:uppercase;
}

h3.sidebar {
	color:#29166f; 
	font-size:12px;
	font-weight:bold; 
	margin:0px 0px 0px 0px;
	padding:5px 5px 2px 5px;
	text-transform:none;
}

h3.thinPurple {
	background-color:#29166f;
	color:#ffffff;
	margin:0px 0px 0px 0px;
	padding:3px 3px 3px 3px;
	text-align:center;
	font-size:10px;
}

h3.thinBlue {
	background-color:#1c93b1;
	color:#ffffff;
	margin:0px 0px 0px 0px;
	padding:3px 3px 3px 3px;
	text-align:center;
	font-size:10px;
}

h3.thinOrange {
	background-color:#f6a315;
	color:#ffffff;
	margin:0px 0px 0px 0px;
	padding:3px 3px 3px 3px;
	text-align:center;
	font-size:10px;
}

h4 {
   color:#29166f; 
   font-size:12px; 
   font-weight:bold;
   margin:3px 0px 2px 0px; 
   padding:0px 0px 0px 0px;
}

h4.thin {
	color:#29166f; 
	font-size:10px;
	font-weight:bold; 
	margin:0px 0px 0px 0px;
	padding:5px 5px 2px 3px;
	text-transform:none;
}

h5 { /* unused */ }

h5 { /* unused */ }

p { /* main content */
	margin:5px 5px 5px 5px;
}

p.phone {
	color:#29166f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:25px;
	font-style:italic;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:right;
}

p.email {
	color:#29166f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:italic;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:right;
}

p.sidebar {
	margin:0px 0px 0px 0px;
	padding:5px 5px 2px 5px;
}

p.thin {
	margin:0px 0px 0px 0px;
	padding:2px 3px 5px 3px;
}

p.footer {
	color:#ffffff;
	font-size:10px;
	margin:0px;
	padding:2px 5px 2px 5px;
	text-align:right;
}


address {
	margin:5px 5px 5px 15px;
}

blockquote {
   margin:5px 25px 5px 20px;
   padding-left:5px;
}

ul {
	margin:0px 0px 0px 20px;
	padding:5px 5px 2px 5px;
}

ol {
	margin:0px 0px 0px 20px;
	padding:5px 5px 2px 5px;
}

li {
	margin:0px 0px 0px 0px;
   	padding:2px 5px 2px 2px;
}

ul.topNav {
	background-color:#2b2e2e;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:810px;
}

li.topNav {
	float:left;
	font-size:10px;
	font-weight:bold;
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:4px 16px 4px 16px;;
	text-transform:uppercase;
}

ul.sidebar {
	margin:3px 0px 3px 0px;
	padding:0px;
}

ol.sidebar {
	margin:3px 0px 3px 30px;
	padding:0px;
}

li.sidebar {
	list-style-type:none;
	margin:0px 0px 0px 0px;
   	padding:2px 5px 5px 5px;
}

img.logo {
	border:0px;
	margin:0px;
	padding:0px;
}

img.slide {
	position:absolute;
	top:0px;
}

img.thumb {
	border:1px solid #666666;
	float:left;
	margin:6px 6px 6px 6px;
	padding:2px 2px 2px 2px;
}

img.sidebar {
	border:1px solid #666666;
	float:left;
	margin:6px 6px 6px 6px;
	padding:2px 2px 2px 2px;
	width:100px;
}

img.thin {
	border:1px solid #666666;
	float:left;
	margin:6px auto 6px 12px;
	padding:2px 2px 2px 2px;
	width:140px;
}

.galleryCell {
	float:left;
	margin:10px 10px 0px 0px;
	padding:0px;
	height:180px;
	width:172px;
}

p.imageDescription {
	font-size:9px;
	float:none;
}

.semantic { /* hides elements that are only helpful with structure when css is turned off */
	display:none;
}


/*********************** Link Styles *************************/

a:link, a:active {border-bottom:1px dotted #29166f; color:#29166f; text-decoration:none;}
a:visited, a:hover {color:#333333;}

a.more:link, a.more:visited, a.more:active {border:none; color:#1c93b1; font-weight:bold; text-decoration:none;}
a.more:hover {color:#333333; text-decoration:none;}

a.white:link, a.white:visited, a.white:active {border:none; color:#ffffff; text-decoration:none;}
a.white:hover {text-decoration:underline;}

a.logo:link, a.logo:visited, a.logo:active, a.logo:hover {border:none; text-decoration:none;}

a.h3:link, a.h3:visited, a.h3:active {border:none; color:#29166f; text-decoration:none;}
a.h3:hover {text-decoration:underline;}
#702 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #F00;
	text-decoration: none;
}
