body { 
background-position:center;
background-repeat:repeat-y;
background-image:url(design/images/site/bkg.jpg);

background-color:#003366;
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#444;
}
a {
color: #745208;
font-weight:bold;
outline:none;
}
a:hover {
text-decoration:none;
}
form {
margin:0;
padding:0;
}
p {
margin:0 0 10px;
color:#333;
}

h1 {
color: #003366;
font-size:24px; 
padding:12px 0 8px; 
border-bottom:1px solid #888; 
margin:0 0 20px;
font-weight:bold;
}

h2 {
color: #003366;
font-size:16px; 
padding:10px 0 8px; 
margin:0;
font-weight:bold;
}

.left2ColCont p,h1 {
padding-left: 10px;
}

ul {
list-style-type: square;
}
li {
margin-bottom:8px;
}


.hiddenPic {display:none;} /* preloading strategy, see bottom of template */

/* FRAME */

#frame {
width:920px;
margin:0 auto;
padding-top:15px;
}


/* HEADER */

#mainLogo {
background-image:url(design/images/site/stmuLogo.jpg);
background-repeat:no-repeat;
height:119px;
width:319px;
float:left;
margin:5px 0 0;
}
#mainLogo a {
display:block;
height:100%;
width:100%;
}
#headerLinks {
text-align:right;
font-size:11px;
line-height:1.6em;
width:160px;
float:right;
}
#headerSiteIndex {
width:140px;
float:left;
}
#headerSiteIndex a {
display:block;
border:2px solid #7FBEDD;
background-color:#7F99B2;
color:#fff;
font-size:10px;
padding:3px 7px 4px;
font-weight:bold;
text-decoration:underline;
}
#headerSiteIndex a:hover {
text-decoration:none;
border:2px solid #007EBB;
background-color:#003366;
}
#headerSearch {
float:right;
vertical-align:top;
}
#headerPride {
display:block;
background-color:#ccc;
height:85px;
margin:12px 0 0;
}
#searchQ {
width:160px;
}


/* NAV */

#navShad {
background-image:url(design/images/site/navShad.png);
background-repeat:repeat-x;
height:5px;
line-height:1px;
font-size:1px;
margin:0 0 15px;
}
#navShadR {
background-image:url(design/images/site/navShadR.png);
background-repeat:no-repeat;
width:7px;
height:5px;
float:right;
}
#navShadL {
background-image:url(design/images/site/navShadL.png);
background-repeat:no-repeat;
width:7px;
height:5px;
float:left;
}
#navRow1 {
background-color: #6685A3;
color:#FFFFFF;
font-size:12px;
padding:6px 10px;
}
#navRow1 a {
color:#FFFFFF;
text-decoration:none;
padding:4px 14px 3px 10px;
border-left:1px solid #6685A3;
border-bottom:1px solid #6685A3;
}
#navRow1 a:hover {
text-decoration:none;
background-image:url(design/images/site/navRow1Hover.png);
background-position:top right;
background-repeat:no-repeat;
border-bottom:1px solid #ccc;
border-left:1px solid #ccc;
border-right:none;
border-top:none;
background-color:#3D4E80; /* #CC9900; */
}

#navRow1 a.activated {
text-decoration:none;
background-image:url(design/images/site/navRow1Hover1.png);
background-position:top right;
background-repeat:no-repeat;
border-bottom:1px solid #ccc;
border-left:1px solid #ccc;
border-right:none;
border-top:none;
background-color:#CC9900;
}


#navRow2 {
background-image:url(design/images/site/navRow2Bkg.png);
font-size:13px;
padding:5px 10px;
}
#navRow2 a {
color:#FFFFFF;
text-decoration:none;
padding:0 10px;
font-weight:normal;
}
#navRow2 a:hover {
color:#FFFFFF;
text-decoration:underline;
padding:0 10px;
}


/* CONTENT BOXES */

.right2ColCont {
float:right;
width:410px;
margin:0 0 15px;
padding:0;
}
.left2ColCont {
width:480px;
margin:0 0 15px;
float:left;
}
.leftCol1 {
width:230px; 
float:left;
}
#spotlightPhotos {
background-color:#CCC;
height:140px;
}
.leftCol2 {
width:230px; 
height:100px; 
float:right;
}
#mainPhotos {
width:480px;
height:280px;
background-color:#CCC;
margin:0 0 10px;
}
#mainPhotosNav {
float:right;
width:220px;
text-align:right;
margin:0 0 30px;
}
#mainPhotosCap {
float:left;
width:250px;
color:#666666;
font-weight:bold;
text-align:left;
}


/* CONTENT DESIGN */

.specialText {
text-align:right; 
font-weight:bold; 
color:#006699; 
font-size:14px;
}
.title1 {
font-size:16px;
color:#FFFFFF;
background-color: #6685A3;
padding:4px 10px;
margin:0 0 15px;
}
.LRButtons {
margin:0 0 0 5px;
padding:0;
width:36px;
float:right;
text-align:right;
font-size:20px;
position:relative;
z-index:600;
}
.LRButtons img {
border:none;
margin:0;
}


