/*----------------------------------------------------------
	THIS IS THE MAIN STYLESHEET FOR STUCTURAL AND LAYOUT CHANGES
	
	What this stylesheet **IS** for:
	
	1) The main styles relating to the major sections of the site for example the header div or the primary navigation. 
	2)If you are setting the default styles for  section for example #header a or #column_1 p then it would go in here
	
	What this stylesheet is **NOT** for:
	1) If you were adding styles to p or a tags that were outside these section default styles then they would go in the style_type.css file for example

-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*CHANGE LOG - Anytime this stylesheet is changed please add in a descriptive comment here together with the date*/






/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------
[TABLE OF CONTENT]

(**PLEASE NOTE the although sometimes the order of the HTML element in a page may be in the same  as the TOC below a lot of times it may differ for example #image_container and primary naviagtion usually go within the header structrually within the HTML but dont have to depending on the structure of the site)

0.0 IMPORTS
	0.1 Reset
	0.2 type
	0.3 style
	0.4 forms


1.0 BODY
	1.1. Wrapper / #wrapper
	1.2. Container / #container


2.0 HEADER / #header 
	2.1 Container for the main page image / #image_container
	2.2 Primary Navigation / #navigation_primary
	2.3 Secondary Navigation / #navigation_secondary
	2.4 Local Navigation / #navigation_local

3.0 CONTENTS/ #content
	3.1. Column 1 / #column_1
	3.2. Column 2 / #column_2
	3.3. Column 3 / #column_3
	3.4. Sidebar / #sidebar


4.0 FOOTER/ #footer


5.0 MISCELLANEOUS (Please update this )
	5.1 - Miscellaneous - Sidebox
	5.2 - Miscellaneous - Header Info Box
	5.3 - Miscellaneous - The styles for the wizard/steps
	
	
6.0 TABLES (Default styles and any others you want to add)


7.0 RECYCLE BIN (old CSS or disable CSS for testing)

 -------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/

/* 0.0 - IMPORTS*/

	@import url("reset.css");
	@import url("style_type.css");
	@import url("style_tools.css");
	
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/* 1.0 - BODY
------------------------------------------------------------*/
	
	body {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	background-color: #3F220E;
	background-image: url(../images/bg2.jpg);
	margin: 0px;
	padding: 0px;
	 }
	 
	 	html {

	margin: 0px;
	padding: 0px;
	 }
	 
	 
	 

/* 1.1 - Body / Wrapper
------------------------------------------------------------*/

	#wrapper {  }
	 
	 
	 
	 
	 
	 
	 
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/* 2.0 - HEADER
------------------------------------------------------------*/
	
#header {

	margin-bottom: 20px;
	padding-top: 20px;
}



#logo a{
	background-color: #3F220E;
	height: 125px;
	width: 334px;
	margin-bottom: 20px;
	background-image: url(../images/smith-western-logo.jpg);
	background-repeat: no-repeat;
	display:block;
}

#logo span{
	display:none;
}

	


/* 2.1 - Header / Primary Navigation
------------------------------------------------------------*/

#navigation_primary {
	list-style-type: none;
	display: block;
	clear: both;
	height: 66px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../images/menu2.jpg);
}

#navigation_primary span{
display:none;
}

#navigation_primary li{
	float: left;
}
#navigation_primary li a{
	display: block;
	line-height: 66px;
	text-decoration: none;
	color: #3F220E;
	float: left;
	text-align: center;
	font-size: 17px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	letter-spacing: 1px;
	height:70px;
	margin-right: 0px;
}
#navigation_primary  li  a:hover{
	background-image: url(../images/menu2.jpg);
}


#navigation_primary .current{ color: #FFFFFF; background-repeat: no-repeat; background-position: right; font-weight: bold; width: 205px; }
#navigation_primary a.current:hover { color: #FFFFFF;}
	
	
	
	
	
#navigation_primary .one{
	width: 85px;
}

#navigation_primary .one:hover{
	background-position: -10px -134px;
}



#navigation_primary .two{
	width: 147px;
}

#navigation_primary .two:hover{
	background-position: -95px -134px;
}


#navigation_primary .three{
	width: 100px;
}

#navigation_primary .three:hover{

	background-position: -242px -134px;
}

#navigation_primary .four{
	width: 102px;
}

#navigation_primary .four:hover{
	background-position: -342px -134px;
}


#navigation_primary .five{
	width: 160px;
}

#navigation_primary .five:hover{
	background-position: -444px -134px;
}


#navigation_primary .six {
	width: 122px;
}

#navigation_primary .six:hover{
	background-position: -604px -134px;
}

#navigation_primary .seven {
	width: 92px;
}

#navigation_primary .seven:hover{
	background-position: -726px -134px;
}

#navigation_primary .eight {
	width: 125px;
}

#navigation_primary .eight:hover{
	background-position: -818px -134px;
}


/* 1.2 - Body / Container
------------------------------------------------------------*/

	#container {
	/*	background-image: url(../images/16_col.gif);*/
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	background-color: #3F220E;
	width: 960px;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	 }
	 


	 



	
	
/* 2.2 - Header / Secondary Navigation
------------------------------------------------------------*/
	
#navigation_secondary {
	list-style-type: none;
	display: block;
	padding: 0px;
	float: right;
	width: 400px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navigation_secondary li{
	float: right;
}
#navigation_secondary li a{
	display: block;
	text-decoration: none;
	color: #233C5B;
	text-align: center;
	font-size: 11px;
	margin-left: 10px;
	clear: none;
	margin-right: 12px;
}
	
