/***********************************************/
/* Redmons LLC                                 */
/* FileName: /site-lib/styles.css              */
/* Use with Las Lomas Mexican Grill            */
/***********************************************/
                                             
/***********************************************/
/* XHTML tag styles                             */
/***********************************************/

body{
	margin: 0px;
	padding: 55px;
	font-family: Verdana, sans-serif;
	background-color: #cccc99;
	width: 960px;
	align: center;
	}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
	}

a:hover{
	text-decoration: underline;
	}

/************** header tag styles **************/

h1{
	font: bold 120% Arial,sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	}

h2{
 	font: bold 114% Arial,sans-serif;
 	color: #006699;
 	margin: 0px;
 	padding: 0px;
	}

h3{
 	font: bold 100% Arial,sans-serif;
 	color: #334d55;
 	margin: 0px;
 	padding: 0px;
	}

h4{
 	font: 100% Arial,sans-serif;
 	color: #333333;
 	margin: 0px;
 	padding: 0px;
	}

h5{
 	font: 100% Arial,sans-serif;
 	color: #334d55;
 	margin: 0px;
 	padding: 0px;
	}


/*************** list tag styles ***************/

ul{
 	list-style-type: none;	
	}

ul ul{
 	list-style-type: none;
	}

ul ul ul{
 	list-style-type: none;
	}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
	}

label{
 	font: bold 1em Arial,sans-serif;
 	color: #334d55;
	}
				
input{
	font-family: Arial,sans-serif;
	}

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

#pageWrapper{
	width: 960px;
	line-height: 1.2;		
	padding-top: 65px;
	padding-bottom: 5px;
	margin: 0px auto;
	background-color: #ffffff;
	border: 0px;
	top: 120px;
	left: 2%;
	right: 2%;
	}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	}

#masthead{
	position: absolute;
	height: 100px;
	width: 960px;
	top: 5px;
	background-color: #cccc99;
	}

#pageNav{
	float: right;
	width: 150px;
	margin-left: 5px;
	margin-right: 10px;
	background-color: #F5f7f7;
	border: 1px solid #cecece;
	font-size: 14px;
	text-align: center;
	}

#content{
	width: 755px;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border-right: none;
	}
	
.boxout{
	float: left;
	width: 450px;
	border-left: none;
	border-right: none;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-left: 2px;
	margin-right: 4px;
	margin-bottom: 20px;
	}
	
#content2{
	width: 755px;
	padding: 0px 0px 0px 0px;
	margin-bottom: 60px;
	margin-right: 10px;
	border-right: none;
	}
	
.boxout2{
	float: left;
	width: 200px;
	border-left: none;
	border-right: none;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-left: 2px;
	margin-right: 4px;
	margin-bottom: 20px;
	}
	

/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	font: 110% Verdana,sans-serif;
	font-weight: 600;
	font-color: #660000;
	font-style: italic;
	}

/************** utility styles *****************/

#utility{
	position: absolute;
	font: 70% Verdana,sans-serif;
	font-weight: 750;
	top: 30px;
	bottom: none;
	right: 10px;
	font-color: #919999;
	}

#utility a{
	color: #000000;
	font-weight: 600;
	}

#utility a:hover{
	color: #d80000;
	text-decoration: underline;
	}

/************** pageName styles ****************/

#greeting{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	}

#greeting h2{
	font: bold 165% Arial, sans-serif;
	color: #b23b00;
	margin: 10px;
	padding: 0px;	
	}

#greeting img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
	}



/****************************************************/
/* Global Menu Nav -- Dropdown Menu Design          */
/****************************************************/

#globalMenu{
	width: 960px;
	top: 1px;
	left: 5px;
	background-color: #eaeaea;
	}

#globalMenu img{
	margin-bottom: -5px;
 	}

#gnl {
	position: absolute;
	top: 49px;
	left: 0px;
	}

#gnr {
	position: absolute;
	top: 49px;
	right: 0px;
	}

ul	{
	margin: 0;
	padding: 0;
	}

div#dropdown ul li {    
	font: Bold 11px Verdana, san-serif; 
   	font-color: #000000;
	list-style-type: none;
	float: left;
	align: left;
	background-color: #eaeaea;	
	}

div#dropdown ul li a {
	top: 18px;
	display: block;
	width: 102.5px;
	text-align: center;
	text-decoration: none;
	line-height: 19px;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	}

div#dropdown ul li a:hover {
	text-decoration: none;
	color: #000000;
	}

/* The Hidden Dropdown menus ... initially hidden */

div#dropdown ul li ul {
	background-position: top left;
	list-style-type: none;
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 102.5px;
	z-index: 9;
	}

div#dropdown ul li ul li {
	margin-top: 0px;
	display: block;
	width: 102.5px;
	clear: left;
	text-align: center;
	font-color: #000000;
	font-weight: 600;
	}

div#dropdown ul li ul li a{
	text-decoration: none;
	color: #b20000;
	display: block;
	}

div#dropdown ul li ul li a:hover{
	text-decoration: none;
	background: #7292b2;
	color: #ffffff;
	}

/* lists nested under hovered list items */

div#dropdown ul li ul {
	display: none;
	}
	
div#dropdown ul li:hover ul {
	display: block;
	}
	
.skipLinks {
	display: none;
	}

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
	}

#search input{
  	font-size: 70%;
  	margin: 0px  0px 0px 10px;
 	}
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	}

#search a:hover{
	margin: 0px;
	}


/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	text-align: center;
	min-height: 200px;
	height: 200px;
	}
	
html>body .feature {
	height: auto;
	}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 0px 0px 5px 0px;
	}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
	}

.story p {
	padding: 0px 0px 10px 0px;
	}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
	}

.story a.capsule:hover{
	text-decoration: underline;
	}

td.storyLeft{
	padding-right: 12px;
	}


/************** footer (siteInfo) styles ****************/

#footer{
	clear: both;
	border-top: 3px solid #cccc99;
	font-size: 55%;
	font-weight: 600;
	font-color: #ff66cc;
	text-align: center;
	color: #000000;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	}

#footer img{
	padding: 4px 4px 4px 0px;
	align: center;
	}


/************ sectionLinks styles **************/

#SpecialsLinks{
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#SpecialsLinks h2{
	font: bold 120% Verdana, sans-serif;
	text-decorations: underline;
	padding: 10px 0px 2px 10px;	
	border-bottom: 1px solid #cccccc;
	text-align: center;
	}

#SpecialsLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
	text-decorations: none;
	list-style: none;
	}

#SpecialsLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #ddeeff;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	list-style: none;
	}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-left: 1px solid #cecece;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	}

.relatedLinks a{
	display: block; 
	}


/**************** advert styles *****************/

#advert{
	padding: 10px;
	border: 1px solid #cecece;
	}

#advert img{
	display: block;
	}

/********************* end **********************/