@charset "utf-8";
/* CSS Document */
body {
	margin:0px 0px;
	padding:0px;
	text-align:center;
	background-color:#a0a8ad;
	background:url(/templates/libertyu/images/solid_repeat.jpg);
	font-family:verdana, arial, helvetica;
	font-size:11px;
	color:#162027;
	overflow-x:hidden;
	min-width:800px;
}
img {
	border:none;
}
a.noborder {
	border:0 !important;	
}

h1 {
	font-family:verdana, arial, helvetica;
	font-size:17px;
	border-bottom:1px dotted #c7c7c7;
	font-weight:normal;
	text-transform:uppercase;
}
h2 {
	font-size:17px;
	font-weight:normal;
}
h3 {
	font-size:17px;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:0px;
	text-transform:uppercase;
}
h4 {
	font-size:19px;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:5px;
}
h5 {
	font-size:36px;
	font-weight:normal;
	margin-top:0px;
}
h6 {
	font-size:14px;
	font-weight:normal;
	margin:auto;
}
hr {
	background-color:transparent;
	color:#fff;
	height:1px;
	border:1px dotted #c7c7c7; 
	border-style:none none dotted; 
	margin-top:15px;
	margin-bottom:15px;
	clear:both;
}
a:link, .open {
	color:#700f12;
	border-bottom:1px dotted #700f12;
	text-decoration:none;
	cursor:pointer;
	outline:none;
}
a:visited {
	color:#2a0506;
	border-bottom:1px dotted #2a0506;
	text-decoration:none;
	outline:none;
}
a:hover, .open:hover {
	color:#8eb0c8;
	border-bottom:1px dotted #8eb0c8;
	text-decoration:none;
	outline:none;
}
a:active {
	color:#700f12;
	border-bottom:1px dotted #700f12;
	text-decoration:none;
	outline:none;
}

#container {
	width:100%;
	overflow:hidden;
	clear:both;
	position:relative;
	background:url(/templates/libertyu/images/bg_repeat.jpg) repeat-x;
}


/*
HEADER 
*/
#header {
	width:800px;
	height:423px;
	overflow:hidden;
	margin:0px auto;
	text-align:left;
}
#header a {
	text-decoration:none;
	border-bottom:0;
}
#swirl_lg {
	position:absolute;
	overflow:hidden;
	left:-320px;
	top:50px;
	width:100%;
	height:223px;
	background:url(/templates/libertyu/images/swirl_lg.png) no-repeat top center;
	z-index:2;
}
#swirl_txt {
	position:absolute;
	overflow:hidden;
	left:-240px;
	top:15px;
	width:100%;
	height:117px;
	background:url(/templates/libertyu/images/prospective.png) no-repeat top center;
	z-index:1;
}
#swirls_bg {
	position:absolute;
	overflow:hidden;
	top:78px;
	right:-90px;
	width:100%;
	height:145px;
	background:url(/templates/libertyu/images/swirls_bg.png) no-repeat top center;
	z-index:1;
}
#band {
	position:absolute;
	overflow:hidden;
	top:157px;
	left:0;
	width:100%;
	background:url(/templates/libertyu/images/nav_bar.png) repeat-x;
	height:45px;
	z-index:50;
}
#logo {
	position:absolute;
	overflow:hidden;
	z-index:100;
	margin-left:2px;
	margin-top:90px;
}
#logo img {
	position:relative;
	left:-7px;
}
#search {
	position:absolute;
	top:93px;
	right:-250px;
	width:100%;
	height:27px;
	margin:0px auto;
	margin-bottom:-27px;
	overflow:hidden;
	background:url(/templates/libertyu/images/searchbox.png) no-repeat center;	
	z-index:50;
}
#search input.srch {
	border:0;
	position:relative;
	left:-25px;
	background:none;
	width:200px;
	height:18px;
	margin:3px 0px 0px 3px;
	padding-left:4px;
	color:#dfe3e6;
	font-style:italic;
	line-height:18px;
}
#search_btn {
	position:relative;
	width:27px;
	top:93px;
	left:350px;
	z-index:51;
	margin:0px auto;
	margin-bottom:-42px;
}
.globalmenu a {
	border:none;	
}