/* 2.3 - Header / Local Navigation (local to the section within the website)
------------------------------------------------------------*/
	
#navigation_local {
	list-style-type: none;
	display: block;
	padding: 0px;
	float: right;
	width: 400px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navigation_local li{
	float: right;
}
#navigation_local li a{
	display: block;
	text-decoration: none;
	color: #233C5B;
	text-align: center;
	font-size: 11px;
	margin-left: 10px;
	clear: none;
	margin-right: 12px;
}
	
	

/* 2.4 - Header / Image Container
------------------------------------------------------------*/

	#image_container {
	height: 402px;
	display: block;

}
























/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/

/* 3.0 - CONTENT
------------------------------------------------------------*/

#content {
	display: block;
	clear: both;
	margin-bottom: 40px;
}




/* 3.1 - Content / Column 1
------------------------------------------------------------*/



#column_1 {
	float: left;
	width: 320px;
	/*background-color: #CCCCCC;*/
}




/* 3.2 - Content / Column 2
------------------------------------------------------------*/
#column_2 {
	float: left;
	margin-right: 0px;
	margin-left: 0px;
	width: 320px;
/*	background-color: #CCCCCC;*/
 }


/* 3.3 - Content / Column 3
------------------------------------------------------------*/
#column_3 {
	float: left;
	margin-right: 0px;
	margin-left: 0px;
	width: 300px;
	}

/* 3.4 - Content / Column 4
------------------------------------------------------------*/





/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/

/* 4.0 - FOOTER
------------------------------------------------------------*/

#footer {
	height:110px;
	margin-top:80px;
	clear:both;
	color:#805b3f;
}

#footer li{
	list-style:none;
	color:#805b3f;
	margin-left:0px;
	padding-left:0px;
}

	
#footer #footer_inner {
	float:left;
	width:500px;
}

#footer #footer_inner_right {
	float:left;
	width:460px;
	color:#805b3f;
	margin-top:86px;
}

#footer #footer_inner_right p{
	color:#805b3f;
	text-align:right;
}


#footer #footer_inner_right a{
	font-size:12px;
	color:#805b3f;
}
	
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
	

/* 5.0 - MISCELLANEOUS
------------------------------------------------------------*/


.article_entry {
	float: left;
	width:520px;
	display:both;
	margin-top:30px;
}
.calendar {
	float: left;
	height: 62px;
	width: 57px;
	background-image: url(../images/date.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 10px;
	margin-bottom: 25px;
	text-align: center;
	line-height: 1.6em;
	padding-top: 10px;
	margin-top:30px;

}
.date {
	clear: both;
	font-size: 2em;
	font-weight: bold;
	color: #D0B47D;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	line-height: 1em;
}
.month {
	color: #220E10;
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.4em;
}


/* 5.1 - Miscellaneous - Sidebox
------------------------------------------------------------*/

#column_3 .sidebox {
	background-color: #623919;
	margin-bottom: 18px;
	line-height: 23px;
	padding: 12px;

}
#column_3 .sidebox p, #column_3 .sidebox li{ 
	font-size: 16px!important;
	margin-top:0px;
	padding-top:0px;
}

#column_3 img {
	margin-bottom:8px;
}

.sidebox h2{
	text-transform: uppercase;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 16px;
	font-weight: bold;
}






.list_star {
	margin: 0px;
	padding: 0px;
	list-style-type: none;

}

.list_star li {
	background-image: url(../images/list_star.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	display: block;
	padding-left: 22px;
}
/*.sidebox_inner { border: 5px solid #CBE6FA; padding: 10px; }*/




.highlight {
	background-color: #4D2B15;
	padding: 0px;
	margin-bottom: 45px;
}

.highlight a{
	color: #FFFFFF;
	background-image: url(../images/link_gun.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
	display: block;
	float: left;
	background-position: 0px 7px;
	margin-left: 15px;
	text-decoration: none;
}




#header_links {
	float: right;
	height: 100px;
	width: 234px;
	margin-top: 30px;
}

#header_links a {
	display: block;
	height: 100px;
	width: 333px;
	background-image: url(../images/findlocation.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#header_links a span{
	display:none;
}

#header_links a:hover {


}


#header_links .header_links_contact {

background-position: 0px 0px;

}
#header_links .header_links_contact:hover {

	background-position: 0px -100px;

}



#header_links .header_links_book{
	background-position: 0px -100px;


}
#header_links .header_links_book:hover{
	background-position: 0px -4px;


}



#newsletterbg {
	background-image:url(../images/newsletterbg.jpg);
	background-repeat: no-repeat;
	width: 320px;
	height:397px;
	padding:200px 0 0 20px;
}


#newsletterbg .field {
	background-color:#3f220e;
	border:0px;
	padding:8px;
	width:200px;
	color:#f9eed8;
}

#newsletterbg label {
	width:50px;
	display:block;
	float:left;
	height:40px;
}

#newsletterbg p label {
	font-size:16px;
	color:#3f220e;
}


#newsletterbg .button {
	background-image: url(../images/signup.jpg);
	width:183px;
	height:60px;
	color:#003;
	margin:0 0 0 45px;
	border:0px;
} 

#newsletterbg .button:hover {
	background-color:#0C0;

}


/* 6.0 - TABLES - Default table styles are set in the Reset.css, 
------------------------------------------------------------*/





/* 7.0 - RECYCLE BIN
------------------------------------------------------------*/

/*
Put old css in here:






*/
