/* San Diego CSS Master Camron Deen
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }

/* global elements
 * ------------------------------------------------------------------------- */

body { 
	background: #fff;
	text-align:left; 
	font:13px/16px Arial, Verdana, Helvetica, sans-serif; 
	color:#515151; 
	}

p, ul, ol, dl, pre, blockquote	{ margin-bottom:10px; }

blockquote { 
	margin-left: 10px; 
	margin-right: 10px; 
	}


h1	{ font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size:18px; color:#78151c; padding:30px 25px 10px 25px; }
h2	{ font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size:17px; color:#78151c; padding:10px 25px 10px 25px; }
h3	{ font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size:16px; color:#f06c21; padding:10px 25px 10px 25px; }
h4	{ font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size:16px; color:#f06c21; padding:10px 25px 10px 25px; }
h5	{ font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size:16px; color:#f06c21; padding:10px 25px 10px 25px; }

h1 span,h2 span,h3 span	{ display:none; }

p a:link, p a:visited { color:#2695BF; text-decoration:none; outline:none; }
p a:hover, p a:active { color:#2695BF; text-decoration:underline; outline:none; }

/* global classes
 * ------------------------------------------------------------------------- */

div.clear	{ clear:both; height:.01em; overflow:hidden; }

img.img-left { float:left; margin:2px 12px 12px 0; }
img.img-right { float: right; margin: 2px 0 12px 12px; }
	 
div.yellow-box { background-color: #FFFF99; border: 1px solid #CCCCCC; padding:15px; width:500px; margin:10px 25px 10px 30px;
               font-size:14px; font-weight:normal; font-style:italic; letter-spacing:0px; font-family: Georgia, Palatino, Linotype, serif; color:#3f3e3e; }

/* Main framework
 * ------------------------------------------------------------------------- */

#wrap { background: url("../images/bg-wrap.gif") left top repeat-y; width:600px; margin:0 auto; text-align:left; }

#masthead { background-color:#fff; width:600px; height:20px; }

p.number { margin:10px 0 30px 30px; }

#banner { height:299px; width:600px; }

#column-left { background: url("../images/bg-content.gif") left top no-repeat; width:600px;  }

	#column-left p { padding:0 25px 0 25px; }

	/* background image ul list items */
	ul { margin:5px 25px 5px 25px; }
	ul li { background:transparent url("../images/bullet_blue.png") 0px 0px no-repeat; padding-left:15px; color:#f06c21; }

	
	#movie { padding:10px 0 10px 55px; }
	
#page-footer { width:600px; height:10px; clear:both; overflow:hidden; }