/* 
CONTENT 
*/
#content_top {
	width:805px;
	height:34px;
	margin:5px auto 0px auto;
	background:url(/templates/libertyu/images/notebook.png) no-repeat top center;
}
#content {
	width:745px;
	overflow:hidden;
	margin:0px auto;
	text-align:left;
	padding:15px 30px 15px 30px;
	background:url(/templates/libertyu/images/content_bg.png) repeat-y;
	min-height:350px;
	padding-bottom:90px;
	z-index:500;
}
#content_body {
	float:left;
	width:540px;	
}
#content_body_rt {
	float:right;
	width:540px;
	padding-right:10px;
}
#sidebar {
	float:right;
	width:170px;
}
#sidebar_rt {
	width:745px;
	background:url(/templates/libertyu/images/sidebar_rt_bg.png) repeat-y;
	position:relative;
	padding:0px 15px 15px 50px;
	left:-50px;
	overflow:hidden;
}
#sidebar_lt {
	float:left;
	width:170px;	
}
#deptnav {
	line-height:19px;
}
#left_border {
	border-left:1px dotted #c7c7c7;
	padding-left:25px;
	overflow:hidden;
	padding-bottom:40px	
}
#breadcrumbs {
	position:relative;
	left:-5px;
	top:-10px;
}
#divider {
	width:725px;
	background:url(/templates/libertyu/images/sidebar_bg.gif) repeat-y;
	position:relative;
	padding:15px 30px 15px 50px;
	left:-50px;
	overflow:hidden;
}
.caption {
	color:#8d8d8d;
}
.clear {
	clear:both;	
}
.imageborder {
	border:3px solid #a6a6a6;	
}
.left {
	float:left;
}
.right {
	float:right;	
}
.offset {
	position:relative;
	left:-30px;
}
.openMonth {
	color:#475c68;
	text-transform:uppercase
}

.archive_months {
	background:url(/templates/libertyu/images/arrow_closed.png) no-repeat center left;
	cursor:pointer;
	padding-left:12px;
	line-height:1.6em;
	margin-left:10px;
}
.blogdate {
	background:url(/templates/libertyu/images/date_blog_bg.png) no-repeat;
	width:46px;
	height:46px;
	float:left;
	margin-top:7px;
	z-index:1;
}
.blogger_h {
	background:url(/templates/libertyu/images/blogger_bg.png) no-repeat;
	float:left;
	width:183px;
	height:108px;
	z-index:2;
}
.bloggerPic {
	padding-top:13px;
	padding-left:13px;
}
.cmt {
	float:right;
	background:url(/templates/libertyu/images/comment.png) no-repeat;
	width:31px;
	height:24px;
	margin-top:5px;
	color:#fff;
	text-align:center;
	padding-top:2px;
}

/* STICKY NOTE */
#note {
	background:url(/templates/libertyu/images/sticky_note.jpg) no-repeat;
	width:183px;
	height:182px;
	position:relative;
	left:-6px;
	top:15px;
}
#note_contents {
	position:relative;
	top:56px;
	left:27px;
}
.request {
	width:135px;
	height:25px;
	display:block;
	background:url(/templates/libertyu/images/sticky_sprites.png) no-repeat;
	background-position:0 -6px;
	outline:none;
}
.apply {
	width:125px;
	height:23px;
	display:block;
	background:url(/templates/libertyu/images/sticky_sprites.png) no-repeat;
	background-position:0 -34px;
	margin-bottom:2px;
	outline:none;
}
.confirm {
	width:125px;
	height:22px;
	display:block;
	background:url(/templates/libertyu/images/sticky_sprites.png) no-repeat;
	background-position:0 -62px;
	outline:none;
}
a.request:hover {
	background-position:1px -93px;
}
a.apply:hover {
	background-position:1px -121px;	
}
a.confirm:hover {
	background-position:1px -149px;	
}

/* 
HOMEPAGE 
*/
#home_left {
	float:left;
	width:460px;
	margin-right:-10px;
}
#home_form {
	float:right;
	position:relative;
	right:-30px;
	background:url(/templates/libertyu/images/legal_pad.png) no-repeat;
	width:285px;
	height:366px;
	z-index:15;
	padding:60px 0px 0px 0px;
	text-align:center;
}
#home_form p {
	width:210px;text-align:left;font-size:10px;padding-left:40px;	
}
.date {
	background:url(/templates/libertyu/images/date_event_bg.png) no-repeat;
	width:45px;
	height:42px;
	margin-bottom:5px;
}
.event {
	padding:4px;
	padding-right:10px;
	font-size:13px;
	line-height:1.5em;
}
a.event:link {
	background-color:#700f12;
	color:#fff;
	border:none;
}
a.event:visited {
	background-color:#700f12;
	color:#fff;
	border:none;
}
a.event:hover {
	background-color:#8eb0c8;
	color:#fff;
	border:none;
}
a.event:active {
	background-color:#700f12;
	color:#fff;
	border:none;
}
.comments {
	padding:15px 15px;
	clear:both;
	background-color:#ececec;
	font-size:11px;
	margin:5px 0px;
}
.commentForm INPUT[type='text'], .commentForm TEXTAREA {
	color:gray;
	font-style:italic;
	font-family:Verdana, arial, helvetica;
	font-size:11px;
}
.error {
	color:red;
	clear:both;
}
input[type='submit'].red {
	height:35px;
	background:url(/templates/libertyu/images/red_btn_bg.png) repeat-x;
	color:#fff;
	border:0;
	cursor:pointer;
}

