
/* ----- CGU ART STYLESHEET ------*/
/* ------------------------------------------- */

/* -- general styles for site -- */

body {
	font-size:100%;
	font-family:Verdana,Arial;
}
p {

}
a {
	font-size:100%;
	color:#333333;
	text-decoration:none;

	}	

a:hover {
color:#990033;
}
blockquote {
        margin: 0 40px 20px 40px;

}

#fixedcontentwrapperUserEditART {
        border-bottom: #ccc 1px solid;
}

#fixedcontentwrapperUserEditART p { margin: 5px 0 15px 0; line-height: 1.55em; }


#fixedcontentwrapperUserEditART ul {
	list-style: square;
	padding: 0 30px 0 30px;
}

#fixedcontentwrapperUserEditArt li {
	padding: 5px 0 5px 0;
}

/*h1, h2, h3, h4, h5 { font-variant: small-caps; }*/
h1 { margin: 0pt; font-size: 1.5em; color:#C44000; font-weight:700; }
h2 { margin: 15px 0pt 0pt; font-size: 1.3em; }
h3 { margin: 10px 0pt 0pt; font-size: 1.1em; }
h4 { margin: 10px 0pt 0pt; font-size: .9em; }
h5 { margin: 10px 0pt 0pt; font-size: .75em; }


/*Links*/	

.printonly {
	 display:none;
}



/* ------------------------------------------- */
/* -- general layout styles for containers -- */

table.PageBoundingBox, table.ContentBoundingBox, #headerwrapper, #gnavwrapper, #footerwrapper {	
	 width:100%;
}
#headercontent, #headercontent_sah, #headercontentsbos, #gnavcontent, #fixedcontentwrapper, #footercontent {
	/* fixed width of site content areas go here */
	width:918px;
	margin: 0px auto 0px;
}
td.MainContent {}
td.LSB {}

/* ------------------------------------------- */
/* -- Head styles -- */

#sitelogo {
	float:left;
	padding:10px 0;
}

#searcharea {

	font-size: 12px;
	color: #333333;
	line-height: 12px;
        margin: 7px 0 0 0;
	float: right;
}

h1#pagetitle {
	clear:left;
	color: #b16420;
	font-size: 16pt;
	font-weight: bold;

}

h1#pagetitle_sbos {
	clear:left;
	color: #b16420;
	font-size: 16pt;
	font-weight: bold;
	padding-left: 50px;
}

a#pagetitlelink {
	clear:left;
	color: #b16420;
	font-size: 16pt;
	font-weight: bold;
	text-decoration:none;
}

#headercontent_sah {
	background: url('') 0 36px no-repeat;
}

#headercontent_art {
	background: url('/images/art/img_logo_art_bot.jpg') 0 36px no-repeat;
}
#headercontentsbos {
	background: url('/images/system/dept/sbos/sbos_globe.gif') 0 36px no-repeat;
}


/* -- top nav links -- */

ul#topnav {
	float:right;
	clear:right;
	list-style: none;
	margin: 20px 0 12px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 12px;}
ul#topnav li {
	display:inline;
	border-left: #000 1px solid;
        padding: 0 5px 0 6px;
}

ul#topnav li#topnavfirst {
	border-left: none;
}

ul#topnav li#topnavlast {
	padding: 0 0 0 6px;
}


ul#topnav a {
	font-size: 100%;
	font-weight: bold;
	color:#000;
	text-decoration:none;
}

ul#topnav a:hover {
color:#990033;
}	
#topnav a {
	font-size: 100%;
font-weight:bold;
color:#990033;
	text-decoration: none;
}

/* -- global nav styles -- */

#navbar {
	height:64px;
	position:absolute;
	top:108px;
	margin-bottom:11px;
	z-index:1000;
}


#gnav, #gnavsbos  {
	background: url('/images/system/dept/bg_gnav.gif') top left repeat-x;
	height: 22px;
	clear: both;
	width: 922px;
}

#gnav ul, #gnavsbos ul {	 
	list-style: none;
	padding: 3px 0 0 10px;	 
}
#gnav li, #gnavsbos li {
	float:left;
	display:block;
	position:relative;
	/*border-right: #cccccc solid 1px;*/
}
#gnav li#gnavlast, #gnavsbos li#gnavlast {
	border-right: none;
}

#gnav li a, #gnavsbos li a {	 
	float:left;
	width:auto;
	display:block;
	font-size: 9pt;
	height: 22px;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
}

ul#gnav a:hover,  {	 
	float:left;
	width:auto;
	display:block;
	font-size: 10pt;
	height: 22px;
	text-transform:uppercase;
	color:#333333;
	text-decoration:none;
}

#gnav li a {	 
	padding:0 38px;
}
#gnavsbos li a {	 
	padding:0 25px;
}

#gnav ul li a:hover
color: #333333; 

/* dropdown styles */
#gnav li ul, #gnavsbos li ul { 
	text-align:left; 
	clear:left; /* gets IE to position item below */
	position:absolute;
	top:19px;
	width:220px;	          
	left: -999em; /* hiding submenu off screen */        
	padding:5px 0;
	background: #999999;
	z-index:1000;
}
#gnav li:hover ul, #gnavsbos li:hover ul { /* unhides submenu on hover */     
	left: auto;
}
#gnav li li a, #gnavsbos li li a {
	text-indent:0;  
	text-align:left;     
	background:none;
	color:#ffffff;
	display: block;	
	padding:3px 10px 3px 10px;
	font-size:9pt;
	height:auto;
	width:200px;
}
#gnav li li a:hover, #gnavsbos li li a:hover {
	color:#000;
	background:#fff;
	text-decoration:none;
}

/* ------------------------------------------- */
/* -- Main Content -- */


#fixedcontentwrapper {
	margin: 1px auto;
	padding:15px 0 0 0;
	font-size: 10pt;
}

#musichomebrandingimage {
float:left;
display:inline;
}

#musicbrandinglinks {
background: #909a5b;
width: 222px;
height: 377px;
display: inline;
float:right;
text-align: center;
}

#musicbrandinglinks ul {
list-style: none;
}

#musicbrandinglinks ul li {
padding: 20px 0 0 0;
}

#musicbrandinglinks ul li a{
text-decoration: none;
font-weight: bold;
font-size: 10pt;
color: #000;
}

#musicbrandinglinks ul li a:hover {
text-decoration: underline;
}

#bottomlinkblocks {
clear:both;
}

#linkblock1, #linkblock2, #linkblock3, #linkblock4 {
	display:inline;
	width: 215px; 
	float: left;
	margin: 10px 0 0 15px;
}

h1.linkblocktitle, h1.linkblocktitle a, h1.linkblocktitle a:link {
	font-size: 10pt;
	text-transform:uppercase;
	text-decoration:none;
	font-weight: bold;
	padding: 0 0 10px 0;
	color: #909A5B;
}

ul.linkblocklist {
	list-style: none;
	font-size: 8pt;
	line-height: 1.75;
}

ul.linkblocklist li a, ul.linkblocklist li a:link, ul.linkblocklist li a:visited {
	text-decoration: none;
	color: #000;
}

ul.linkblocklist li a:hover {
	text-decoration: none;
	color: #dc3237;
}

/* ------------------------------------------- */
/* -- Footer Content -- */

#footercontent {

	margin: 10px auto;
	padding: 10px;
	text-align: center;
	font-size: 8pt;
	line-height: 1.5;
}

/* -- overide SAH -- */

table.ContentBoundingBox {
	border-style: solid;
	border-width: 0;
	border-color: #999999;
	padding: 15px 0 0px 0;
}


