@charset "utf-8";
/* neutralize browser styles */
body, html {
	margin:0;
	padding:0;
	}
/* neutralize browser spacing for vertical elements */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
	}
/* General Styles */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url(../images/mapNewCenter4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
html {
	background-image: url(../images/map-sidebar-gold.jpg);
}
blockquote  {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: .9em;
	font-weight: normal;
	line-height: 1.8;
	margin-right: 4em;
	margin-left: 4em;
	padding-right: 1em;
	padding-left: 1em;
	background: url(../images/upQuote.gif) no-repeat;
	padding-top: 1em;
	margin-top: 1.8em;
}
blockquote span {
	text-align: right;
	font-weight: bold;
	background: url(../images/downQuote.gif) no-repeat right bottom;
	line-height: 1.2;
	padding-bottom: 2.4em;
	display: block;
	padding-top: 0em;
	padding-right: 2em;
}
/* ---------All layout generic styles---------------- */
.twoColFixSmSide #container, .twoColFixLgSide #container, .oneCol #container {
	width: 1200px;
	margin: 0 auto;
	text-align: left;
} 
.twoColFixSmSide #header, .twoColFixLgSide #header, .oneCol #header {
	height: 220px; /* this will be the height of the header background graphic */
	position: relative;
	bottom:10px;
} 
.twoColFixSmSide #sidebar div, .twoColFixLgSide #sidebar div {
	padding-bottom: 1em;
	margin-bottom: 1em;
	background-color: #A81933;
}
.twoColFixSmSide #footer, .twoColFixLgSide #footer, .oneCol #footer {
	padding: 30px 1em .5em;
	margin-bottom: 1em;
	background-color: #D2C694;
	border: 2px solid #BBBBBB;
} 
.twoColFixSmSide #footer p, .twoColFixLgSide #footer p, .oneCol #footer p {
	font-size: 0.8em;
	color: #645B54;
	text-align: center;
	margin-bottom: 0.5em;
}
/* --------------Large sidebar specific styles -------------*/
.twoColFixLgSide #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, adding padding and borders will increase the overall width in standards-compliant browsers */
	padding: 5px;
	color: #fff;
}
.twoColFixLgSide #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar space when the content in #sidebar ends. */
	padding: 0; 
	
} 
/* --------------Small sidebar specific styles -------------*/
.twoColFixSmSide #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, adding padding and borders will increase the overall width in standards-compliant browsers */
	padding: 0;
	color: #fff;
}
.twoColFixSmSide #mainContent {
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar space when the content in #sidebar ends. */
	padding: 0;
	position: relative;
} 

/* -----------------end large sidebar styles ----------------------------*/
/* -----------------one column styles ----------------------------*/
.oneCol #mainContent {
	margin: 0;
	padding:0;
	}
.oneCol #mainContent .article h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	color: #78320E;
	margin: 0;
	font-weight: normal;
	line-height: 2;
	padding-left: 55px;
	background: url(../images/skull_header.gif) no-repeat left center;
}
.oneCol #mainContent img {
	background: none;
	display: inline;
	border: none;
	margin: 5px;
	padding: 0;
}
/* ----------------- shopping area styling -------------------- */
#mainContent .TabbedPanels .TabbedPanelsTab h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	background: none;
	padding: 0;
	margin:0;
	line-height: 1.6;
	color: #78320E;
}
/* -------------------- main content specific styles ------------------*/
#mainContent img {	
	display: block;
	padding: 3px;
	border: 1px solid #999;
	margin: 1.6em auto;
}
#mainContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.95em;
	line-height: 1.6;
	padding-right: 1.6em;
	padding-left: 1.6em;
	color: #484848;
	margin-top: 0.5em;
	font-weight: bold;
}
#mainContent a {
	color: #602E0C;
	text-decoration: none;
	border-bottom: 1px dotted #602E0C;
	padding-bottom: .1em;
}
#mainContent a:hover {
	color: #BA3818;
	border: none;
}

#mainContent .article, #mainContent .galleryArticle {
	background: #fff;
	border: 2px solid #bbb;
	border-top: none;
	color: #602E0C;
	padding-left: 1em;
	padding-right: 1em;
	margin-bottom: 1em;
	padding-top: 0.5em;
	font-weight: bold;
	min-height:800px;
}

