a:link,a:visited { text-decoration:none; }

ul,ol { list-style:none; }

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

html,body,div,h1,h2,h3,h4,h5,h6,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,input { margin:0; padding:0; }

a img,a:link img,a:visited img { border:none;}

/*--------Background Color----------*/

body { background-color:#ffffff; text-align:left; }

/*--------/Background Color----------*/

p,a:link,a:visited,ul,ol,li,dl,dt,dd,h1,h2,h3,h4 { font-family:Tahoma, Courier, mono; color:#ffffff; font-size:11px; text-decoration:none; }
p,dl,dt,dd,ul,ol,li { line-height: 13px; }
p,pre,blockquote { margin-bottom:7px; }
a:link,a:visited { font-weight:bold;}
a:hover,a:active { text-decoration:underline; }
h1 { font-size:18px; }
h2,h3 { font-size:16px; }
h4 { font-size:14px; }

/*---------page width--------*/

#wrap { position:relative; width:1000px; margin:0px auto/*-------auto = centered-------*/; background-color:#000000; border-left:1px solid #ffffff; border-right:1px solid #ffffff; border-bottom:1px solid #000000;}

/*------------Header----------*/

#banner { background:url("../images/talonHeader-01.png") no-repeat; height:150px; margin:0px 0; }
 
/*------------/Header----------*/


#content {  background-color:#000000; text-align:center }

#gallery {
	position:absolute;
	top:237px;
	left:114px;
}


#footer { width:1000px; text-align:center; margin:0 auto; clear:both;}

#footer p { margin-bottom:3px; color:#630D0D; font-size:12px; }

#footer a:link, #footer a:visited { font-weight:normal; color:#630D0D; font-size:12px; }

/*------------Main Menu--------*/

/* Basic code - don't modify */
 
 #nav { display: block; margin: 0; padding: 0; position: relative; }
  #nav li { display: block; list-style: none; margin: 0; padding:0 30px; float: left; position: relative; }
  #nav a { display: block; }
  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
  	#nav ul a { zoom: 1; } /* IE6/7 fix */
    #nav ul li { float: none; display:block; }
    #nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul { width: 130px; }
#nav ul ul { left: 131px; }

/* Everything else is theming */
 
#nav { background-color: #000000; height: 24px; color:#FFFFFF; padding-top:5px; }
#nav *:hover { background-color: none; }
#nav a { border-right: 0px solid white; color: white; font-size: 12px; padding: 6px; line-height: 1; }
  #nav li.hover a { background-color: #333333; }
  #nav ul { top: 25px; }
    #nav ul li a { background-color: transparent;  color:#FFFFFF;}
      #nav ul a.hover { background-color: #333333; }
   #nav ul a { border-bottom: 1px solid white; border-right: none; opacity: 0.9; filter: alpha(opacity=90); }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

*html #nav ul li {margin-top:-1px;}
