


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,
b, u, i, center,
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-size: 100%;	vertical-align: baseline;	background: transparent;}
img, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0;	padding: 0;	border: 0;	outline: 0;	font-size: 100%;	/*vertical-align: baseline;*/	/*background: transparent;*/}
body {	line-height: 1;}
ol, ul {	list-style: none;} 
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}
/* remember to define focus styles! */
:focus {	outline: 0;}

/* remember to highlight inserts somehow! */
ins {	text-decoration: none;}
del {	text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: collapse;	border-spacing: 0;}

/*END RESET*/

/*HTMLELEMENTS AND TYPOGRAPHY*/
body{}
h1 {font-family: 'Georgia', serif; font-size:2.5em; font-weight:bold;line-height:1em; color:#002144;}
h2 {font-family: 'Georgia', serif; font-size:2.5em; font-weight:bold; font-style:italic;line-height:1em; color:#002144;}
h3 {font-family: 'Georgia', serif; font-size:1.5em; font-weight:bold;line-height:1.5em; color:#002144;}
h4 {font-family: 'Georgia', serif; font-size:1.5em; font-weight:bold; font-style:italic;line-height:1.5em; color:#002144;}
h5 {font-family: 'Georgia', serif; font-size:1.2em; font-weight:bold;line-height:1.2em; color:#002144;}
h6 {font-family: 'Georgia', serif; font-size:1.2em; font-weight:bold; font-style:italic;line-height:1.2em;color:#002144;}
strong{font-weight:bold;};
em {font-style:italic;}
#calendarwrap{}
#toolsWrapp{}
.title{}
.toolsFlyC {font-size:.6em; font-weight:bold;text-align:left;}
ul{margin: 0 0 0 23px; list-style-type:disc;}
ul li ul{margin: 0 0 0 15px; list-style-type:circle;}
ol{margin: 0 0 0 28px; list-style-type:decimal;}
ol li ol{margin: 0 0 0 15px;list-style-type:lower-roman;}
ul li ol{margin: 0 0 0 15px;list-style-type:lower-roman;}
ol li ul{margin: 0 0 0 15px;list-style-type:disc;}
/*HTMLELEMENTS AND TYPOGRAPHY*/
/*USEFUL CLASSES*/
.small {font-size:.8em;}
.roundify { /*rounds corners also works iE througn java script*/-moz-border-radius-topleft:10px;-moz-border-radius-topright:10px;-moz-border-radius-bottomleft:10px;-moz-border-radius-bottomright:10px; -webkit-border-top-left-radius:10px;-webkit-border-top-right-radius:10px;-webkit-border-bottom-left-radius:10px; -webkit-border-bottom-right-radius:10px; border-top-right-radius:10px; border-top-left-radius:10px; border-bottom-right-radius:10px; border-bottom-left-radius:10px;}
.roundifySmall { /*rounds corners also works iE througn java script*/-moz-border-radius-topleft:10px;-moz-border-radius-topright:3px;-moz-border-radius-bottomleft:3px;-moz-border-radius-bottomright:3px; -webkit-border-top-left-radius:3px;-webkit-border-top-right-radius:3px;-webkit-border-bottom-left-radius:3px; -webkit-border-bottom-right-radius:3px; border-top-right-radius:3px; border-top-left-radius:3px; border-bottom-right-radius:3px; border-bottom-left-radius:3px;}
.yellow{color:#EBCC6E;}
.blue{color:#002144;}
.blueGrad {/*gradients probally copied to elsewhere for hover*/
	color: #fef4e9;
	background: #002144;
	background: -webkit-gradient(linear, left top, left bottom, from(#0041B0), to(#002057));
	background: -moz-linear-gradient(top,  #0041B0,  #002057);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0041B0', endColorstr='#002057');}

.yellowGrad {	/*gradients probally copied to elsewhere for hover*/
	background: #EBCC6EC;
	background: -webkit-gradient(linear, left top, left bottom, from(#FAD975), to(#A8820D));
	background: -moz-linear-gradient(top,  #FAD975,  #A8820D);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAD975', endColorstr='#A8820D');}	

.button{ padding: 5px 0 5px 0;display: inline-block; font-size:1.3em; font-weight:bold; outline: none;	cursor: pointer;	text-align: center;	text-decoration: none;	text-shadow: 0 1px 1px rgba(0,0,0,.3);	-webkit-border-radius: .5em;	-moz-border-radius: .5em;	border-radius: .5em;	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);	box-shadow: 0 1px 2px rgba(0,0,0,.2);width:150px}
.button {/*gradients probally copied to elsewhere for hover*/
	color: #fef4e9;
	background: #4009E6;
	background: -webkit-gradient(linear, left top, left bottom, from(#79B6E3), to(#244763));
	background: -moz-linear-gradient(top,  #79B6E3,  #244763);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#79B6E3', endColorstr='#244763');}
.button:hover{	/*gradients probally copied to elsewhere for hover*/
	background: #6F2DFC;
	background: -webkit-gradient(linear, left top, left bottom, from(#FAD975), to(#A8820D));
	background: -moz-linear-gradient(top,  #FAD975,  #A8820D);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAD975', endColorstr='#A8820D');}
	
/*USEFUL CLASSES*/


/* STICKY FOOTER*/
html, body {height: 100%; }
#wrap {min-height: 100%; text-align:center;}
#header {width:980px; margin:0 auto 0 auto;}
#main {overflow:auto; padding-bottom: 50px; width:980px; margin: 0 auto 0 auto; text-align:left; }  /* must be same height as the footer */

#footer {position: relative; margin-top: -66px; /* negative value of footer height */ height: 50px; clear:both; padding-top:20px;} 
/*Opera Fix*/body:before {content:""; height:100%; float:left; width:0; margin-top:-32767px;/}
/*STICKY FOOTER*/

/*BASIC SETUP*/
body{text-align:center; background-color:#5e9bc1; background-image:url('/export/system/modules/edu.etbu.currentStudents.template/resources/CSHomeImg/SWBG.jpg'); background-repeat:repeat-x; font-family:'Helvetica',Arial,sans-serif; font-size:12px; line-height:1.8em; }
/*body{font-family: 'Georgia', serif;  font-size: 9pt;  font-style: normal;  line-height: 1.8em; letter-spacing:.03em;}*/
#wrapp{width:980px; margin: 0 atuo 0 auto; text-align:left;}
#header{width:980px;}
#main{width:980px; margin-top:16px;}
a {color:#275F90;}
a:hover {color:#103657;}
/*BASIC SETUP*/

.flyClose  {height:20px; width:100%;margin-bottom:-10px; background-image: url('/export/system/modules/edu.etbu.currentStudents.template/resources/CSHomeImg/FlyBottom.png'); background-repeat:repeat-x; background-position:top; position:absolute; bottom:0px;}
.flyShadow {height:8px; margin-bottom:10px; width:100%; background-image: url('/export/system/modules/edu.etbu.currentStudents.template/resources/CSHomeImg/FlyShadow.png'); background-repeat:repeat-x; background-position:top;}

/*SEARCH*/

#search{height:33px; width:85px; display:inline-block; zoom:1; vertical-align:middle; float:right;}

#search .linkshead{height:30px; padding: 0px 0 0 0;}
#searchTrigger{display: inline-block; height: 30px; margin: 0 0 0 10px;}
#searchFly{background:#B7D4ED; background-image: url('/export/system/modules/edu.etbu.currentStudents.template/resources/CSHomeImg/flyBackGround.jpg');background-repeat:no-repeat;background-position:top;  margin: 0px 0px 0px -2px; width:250px; position:absolute; top:32px; z-index:10000; height:50px; color:#000; display:none;}
#search img{vertical-align:middle;display:inline-block;}
/*SEARCH*/

/*LOGO*/
#logo{height:33px; display:inline-block;  vertical-align:middle;float:left;}
/*LOGO*/
/*LOGIN WELCOME*/
#loginWelcome{height:23px; display:inline-block; zoom:1; display:inline; vertical-align:middle; float:left; color: white; overflow:hidden; padding: 10px 0 0 0;}
#loginWelcome a{color: #f5d227;}
/*LOGIN WELCOME*/


/*TOOLS*/
#toolsWrapp{width:960px; height:33px;}
#tools {width:75px; height:33px; position:relative; vertical-align:middle; display:inline-block; float:right;}
#toolsTrigger img {vertical-align:middle;}
#offTrigger img {vertical-align:middle;}
.popup{ border:solid 1px #000;  background-color:#3E7DB3;  padding:12px; height: 0px;  z-index: 25;  position: absolute;  display: none; }
.toolsFlyC  {background:#E0D8A3; /*background-image: url('/export/system/modules/edu.etbu.currentStudents.template/resources/CSHomeImg/flyBackGround.jpg');background-repeat:no-repeat; background-position:top;*/   margin: 0px 0px 0px -297px; width:370px; position:absolute; top:33px; z-index:10000; height:175px; color:#000; display:none;}
.toolsFlyC table {width:370px; height:125px;}
.toolsFlyC a {color:#002144; text-decoration:none; font-size:1.2em; vertical-align:middle;display:inline;}
.toolsFlyC td {padding: 2px 2px 0 7px;}
.toolsFlyC td:hover {background:#EBCC6E;}
.toolsFlyC a {vertical-align:middle;}
.toolsFlyC img {vertical-align:middle;display:inline-block; width:15px; height:15px;}
.loginBox {color:#FFF;}
.moved {position:absolute; right:5000px;}
/*TOOLS*/

/*NAVIGATION*/
#navigation {width:64px; height:33px; position:relative; vertical-align:middle; display:inline-block; float:right; text-align:left;}
#navTrigger img {vertical-align:middle; }
.navFly  { width:960px; position:absolute; top:33px; z-index:10000; color:#000; margin: 0px 0px 0px -821px;background:#04142E;/*background-image: url('/export/system/modules/edu.etbu.currentStudents.template/resources/CSHomeImg/flyBackGround.jpg');*/background-repeat:no-repeat; background-position:top; padding: 0 0 0 0 ; display:none;}
.navFly  ul {display:inline-block; text-align:left; width:115px; float:right;  margin: 0 10px 0 10px;list-style:none;}
.navFly .indexcategory {font-size:.9em; border-bottom: 1px solid #EBCC6E;}
.navFly li {font-size:.7em; margin: 0 0 7px 0;  line-height:1.2em;}
.navFly table {width:560px; height:125px;}
.navFly a { text-decoration:none; font-size:1.2em; vertical-align:middle;display:inline; color:#FFF;}
.navFly td {padding: 2px 2px 0 2px;}
.navFly td:hover {background:#002144;}
.navFly a {vertical-align:middle; }
.navFly li:hover {background:#002144;} }
.navFly img {vertical-align:middle;display:inline-block; width:15px; height:15px;}
/*NAVIGATION*/

/*DAILY*/
#daily {width:980px; height:125px;}
/*DAILY*/

/*TIGEREYES*/
#tigerEyes {width:1000px; position:absolute; z-index:-1; margin: 0 0 0 -40px; top:33px;}
#tigerEyes img{display:inline-block; padding: 0 0 0 0; margin: 0 -5px 0 -5px;}
/*TIGEREYES*/

/*TITLESTRIP*/
#titleStrip {width:975px; position:absolute; z-index:2; height:36px; padding: 10px 0 0 5px; background:url('/export/system/modules/edu.etbu.currentStudents.template/resources/CSHomeImg/titleStripSW.jpg'); top:159px; }
#titleStrip {text-align:left; color:#EBCC6E; font-weight:bold; font-size:2em; }
#metaStrip{position:absolute; z-index:2; background:url('/export/system/modules/edu.etbu.currentStudents.template/resources/CSHomeImg/metaStrip.jpg');  height:15px; width:750px; top:31px; left:0;}
#metaStrip div{margin:-5px 0 0 0;}
#metaStrip div a{color:#EBCC6E; font-size:.8em}
#metaStrip div a:hover{color:#FFF; font-style:italic;}
/*TITLESTRIP*/

/*MAIN*/
#main{min-height:730px;background-image:url('/export/system/modules/edu.etbu.currentStudents.template/resources/CSHomeImg/borderShadowBG.png'); background-position:750px 0px; background-repeat:repeat-y; }
/*MAIN*/

/*LEFTCONTENT*/
#leftContent {min-height:730px; display:inline-block; zoom:1; *display:inline; width:730px; position:relative; margin: 0 4px 0 0;vertical-align:top; padding: 46px 10px 45px 10px;background:#FFF;}
#leftContent img {margin:10px;}
/*LEFTCONTENT*/

/*THINCONTENT*/
#thin{min-height:730px; display:inline-block; zoom:1; *display:inline; width:980px; position:relative; margin: 0 4px 0 0;vertical-align:top; padding: 46px 0 45px 0; background:#FFF;}
#thin img {margin:10px;}
#metaStripThin{position:absolute; z-index:2; background:url('/export/system/modules/edu.etbu.currentStudents.template/resources/CSHomeImg/metaStrip.jpg');  height:15px; width:980px; top:31px; left:0;}
#metaStripThin div{margin:-5px 0 0 0;}
#metaStripThin div a{color:#EBCC6E; font-size:.8em}
#metaStripThin div a:hover{color:#FFF; font-style:italic;}
/*THINCONTENT*/

/*STUDENTSPOTLIGHT*/
#studentSpotlightwrap {width:650px; margin: 0 0 0 0; }
#studentSpotlightwrap a {text-decoration:none; font-size:1.2em;}
#studentSpotlightwrap #SpotPic{width:380px;  position:relative; margin: 0 0 0 0; float:left;}
#studentSpotlightwrap #SpotPic .pic {padding: 0 0 0 0;margin: 0 0 25px 0; overflow:hidden; height:300px; width:380px;}
#studentSpotlightwrap #SpotPic .pic img{padding: 0 0 0 0;margin: 0 0 25px 0; overflow:hidden; height:300px; width:380px;}
#studentSpotlightwrap #SpotArticle{ margin: 0 0 0 0; padding: 0 0 0 0;}
#studentSpotlightwrap .extraContent {padding:0 0 0 25px;}
#studentSpotlightwrap .extraContent a {vertical-align:middle; font-weight:bold;}
#studentSpotlightwrap .extraContent img {vertical-align:middle;}
#studentSpotlightwrap .title {margin: 0 0 0 25px;}
#studentSpotlightwrap h2 {line-height:1em;}
/*STUDENTSPOTLIGHT*/

/*Around Campus*/
/*.aroundICO{margin: 0 285px 0 0; float:right;}*/
/*Around Campus*/

/*RIGHTCONTENT*/
#rightContent{ display:inline-block; width:220px;  vertical-align:top; position:relative; padding: 45px 0 45px 0;}
/*RIGHTCONTENT*/

/*NAVIGATION*/
#navTitle {font-weight:bold; font-size:1.5em;}
#rightContent a {color:#EBCC6E; text-decoration:none; }
#rightContent a:hover {color:#FFF; font-style:italic; }
.navRight {list-style-type:none; line-height:1.3em;}
.navRight .leftNavBranch {list-style-type:none;}
.navRight .navParentFolder{list-style-type:none;}
.navRight .leftNavBranch a {font-size:1.1em; font-weight:bold;}
.navRight .navParentFolder a {font-size:1.1em; font-weight:bold;}
.navRight ul{list-style-type:circle; color:#EBCC6E; margin: 0 0 0 25px;}
.navRight ul li {margin-bottom:5px;}
.leftNavCurrent{list-style-type:disc; font-weight:bold; }
.navRight ul li a {font-size:1em; font-weight:normal;}


/*NAVIGATION*/




/*FOOTER*/
#footer{background:#FFF;}
#footerLinks {width:1050px;margin:0 auto 0 auto}
#footerLinks a {}
#footerLinks img {height:30px; margin:30px 50px 20px 50px;}
/*FOOTER*/