#mainContent .article h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #999;
	margin: 0;
	font-weight: normal;
	line-height: 2;
	padding-left: 45px;
	background: url(../images/skull_icon.gif) no-repeat left center;
}
#mainContent .article h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	color: #666;
	margin-bottom: -0.5em;
	font-weight: normal;
	text-align: center;
	padding-bottom: 45px;
	background: url(../images/headline_bkg6.jpg) no-repeat center bottom;
}
#mainContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.95em;
	margin: 1em .5em;
	color: #600;
}
/* ------ mainContent gallery styles --------------*/
#mainContent .galleryArticle h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.5em;
	line-height:1.5em;
	text-align: center;
	color: #464646;
	margin: 0.5em 2em 0;
	font-weight: normal;
	padding: 0;
	background: none;
}

#mainContent .galleryArticle h1.smallh1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	line-height:1.5em;
	text-align: center;
	color: #464646;
	margin: 0.5em 2em 0;
	font-weight: bold;
	padding: 0;
	background: none;
}
#mainContent .galleryArticle h2 {
	position: relative;
	top: -.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 0;
	color: #333;
	font-weight: normal;
	text-align: center;
	padding: 0 0 55px;
	background: url(../images/headline_bkg6.jpg) no-repeat center bottom;
}
#mainContent .author {
	font-style: italic;
	}

/* ---------------- form styles ----------------*/
#formWrap {
	padding: 1em 0;
	background-color: #999;
	margin-bottom: 1em;
	}
form#frmContact {
	margin: 0 3%;
	}
fieldset {
	background: #D8D5C5;	
	border:2px solid #602E0C;
	margin: 1em 0;
	padding-bottom: .5em;
	}
legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #602E0C;
	height:20px;
	padding: 0em .5em;
	margin-left: 0.5em;
	background-color: #D8D5C5;
    border:2px solid #602E0C;	
	border-bottom:none;
	-moz-border-radius:4px 4px 0 0;
}
#formWrap p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #602E0C;
	line-height: 1.2;
	margin: 1.4em 0;
}
input.text {
	width: auto;
}
textarea {
	width: 300px;
	margin-top: .5em;
}
label.top {
	display: block;
	margin-bottom: .5em;
}
label.check {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1;
	color: #000;
}
span.aside {
	font-style: italic;
}
p.required {
	position: relative;
}
span.required {
	position: absolute;
	left: 320px;
	padding-left: 35px;
	background: url(../images/notice_icon.gif) no-repeat left center;
	color: #c00;
	height: 25px;
	line-height: 25px;
}
input.text:focus, textarea:focus {
	background: #C8D3CB;
}
/* ---------------- header specific styles ----------------*/
#header ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#header li {
	float: left;
}
#header li a:link, #header li a:visited {
	background: #58725A;
	padding: .2em .5em;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 1.2em;
	margin-right: 0.5em;
}
#header li a.current, #header li a.current:hover, #header li a.current:active {
	color: #78320E;
	background: #fff;
	cursor: default;
}
#header li a:hover {
	color: #58725A;
	background: #fff;
}
#header #logo {
	background: url(../images/SDSU_3ColorRevOnRed.gif) no-repeat;
	height: 140px;
	width: 170px;
	position: absolute;
	top: 10px;
	right: 0px;
}
#header h1 {
	text-indent: -1000em;
	/*background: url(../images/tagline.gif);*/
	height: 142px;
	width: 373px;
	position: absolute;
	left: 0px;
	top: 0px;
}
/* ------------------sidebar specific styles -----------------------*/
#sidebar h1{
	margin: 0;
	text-indent: -1000em;
	height: 35px;
	margin-bottom: .25em;
	}
#sidebar #previous h1 {
	background: url(../images/previous_head.gif) no-repeat;
}
#sidebar #archive h1 {
	margin-bottom: 0;
	background-image: url(../images/archives_head_1.jpg);
}
#sidebar #next h1 {
	background-image: url(../images/archives_head_2.jpg);
	background-repeat: no-repeat;
}
#sidebar #current h1 {
	background: url(../images/current_head.gif) no-repeat;
}
#sidebar #required h1 {
	background: url(../images/required_head.gif) no-repeat;
	font-size: 1em;
	height: 35px;
}
#sidebar #about h1 {
	background: url(../images/about_head.gif) no-repeat;
}
#sidebar #about p{
	margin: 1em .625em;
	}