/* 
FOOTER 
*/
#footer {
	width:100%;
	color:#fff;
	background-color:#20272c;
}
#footer_top {
	position:relative;
	top:-18px;
	overflow:hidden;
	height:20px;
	background:url(/templates/libertyu/images/footer_bg.png) repeat-x;
	margin-bottom:-20px;
}
#landmarks {
	position:relative;
	top:-69px;
	left:-80px;
	height:69px;
	width:658px;
	overflow:hidden;
	margin:0px auto;
	background:url(/templates/libertyu/images/landmarks_left.png) no-repeat;
}
#eagle {
	position:relative;
	top:-207px;
	left:385px;
	margin:0px auto;
	overflow:hidden;
	width:129px;
	height:134px;
	background:url(/templates/libertyu/images/eagle.png) no-repeat;
}
#footer_section {
	width:780px;
	overflow:hidden;
	margin:0px auto;
	text-align:left;
	padding-bottom:15px;
	border-bottom:1px dotted #484e52;
	position:relative;
	top:-207px;
}
#footer_bottom {
	width:780px;
	overflow:hidden;
	margin:0px auto -197px auto;
	text-align:left;
	padding:15px 0px;
	position:relative;
	top:-207px;
}
.bottom {
	float:left;
	width:28%;
	border-right:1px dotted #484e52;
	overflow:hidden;
	padding-left:35px;
	height:87px;
}
.f_item {
	height:28px;
	line-height:28px;
}
#footer_left {
	float:left;
	width:49%;
}
#footer_left_content {
	clear:left;
	border-right:1px dotted #484e52;	
	overflow:hidden;
}
#soc_logo {
	clear:left;
	float:left;
	width:33px;
	margin-top:7px;
}
#quote {
	position:relative;
	z-index:12;
	left:1px;
	float:left;	
	margin-top:7px;
	margin-left:7px;
}
#soc_content {
	float:left;
	width:298px;
	margin-top:7px;
	margin-bottom:15px;
	padding:7px;
	background-color:#313b41;
	border:1px solid #b5d3e4;
	color:#fff;
}
#footer_right {
	float:right;
	width:49%;
	overflow:visible
}
#footer_right img {
	padding-right:8px;	
}

/* 
FOOTER TEXT 
*/
#footer .blog {
	font-family:verdana, arial, heletica;
	font-size:14px;
	font-weight:normal;
	clear:right;
	border:none;
	margin:auto;
	text-transform:uppercase;
	color:#fff;
}
#footer a.blog {
	color:#fff !important;
	text-decoration:none !important;
}
#footer h2 {
	font-family:verdana, arial, heletica;
	font-size:18px;
	font-weight:lighter;
	text-transform:uppercase;
	color:#bedef0;
	margin-top:0px;
}
#footer .blogger {
	font-family:verdana, arial, heletica;
	font-size:11px;
	font-style:italic;
	color:#8c8c8c;
}
#footer a.more:link {
	background-color:#babcbe;color:#20272c;text-transform:uppercase;text-decoration:none;padding:3px 3px;float:right;border:none;
}
#footer a.more:visited {
	background-color:#babcbe;color:#20272c;text-transform:uppercase;text-decoration:none;padding:3px 3px;float:right;border:none;
}
#footer a.more:hover {
	background-color:#fff;
}
#footer a.more:active {
	background-color:#babcbe;color:#20272c;text-transform:uppercase;text-decoration:none;padding:3px 3px;float:right;border:none;
}
#footer a:link {
	color:#a6e3ff;border:0;text-decoration:underline;
}
#footer a:visited {
	color:#a6e3ff;border:0;text-decoration:underline;
}
#footer a:hover {
	color:#fff;border:0;text-decoration:underline;
}
#footer a:active {
	color:#a6e3ff;border:0;text-decoration:underline;
}