/* FORM INPUT */

.submit, .headSubmit, .linksWithBkg a {
border:2px solid #ccc;
background-color:#CC9900;
font-size:10px;
font-weight:bold;
color:#FFFFFF;
padding:3px 6px;
background-image:url(design/images/site/goldBkg.png);
background-repeat:repeat-x;
background-position:top;
vertical-align:top;
text-decoration:none;
}
.headSubmit {
width:70px;
}
.linksWithBkg {
padding:2px 0 2px;
position:relative;
top:3px;
}
.linksWithBkg a {
padding:3px 6px;
position:relative;
}
.submit:hover, .linksWithBkg a:hover, .headSubmit:hover {
border:2px solid #aaa;
text-decoration:underline;
}
.inputText, .headInputText {
background-color:#fff;
font-size:10px;
font-weight:bold;
border:2px solid #ccc;
color:#666;
padding:3px 6px;
margin:0 7px 0 0;
vertical-align:top;
}
.headInputText {
width:150px;
margin:0 3px 0 0;
}


/* UTILITY */

.clearAll {
clear:both;
height:1px;
line-height:1px;
}
p.designNote {
font-weight:bold; 
font-size:18px; 
margin:0; 
padding:10px;
color:#fff;
}
#navRow1 .hover {
text-decoration:none;
background-image:url(design/images/site/navRow1Hover.png);
background-position:top right;
background-repeat:no-repeat;
border-bottom:1px solid #ccc;
border-left:1px solid #ccc;
background-color:CC9900;
}





#thumbnails {
border-top: 1px dashed #888;
margin: 3px 0 0 0;
padding: 18px 0 0 0;
}

#thumbnails img {
border: 1px solid #912B03;
margin: 0 20px 20px 0;
}

.fullpic {
border:1px solid #aaa;
margin-bottom:17px;
}

.wrapper1 {
position:relative;
height:100%; /* This is an important ie fix. */
}
#wrapper2 {
position:absolute; 
width:565px; 
top:0; 
right:0;
border-left:1px solid #aaa;
}
#wrapper3 {
position:relative; 
height:162px; 
margin-bottom:1px;
border-bottom:1px solid #777;
border-left:1px solid #777;
}
#keyshot {
background-position:0 0;
background-repeat:no-repeat;
position:absolute; 
left:0; 
width:349px; 
height:100%;
}
#brief {
position:absolute; 
right:0; 
width:195px; 
height:100%; 
background-color:#777;
color:#fff;
font-size:110%;
}
#brief .pad {
padding-left: 10px;
padding-right: 10px;
}

#left_1 {
position:absolute; 
left:0; 
width:349px; 
background-color:#e6e6e6;
}

#left_2 table {
margin:0 0 10px;

#middle_1 {
position:absolute; 
right:0; 
width:195px;
}
#right_1 {
position:absolute; 
width:165px; 
top:0; 
left:0;

}
#left_2 {
position:absolute; 
left:0; 
top:0;
width:565px;
}
#topLinks {
position:absolute; 
right:0; 
bottom:0; 
color:#fff; 
background-color:#666;
padding:4px 10px 4px 0;
font-size:105%;
}
#topLinks a {
color:#fff; 
padding:0 0 0 10px;
}

#right_1 ul {
list-style: none;
padding: 0 0 8px 8px;
margin: 0 0 10px 0;
}
.copyright {
margin-top:15px;
line-height:1.1em;
font-size:85%; 
color:#555;
}
.error {
color:#660000;
}

#right_1 h3 {
color:#333;
font-weight:normal;
font-size:120%;
padding: 0 0 4px;
margin: 0 0 8px 8px;
}
#right_1 h3 a {
color:#333;
text-decoration:none;
}
#right_1 h3 a:hover {
text-decoration:underline;
}

.flash_select {
border: #1a1a1a 1px solid; 
border-collapse: collapse; 
font-size: 90%; 
margin:0; 
color: #000000; 
padding:0;
background-color: #eaeaea;
}

/* PADDING RULES */
.pad { padding:16px 0 16px; clear:both; }
.right_1 .pad { padding:8px 0 8px 8px; }

p { padding:0 8px 0 8px; }
h3,h4,h5 { padding:0 8px 0 0; }
#right_1 p { padding: 0 6px 0 8px; }

.formPad { padding-top:15px; }


/* Right page  */

#right_1 ul li a {
display:block; 
padding:0 0 6px;
}


/*  ARTICLES  */