#sidebar #required ul,#sidebar #archive ul  {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sidebar  #required  ul li {
	margin: 0 0 0 10px;
}
#sidebar #archive ul li {
	margin:0;
	padding:0;
	background-color: #A81933;
	}
#sidebar #required ul a {
	display: block;
	width: 200px;
	padding-left: 20px;
	font-family: "Arial", "Helvetica", "Verdana", "sans-serif";
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	line-height: 2.2em;
	background: url(../images/bullet.gif) no-repeat left center;
	margin: 0;
}
#sidebar #archive ul a {
	display: block;
	width: 170px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #DED5AF;
	text-decoration: none;
	line-height: 30px;
	margin: 0;
	border-bottom: 1px solid #fff;
	font-weight: bolder;
}
#sidebar #archive ul a:hover {
	background-position: -200px 0px;
	color: #A49144;
	background-color: #FFFFFF;
	font-weight: bolder;
	}
#sidebar #archive ul a.current {
	background-position: right top;
	color: #A49144;
	cursor: default;
	background-color: #FFFFFF;
	}
#sidebar #archive ul a.last {
	border-bottom: none;
	}
.twoColFixSmSide #sidebar div#archive {
	padding:0;
	background-color: #A81933;
	}
#sidebar #required ul a:hover {
	background: #6C8C6F url(../images/bullet.gif) no-repeat left center;
}
#sidebar div img {
	margin: .5em auto;
	display: block;
}
#sidebar div p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #fff;
	margin: 0 10px;
}
#sidebar  div#next  p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #fff;
	margin: 1em .7em;
	line-height: 1.6;
}

#sidebar div p.caption {
	font-size: 0.8em;
	margin-top: 0em;
	text-align: center;
}
#sidebar div h2 {
	font-size: 1em;
	margin-left: 10px;
	margin-top: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.rightAlign    {
	text-align: right;
}
#header .headerimage {
	background-color: #FFFFFF;
	border-color: #222222;
	border-style: solid;
	border-width: 1px 1px 0pt;
	margin: -40px 15px 5px 13px;
	padding: 6px;
}
#sidebar #archive .sidebar {
	background-color: #8A162D;
}
#sidebar #archive h4 {
	margin: 1em;
	padding-top: 10px;
	margin-top: 0px;
	margin-left: 1.9em;

}
#Content .list li {
	list-style:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	margin: 10px;
	color: #5A524B;
	margin-left: 8em;
}
#Content .list {
	padding-left: 1.6em;
}
#Content .list p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.95em;
	font-weight: bold;
	color: #C15B39;
}
#Content .testimonial_box {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	display: block;
	padding: 1em;
	background-image: url(../images/map-sidebar-gold.jpg);
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 1.6em;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.twoColFixSmSide #container #wrapper #mainContent .galleryArticle #Content .testimonial_box .testimonial_text {
	font-style: italic;
	color: #694541;
	font-size: 1.1em;
}
.twoColFixSmSide #container #wrapper #mainContent .galleryArticle #Content .testimonial_box .testimonial_source {
	text-align: right;
	font-weight: bold;
	color: #868686;
}
.img_container {
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	background-image: url(../images/page_bkg1.jpg);
	margin: 1.5em;
	margin-bottom: 2em;
}
#Content #contact_footer {
	text-align: center;
	margin-bottom: 3em;
}
#next li {
	margin-right: 0.5em;
	margin-bottom: 1.7em;
	margin-left: 1.6em;
	margin-top: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #DED5AF;
}

.little_box{
	margin: 0.5em 2em;
}

.little_box1{
	float:left;
	margin: 0.5em 2em;
}
.lable{
	float:left;	
}
.message_line{
   min-height:22px;
   color: red;
   font-family: sans-serif;
   font-style: italic; 
   text-align:right;
   padding-bottom: 0;
   margin-bottom: 0;
}
.events li{
	list-style-image: url(../images/dash.gif);
}
#Content .list .events li {
	list-style-image: url(../images/dash.gif);
}
.foot-space {
	height: 900px;
}
.floater {
	float: right;
	padding:10px;
}