#copyright {
	background:#7390a4 url(/templates/libertyu/images/copy_bg.png) repeat-x;
	border-top:1px solid #8ba2b2;
	color:#20272c;
	font-family:verdana, Arial, Helvetica;
	font-size:11px;
	text-align:center;
	min-height:32px;
	padding-top:14px;
}
#copyright a:link {color:#20272c; text-decoration:none;}
#copyright a:visited {color:#20272c;}
#copyright a:hover {color:#fff;}

/* 
HOMEPAGE SLIDESHOW 
*/
#slideshow_container {
	position:relative;
	overflow:hidden;
	top:212px;
	left:2px;
	width:793px;
	height:212px;
	background:url(/templates/libertyu/images/photo_shadow.png) no-repeat;
	z-index:10;
}
#slideshow {
	position:relative;
	top:4px;
	left:4px;
	z-index:11;
	width:787px;
	height:204px;
	background-color:#a0a8ad;
}
#slideshow_shad {
	position:absolute;
	width:790px;
	height:8px;
	top:4px;
	z-index:12;
	background:url(/templates/libertyu/images/slide_shadow.png) repeat-x;
}
#slides {
	width:787px; min-width:787px; max-width:787px;
	height:204px; min-height:204px; max-height:204px;
	position:relative;
}
#slideshow_controls {
	position:absolute;
	height:27px;
	width:100px;
	left:8px; 
	top:180px;
	z-index:100;
}
#slideshow_buttons_prev {
	cursor:pointer;
	float:left;
	height:25px;
	width:25px;
	padding-right:5px;
	background:url(/templates/libertyu/images/ss_prev.png) top left no-repeat;
}
#slideshow_buttons_prev:hover {
	background:url(/templates/libertyu/images/ss_prev.png) bottom left no-repeat;
}
#slideshow_buttons_next {
	cursor:pointer;
	float:left;
	height:27px;
	width:25px;
	background:url(/templates/libertyu/images/ss_next.png) top left no-repeat;
}
#slideshow_buttons_next:hover {
	background:url(/templates/libertyu/images/ss_next.png) bottom left no-repeat;
}

/* 
MAIN NAV 
*/
#nav {
	position:relative;
	left:100px;
	width:650px;
	height:45px;
	line-height:45px;
	overflow:hidden;
	margin:9px auto;
}
.button a {
	float:left;
	margin-right:30px;
	display:block;
	color:#fff;
	text-decoration:none;
	font-family:Verdana, arial, helvetica;
	font-size:13px;
	font-weight:normal;
	text-transform:uppercase;
	padding:0 0 0 7px;
	height:26px;
	line-height:26px;
	text-align:center;
	cursor:pointer;
	border:none;
	background:url(/templates/libertyu/images/button_left.png) top left no-repeat;
}
.button b {
	font-weight:normal;	
}
.button a b {
	float:left;
	display:block;
	padding:0 19px 0 11px;
	background:url(/templates/libertyu/images/button_right.png) top right no-repeat;
}

.button a:hover {
	background:url(/templates/libertyu/images/button_left.png) bottom left no-repeat;
}
.button a:hover b {
	background:url(/templates/libertyu/images/button_right.png) bottom right no-repeat;
}


/* TABLE */
table.media TD {
	width:164px;
	padding:6px 8px 15px 5px;
	background:url(/templates/libertyu/images/video_bg.png) no-repeat;
}

/*  ColorBox Core Style The following rules are the styles that are consistant between themes. Avoid changing this area to maintain compatability with future versions of ColorBox. */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxClose{cursor:pointer;}
/* ColorBox example user style - The following rules are ordered and tabbed in a way that represents the order/nesting of the generated HTML, so that the structure easier to understand. */
#cboxOverlay{background:#000;}
#colorbox{}
#cboxContent{margin-top:32px;border:1px solid black;}
#cboxContent{background:#fff; padding:1px;}
#cboxLoadingGraphic{background:url(/wwwadmin/globals/scripts/jquery/images/colorbox_loading.gif) center center no-repeat;}
#cboxLoadingOverlay{background:#fff;}
#cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
#cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
#cboxClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(/wwwadmin/globals/scripts/jquery/images/colorbox_controls.png) 0 0 no-repeat;}
#cboxClose{background-position:-50px 0px; right:0;}
#cboxClose.hover{background-position:-50px -25px;}