span.copyright { font-size:smaller; }
#txtMain {
width:530px;
text-align:left;
margin:25px 0;
}
p.title {
font-size: 190%;
color:#910000;
}
p.subtitle {
font-size: 150%;
color:#910000;
}
#topBtn {
text-align:right; 
margin: 25px 50px 0 0;
width:auto;
height:60px;
}
#shoutOut {
width:200px;
float:right;
margin:0 0 10px 10px;
font-size:180%;
color:#330033;
}
#artNav {
width:120px;
float:right;
margin:0 5px 0 10px;
text-align:right;
}
#print {
width:565px; 
margin: 25px 25px;
padding: 0 0 25px 0;
background-color:#FBF3DF;
height:100%;
}
p.signature {
font-size: medium; 
color:#910000;
padding-right:30px;
}
.tagalong {
color: #0D1B6F;
font-size:90%;
}
span.tagalong a {
color:#444;
}
span.lead_in {
color: #440000;
font-size:150%;
}
.artTitle {
font-size:130%;
font-weight:bold;
margin-top:15px;
}
.artTitle a {
text-decoration:underline;
color:#333;
}
.artTitle a:hover {
text-decoration:none;
}

.artTitle2 {
font-size:170%;
font-weight:bold;
margin-top:15px;
}


/* FORMS */

input.btn {
padding:3px;
color:#fff;
background-color:#666;
border:1px solid #999;
font-size:80%;
font-weight:bold;
}
input.btnhov {
background-color:#888;
border:1px solid #999;
}
form { margin:0; padding: 0;}

div.breaker {
width:250px;
font-size:150%;
color:#660000;
float:right;
margin: 0 0 5px 25px;
border-bottom:2px solid #777;
	
}

label {
float: left;
margin: 0 0 10px;
text-align: right;
width: 140px;
padding: 2px 10px 0 0;
font-size:small;
}

input.txt {
width: 200px;
margin: 0 0 10px;
clear:right;
}
input.emp {
width:250px;
margin: 0 0 10px;
clear:right;
}
textarea.txtArea {
height:200px; 
width:250px;
margin-right:10px;
}


/* BLOG */

.blogDiv p {
/* margin: 0 0 9px 0; */
}

.blogDiv_1 {

}


p.blogTitle {
margin: 15px 0 2px 0;
font-size:110%;
color:#912B03;
padding: 4px 0 4px 8px;
border-bottom: 1px solid #666;
}

p.blogTime {
font-size:80%;
margin:0 0 4px 0;
text-align: right;
}

p.blogLinks {
margin: 0 0 20px 0;
font-size:80%;
}

p.blogHeaderDate {
margin:30px 0 5px 0;
padding-bottom:8px;
font-size:150%;
color:#444;
border-bottom:1px solid #ccc;
}

div.blogIndent {
margin:0 30px 0 30px;
}

/* PICTURES */

img.leftTop {
border:1px solid #666; 
margin:0 15px 15px 0;
float:left;
}

img.left {
border:1px solid #666; 
margin:15px 15px 15px 0;
float:left;
}

img.rightTop {
border:1px solid #666; 
margin:0 0 15px 15px;
float:right;
}

img.right {
border:1px solid #666; 
margin:15px 0 15px 15px;
float:right;
}

img.noBorder {
border:none;
}


/* Calendar 

.date { width: 90px; }
.dayw { width: 35px; }
.time { width: 70px; }
.venue { width: 170px; }
.description { width: 270px; }
.spacer { width: 10px }
.highlight { background-color:#CCCCCC; }
.small { font-size: 10px; }*/


/* DROP DOWN MENUS */

ul#nav {
list-style: none;
padding: 0;
margin: 0;
}

#nav a {
outline: none;
font-weight:normal;
display:block;
font-size:100%;
color:#fff;
padding:0 0 3px 30px; 
text-decoration: none;
line-height:1.3em;
}

#nav a:hover {
text-decoration:none;
}

#nav li li a {
display: block;
padding:4px 10px;
font-weight: normal;
background-color:#0E1871;
color:#fff;
line-height:1.1em;
}

#nav li li a:hover {
text-decoration:underline;
color:#fff;
}

ul#nav li {
float: left;
margin: 0;
position: relative;
text-align: left;
cursor: default;
border-bottom:1px solid #DA1212;
}

ul#nav li ul {
display: none;
position: absolute;
top: 100%;
left: -1px;
border-top: 2px solid #DA1212;
list-style: none;
font-weight: normal;
font-size:100%;
padding: 0;
background-color:#0E1871;
margin:0 0 0 18px;
z-index:50;
}

ul#nav li>ul {
top: auto;
left: auto;
min-width:160px;
}

.table_in_nav td {
vertical-align:top;
}

.table_in_nav {
vertical-align:top;
}

ul#nav li li {
display: block;
float: none;
border: 0;
margin:0;
padding:0;
font-size:95%;
border-right:2px solid #DA1212;
border-left:2px solid #DA1212;
}

ul#nav li li.last {
/* Internet Explorer work-around.  No single border declaration on ul#nav li ul :-( */
border-bottom: 2px solid #DA1212;
}

ul#nav li:hover ul, ul#nav li.over ul { display: block; }