#Content .floater img {
	margin: 0px;
}
#Content .wrap_text {
	padding-top: 10px;
}
#Content .large_header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	color: #C15B39;
}
#Content .white_space {
	height: 800px;
}
/*my css*/
#mainContent .galleryArticle h3.smallh7{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height:1em;
	text-align: center;
	color: #464646;
	margin: 0.5em 2em 0;
	font-weight: bold;
	padding: 0;
	background: none;
}
#mainContent .myFrames {
	text-align: left;
	font-weight: bold;
	border-style: none 
}
.f3 {	
	width:50%;
	height:100%;
	background-color: #999;	
	float:right;
	overflow:hidden;
}
.f2{
	width:50%;
	overflow:hidden;
	height:100%;
	float:left;
	background-color: #999;
}
#frames {	
	background-color: #999;	
	}
#alpha ul{
list-style-type: none;
min-width:600px;
margin:0;
margin-top:7px;
text-align:left;
}
#alpha  li{

display:inline;
min-width:240px;
padding:0.5%;
}
#alpha a{
color:rgb(23,67,128);
font-size:medium;
font-weight:bold;
text-decoration: none;
}
.alphadisplay{
background-color: #999;
}
table.schedule_table td, table.schedule_table th
{
border:1px solid black;
}
table.schedule_table td.available{
	background-color: green;
	border-spacing: 10px;
}
table.schedule_table
{
width:100%;
}
table.schedule_table th
{

height:25px;
}
table.schedule_table td{
width: 10%;
height: 25px;
}
table.schedule_table th{
width: 10%;
height: 25px;
text-align: center;
}
#rt{
	float: right;
}
#lt{
	float: left;
}
.errorConsole{
	color: rgb(231,3,13);
	color: #fff;
	color: rgb(255,23,23);
	margin: 1em 1em;
	padding: 1em 2em;
	font-size: small;
	list-style: circle;
	border: 2px Solid rgb(205,76,82);
}
#message_console{
	color: rgb(7,11,59);
	margin: 1em 1em;
	background: rgb(159,184,231);
	min-width: 400px;
	font-size: small;
	padding: 1em;
}


.errorInformation{
	color: red;
	font-size: 70%;
}
font.top{
vertical-align: text-top;
font-weight: bold;
font-size: 75%;
color:#FF0000;
}
font.message{

font-weight: bold;
font-size: 75%;
color:#FF0000;
}
/**********************Tabs**********************/
div.panes div {
	display:none;
	background: #D8D5C5;
	margin:0% 3%;
	padding-top:5px;
	border:2px solid #602E0C;
	min-height:500px;
}
ul.tabs{
list-style:none;
margin:0;
}
ul.tabs li{
list-style-type:none;
text-align:left;
padding:3px;
display:inline;
}
ul.tabs li:first-child{
margin-left:50px;
}
ul.tabs a{    
	font-size:13px;	
	padding:5px 30px;	
	text-decoration:none;
	border:2px solid #666;	
	border-bottom:0px;
	height:20px;
	background-color:#efefef;
	color:#777;
	margin-right:2px;
	position:relative;
	outline:0;
	-moz-border-radius:4px 4px 0 0;
}
/* selected tab */
ul.tabs a.current {
	background: #D8D5C5;
	border:2px solid #602E0C;
	border-bottom:0px;
	color:#000;	
	cursor:default;
}
div.panes div table tr td{
margin:15px;
line-height: 1.6;
padding:15px;
width:50%;
}
/* Login bar*/
#loginbar{
text-align:right;
color:black;
font-size:80%;
}

#loginbar a{
color:black;
}

.searchalphalist li{
list-style-type:none;
text-align:left;
display:inline;
}

.searchresults{
color:Black;
font-weight:normal;
background-color:#D8D5C5;
}

.messagelable{
	vertical-align:top;
}

#message{
	width:100%;
}

.details{
	font-family:Arial,Charlotte,sans;
	color:Black;
	font-weight:normal;
	width:100%;
	margin-bottom:1em;
	margin-top:1em;
}

.details tr{
	padding-bottom:1em;
}

.details td{
	vertical-align:top;
}

.details caption{
	color: #78320E;
	text-align:left;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}

.label{
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	min-width:40%;
}

.separator{
	width:10%;
	font-weight:bold;
	text-align:center;
}

.information{
	max-width:50%;
}

.note{
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	color:Black;
	font-size:small;
}


.portfolioMainContent{
	margin:0px;
	position:relative;
}

