@charset "utf-8";

/*****Reset*****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}

/*****Basic Elements*****/

body {
	background-image:url(../images/bg_goldStripes.jpg);
	font-family:Arial, Helvetica, sans-serif;
}

strong {
	font-weight:bold;
}

p {
	font-size:12px;
	line-height:19px;
}

/*****Generic Classes*****/

.hidden {
	display:none;
}

.clearLeft {
	clear:left;
}

/*****Basic Layout*****/

#container {
	margin:0 auto;
	width:854px;
}

/*****Header*****/

#header {
	background-image:url(../images/header_bg.png);
	background-repeat:no-repeat;
	height:754px;
	position:relative;
}

#header ul {
	background-image:url(../images/nav_main.png);
	width:247px;
	height:181px;
	position:absolute;
	padding:100px 0px 0px 18px;
	top:146px;
	z-index:0;
}

#header ul li {
	padding:1px 10px;
}

#header ul li a {
	font-weight:bold;
	font-size:15px;
	color:#ec4242;
	text-decoration:none;
	margin:0px;
	display:block;
	padding:5px 10px;
	width:185px;
}

#header ul li a:hover {
	color:#ffffff;
	background-color:#ec4242;
}

#pencil {
	background-image:url(../images/image_pencil.png);
	width:101px;
	height:207px;
	text-indent:-9999px;
	z-index:10;
	position:absolute;
	left:-20px;
	top:0;
}

#introVideo {
	position:absolute;
	bottom:-24px;
	left:6px;
}

#header h1 {
	background-image:url(../images/h1_sacramentoDestination.png);
	display:block;
	width:559px;
	height:178px;
	text-indent:-9999px;
	position:absolute;
	top:194px;
	left:253px;
}

#header h2 {
	background-image:url(../images/h2_intro.png);
	display:block;
	width:454px;
	height:41px;
	text-indent:-9999px;
	position:absolute;
	top:350px;
	left:261px;
}

#header p {
	color:#FFFFFF;
	font-size:12px;
	line-height:19px;
	margin-bottom:20px;
}

#header p strong {
	color:#ffd100;
	font-weight:bold;
}

#header #intro {
	position:absolute;
	right:70px;
	top:430px;
	width:322px;
}

/*****Content*****/

#content {
	background-image:url(../images/bg_content.gif);
	background-repeat:repeat-y;
	background-position:55% 50%;
	padding-top:50px;
	padding-left:58px;
}

#left {
	width:427px;
	float:left;
}

#left p {
	color:#727272;
	margin-bottom:20px;
}

#left p.popOut {
	position:relative;
	left:-30px;
}

h2.SYTAintro a {
	background-image:url(../images/h2_STYAintroduction.gif);
	background-repeat: no-repeat;
	width:414px;
	height:0px;
	padding-top: 239px;
	display: block;
	overflow: hidden;
}

h2.SYTAintro {
	width: 414px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	position:relative;
	left: 1px;
	top: 7px;
	height: 239px;
	}

#left h4 {
	font-size:21px;
	color:#ef4343;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:25px;
}

#right {
	float:left;
	font-size:12px;
	padding-left:20px;
	margin-left:10px;
	display:inline;
	position:relative;
	width:300px;
}

#content #right a {
	color: #EF4343;
	}
	
#content #right h4 {
	line-height: 22px;
	}

#right ul {
	margin-bottom:20px;
}

#right ul li {
	color:#ef4343;
	list-style-type:disc;
	list-style-position:inside;
	line-height:19px;
}

#right ul li a {
	color:#000000;
	text-decoration:none;
}

#right ul li a:hover {
	text-decoration:underline;
}

#right ul li a.pdf {
	padding-right:21px;
	background-image:url(../images/icon_pdf.gif);
	background-repeat:no-repeat;
	background-position:right;
}

#right h4 {
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	color:#4e4e4e;
	margin-bottom:5px;
}

#eraser {
	position:absolute;
	right:95px;
	top:-134px;
	z-index:0;
}

p.socialNetworks {
	position:relative;
	z-index:10;
}

h3.linksResources {
	background-image:url(../images/h3_linksResources.png);
	width:291px;
	height:45px;
	text-indent:-9999px;
	margin-top:20px;
	margin-bottom:20px;
	position:relative;
	left:-20px;
}

/*****Footer*****/

#footer {
	width:795px;
	background-color:#181717;
	margin:0 3.9%;
	padding: 0px;
	clear:both;
	height:98px;
	color:#FFFFFF;
	font-size:11px;
}


#footerRight {
	padding: 16px 0px 0px 320px;
	}

#footerLeft {
	position: relative;
	left: 113px;
	top: -70px;
	}


#footerLeft h3 {
	height				: 32px;
	width				: 165px;
	background-image		: url(../images/dglogo.gif);
	overflow			: hidden;
}

#footerLeft h3 a {	
	height				: 0px;
	width				: 165px;
	padding-top			: 32px;
	overflow			: hidden;
	display				: block;	
}

#footer a {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#footer .scvbContact {
	color:#999999;
	display:block;
	margin-top:5px;
}

#paperBottom {
	width:795px;
	height:56px;
	background-image:url(../images/footer_paperBottom.png);
	text-indent:-9999px;
	margin:0 3.9% 20px;
}

/*****Etc*****/