/* Blueprint CSS Framework 1.0 - START
   http://blueprintcss.org
   Copyright (c) 2007-Present. */

/* reset.css */
html {margin:0;padding:0;border:0;}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
body {line-height:1.5;background:white;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;float:none !important;}
table, th, td {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:'';}
blockquote, q {quotes:"" "";}
a img {border:none;}
:focus {outline:0;}

/* typography.css */
html {font-size:100.01%;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;font-family:'UrbanoExtraCondensed', Helvetica, Arial, sans-serif;}
h3 {font-size:1.8em;line-height:1;margin-bottom:1em;font-family:'UrbanoExtraCondensed', Helvetica, Arial, sans-serif;}
h4 {font-size:1em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;margin:0; color:#4d4b46;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
.left {float:left !important;}
p .left {margin:1.5em 1.5em 1.5em 0;padding:0;}
.right {float:right !important;}
p .right {margin:1.5em 0 1.5em 1.5em;padding:0;}
a {color:#06c;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong, dfn {font-weight:bold;}
em, dfn {font-style:italic;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0;}
/* changing the padding to 1.7 to have enough room for double digits eg: /enrollment/financial-aid/scholarships-and-grants
Note: Looks ok on shared content but lost in translation on actual pages - M*/
ul, ol {margin:0 1.5em 1.5em 0;padding-left:1.8em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:0 1.4em 1.4em 1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;margin-top:-0.2em;margin-bottom:1em;}
fieldset, #IE8#HACK {padding-top:1.4em;}
legend, #IE8#HACK {margin-top:0;margin-bottom:0;}
input[type=text], input[type=password], input.text, input.title, textarea {background-color:#fff;border:1px solid #bbb;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus {border-color:#666;}
select {background-color:#fff;border-width:1px;border-style:solid;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.5em 0;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .alert, .notice, .success, .notice-low, .notice-standard, .notice-elevated, .notice-high, .notice-severe {padding:0.8em;margin-bottom:1em;border:2px solid #ddd;}
.error, .alert {background:#fbe3e4;color:#8a1f11;border-color:#fbc2c4;}
.notice {background:#fff6bf;color:#514721;border-color:#ffd324;}
.success {background:#e6efc2;color:#264409;border-color:#c6d880;}

.notice-severe {background:#EC403E !important;border-color:#000000 !important;}
.notice-severe a {color:#FFFFFF !important;}

.notice-high {background:#FF9B2B !important;border-color:#000000 !important;}
.notice-high a {color:#000000 !important;}

.notice-elevated {background:#F5D800 !important;border-color:#000000 !important;}
.notice-elevated a {color:#000000 !important;}

.notice-standard {background:#377FC7 !important;border-color:#000000 !important;}
.notice-standard a {color:#FFFFFF !important;}

.notice-low {background:#01A46D !important;border-color:#000000 !important;}
.notice-low a {color:#FFFFFF !important;}

.error a, .alert a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

.pointer-cursor {cursor:pointer;}

/* grid.css */
.container {width:960px;margin:0 auto;}
.showgrid {background:url(src/grid.png);}
.column, .span-9, .span-12, .span-33, .span-36, .span-39, .span-48 {float:left;margin-right:0px;}
.last {margin-right:0;}
.span-9 {width:180px;}
.span-12 {width:240px;}
.span-33 {width:660px;}
.span-36 {width:720px;}
.span-39 {width:780px;}
.span-48 {width:960px;margin-right:0;}
input.span-9, textarea.span-9, input.span-12, textarea.span-12, input.span-33, textarea.span-33, input.span-36, textarea.span-36, input.span-39, textarea.span-39, input.span-48, textarea.span-48 {border-left-width:1px;border-right-width:1px;padding-left:5px;padding-right:5px;}
input.span-9, textarea.span-9 {width:168px;}
input.span-12, textarea.span-12 {width:228px;}
input.span-33, textarea.span-33 {width:648px;}
input.span-36, textarea.span-36 {width:708px;}
input.span-39, textarea.span-38 {width:768px;}
input.span-48, textarea.span-48 {width:948px;}
.append-2 {padding-right:40px;}
.append-3 {padding-right:60px;}
div.prepend-top, .prepend-top {margin-top:1.5em;}
div.append-bottom, .append-bottom {margin-bottom:1.5em;}
/* hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:1px;margin:0 0 1.45em;border:none;} */
hr {background:transparent;color:transparent;clear:both;float:none;width:100%;height:1px;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;visibility:hidden;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}
/* Blueprint CSS Framework 1.0 - END */
@font-face {
	font-family: 'UrbanoItalic';
	src: url('/fonts/Urbano-Italic-webfont.eot');
	src: url('/fonts/Urbano-Italic-webfont.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Urbano-Italic-webfont.woff') format('woff'),
		url('/fonts/Urbano-Italic-webfont.ttf') format('truetype'),
		url('/fonts/Urbano-Italic-webfont.svg#UrbanoItalic') format('svg');
}
@font-face {
	font-family: 'UrbanoLightExtraCondensed';
	src: url('/fonts/Urbano-LtExtraCond-webfont.eot');
	src: url('/fonts/Urbano-LtExtraCond-webfont.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Urbano-LtExtraCond-webfont.woff') format('woff'),
		url('/fonts/Urbano-LtExtraCond-webfont.ttf') format('truetype'),
		url('/fonts/Urbano-LtExtraCond-webfont.svg#UrbanoLightExtraCondensed') format('svg');
}
@font-face {
	font-family: 'UrbanoExtraCondensed';
	src: url('/fonts/Urbano-ExtraCond-webfont.eot');
	src: url('/fonts/Urbano-ExtraCond-webfont.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Urbano-ExtraCond-webfont.woff') format('woff'),
		url('/fonts/Urbano-ExtraCond-webfont.ttf') format('truetype'),
		url('/fonts/Urbano-ExtraCond-webfont.svg#UrbanoExtraCondensed') format('svg');
}
@font-face {
	font-family: 'UrbanoBold';
	src: url('/fonts/Urbano-Bold-webfont.eot');
	src: url('/fonts/Urbano-Bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Urbano-Bold-webfont.woff') format('woff'),
		url('/fonts/Urbano-Bold-webfont.ttf') format('truetype'),
		url('/fonts/Urbano-Bold-webfont.svg#UrbanoBold') format('svg');
}
@font-face {
	font-family: 'UrbanoBoldItalic';
	src: url('/fonts/Urbano-BoldItalic-webfont.eot');
	src: url('/fonts/Urbano-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Urbano-BoldItalic-webfont.woff') format('woff'),
		url('/fonts/Urbano-BoldItalic-webfont.ttf') format('truetype'),
		url('/fonts/Urbano-BoldItalic-webfont.svg#UrbanoBoldItalic') format('svg');
}
@font-face {
	font-family: 'UrbanoRegular';
	src: url('/fonts/Urbano-Regular-webfont.eot');
	src: url('/fonts/Urbano-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Urbano-Regular-webfont.woff') format('woff'),
		url('/fonts/Urbano-Regular-webfont.ttf') format('truetype'),
		url('/fonts/Urbano-Regular-webfont.svg#UrbanoRegular') format('svg');
}
html{
	font-size:75%;
	min-width:1002px;
}
body{
	margin:0;
	color:#605756;
	font:1em/1.18em 'UrbanoRegular', Arial, Helvetica, sans-serif;
	background:#4d4b46;
	min-width:1002px;
}
.page-blue{background:#002c58;}
img{
	border-style:none;
	vertical-align:top;
}
a{
	text-decoration:none;
	color:#a39258;
}
.page-blue a{color:#827d00;}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	vertical-align:middle;
	font:14px/16px 'UrbanoRegular', Arial, Helvetica, sans-serif;
/*	color:#a5a197;*/
	color:#EAE6DB;
}
form,
fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
.navigation-list:after,
.info-list:after,
.section:after,
.form-message .row:after,
.area:after,
.main:after,
#main:after,
.btn-area:after,
.form-sign .row:after{
	content:"";
	clear:both;
	display:block;
}
/*wrapper*/
#wrapper{
	position:relative;
	overflow:hidden;
	width:100%;
}
.wrapper{overflow:hidden;}
.wrapper-holder{
	overflow:hidden;
	padding:0 0 27px;
}
.wrapper-holder .alignright,
.wrapper-holder .alignleft{margin-bottom:0;}
/*header*/
#header{
	position:absolute;
	top:0;
	z-index:100;
	width:100%;
	padding:20px 0 0;
}
.header:after,
.login-form:after,
.tab-content:after,
#sidebar .box .holder:after,
.form .row:after{
	content:'';
	display:block;
	clear:both;
}
/*logo*/
.logo{
	background:url(../images/logo.png) no-repeat;
	width:217px;
	height:35px;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
	margin:27px 0 0;
}
.logo a{
	display:block;
	height:100%;
	background:url(../images/transparent.gif);
}
.page-blue .logo{
	background: url(../images/logo-large.png) no-repeat;
	width:133px;
	height:68px;
	margin-top:44px;
}
.span-12 .logo{
	background:url(../images/logo.png) no-repeat;
	width:217px;
	height:35px;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
	margin:27px 0 0;
}
.new-logo{
	background:url(../images/new-logo.png) no-repeat;
	width:217px;
	height:35px;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
	margin:27px 0 0;
}
.new-logo a{
	display:block;
	height:100%;
	background:url(../images/transparent.gif);
}
#header .holder{
	float:right;
	position:relative;
	z-index:10;
}
/*search form*/
.search-form{
	float:left;
	background:url(../images/sprite.png) no-repeat;
	width:146px;
	height:25px;
	margin:0 14px 0 0;
	padding:0 5px 0 14px;
}
.search-form .text{
	float:left;
	width:120px;
	margin:4px 5px 4px 0;
	padding:0;
	background:url(../images/transparent.gif);
	border:0;
}
.search-form .btn-search{
	text-indent:-9999px;
	font-size:0;
	line-height:0;
	overflow:hidden;
	float:left;
	width:21px;
	height:24px;
	background:url(../images/sprite.png) no-repeat 3px -30px;
	border:0;
	cursor:pointer;
}
/* login popup */

.login-popup .list a {
    color: #A39258;
    display: inline-block;
    margin: 0;
    padding: 3px 10px;
    width: 191px;
}
.login-popup .list {
    display: inline-block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
* + html .login-popup .list {
    display: block;
}
.login-popup .list li {
    overflow: hidden;
    padding: 0 0 5px;
}
.login-popup .list a {
    color: #A39258;
}
.login-popup .link, .tabs-holder .link {
    background: url("/images/sprite.png") no-repeat scroll -110px -580px rgba(0, 0, 0, 0);
    display: block;
    height: 19px;
    margin: 0 0 7px;
    overflow: hidden;
    text-indent: -9999px;
    width: 42px !important;
}
.login-popup, .tabs-holder {
    background: url("/images/transparent.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #605756;
    float: left;
    margin: 3px 13px 0 0;
    padding: 0 0 4px;
    position: relative;
}
.login-popup:hover .link, .tabs-holder.hovered .link {
    height: 26px;
    margin: 0;
}
.login-popup:hover .drop, .tabs-holder.hovered .drop {
    right: -30px;
    top: 30px;
    z-index: 500;
}
.login-popup .drop .info, #nav .drop .info, .tabs-holder .drop .info {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    font: 14px/17px Urbano,Arial,Helvetica,sans-serif;
    margin: 0 0 0 -16px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 208px;
    z-index: 10;
}
.login-popup .list {
    padding: 12px 0 9px;
}
.login-popup .list li {
    float: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    vertical-align: top;
}
.login-popup .list a {
    color: #A39258;
    display: inline-block;
    margin: 0;
    padding: 3px 10px;
    width: 191px;
}
.login-popup .list li:hover a:hover {
    background: none repeat scroll 0 0 #727069;
    color: #FFFFFF;
    text-decoration: none;
}
.login-popup .list a {
    width: 220px;
}
.login-popup .drop .content {
    margin-top: -33px;
}
.login-popup .drop .info {
    margin: 0 -5px -5px -33px;
    width: 180px;
}
/* drop-box */
.drop-box{
	float:left;
	background: url(../images/bg-drop-box.gif) no-repeat;
	margin:-20px 0 0 10px;
	padding:15px 0 0 10px;
}
.link-g{
	display:block;
	margin:0;
	width:41px;
	height:26px;
	overflow:hidden;
	text-indent:-9999px;
	background: url(../images/sprite.png) no-repeat -220px -110px;
	margin:0 0 9px;
}
.drop-box:hover .link-g,
.link-g:hover{
	margin:0;
	height:35px;
	background-position:-220px -150px;
}
.drop-box:hover{position:relative;}
.drop-box:hover .drop{
	top:auto;
	left:auto;
	right:-30px;
}
/*calendar*/
.calendar,
.tabs-holder{
	position:relative;
	float:left;
	margin:3px 13px 0 0;
	padding:0 0 4px;
	background:url(../images/transparent.gif);
	color:#605756;
}
/*tabs-holder*/
.tabs-holder{margin-right:5px;}
.calendar .link,
.tabs-holder .link{
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	width:26px !important;
	height:19px;
	margin:0 0 7px;
	background:url(../images/sprite.png) no-repeat -37px -33px;
}
.tabs-holder .link{
	background-position:-110px -580px;
	width:44px !important;
	height:17px;
}
.calendar:hover .link,
.tabs-holder.hovered .link{
	height:26px;
	margin:0;
}
.drop{
	position:absolute;
	top:-9999px;
	z-index:500;
}
.calendar:hover .drop,
.tabs-holder.hovered .drop{
	top:30px;
	right:-30px;
	z-index:500;
}
#nav li:hover .drop,
#nav li:hover .alt{
	top:33px;
	left:0;
}
.page-blue #nav li:hover .drop{top:auto;}
#nav li:hover .alt{
	left:auto;
	right:-30px;
}
.table{
	display:table;
	min-width:216px;
}
.body{display:table-row;}
.left,
.right{
	background:url(../images/bg-left.png) repeat-y;
	min-width:37px;
	display:table-cell;
	float:none !important;
}
.right{background:url(../images/bg-right.png) repeat-y; }
.drop .content{
	height:1%;
	background-color:#fff;
	margin-top:-19px;
	overflow:visible;
}
#nav .drop .content{font-size:0.875em;}
.calendar .drop .info,
#nav .drop .info,
.tabs-holder .drop .info{
	overflow:hidden;
	width:208px;
	margin:0 0 0 -16px;
	position:relative;
	font:14px/17px Urbano,Arial, Helvetica, sans-serif;
	z-index:10;
	background:none;
	border:none;
	padding:0;
}
.tabs-holder .drop .info{
	width:400px;
	margin:0 -17px -5px -33px;
	background:none;
	border:none;
	padding:0;
}
.drop-box .drop .info,
#nav .drop .info{
	margin:-33px -5px -5px -33px;
	width:210px;
	position:relative;
}
* +html #nav .drop .info{margin-top:-15px;}
* +html .drop-box .drop .info{margin-top:-15px;}
.info p{margin:0;}
.top-left,
.top-right,
.bottom-left,
.bottom-right{
	background:url(../images/bg-top-left.png) no-repeat;
	height:37px;
	min-width:37px;
	font-size:0;
	display:table-cell;
}
.top-right{background:url(../images/bg-top-right.png) no-repeat; }
.bottom-left{background:url(../images/bg-bottom-left.png) no-repeat; }
.bottom-right{background:url(../images/bg-bottom-right.png) no-repeat; }
.top,
.bottom{
	background:url(../images/bg-top.png) repeat-x;
	height:37px;
	display:table-cell;
	font-size:0;
}
.bottom{background:url(../images/bg-bottom.png) repeat-x; }
.calendar .list{
	padding:0;
	margin:0;
	list-style:none;
	display:inline-block;
}
* +html .calendar .list{display:block;}
.calendar .list li{
	overflow:hidden;
	padding:0 0 5px;
}
.calendar .list a{color:#a39258;}
.tabset{
	padding:0 14px;
	margin:0;
	list-style:none;
	overflow:hidden;
	font-size:14px;
	line-height:16px;
}
.tabset li{
	float:left;
	margin:0 3px 0 0;
}
.tabset a{
	width:88px;
	height:39px;
	text-align:center;
	background:url(../images/sprite.png) no-repeat 0 -613px;
	color:#a39258;
	position:relative;
	display:table;
	cursor:pointer;
}
.page-blue .sub-menu a,
.page-blue .tabset a{color:#827d00;}
*+html .tabset a{
	position:relative;
	display:block;
}
.page-blue .sub-menu a:hover,
.page-blue .sub-menu .active,
.page-blue .tabset a:hover,
.page-blue .tabset .active,
.tabset .active,
.tabset a:hover{
	text-decoration:none;
	color:#7d7a73;
	background-position:0 -572px;
}
.sub-menu .tabset-holder,
.sub-menu .tabset-holder-no-action,
.tabset .tabset-holder, 
.tabset .tabset-holder-no-action{
	width:100%;
	display:table-cell;
	vertical-align:middle;
}
* +html .sub-menu .tabset-holder,
* +html .sub-menu .tabset-holder-no-action,
* +html .tabset .tabset-holder,
* +html .tabset .tabset-holder-no-action{
	position:absolute;
	top:50%;
	left:0;
}
.sub-menu .tabset-holder em,
.sub-menu .tabset-holder-no-action em,
.tabset .tabset-holder em,
.tabset .tabset-holder-no-action em{font-style:normal;}
* +html .sub-menu .tabset-holder em,
* +html .sub-menu .tabset-holder-no-action em,
* +html .tabset .tabset-holder em,
* +html .tabset .tabset-holder-no-action em{
	position:relative;
	top:-50%;
}
.sub-menu .tabset-holder .tab-break:after,
.sub-menu .tabset-holder-no-action span.tab-break:after{
    content: "\a";
    white-space: pre;
}
.tab-block{
	width:388px;
	overflow:hidden;
	border-top:1px solid #c4c0b4;
	margin-top:-1px;
}
/*tab-content*/
.tab-content{
	width:350px;
	padding:15px 19px 0;
}
/*login-form*/
.login-form{
	width:100%;
	color:#605756;
}
.login-form .row{
	overflow:hidden;
	padding:0 0 10px;
}
.login-form a{color:#a39258;}
.login-form a:hover{color:#a39258;}
.login-form .text-area{
	float:left;
	width:109px;
	height:16px;
	padding:8px 21px 10px;
	margin:0 9px 0 0;
	background:#75736d;
	border-radius:17px;
	-moz-border-radius:17px;
	-webkit-border-radius:17px;
}
.login-form .text-area input{
	float:left;
	width:109px;
	margin:0;
	background:none;
	border:0;
/*	color:#a5a197;*/
	color:#EAE6DB;
	cursor:text;
}
.login-form .password{font-family:Arial, Helvetica, sans-serif;}
.login-form .wrapper{
	margin:-1px -10px 13px 0;
	padding:1px 0 0;
}
.form-sign .btn-submit,
.form .btn-submit,
.search .btn-submit,
.login-form .btn-submit{
	float:left;
	width:37px;
	height:37px;
	background:url(../images/sprite.png) no-repeat 0 -524px;
	border:0;
	margin:-1px 0 0;
	padding:4px 1px 3px 0;
	cursor:pointer;
	color:#fff;
	font:26px/28px 'UrbanoExtraCondensed', Helvetica, Arial, sans-serif;
}
.btn-small{font-size:20px !important;}
.gecko .form-sign .btn-submit,
.gecko .form .btn-submit,
.gecko .search .btn-submit,
.gecko .login-form .btn-submit{padding-top:1px;}
.ie9 .form-sign .btn-submit,
.ie9 .form .btn-submit,
.ie9 .search .btn-submit,
.ie9 .login-form .btn-submit{padding-top:7px;}
.form-sign .btn-submit:hover,
.form .btn-submit:hover,
.search .btn-submit:hover,
.login-form .btn-submit:hover{
	background-position:-88px -525px;
	color:#000;
}
.login-form .box{
	overflow:hidden;
	background:#f5f1e7 url(../images/divider1.gif) repeat-x;
	margin:12px -19px 0;
	padding:11px 19px 14px;
}
.close{
	overflow:hidden;
	text-indent:-9999px;
	position:absolute;
	top:22px;
	right:51px;
	width:10px;
	height:9px !important;
	min-height:9px !important;
	z-index:100;
	margin:0 !important;
	padding:0 !important;
	background:url(../images/sprite.png) no-repeat -36px -525px !important;
}
.drop-content .close{right:78px;}
/*font-size*/
.font-size{
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}
.font-size li{float:left;}
.font-size a,
#decrease,
#increase{
	text-indent:-9999px;
	overflow:hidden;
	float:left;
	width:11px;
	height:18px;
	margin:3px 0 7px;
	background:url(../images/sprite.png) no-repeat -111px -33px;
}
#increase{
	width:14px;
	background-position:-89px -33px;
}
#decrease:hover,
#increase:hover{
	height:25px;
	margin:3px 0 0;
}
.navigation{
	width:750px;
	float:right;
}
/*navigation*/
#nav{
	padding:6px 0 10px;
	margin:0;
	list-style:none;
	float:right;
	font:1.5em/1.18em 'UrbanoExtraCondensed', Arial, Helvetica, sans-serif;
	text-shadow:1px 1px 1px #3b392b;
}
#nav li{
	float:left;
	padding:0 0 6px 26px;
	background:url(../images/transparent.gif);
	position:relative;
}
#nav a{
	color:#fff;
	display:block;
	margin:0 0 6px;
	text-decoration:none;
}
#nav li:hover a,
#nav .active a,
#nav a:hover{
	margin:0;
	padding:0 0 6px;
	text-decoration:none;
	background:url(../images/bg-nav-hover.png) no-repeat 100% 100%;
}
.page-blue #nav{
	text-align:right;
	margin:0 0 0 -60px;
	padding: 17px 0 0;
}
.page-blue #nav > li{
	display:inline-block;
	vertical-align:bottom;
	float:none;
	padding-left:28px;
}
* +html .page-blue #nav > li{
	display:inline;
	padding-left:31px;
}
.page-blue #nav > li > a{
	color:#c2b791;
	text-shadow:0 1px 1px #000;
	text-align:center;
}
.page-blue #nav li:hover a,
.page-blue #nav .active a,
.page-blue #nav a:hover{background:url(../images/bg-nav-hover-blue.png) no-repeat 100% 100%;}
#nav .drop{
	text-shadow:none;
	font:0.667em/1.18em 'UrbanoRegular', Arial, Helvetica, sans-serif;
	text-align:left;
}
.drop-box .list,
#nav .list{
	padding:12px 0 9px;
	margin:0;
	list-style:none;
	display:inline-block;
}
* +html #nav .list{display:block;}
* +html .drop-box .list{display:block;}
.drop-box .list li,
#nav .list li{
	float:none;
	overflow:hidden;
	vertical-align:top;
	margin:0;
	padding:0;
}
.drop-box .list a,
#nav li .list a{
	color:#a39258;
	margin:0;
	padding:3px 10px 3px 17px;
	display:inline-block;
	width:183px;
}
* +html #nav li .list a{display:block;}
* +html .drop-box .list a{display:block;}
#nav li:hover .drop a{background:none;}
.drop-box .list a:hover,
#nav li:hover .drop a:hover{
	background:#727069;
	color:#fff;
	text-decoration:none;
}
#nav .box{
	overflow:hidden;
	padding:15px 15px 18px;
	font-size:0.858em;
	line-height:1.16em;
	background:#f5f1e7 url(../images/divider1.gif) repeat-x;
	margin:0;
}
#nav p{margin:0;}
#nav .box img{
	display:block;
	padding:0 0 4px;
}
#nav .box a{
	display:inline;
	color:#a39258;
}
#nav li:hover .box a:hover{
	text-decoration:underline;
	background:none;
	color:#a39258;
}
/*gallery*/
.w1{
	width:100%;
	overflow:hidden;
	position:relative;
}
.w2{
	position:relative;
	float:left;
	left:50%;
}
.gallery{
	width:3000px;
	left:-50%;
	position:relative;
	overflow:hidden;
}
.gallerylaw{
	width:961px;
	left:-50%;
	position:relative;
	overflow:hidden;
}
.gallery .wrapper{width:3000px;}
.gallerylaw .wrapper{width:961px;}
.gallery .mask{
	text-indent:-9999px;
	overflow:hidden;
	background:url(/images/bg-mask.png) repeat-x 50% 0;
	height:350px;
	width:3000px;
	position:absolute;
	z-index:15;
	top:0;
	left:0;
}
.gallerylaw .mask{
	text-indent:-9999px;
	overflow:hidden;
	background:url(/images/bg-mask.png) repeat-x 50% 0;
	height:489px;
	width:961px;
	position:absolute;
	z-index:15;
	top:0;
	left:0;
}
.gallery .holder{
	width:3000px;
	height:350px;
	overflow:hidden;
	padding:0;
	margin:0;
	list-style:none;
	position:relative;
}
.gallerylaw .holder{
	width:961px;
	height:489px;
	overflow:hidden;
	padding:0;
	margin:0;
	list-style:none;
	position:relative;
}
.gallery .holder img{vertical-align:top;}
.gallerylaw .holder img{vertical-align:top;}
.gallery .holder li{
	top:0;
	left:0;
	position:absolute;
	overflow:hidden;
	width:3000px;
}
.gallerylaw .holder li{
	top:0;
	left:0;
	position:absolute;
	overflow:hidden;
	width:961px;
}
.prev,
.next{
	position:absolute;
	z-index:20;
	overflow:hidden;
	text-indent:-9999px;
	width:55px;
	height:55px;
	left:0;
	top:250px;
	background:url(/images/sprite.png) no-repeat 0 -66px;
}
.next{
	background-position:-110px -66px;
	left:auto;
	right:0;
}
.prev:hover{background-position:0 -126px;}
.next:hover{background-position:-110px -126px;}
/*gallery block*/
.visual .block,
.gallery .block{
	position:absolute;
	left:50%;
	top:117px;
	z-index:16;
	margin:0 0 0 -359px;
	overflow:hidden;
	width:715px;
	padding:18px 0 0;
	background:url(/images/bg-block.png) no-repeat;
	text-align:center;
	font:14px/18px Georgia, 'Times New Roman', Times, serif;
	color:#dbcbba !important;
	text-shadow:1px 1px 1px #000;
    // rt1039212: GGU.EDU - Replace GGU.EDU homepage images
	// setting opacity 0, display none so info box doesn't display but background image rotates'
	opacity:0;
	display: none;
}
.gallerylaw .block{
	position:absolute;
	left:50%;
	top:117px;
	z-index:16;
	margin:0 0 0 -359px;
	overflow:hidden;
	width:715px;
	padding:18px 0 0;
	background:url(/images/bg-block.png) no-repeat;
	text-align:center;
	font:14px/18px Georgia, 'Times New Roman', Times, serif;
	color:#dbcbba !important;
	text-shadow:1px 1px 1px #000;
}
.visual .block-holder,
.gallery .block-holder{
	overflow:hidden;
	width:715px;
	padding:0 0 18px;
	background:url(/images/bg-block.png) no-repeat -1430px 100%;
}
.gallerylaw .block-holder{
	overflow:hidden;
	width:715px;
	padding:0 0 18px;
	background:url(/images/bg-block.png) no-repeat -1430px 100%;
}
.visual .block-frame,
.gallery .block-frame{
	overflow:hidden;
	width:679px;
	padding:0 17px 0 19px;
	background:url(/images/bg-block.png) repeat-y -715px 0;
}
.gallerylaw .block-frame{
	overflow:hidden;
	width:679px;
	padding:0 17px 0 19px;
	background:url(/images/bg-block.png) repeat-y -715px 0;
}
#content.issue .visual .block,
.issue .visual .block{
	background:url(/images/bg-block-issue.png) no-repeat;
	margin-left:-240px;
	width:464px;
}
.issue .visual .block-holder{
	width:464px;
	background:url(/images/bg-block-issue.png) no-repeat -1207px 100%;
}
.issue .visual .block-frame{
	width:428px;
	background:url(/images/bg-block-issue.png) repeat-y -464px 0;
}
.issue .visual .block h4{
	margin-bottom:0px;
}
.issue .visual .block {
	top: 20px;
}
.issue .visual .info {
	padding-top:0px;
}
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.visual .info,
.gallery .info{
	overflow:hidden;
	padding:8px 45px 20px;
	background:url(/images/bg-info.png);
	margin:0;
	border:0;
	color:#dbcbba !important;
}
.gallerylaw .info{
	overflow:hidden;
	padding:8px 45px 20px;
	background:url(/images/bg-info.png);
	margin:0;
	border:0;
	color:#dbcbba !important;
}
.issue .visual .info{
	padding: 0px 0px 5px;
}
.visual .info a,
.gallery .info a{color:#fff;}
.gallerylaw .info a{color:#fff;}
.page-blue .visual .block h2,
.visual .block h2,
#content.issue .visual .block h2,
.issue .visual .block h2,
.visual .block h3,
.gallery h2,
.gallerylaw h2,
.gallery h3{
	margin:0 -40px 9px;
	padding:0 0 39px;
	background:url(/images/divider6.png) no-repeat 50% 100%;
	font:38px/44px 'UrbanoExtraCondensed', Arial, Helvetica, sans-serif;
	color:#fff;
	text-transform:uppercase;
}
.gallerylaw h3{
	margin:0 -40px 9px;
	padding:0 0 39px;
	background:url(/images/divider6.png) no-repeat 50% 100%;
	font:38px/44px 'UrbanoExtraCondensed', Arial, Helvetica, sans-serif;
	color:#fff;
	text-transform:uppercase;
}
#content.issue .visual .block h2,
.issue .visual .block h2 {
	font:27px/30px 'UrbanoExtraCondensed', Arial, Helvetica, sans-serif;
	margin: 0 0px 9px;
}
.block .divider1{background:url(/images/divider3.png) no-repeat 50% 100%;}
.block .divider2{background:url(/images/divider4.png) no-repeat 50% 100% !important;}
.block .divider3{background:url(/images/divider5.png) no-repeat 50% 100% !important;}
.visual .block h3,
.gallery h3{
	padding:0 0 3px;
	margin:0;
	background:none;
	text-transform:none;
/*	font:34px/38px 'UrbanoExtraCondensed', Arial, Helvetica, sans-serif;*/
	font:27px/30px 'UrbanoExtraCondensed', Arial, Helvetica, sans-serif;
}
.gallerylaw h3{
	padding:0 0 3px;
	margin:0;
	background:none;
	text-transform:none;
/*	font:34px/38px 'UrbanoExtraCondensed', Arial, Helvetica, sans-serif;*/
	font:27px/30px 'UrbanoExtraCondensed', Arial, Helvetica, sans-serif;
}
#content.issue .visual .block h3,
.issue .visual .block h3 {
	font:27px/30px 'UrbanoExtraCondensed', Arial, Helvetica, sans-serif;
}
.visual .block p,
.gallery .block p{margin:0;}
.gallerylaw .block p{margin:0;}
.visual .info .mark,
.gallery .info .mark{color:#fff;}
.gallerylaw .info .mark{color:#fff;}
.button-holder{
	overflow:hidden;
	max-height:77px;
	background:url(/images/bg-block.png) repeat-y -2164px 0;
}
.button-holder .button-left,
.button-holder .button-right{
	float:left;
	width:290px;
	color:#fff;
	background:url(/images/bg-button.png);
	font:12px/16px 'UrbanoBold', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:12px 20px 11px;
	min-height:54px;
}
.button-holder .button-right{float:right;}
.button-holder .button-left:hover,
.button-holder .button-right:hover,
#main .button-holder a.button-right:hover,
#main .button-holder a.button-left:hover{
	text-decoration:none;
	background:url(/images/bg-button-hover.png);
	color:#fff;
}
.button-holder .button-left span,
.button-holder .button-right span{
	padding:0 0 23px;
	display:block;
	background:url(/images/bg-button-decor.png) no-repeat 138px 100%;
}
.button-holder .button-right span{background-position:-446px 100%;}
/*main*/
#main{
	width:100%;
	background:#e5e0d2;
}
.inner #main{
	padding:111px 0 0;
	background:#e5e0d2 url(../images/bg-body.gif) repeat-x;
}
.page-blue .inner #main{
	background:#e5e0d2 url(../images/bg-body-blue.gif) repeat-x;
	padding-top:130px;
}
.main{
	width:960px;
	margin:0 auto;
	padding:20px 0 14px;
	text-align:left;
}
.inner .main{
	border-top:1px solid #b8b3a3;
	padding:19px 0 27px;
}
.page-blue .inner .main{
	border:none;
	padding:43px 0 40px;
}
.columns{
	overflow:hidden;
	padding:25px 0 20px;
	border-top:1px solid #c4c0b4;
}
.page-blue .columns{padding-top:32px;}
.main-form{
	float:left;
	width:801px;
	margin:0;
	padding:2px 18px 27px 0;
}
.main-form label{
	float:left;
	width:180px;
	padding:2px 5px 0 0;
	margin:0 !important;
}
.main-form .btn-submit{
	float:right;
	width:36px;
	height:36px;
	background:url(../images/sprite.png) no-repeat 0 -525px;
	border:0;
	margin:-1px 0 0;
	padding:4px 1px 6px 0;
	cursor:pointer;
	color:#fff;
	font:1.61em/1.5em 'UrbanoExtraCondensed', Helvetica, Arial, sans-serif;
}
* +html .main-form .btn-submit{line-height:1.4em;}
.main-form .btn-submit:hover{
	background-position:-88px -525px;
	color:#000;
}
.link-holder{
	float:left;
	width:120px;
	padding:0 0 0 21px;
	margin:2px 0 25px;
	background:url(../images/bg-side-line.gif) repeat-y;
	font:1.5em/1.17em 'UrbanoExtraCondensed', Helvetica, Arial, sans-serif;
	text-transform:uppercase;
}
.link-holder a{
	display:block;
	margin:-4px 0;
	color:#949188;
	padding:0 21px 0 0;
	position:relative;
}
.link-holder a:hover{text-decoration:none;}
.link-holder span{
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	right:1px;
	bottom:3px;
	background:url(../images/bg-button-decor.png) no-repeat -1784px 0;
	width:16px;
	height:16px;
}
.link-holder a:hover span{background-position:100% 0;}
.columns .col{
	float:left;
	width:201px;
	padding:0 39px 0 0;
	font-size:1.167em;
}
.page-blue .columns .col{line-height:1.2em;}
.area h3,
.main-form label,
.columns .col h3,
.tab-area h3{
	color:#949188;
	margin:0 0 11px;
	text-transform:uppercase;
	font:2.334em/1.18em 'UrbanoExtraCondensed',Helvetica,Arial,sans-serif;
}
/* fix column heading color */
.column-area .section .column h3{
	color:#949188;
}
.area h3,
.tab-area h3{font-size:2em;}
.columns .col img,
.tab-area .column img{
	display:block;
	margin:0 0 8px;
}
.area h4,
.columns .col h4,
.tab-area h4{
	color:#4d4b46;
	font:1.167em/1.18em 'UrbanoBold',Helvetica,Arial,sans-serif;
	margin:0 0 2px;
}
.columns .col h4,
.area h4,
.tab-area h4{font-size:1em;}
.columns .col .meta,
.tab-area .meta{font-family:'UrbanoItalic', Arial, Helvetica, sans-serif;}
.columns .col p{margin:0 0 8px;}
.area .link,
#sidebar .link,
.box-open .link,
.columns .col .link,
.tab-area .column .link{
	padding:0 0 0 10px;
	background: url(../images/bullet.png) no-repeat 0 -3195px;
}
.columns .col .link span{font-family:'UrbanoBold', Arial, Helvetica, sans-serif;}
.area .link:hover,
#sidebar .link:hover,
.columns .col .link:hover,
.box-open .link:hover,
.tab-area .column .link:hover{
	text-decoration:none;
	background-position:0 -3496px;
	color:#33322f;
}
/*circle*/
.circle{
	background:url(../images/bg-circle.png) no-repeat;
	width:133px;
	height:155px;
	display:block;
	color:#fff;
	font:bold italic 14px/16px Georgia, 'Times New Roman', Times, serif;
	text-align:center;
	margin:17px 0 0 12px;
	padding:19px 41px;
	min-height:178px;
}
.circle:hover{
	text-decoration:none;
	color:#fff;
}
.page-blue .circle{
	background-position:0 -230px;
	color:#fff;
}
.circle strong{
	display:block;
	background:url(../images/divider.gif) repeat-x 0 88px;
	font:92px/92px 'UrbanoLightExtraCondensed',Helvetica,Arial,sans-serif;
	letter-spacing:-2px;
	margin:0 auto 5px;
	width:117px;
	cursor:pointer;
}
.circle span{
	display:block;
	letter-spacing:-1px;
	padding:0 0 24px;
	background:url(../images/bg-button-decor.png) no-repeat -1226px 100%;
}
.circle:hover span{background-position:-899px 100%;}
/*breadcrumbs*/
.breadcrumbs{
	padding:0 0 15px;
	margin:-5px 0 16px 2px;
	list-style:none;
	overflow:hidden;
	border-bottom:1px solid #c4c0b4 !important;
}
.breadcrumbs.border{
	border-top:1px solid #c4c0b4;
	padding-top:15px;
}
.breadcrumbs li{
	float:left;
	padding:0 9px 0 21px;
	min-height:15px;
	background:url(../images/bullet.png) no-repeat 0 -501px;
}
.breadcrumbs li:first-child{
	background:none;
	padding-left:0;
}
.main h2{
	margin:0 0 14px;
	color:#33322f;
	font:3.1em/1.3em 'UrbanoExtraCondensed', Helvetica, Arial, sans-serif;
	text-transform:uppercase;
}
.page-blue .main h2{color:#003468;}
.main .tab-content h2{font-size:2.3em;}
.main h3 .mark,
.main h2 .mark{color:#605756;}
/*tab-area*/
/*.tab-area{overflow:hidden;}*/
.sub-menu,
.tab-area .tabset{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	font-size:14px;
	line-height:16px;
	background:url(../images/divider.gif) repeat-x 0 44px;
}
.sub-menu-indent{margin-bottom:29px;}
.sub-menu li,
.tab-area .tabset li{
	float:left;
	padding:1px;
	margin:0 3px 0 0;
	background:url(../images/sprite.png) no-repeat 0 -655px;
}
.sub-menu a,
.tab-area .tabset a{
	width:96px;
	height:43px !important;
	text-align:center;
	color:#a39258;
	text-shadow:-1px 1px 1px #fff;
	position:relative;
	cursor:pointer;
	background:#eae6db;
	display:block;
}
.sub-menu .wrap,
.tab-area .tabset .wrap{
	display:table;
	width:96px;
	height:42px !important;
	position:relative;
	font-weight:normal;
}
*+html .sub-menu .wrap,
*+html .tab-area .tabset .wrap{
	position:relative;
	display:block;
}
.sub-menu a:hover,
.tab-area .tabset a:hover{
	color:#7d7a73;
	background:#fff;
	text-decoration:none;
}
.sub-menu .active,
.tab-area .tabset .active{
	color:#7d7a73;
	border-bottom:1px solid #e5e0d2;
	background:#e5e0d2;
	margin:0 0 -1px;
	padding:0 0 1px;
}
/* tab-content */
.tab-area .tab-content{
	width:960px;
	padding:26px 0 0;
	font-size:1.334em;
	line-height:1.19em;
	color:#605756;
}
.area .holder,
.tab-area .tab-content .holder{
	overflow:hidden;
	margin:0 0 -27px;
}
.area p,
.tab-area p{margin:0 0 15px;}
.area .columns,
.tab-area .columns{
	border:none;
	border-top:1px solid #c4c0b4;
	padding:27px 0;
	margin:-27px 0 30px;
	font-size:0.875em;
	line-height:1.25em;
	overflow:hidden;
}
.area .columns{font-size:1em;}
.columns .box{
	padding:0 40px 0 0;
	width:200px;
	margin:0 -40px 10px 0;
	border-bottom:1px solid #c4c0b4;
}
.columns .column{
	float:left;
	width:200px;
	padding:0 40px 0 0;
}
.columns .col h3,
.area .columns h3,
.tab-area .columns h3{
	font-size:2em;
	line-height:1.18em;
	margin:0 0 9px;
	text-shadow:0 1px 1px #fff;
}
.page-blue .columns .col h3,
.page-blue .area .columns h3,
.page-blue .tab-area .columns h3{color:#103860;}
.area .columns h4,
.tab-area .columns h4{
	font-size:1em;
	line-height:1.24em;
	margin:0 0 1px;
}
.area .columns img,
.tab-area .columns img{
	vertical-align:top;
	margin:0 0 9px;
}
* +html .area .columns img{margin-bottom:7px;}
* +html .tab-area .columns img{margin-bottom:7px;}
.area .columns p,
.tab-area .columns p{margin:0 0 6px;}
.area .columns .list,
.tab-area .columns .list{
	padding:0;
	margin:0;
	list-style:none;
	overflow:hidden;
	line-height:1.18em;
}
.area .columns .list li,
.tab-area .columns .list li{
	padding:0 0 5px 13px;
	vertical-align:top;
	background:url(../images/bullet.png) no-repeat 3px -2006px;
}
/*main content*/
#content{
	font-size:1.167em;
	line-height:1.22em;
	margin:10px 0 0;
	float:left;
	width:660px;
}
#content h2{
	color:#33322f;
	margin:0 0 11px -1px;
	font:36px/48px 'UrbanoExtraCondensed', Arial, Helvetica, sans-serif;
}
.alignleft{
	float:left;
	margin:1px 19px 27px 0;
}
.alignleft-indent{margin: 1px 36px 10px 0;}
.alignright{
	float:right;
	margin:1px 0 27px 19px;
}
#content p{margin:0 0 17px;}
#content p a strong{font-family: 'UrbanoBold', Arial, Helvetica, Verdana, sans-serif;}
/* area */
.area {
	font-size:1.167em;
	line-height:1.2188em;
	padding:8px 0 0;
	width:100%;
}
.indent-none{
	padding:0 !important;
	margin:0 !important;
}
.area-indent{padding-top:23px;}
#content .area{font-size:1em;}
/*tab-area*/
#content .tab-area{font-size:1em;}
#content .tab-area .tab-content{
	font-size:1em;
	line-height:1.2188em;
	padding:8px 0 0;
	overflow:hidden;
	width:660px;
	background:#e5e0d2;
}
.section-holder{
	width:100%;
	margin:2px 0 -24px;
}
.section{
	width:100%;
	padding:24px 0;
	margin:-24px 0 24px;
	background:url(../images/divider.gif) repeat-x;
}
.result-block .section:first-child {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.section-holder .section:first-child{background:none;}
.intro-text .section:first-child{background:none;}
.section .text{
	overflow:hidden;
	margin:0 0 -8px;
}
.section .alignright{margin-bottom:0;}
/* intro-text */
.intro-text{
	font-size:1.2em;
	line-height:1.1em;
	overflow:hidden;
}
#content .section .intro-text p,
.section .intro-text p{margin:0 0 15px;}
.section h3{
	color:#33322f;
	/* font:2em/1.55em 'UrbanoExtraCondensed', Arial, Helvetica, sans-serif; */
	padding:0 0 7px;
	margin:0;
}
.section h4{
	color:#4d4b46;
	font:1em/1.23em 'UrbanoBold', Arial, Helvetica, sans-serif;
	margin:0;
}
.section .list{
	padding:0;
	margin:-7px 0 0;
	list-style:none;
	overflow:hidden;
}
.section .list li{
	padding:0 0 10px 19px;
	background:url(../images/bullet.png) no-repeat 3px -2805px;
}
.section dl{
	margin:0;
	padding:6px 0 11px;
	overflow:hidden;
	color:#605756;
}
.section dt{
	float:left;
	width:80px;
	margin:0 7px 3px 0;
	font-weight:normal;
}
.section dd{
	overflow:hidden;
	margin:0 0 3px;
}
/*content*/
.content{
	overflow:hidden;
	margin:21px 0 0;
	font-size:1.167em;
	line-height:1.23em;
}
/*block*/
.content .block{
	overflow:hidden;
	padding:0 0 26px;
	background:url(../images/divider.gif) repeat-x 0 100%;
}
.content .photo{
	overflow:hidden;
	padding:0 0 24px;
}
.content strong.title{
	display:block;
	font-size:1.286em;
	line-height:1.178em;
	color:#605756;
	font-weight:normal;
	padding:0 0 17px;
}
/*article*/
.article{
	overflow:hidden;
	margin:-7px 0 0;
}
.content .article p{margin:0 0 11px;}
.article .box{
	float:right;
	width:244px;
	margin:0 0 40px 30px;
}
/*video*/
.article .box .video{
	overflow:hidden;
	padding:0 0 19px;
}
/*blockquote*/
.article .box blockquote{
	overflow:hidden;
	margin:0;
}
.article .box q{
	display:block;
	padding:0 0 19px;
	font:italic 1.429em/1.20em Georgia, 'Times New Roman', Times, serif;
}
.article .box cite{
	display:block;
	font:1em/1.23em 'UrbanoBold', Arial, Helvetica, sans-serif;
}
.content .block .link,
.content .section .link{
	overflow:hidden;
	padding:7px 0 0;
}
.content .section .link{padding-top:8px;}
.content .block .link a,
.content .section .link a{
	float:left;
	padding:1px 0 0 20px;
	background:url(../images/sprite.png) no-repeat 0 -832px;
}
.content .section .link a{
	background-position:0 -761px;
	padding:1px 0 0 25px;
}
/*content section*/
.content .section{
	overflow:hidden;
	padding:18px 0 28px;
	background:url(../images/divider.gif) repeat-x 0 100%;
	margin:0;
}
.content .section h2{
	margin:0 0 13px;
	color:#4d4b46;
	font:2em/1.18em 'UrbanoExtraCondensed', Arial, Helvetica, sans-serif;
	text-transform:none;
}
/*partners*/
.section .partners{
	padding:0;
	margin:0;
	list-style:none;
	overflow:hidden;
}
.section .partners li{
	overflow:hidden;
	padding:0 0 15px;
}
.section .partners img{
	float:left;
	margin:0 11px 0 0;
}
.section .partners .text{overflow:hidden;}
.section .partners p{margin:0;}
/*threecolumns*/
.threecolumns{
	overflow:hidden;
	padding:25px 0 27px;
	font-size:0.858em;
	line-height:1.22em;
}
.threecolumns ul{
	overflow:hidden;
	padding:0;
	margin:0;
	list-style:none;
	width:690px;
}
.threecolumns li{
	float:left;
	width:200px;
	padding:0 30px 0 0;
}
.threecolumns h3{
	margin:0 0 10px;
	color:#949188;
	text-transform:uppercase;
	font:2.334em/1.18em 'UrbanoExtraCondensed', Arial, Helvetica, sans-serif;
}
.section .column img,
.threecolumns img{
	display:block;
	padding:0 0 9px;
}
.content .threecolumns .title{
	color:#4d4b46;
	padding:0;
	font:bold 1.167em/1.18em 'UrbanoBold', Arial, Helvetica, sans-serif;
}
.content .threecolumns .meta{font:1em 'UrbanoItalic', Arial, Helvetica, sans-serif;}
.content .threecolumns p{margin:0 0 7px;}
.content .threecolumns .link{
	background:url("/images/bullet.png") no-repeat 3px -2406px;
	line-height:1.24em;
	padding:0 0 0 12px;
}
/* column-area-three */
.column-area-three .column{
	width:31%;
	margin:0 0 0 3%;
}

/* fixes homepage 4 column cut off by reduce margin from 3% tpo 2% */
.column-area-three .section .column{
	width:31%;
	margin:0 0 0 2%;
}

.column-area-three .column:first-child{margin-left:0;}

/* column-area-four */
.column-area-four .column{
	width:22%;
	margin:0 0 0 3%;
}


.column-area-four .column:first-child{margin-left:0;}

/*sidebar*/
#sidebar{
	font-size:1.167em;
	line-height:1.18em;
	padding:0 0 30px;
	float:right;
	overflow:hidden;
	width:240px;
}
/*sidebar box*/
#sidebar .box{
	overflow:hidden;
	padding:24px 40px 15px 0 !important;
	margin:-10px 0 0;
	background:url(../images/divider.gif) repeat-x;
	word-spacing:-1px;
}
#sidebar h3{
	color:#33322F;
	margin:0 -35px 0 0;
	padding:0 0 7px;
	font:2em/1.16em 'UrbanoExtraCondensed', Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	text-shadow:0 1px 1px #fff;
}
#sidebar h4,
#sidebar .title{
	color:#4d4b46;
	margin:0;
	padding:0 0 10px;
	font:1em/1.3em 'UrbanoBold', Helvetica, Arial, sans-serif;
}
#sidebar h5 {
    color: #4d4b46;
    font: 1em/1.3em 'UrbanoBold', Helvetica, Arial, sans-serif;
    margin-bottom: 0.5em;
}
#sidebar .news-list h4{padding-bottom:0;}
#sidebar .title{
	display:block;
	padding:0;
}
#sidebar .title-indent{padding-bottom:8px;}
#sidebar .name{
	display:block;
	font-family:'UrbanoBold', Helvetica, Arial, sans-serif;
	margin:0 0 2px;
}
#sidebar address{
	font-style:normal;
	margin:0 0 9px;
}
#sidebar address span{display:block;}
#sidebar dl{
	margin:0 0 10px;
	overflow:hidden;
}
#sidebar dt{
	float:left;
	margin:0 3px 3px 0;
	color:#4d4b46;
	font-family:'UrbanoBold', Helvetica, Arial, sans-serif;
	font-weight:normal;
}
#sidebar dd{
	overflow:hidden;
	margin:0 0 3px;
}
/*info-list*/
.info-list{
	padding:2px 0 14px 2px;
	margin:0;
	list-style:none;
	width:198px;
	line-height:1.1em;
}
.info-box .info-list{padding-top:4px;}
#sidebar .info-list{line-height:1em;}
.info-list li{
	width:100%;
	float:left;
	vertical-align:top;
	padding:0 0 2px;
}
* +html .info-list li{padding-bottom:3px;}
.info-list li{position:relative;}
.info-list .phone{
	padding:2px 0 0 28px;
	color:#4d4b46;
	background:url(../images/ico.png) no-repeat;
}
#content .info-list .phone{color:#605756;}
#sidebar .box .info-list p{margin:0 0 11px;}
.info-list a,
.info-list .request,
.info-list .apply,
.info-list .download,
.info-list .faq,
.info-list .doc,
.info-list .email
.info-list .webcam
.info-list .video{
	float:left;
	padding:2px 0 0 28px;
	margin:0 0 1px;
	min-height:21px;
	background:url(../images/ico.png) no-repeat -300px -1px;
}
#content .info-list .email{font-family: 'UrbanoBold', Arial, Helvetica, Verdana, sans-serif;}
#content .info-list .email:hover{text-decoration:none;}
.info-list .email{background-position:-600px -1px;}
.info-list .apply{background-position:-900px -1px;}
.info-list .download{background-position:-1197px -1px;}
.info-list .faq{background-position:-1499px 0;}
.info-list .webcam{background-position:-2101px 0;}
.info-list .video{background-position:-2400px 0;}
.info-list .doc{
	background-position:-1800px 0;
	margin:0 0 3px;
}
* +html .info-list .doc{padding-bottom:2px;}
#sidebar .box .holder{
	padding:0 0 6px;
	width:100%;
	line-height:1.15em;
}
/*sidebar list*/
#sidebar .list{
	padding:0 0 18px;
	margin:-5px 0;
	list-style:none;
	overflow:hidden;
}
#sidebar .list li{
	overflow:hidden;
	vertical-align:top;
	background:url(../images/bullet.png) no-repeat 3px -2006px;
	padding:0 0 4px 12px;
}
#sidebar .list a{float:left;}
#sidebar .box img{
	margin:3px 0 9px;
	vertical-align:top;
}
#sidebar .box .meta{
	display:block;
	margin:-2px 0 2px;
	font:1em 'UrbanoItalic', Arial, Helvetica, sans-serif;
}
#sidebar .box .link{
	padding:0 0 0 13px;
	line-height:1.2em;
}
#sidebar .box p{margin:0 0 14px;}
#sidebar p > strong{
	font-weight:normal;
	font-family: 'UrbanoBold', Arial, Helvetica, sans-serif;
}
/*profile block*/
.profile-block{padding:0 0 20px;}
#sidebar .circle{margin:9px 0 35px 12px;}
/*footer*/
#footer,
.footer{
	overflow:hidden;
	padding:32px 0 45px;
	text-align:center !important;
	color:#b8b4a9;
	font:1em/1.18em 'UrbanoRegular', Arial, Helvetica, sans-serif;
	background:url(../images/bg-footer.gif) repeat-x;
}
.page-blue #footer{background: url(../images/bg-footer-blue.gif) repeat-x;}
.footer{background:none;}
/*footer columns*/
.footer .columns{
	overflow:hidden;
	color:#b8b4a9;
	line-height:1.18em;
	font-family:Urbano, Helvetica, Arial, sans-serif;
	padding:0 0 12px;
	margin-bottom:28px;
	text-align:left;
	border:none;
	border-bottom:1px solid #595751;
}
.page-blue .footer .columns{
	border-color:#103860;
	padding-bottom:7px;
	margin-bottom:20px;
}
/*footer box*/
.footer .columns .box{
	overflow:hidden;
	padding:0 0 11px;
	margin:0 0 18px;
	border-bottom:1px solid #595751;
	background:none;
}
.page-blue .footer .columns .box{margin-bottom:22px;}
.footer h4{
	font:2.334em/1.18em 'UrbanoExtraCondensed', Helvetica, Arial, sans-serif;
	color:#949188;
	margin:0 0 13px;
	text-transform:uppercase;
}
.footer a{color:#a39258;}
.footer h4 a{
	color:#949188;
	padding:0 20px 0 0;
}
.footer h4 a:hover{
	text-decoration:none;
	background-position:100% -994px;
}
.footer p{margin:0 0 10px;}
.page-blue .footer p{margin-bottom:19px;}
.footer address{
	font-style:normal;
	margin:8px 0 15px;
}
.footer address span{display:block;}
.footer .list{
	padding:0;
	margin:0;
	list-style:none;
	overflow:hidden;
}
.footer .list li{
	overflow:hidden;
	padding:0 0 9px 11px;
	vertical-align:top;
	background:url(../images/bullet.png) no-repeat 2px 5px;
}
.page-blue .footer .list li{padding-bottom:10px;}
.footer .list a:hover{
	text-decoration:underline;
	color:#a39258;
}
.footer h5{
	margin:0;
	font-size:1em;
	color:#a39258;
	font-weight:normal;
}
.footer .date{display:block;}
.footer .link{overflow:hidden;}
.footer .link a:hover{
	color:#fff;
	text-decoration:none;
}
.footer .block{
	overflow:hidden;
	padding:0 0 13px;
}
.page-blue .footer .block{padding-bottom:18px;}
.footer .block p{margin:0;}
/*social*/
.social{
	overflow:hidden;
	padding:0;
	margin:-3px 0 0;
	list-style:none;
}
.social-border{border-top:1px solid #c4c0b4;}
.social li{
	overflow:hidden;
	vertical-align:top;
	margin:0 0 15px;
}
#main .social-border li,
.social-border li{
	margin:0;
	padding:20px 0;
	border-bottom:1px solid #c4c0b4;
}
.social a,
.social .facebook{
	float:left;
	padding:0 0 0 35px;
	text-transform:uppercase;
	font:2.334em/1.18em 'UrbanoExtraCondensed', Helvetica, Arial, sans-serif;
	color:#949188;
	background:url(../images/sprite.png) no-repeat 0 -321px;
	overflow:hidden;
}
.social .twitter{background-position:0 -270px;}
.social .youtube{background-position:0 -423px;}
.social .linkedin{background-position:0 -372px;}
.social .rss{background-position:0 -895px;}
#main .social a:hover,
.social a:hover{
	text-decoration:none;
	color:#fff;
}
#main .social{margin:0;}
#main .social li{margin-bottom:5px;}
#main .social a{
	color:#a39258;
	padding:8px 0 5px 35px;
	font:0.9em/1.2em 'UrbanoBold', Arial, Helvetica, Verdana, sans-serif;
}
/*footer logo*/
.logo-golden{
	background:url(../images/logo-golden.png) no-repeat;
	width:161px;
	height:27px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	margin:0 auto 11px;
}
.logo-golden a{
	display:block;
	height:100%;
}
/*footer menu*/
.footer .menu{
	padding:0;
	margin:-9px 0 0;
	list-style:none;
	overflow:hidden;
}
.page-blue .footer .menu{margin-top:-17px;}
.footer .menu li{
	display:inline-block;
	margin:0 5px 0 3px;
}
* +html .footer .menu li{
	display:inline;
	margin:0 8px 0 6px;
}
/* selects */
.outtaHere {
	position:absolute;
	left:-3000px;
}
/*Radio buttons*/
.radioArea,
.radioAreaChecked {
	display:inline-block;
	width:17px;
	height:17px;
	background: url(../images/sprite.png) no-repeat -245px -30px;
	overflow: hidden;
	vertical-align:middle;
	margin:0 2px 0 0;
	float: left;
}
.radio-large .radioArea,
.radio-large .radioAreaChecked{
	width:19px;
	height:19px;
	background-position:-270px -30px;
}
* +html .radioArea{display:inline;}
* +html .radioAreaChecked{display:inline;}
.radioAreaChecked {background-position: -245px 1px;}
.radio-large .radioAreaChecked{background-position:-270px 0;}
/*Checkboxes*/
.checkboxArea,
.checkboxAreaChecked {
	float:left;
	width:19px !important;
	height:19px;
	overflow: hidden;
	background: url(../images/sprite.png) no-repeat -190px -30px;
	margin:0 3px 0 0;
}
.checkboxAreaChecked {background-position: -190px -50px;}
.selectArea {
	position:relative;
	height:34px;
	float:left;
/*	color:#a5a197;*/
	color:#EAE6DB;
	font-size:14px;
	line-height:34px;
	margin:0 8px 0 0;
}
.form .selectArea{margin:0 0 0 15px;}
.form .selectArea:first-child{margin-left:0;}
.study-field{width:280px;}
.selectArea .left{
	position:absolute;
	top:0;
	left:0;
	width:17px;
	height:100%;
	background:url(../images/bg-select-left.png) no-repeat;
}
.selectAreaActive .left{background:url(../images/bg-select-left-active.png) no-repeat;}
.selectArea a.selectButton {
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	background:url(../images/bg-select-button.png) no-repeat 100% 0;
}
.selectAreaActive a.selectButton{
	background:url(../images/bg-select-button-active.png) no-repeat 100% 0;
	margin:0 -15px;
	padding:0 0 0 15px;
}
.selectArea .center{
	height:33px;
	line-height:34px;
	display:block;
	padding:1px 0 0;
	margin:0 28px 0 17px;
	background:url(../images/bg-select-center.gif) repeat-x;
}
.selectAreaActive .center{background:url(../images/bg-select-center-active.gif) repeat-x;}
.selectArea .center img{float:left;}
/* selects drop-down */
.optionsDivInvisible,
.optionsDivVisible {
	position:absolute;
	z-index:30;
	font-size:11px;
}
.optionsDivInvisible{display:none;}
.select-center-right{display:none;}
.optionsDivVisible ul{
	margin:0 -16px 0 0;
	padding:5px 16px 10px 0;
	overflow:hidden;
	list-style:none;
	background:url(../images/bg-select-c.png) repeat-y 100% 0;
	font:1.25em/1.50em Urbano, Arial, Helvetica, sans-serif !important;
}
.optionsDivVisible ul li{
	height:1%;
	overflow:hidden;
	vertical-align:top;
}
.optionsDivVisible a{
	color:#fff;
	overflow:hidden;
	text-decoration:none;
	display:block;
	height:1%;
	padding:3px 16px 2px 16px;
}
.optionsDivVisible a img{float:left; }
.optionsDivVisible a:hover{
	background-color:#727069;
	color:#fff;
	text-decoration:none;
}
.select-bottom{
	overflow:hidden;
	height:16px;
	margin:0 -16px 0 0;
}
.select-bottom-left{
	float:left;
	background:url(../images/bg-drop-l.png) no-repeat;
	width:16px;
	height:16px;
}
.select-bottom-right{
	float:right;
	background:url(../images/bg-drop-r.png) no-repeat;
	height:16px;
	width:36px;
}
.select-bottom-center{
	background:url(../images/bg-drop-c.png) repeat-x;
	height:16px;
	overflow:hidden;
}
.section .box,
#content .box{
	width:200px;
	float:left;
	padding:0 40px 0 0;
}
#content .box-indent{padding-bottom:30px;}
/* roll */
.roll{
	list-style:none;
	margin:0;
	padding:0;
}
#sidebar .roll{padding-bottom:2px;}
#sidebar .roll-indent{padding:3px 0 15px;}
.roll li{
	vertical-align:top;
	overflow:hidden;
	padding:0 0 3px 10px;
	background: url(../images/bullet.png) no-repeat 0 -3194px;
}
* +html .roll li{padding-bottom:4px;}
.roll .active,
.roll li:hover{background-position:0 -3495px;}
.roll-action li:hover{background-position:0 -3195px;}
.roll .active a,
.roll a:hover,
.roll li:hover a{
	color:#33322f;
	text-decoration:none;
}
.roll .doc{
	padding:0 0 11px 20px;
	background: url(../images/ico.png) no-repeat -1800px 0;
}
.roll .doc:hover{background: url(../images/ico.png) no-repeat -1800px 0;}
.roll strong{font-family: 'UrbanoBold', Arial, Helvetica, Verdana, sans-serif;}
/* image-holder */
.image-holder{margin:0 0 15px;}
.image-holder img{vertical-align:top;}
/* section-area */
.section-area{
	width:180px;
	float:right;
	margin:0 0 0 19px;
}
.section-area-indent{padding-right:56px;}
.section-area-indent .roll{padding-top:4px;}
/* box-open-area */
.box-open-area{overflow:hidden;}
/* navigation-list */
.navigation-list{
	list-style:none;
	margin:0;
	padding:0;
	border-bottom:1px solid #c4c0b4;
	width:100%;
}
.navigation-list li{
	float:left;
	margin:0 3px 0 0;
}
.navigation-list .active{position:relative;}
.navigation-list a{
	float:left;
	color:#a39258;
	background:#eae6db;
	border:solid #c4c0b4;
	border-width:1px 1px 0;
	padding:6px 7px;
	position:relative;
}
.navigation-list .active:hover a,
.navigation-list .active a{
	position:relative;
	margin-bottom:-1px;
	padding-bottom:7px;
	background:#d6d2c8;
	color:#605756;
	border-color:#d6d2c8;
}
.navigation-list a:hover{
	background:#fff;
	color:#605756;
	text-decoration:none;
}
.navigation-list .collapse{
	position:relative;
	padding-left:24px;
}
.navigation-list .expand{
	padding-left:24px;
	color:#605756;
	position:relative;
	border:solid #d6d2c8;
	border-width:1px 1px 0;
}
.ico{
	position:absolute;
	left:0;
	top:0;
	width:13px;
	height:13px;
	overflow:hidden;
	text-indent:-9999px;
	background: url(../images/sprite.png) no-repeat 0 100px;
}
.navigation-list .collapse .ico,
.navigation-list .expand .ico{
	left:6px;
	top:7px;
	background-position: -170px -50px;
}
.navigation-list .collapse .ico{background-position:-170px -30px;}
.navigation-list .collapse:hover .ico{
	background-position:-170px -160px;
	top:8px;
}
/* .title-list */
.title-list{
	list-style:none;
	margin:0 0 1px;
	padding:0;
	overflow:hidden;
	background:#d6d2c8;
	color:#605756;
}
.title-list li{
	float:left;
	padding:19px 10px 200px;
	border-left:1px solid #c4c0b4;
	margin:0 0 -186px;
}
.title-list .col1{
	border:none;
	padding-left:70px;
	width:288px;
}
.title-list .col2{width:115px;}
.title-list .col3{width:135px;}
/* title-area */
.title-area{
	padding:14px 12px 10px;
	margin:0 0 1px;
	background:#d6d2c8;
	height:20px;
}
.title-area .paging li{margin-right:11px;}
.title-area .drop-area{padding-top:11px;}
/* box-info */
.box-info{
	overflow:hidden;
	border-top:1px solid #c4c0b4;
	background:#eae6db;
	padding:13px 20px 13px;
	margin:0 0 10px;
}
.box-info:hover{background:#fff;}
#sidebar .box-info{padding:9px 20px;}
#sidebar .box-opened{padding-bottom:4px;}
#sidebar .box .box-info{margin-right:-40px;}
.open{
	position:relative;
	font:28px/28px 'UrbanoExtraCondensed', Arial, Helvetica, Verdana, sans-serif;
	color:#33322f;
	padding:7px 0 5px 50px;
	display:inline-block;
}
#sidebar .open{
	font:20px/24px 'UrbanoBold', Arial, Helvetica, Verdana, sans-serif;
	color:#a39258;
	padding-left:40px;
}
.page-blue #sidebar .open,
.page-blue .open{color:#003468;}
#sidebar .open-small,
.open-small{padding-left:27px;}
.open:hover{text-decoration:none;}
.open .ico{
	width:36px;
	height:35px;
	background-position:-170px -125px;
}
.open-small .ico{background-position:-167px -578px;}
.page-blue .open .ico{background-position:-160px -525px;}
.box-opened .open .ico{background-position:-170px -70px;}
.box-opened .open-small .ico{background-position:-220px -580px;}
.page-blue .box-opened .open .ico{background-position:-210px -525px;}
.box-open{
	overflow:hidden;
	padding:6px 0 0 50px;
	position:relative;
}
.box-info .box-open{padding-bottom: 6px;}
.slide-enabled{
	position:relative;
	overflow:hidden;
}
#sidebar .box-open{padding:0;}
.box-opened .box-open{position:static;}
.box-open .head{
	font-family: 'UrbanoBold', Arial, Helvetica, Verdana, sans-serif;
	display:block;
	color:#4d4b46;
}
.box-text-area{
	overflow:hidden;
	margin:0 0 -22px;
}
.box-text-area .box-text{margin:0 0 22px;}
#content .box-text-area .box-text p,
.box-text-area .box-text p{margin:0;}
.box-text-area .box-text a{color:#605756;}
.box-open address{
	margin:0;
	padding:0 0 5px;
	font-style:normal;
}
.box-open address span{display:block;}
.box-open .col,
.box-open .col1,
.box-open .col4{
	float:left;
	width:288px;
	padding:6px 10px 999px 0;
	margin:-6px 0 -999px; 
}
.box-open .col4{width:260px;}
.box-open .col2{
	float:left;
	width:115px;
	padding:6px 10px 999px;
	margin:-6px 0 -999px;
	border-left:1px solid #c4c0b4;
}
.box-open .col3{
	float:left;
	width:114px;
	padding:6px 10px 999px;
	margin:-6px 0 -999px;
	border-left:1px solid #c4c0b4;
}
.box-open p,
#content .box-open p{margin-bottom:8px;}
/* box-separate */
.box-separate-area{
	border-top:1px solid #c4c0b4;
	margin:0 0 0px;
}
.box-separate {
	padding:16px 0;
	border-bottom:1px solid #c4c0b4;
}
.box-separate .open{
	font:14px/18px 'UrbanoRegular', Arial, Helvetica, Verdana, sans-serif;
	color:#a39258;
	padding:1px 0 2px 22px;
}
.box-separate .open .ico{
	background-position:-169px -0;
	width:13px;
	height:13px;
	top:50%;
	margin:-7px 0 0;
}
.box-separate.box-opened .open .ico{background-position:-169px -31px;}
.box-separate .box-open{
	padding:10px 0 0 22px;
}
/* search */
/*.search h3{
	float:left;
	color:#949188;
	margin:1px 16px 0 0;
	text-shadow:0 1px 1px #fff;
	padding:0;
	line-height:1.2em;
}*/
.form-sign .text-input,
.form .text-input,
.search .text-input{
	border-radius:16px;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	background:#727069;
	height:30px;
	overflow:hidden;
	width:192px;
	padding:2px 15px;
	float:left;
	margin:0 15px 0 0;
}
.form-sign .text-input input,
.form .text-input input,
.search .text-input input{
	display:block;
	width:100%;
	padding:6px 0;
	margin:0;
	border:none;
	background:none;
/*	color:#a5a197;*/
	color:#EAE6DB;
	font-size:14px;
	line-height:16px;
	outline:none;
	text-align:left;
}
.form .listbox-input {
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	background:#727069;
	height:90px;
	overflow-x:hidden;
	overflow-y:auto;
	width:192px;
	padding:2px 15px;
	float:left;
	display:inline;
}
.search select{
	float:left;
	width:220px;
	margin:0 10px 0 0;
}
.divider{
	float:left;
	padding:0 17px 0 3px;
	font-size:14px;
	line-height:36px;
	color:#4d4b46;
}
/* paging */
.paging{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	font-size:0.857em;
}
.section .paging{margin:-10px 0;}
.paging li{
	float:left;
	margin:0 15px 0 0;
}
.page-blue .paging li{margin-right:12px;}
.paging span,
.paging a{
	float:left;
	padding-bottom:2px;
}
.paging a:hover,
.paging .active{
	color:#4d4b46;
	text-decoration:none;
}
.paging a:hover,
.paging .active span{
	padding-bottom:1px;
	border-bottom:1px solid #4d4b46;
}
/* info-box */
#content .info-box p,
.info-box p{margin:0;}
#content .info-list p{margin:0 0 11px;}
.info-box .col{
	vertical-align:top;
	display:inline-block;
	width:200px;
	padding:0 0 0 0px;
}
* +html .info-box .col{
	display:inline;
	width:202px;
}
.info-box .col-first{padding-left:0;width:225px;}
.info-box .name{
	display:block;
	font:italic 1.286em/1.1em Georgia, "Times New Roman", Times, serif;
	color:#a39258;
}
.info-box dt{
	width:auto;
	font-family:'UrbanoBold', Arial, Helvetica, Verdana, sans-serif;
	color:#4d4b46;
	margin-bottom:0;
}
.info-box dd{margin-bottom:0;}
/* drop-content */
.drop-content{top:-9999px;}
.info-list li.hover .drop-content{
	left:24px;
	top:20px;
}
.drop-content .content{
	padding:10px 15px 10px 0;
	width:420px;
	margin: -19px 0 0 -12px;
}
/* form-message */
.form-message-area{
	overflow:hidden;
	background:#eae6db;
	padding:20px 20px 10px;
	margin:12px 0 10px;
}
.form .title,
.form-message .title{
	display:block;
	padding:0 0 10px;
	font-family:'UrbanoBold', Arial, Helvetica, Verdana, sans-serif;
	font-weight:normal;
}
.form-message .text-area{
	float:right;
	width:570px;
}
.form-message .head{
	display:block;
	margin:0 10px 18px 0;
	color:#605756;
	font:18px/22px 'UrbanoBold', Arial, Helvetica, Verdana, sans-serif;
	position:relative;
}
.form-message-area .head{
	float:left;
	width:38px;
	font:2em/1.2em 'UrbanoExtraCondensed', Arial, Helvetica, Verdana, sans-serif;
}
.form-message .head .mark{font:italic 18px/22px Georgia, "Times New Roman", Times, serif;}
.form-message .row{
	padding:0 0 10px;
	width:100%;
}
.form .row-radio,
.form-message .row-radio{padding-bottom:20px;}
.form-message .row-border{
	border-top:1px solid #c4c0b4;
	padding-top:10px;
}
.form-message .twocolumn .column{
	float:left;
	width:49%;
	margin:0 0 0 2%;
}
.form-message .twocolumn .column:first-child{
	margin-left:0;
	width:49%;
}
.form-message select{
	margin:0;
	padding:1px;
	display:block;
	width:100%;
}
.twocolumn .selectArea{margin:0;}
.form-message .text-input{
	background:#727069;
	padding:3px 12px;
	height:28px;
	overflow:hidden;
	border-radius:18px;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
}
.drop-content .form-message .text-input{padding:5px 12px;}
.form .text-input-radius,
.form-message .text-input-radius{
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}
.form .text-border,
.form-message .text-border{
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border:1px solid #727069;
	padding:0 5px;
	background:#fff;
	height:auto;
}
.form-message .text-input input{
	display:block;
	padding:5px 0 3px;
	margin:0;
	width:100%;
	border:none;
	background:none;
/*	color:#a5a197;*/
	color:#EAE6DB;
	font-size:15px;
	line-height:18px;
	outline:none;
}
.form .text-border input,
.form-message .text-border input{
	padding:2px 0;
	font-size:14px;
	color:#605756;
}
.form-message .textarea{
	background:#727069;
	padding:0 3px 0 12px;
	overflow:hidden;
	height:142px;
}
.form-message .textarea textarea{
	display:block;
	padding:11px 0 4px;
	margin:0;
	width:100% !important;
	max-width:100%;
	height:127px !important;
	max-height:127px;
	border:none;
	background:none;
/*	color:#a5a197;*/
	color:#EAE6DB;
	font-size:15px;
	line-height:18px;
	outline:none;
	overflow:auto;
}
/* btn-send */
.btn-send{
	border-radius:19px;
	-moz-border-radius:19px;
	-webkit-border-radius:19px;
	box-shadow:0 0 3px #b1b1b1;
	-webkit-box-shadow:0 0 3px #b1b1b1;
	-moz-box-shadow:0 0 3px #b1b1b1;
	width:40px;
	height:40px;
	background:#333;
	float:right;
	margin:0;
	padding:0;
	border:none;
	color:#fff;
	font:20px/26px 'UrbanoExtraCondensed', Arial, Helvetica, Verdana, sans-serif;
	cursor:pointer;
}
.btn-large{
	width:43px;
	height:43px;
	border-radius:21px;
	-moz-border-radius:21px;
	-webkit-border-radius:21px;
	background:#2f2e2c;
}
.btn-gray{background:#9f9c95;}
.btn-send:hover{
	background:#fff;
	color:#333;
	box-shadow:2px 2px 4px #96938c;
	-webkit-box-shadow:2px 2px 4px #96938c;
	-moz-box-shadow:2px 2px 4px #96938c;
}
.form-message .text{
	font:15px/18px 'UrbanoItalic', Arial, Helvetica, Verdana, sans-serif;
	display:inline-block;
	vertical-align:middle;
	width:470px;
}
.drop .form-message .text{width:270px;}
.form-message .text-area .text{width:420px;}
* +html .form-message .text{display:inline;}
/* btn-area */
.btn-area{
	text-align:right;
	vertical-align:middle;
	display:inline-block;
	width:145px;
}
* +html .btn-area{display:inline;}
.btn-area .btn-send{
	float:none;
	display:inline-block;
	margin: 0 0 0 7px;
	text-align:center;
}
* +html .btn-area .btn-send{display:inline;}
/* columns-area */
.columns-area{
	overflow:hidden;
	margin:0 0 10px;
}
.columns-area .column{
	float:left;
	width:47%;
	padding:0 0 0 6%;
}
.columns-area .column:first-child{
	padding-left:0;
	width:47%;
}
/* listing */
.listing{
	list-style:none;
	margin:0;
	padding:0;
}
.listing-number{
	list-style:decimal outside;
	padding:0 0 0 20px;
	margin:0;
}
.listing li{
	vertical-align:top;
	overflow:hidden;
}
.listing .mark{
	font-family:'UrbanoBold', Arial, Helvetica, Verdana, sans-serif;
	color:#4d4b46;
}
.listing .date{
	font-family:'UrbanoBold', Arial, Helvetica, Verdana, sans-serif;
	font-style:normal;
	color:#4d4b46;
	display:block;
	padding:0 0 2px;
}
/* form */
.form .row{
	width:100%;
	padding:0 0 20px;
	float:left;
}
.form p strong{
	font-weight:normal;
	font-family:'UrbanoBold', Arial, Helvetica, Verdana, sans-serif;
}
.form-area{
	background:#eae6db;
	padding:20px;
	margin:0 0 20px;
	overflow:hidden;
}
.form-area .row{padding-bottom:12px;}
.form-area .row-indent,
.form-area .form .row-indent,
.form .row-indent{padding-bottom:30px;}
.form .btn-row{
	border-top:1px solid #c4c0b4;
	padding:10px 0 0;
}
.section .form .btn-row{margin:0 0 -14px;}
.form .text-input{
	width:266px;
	margin:0 0 0 15px;
}
.form .text-input:first-child{margin-left:0;}
.form .required{
	line-height:32px;
	font-family:'UrbanoBoldItalic', Arial, Helvetica, Verdana, sans-serif;
	float:left;
}
.input-size01{width:375px !important;}
.input-size02{width:125px !important;}
.input-size03{width:180px !important;}
.input-size04{width:210px !important;}
.input-size05{width:165px !important;}
.input-size06{width:250px !important;}
.input-size07{width:90px !important;}
.input-size08{width:50px !important;}
.input-size09{width:65px !important;}
.input-size10{width:100px !important;}
.input-size11{width:115px !important;}
.input-size12{width:120px !important;}

.form select{
	float:left;
	margin:0 0 0 15px;
	width:206px;
}
.select-size01{width:198px !important;}
.drop-select-size01{width:198px !important;}
.select-size02{width:296px !important;}
.drop-select-size02{width:296px !important;}
.select-size03{width:450px !important;}
.drop-select-size03{width:450px !important;}
.select-size04{width:194px !important;}
.drop-select-size04{width:194px !important;}
.select-size05{width:219px !important;}
.drop-select-size05{width:219px !important;}
.select-size07{width:120px !important;}
.select-size08{width:250px !important;}
.select-size09{width:160px !important;}
.form select:first-child{margin-left:0;}
.form .head{
	float:left;
	width:70px;
	margin:0 8px 0 0;
	font:14px/19px 'UrbanoBold', Arial, Helvetica, Verdana, sans-serif;
}
.form ul{
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
.form li{
	float:left;
	width:135px;
	padding:0 2px 0 0;
}
.form input[type="checkbox"]{
	float:left;
	width:16px;
	height:16px;
	margin:2px 3px 0 0;
	padding:0;
}
.form ul label{
	display:block;
	overflow:hidden;
	font:14px/16px 'UrbanoRegular', Arial, Helvetica, Verdana, sans-serif;
	margin:2px 0 0;
}
* +html .form ul label{margin-top:4px;}
.form .btn-submit{float:right;}
/* information-area */
.information-area{
	overflow:hidden;
	border-top:1px solid #c4c0b4;
	background:#eae6db;
	padding:26px 0 18px 30px;
	margin:0 0 10px;
}
/* title-head */
.title-head{
	overflow:hidden;
	margin:0 0 10px;
}
.title-head .heading{
	overflow:hidden;
	font-weight:normal;
}
.title-head .heading:first-child{
	float:left;
	width:110px;
	padding:0 0 0 30px;
}
/* information-area */
.information-area .column1{
	float:left;
	width:110px;
	padding-right:10px;
}
.information-area .column2{overflow:hidden;}
.information-area .title{
	display:block;
	margin:0 0 15px;
	font:1.44em/1.2em 'UrbanoBold', Arial, Helvetica, Verdana, sans-serif;
	color:#a39258;
	text-shadow:0 1px 1px #fff;
}
.information-gray .title{color:#605756;}
.information-area .title-border{
	padding:0 0 14px;
	border-bottom:1px solid #c4c0b4;
	margin-bottom:19px;
}
.information-area .text-area{
	overflow:hidden;
	margin:0 0 -6px;
	padding:0 20px 0 0;
}
.information-area ul{
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
.information-area li{
	float:left;
	width:100px;
	border-right:1px solid #c4c0b4;
	padding:500px 10px;
	margin:-491px 0;
}
.information-area .col1{
	width:60px;
	padding-left:0;
}
.information-area .col2{
	width:60px;
}
.information-area .col6{width:160px;}
.information-area .col7{
	width:85px;
	border:none;
}
/* heading-list */
.heading-list{
	border: solid #c4c0b4;
	border-width:1px 0;
	font-family:'UrbanoBold', Arial, Helvetica, Verdana, sans-serif;
	color:#4d4b46;
}
.heading-list li{margin:-495px 0;}
.heading-list strong{font-weight:normal;}
/* show-area */
.show-area{float:right;}
.show-area:hover{position:relative;}
.show-area:hover .drop-area{display:block;}
.show{
	position:relative;
	display:block;
/*	color:#a5a197;
	color:#EAE6DB;*/
	font-size:12px;
	line-height:16px;
	padding:2px 25px 2px 0;
}
.show .mark{color:#605756;}
.show .ico{
	width:16px;
	height:17px;
	background-position:-190px -160px;
	left:auto;
	right:5px;
	top:2px;
}
.section .show-area{margin:-10px 0;}
.show:hover,
.show-area:hover .show{
	text-decoration:none;
	color:#817f77;
}
.show:hover .ico,
.show-area:hover .show .ico{background-position:-190px -180px;}
/* drop-area */
.drop-area{
	position:absolute;
	left:0;
	top:20px;
	width:100%;
	display:none;
	padding:14px 0 0;
	z-index:99;
}
.drop-area ul{
	list-style:none;
	margin:0;
	padding:3px 0;
	font-size:14px;
	line-height:18px;
	box-shadow:8px 8px 15px #56544e;
	-webkit-box-shadow:8px 8px 15px #56544e;
	-moz-box-shadow:8px 8px 15px #56544e;
	background:#817f77;
}
.drop-area li{
	overflow:hidden;
	vertical-align:top;
}
.drop-area ul a{
	display:block;
	padding:3px 13px;
	color:#fff;
}
.drop-area ul a:hover{
	background:#727069;
	text-decoration:none;
}
/* place */
.place{
	overflow:hidden;
	margin:0 0 10px;
	border-top:1px solid #c4c0b4;
	font-size:1.167em;
	line-height:1.2em;
}
.place .text{overflow:hidden;}
.place .place-row{
	padding:15px 0 19px;
	border-top:1px solid #c4c0b4;
	margin:-1px 0 0;
	overflow:hidden;
}
.place-row ul{
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
.place-row li {
	float:left;
	width:135px;
	padding:0 2px 0 0;
}

.place-row li.text{
	float:left;
	width:180px;
	padding:0 2px 0 0;
}

#content .place p,
.place p{margin:0;}
.place-row .column{
	float:left;
	width:133px;
	padding:0 10px 0 0;
	color:#4d4b46;
}
.column-large .place-row .column{width:192px;}
.place-row .column .title{
	display:block;
	color:#4d4b46;
	font-family:'UrbanoBold', Arial, Helvetica, Verdana, sans-serif;
}
#content .place{
	font-size:1em;
	border:none;
}
/* circle-small */
.circle-small{
	text-align:center;
	float:right;
	height:48px;
	width:65px;
	border-radius:41px;
	-moz-border-radius:41px;
	-webkit-border-radius:41px;
	background:#2e2d2a;
	padding:25px 8px 10px;
	color:#fff;
	font:20px/24px 'UrbanoExtraCondensed', Arial, Helvetica, Verdana, sans-serif;
	margin:35px 80px 30px;
}
.circle-small .holder{
	display:block;
	padding:0 0 15px;
	background:url(../images/bg-button-decor.png) no-repeat -1258px 100%;
}
.circle-small:hover{text-decoration:none;}
/* list-gray */
.list-gray{
	overflow:hidden;
	margin:0 0 10px;
	border-top:1px solid #c4c0b4;
	font-size:1.167em;
	line-height:1.2em;
}
.list-holder{
	overflow:hidden;
	padding:0 0 11px;
}
.list-gray ul{
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	background:#eae6db;
	border-bottom:1px solid #c4c0b4;
}

.list-gray ul#active{
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	background:#D6D2C8;
	border-bottom:1px solid #c4c0b4;
}

.list-gray .heding-list{
	color:#4d4b46;
	font-family:'UrbanoBold', Arial, Helvetica, Verdana, sans-serif;
	line-height:1em;
}
.list-gray .heding-list li{
	padding-top:11px;
	padding-bottom:11px;
}
.list-gray li{
	padding:15px 5px;
	width:133px;
	display:inline-block;
	vertical-align:middle;
}
* +html .list-gray li{
	display:inline;
	width:138px;
}
.list-gray .col1{
	width:92px;
	padding-left:30px;
}
.list-gray .col3{width:150px;}
.list-gray .col4{width:115px;}
.list-gray .col5{width:94px;}
.list-gray .col6{width:61px;}
.list-gray .col7{width:74px;}
.list-gray .col8{width:97px;}
.list-gray .col9{width:80px;}
.list-gray .col10{width:90px;}
.list-gray .col11{width:50px;}
.list-gray .col12{width:30px; padding-left:20px;}
.list-gray .col13{width:155px;}
* +html .list-gray .col1{width:95px;}
* +html .list-gray .col3{width:153px;}
* +html .list-gray .col4{width:120px;}
* +html .list-gray .col5{width:97px;}
* +html .list-gray .col6{width:74px;}
* +html .list-gray .col7{width:77px;}
* +html .list-gray .col8{width:100px;}
/* note */
.note{
	display:block;
	margin:0 auto;
	text-indent:-9999px;
	overflow:hidden;
	background: url(../images/sprite.png) no-repeat -220px -30px;
	width:14px;
	height:19px;
	overflow:hidden;
}
/* textbook */
.textbook{
	display:block;
	margin:0 auto;
	width:22px;
	height:17px;
	overflow:hidden;
	text-indent:-9999px;
	background: url(../images/sprite.png) no-repeat -220px -60px;
}
/* back */
.back{
	float:left;
	padding:0 0 0 20px;
	position:relative;
}
.back .ico{
	width:16px;
	height:15px;
	background-position:-220px -89px;
}
/* visual */
.visual{
	margin:0 0 20px;
	font-size:1.5em;
	line-height:1.2em;
}
.visual-area{
	position:relative;
	margin:0 0 20px;
}
.visual-area img{vertical-align:top;}
.visual p{margin:0;}
/* Law Home page goes bad - Mrudula
.visual .block{top:27px;} */

/* news-list */
.news-list{
	list-style:none;
	margin:0;
	padding:0;
}
.news-list-indent{margin-bottom:-10px;}
#sidebar .news-list p,
#content .news-list p,
.column .news-list p,
.news-list p{margin:0;}
.news-list li{padding:0 0 10px;}
.column-area .column .news-list{margin:0 0 -8px;}
.column .news-list li{padding-bottom:18px;}
.news-list-indent li{padding-bottom:18px;}
.list-large-indent li{padding-bottom:25px;}
.news-list em{
	font-family:'UrbanoItalic', Arial, Helvetica, Verdana, sans-serif;
	font-style:normal;
}
.news-list .date,
.group-heading .title,
.news-list strong{
	font-family:'UrbanoBold', Arial, Helvetica, Verdana, sans-serif;
	color:#4d4b46;
	font-style:normal;
}
.news-list .name{
	display:block;
	color:#605756;
}
.news-list .name.mark{
	padding:4px 0 0;
	color:#a39258;
}
.news-list .date{display:block;}
#sidebar .news-list{padding:0 0 8px;}
.news-list .mark{color:#4d4b46;}
.news-list address{
	margin:0;
	font-style:normal;
}
/* .form-sign */
.form-sign .row{
	width:100%;
	padding:10px 0 0;
}
.form-sign .row-radio{
	padding-bottom:10px;
	border-bottom:1px solid #c4c0b4;
}
.form-sign select{
	width:200px;
	margin:0;
}
.form-sign .selectArea {margin:0;}
.form .row-radio ul,
.form-message .row-radio ul,
.form-sign .row-radio ul{
	list-style:none;
	margin:0 -15px 0 0;
	padding:0;
	overflow:hidden;
}
.form .row-radio ul,
.form-message .row-radio ul{
	float:left;
	margin:0;
}
.form .row-radio .radio-large,
.form-message .row-radio .radio-large{padding-bottom:4px;}
.form .row-radio li,
.form-message .row-radio li,
.form-sign .row-radio li{
	display:inline-block;
	width:103px;
	margin:0 2px 5px 0;
	vertical-align:top;
	overflow:hidden;
}
.form .row-radio li,
.form-message .row-radio li{width:98px;}
.form .row-radio .radio-large li,
.form-message .row-radio .radio-large li,
.form-sign .row-radio .radio-large li{width:96px;}
* +html .form-message .row-radio li{
	display:inline;
	margin-right:3px;
}
* +html .form-message .row-radio li{
	display:inline;
	margin-right:3px;
}
* +html .form-sign .row-radio li{
	display:inline;
	margin-right:3px;
}
.form .row-radio input[type="radio"],
.form-message input[type="radio"],
.form-sign input[type="radio"]{
	display:inline-block;
	width:16px;
	height:16px;
	vertical-align:middle;
	margin:0 3px 0 0;
	padding:0;
}
* +html .form-sign input[type="radio"]{display:inline;}
.form .row-radio label,
.form-message .row-radio label,
.form-sign .row-radio label{
	display:inline-block;
	width:79px;
	vertical-align:middle;
	font-weight:normal;
}
.form .row-radio label,
.form-message .row-radio label{width:73px;}
.form .row-radio .radio-large label,
.form-message .row-radio .radio-large label,
.form-sign .row-radio .radio-large label{width:68px;}
* +html .form-message .row-radio label{margin-top:6px;}
* +html .form .row-radio label{margin-top:6px;}
* +html .form-sign .row-radio label{margin-top:6px;}
.form-sign .text-input{
	width:170px;
	margin:0;
}
.form-sign .advance-search-btn{
	padding:16px 0;
}
.form-sign .library-btn-submit{
	float: right;
	width: 37px;
	height: 37px;
	background: url(../images/sprite.png) no-repeat 0 -524px;
	border: 0;
	margin: -1px 16px 0 0;
	padding: 4px 1px 3px 0;
	cursor: pointer;
	color: #fff;
	font: 26px/28px 'UrbanoExtraCondensed', Helvetica, Arial, sans-serif;
}
.form-sign .row-btn{
	text-align:right;
	padding:16px 0;
}
.form-sign .row-border{
	padding-bottom:13px;
	border-bottom:1px solid #c4c0b4;
	margin-bottom:13px;
}
#sidebar .form-sign .row-btn{padding:13px 0;}
#sidebar .form-sign .row-btn .btn-submit{font-size:22px;}
.box-info .form-sign .row-btn{padding-bottom:0;}
.form-sign .btn-submit{float:right;}
.form-sign .row-btn .btn-submit{
	float:none;
	display:inline-block;
	vertical-align:middle;
}
.form-sign a.forgot,
.form-sign .forgot{
	display:inline-block;
	width:155px;
	font-family:'UrbanoBold', Arial, Helvetica, Verdana, sans-serif;
	vertical-align:middle;
	text-align:left;
}
* +html .form-sign .forgot{display:inline;}
/* group-heading */
.group-heading{margin:0 0 15px;}
#content .group-heading p,
.group-heading p{margin:0;}
.group-heading .title{display:block;}
.group-heading strong{
	font-family:'UrbanoBold', Arial, Helvetica, Verdana, sans-serif;
	font-weight:normal;
}
/* placeholder-calendar */
.placeholder-calendar{margin:0 0 18px;}
.placeholder-calendar img{vertical-align:top;}
/* tools */
.tools{
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
.tools li{
	float:left;
	margin:0 21px 0 0;
}
.tools a{
	display:block;
	width:21px;
	height:21px;
	overflow:hidden;
	text-indent:-9999px;
}
.tools .facebook{background: url(../images/sprite.png) no-repeat -190px 0;}
.tools .email{
	background: url(../images/sprite.png) no-repeat -219px 0;
	width:20px;
	height:17px;
	margin:2px 0 0;
}
/* link-next */
.link-next{
	display:inline-block;
	padding:0 22px 0 0;
	font:19px/22px 'UrbanoExtraCondensed', Arial, Helvetica, Verdana, sans-serif;
	color:#949188;
	position:relative;
}
.link-gray{
	color:#a39258;
	font:1em/1.4em 'UrbanoRegular', Arial, Helvetica, Verdana, sans-serif;
}
.link-next .ico{
	top:2px;
	left:auto;
	right:0;
	width:15px;
	height:15px;
	background: url(../images/bullet.png) no-repeat 0 -3700px;
}
.link-gray .ico{background: url(../images/sprite.png) no-repeat -245px -60px;}
/* menu */
#process-form ul.form-li {
        list-style:none;
        margin:0 0 -3px;
        padding:3px 0 20px 10px;
}
#process-form .form-li li {
        height:1%;
        width:900px;
        vertical-align:top;
        background: url(../images/bullet.png) no-repeat 0 -3194px;
        padding: 0 0 4px 10px;
}
#process-form .textarea{
	background:#727069;
	padding:0 3px 0 12px;
	overflow:hidden;
	height:142px;
}
#process-form .textarea textarea{
	display:block;
	padding:11px 0 4px;
	margin:0;
	width:100% !important;
	max-width:100%;
	height:127px !important;
	max-height:127px;
	border:none;
	background:none;
/*	color:#a5a197;*/
	color:#EAE6DB;
	font-size:15px;
	line-height:18px;
	outline:none;
	overflow:auto;
}
.main .menu{
	list-style:none;
	margin:0;
	padding:0;
}
.main .menu ul{
	list-style:none;
	margin:0 0 -3px;
	padding:3px 0 0 10px;
	font-family:'UrbanoItalic', Arial, Helvetica, Verdana, sans-serif;
}
.main .menu li{
	height:1%;
	vertical-align:top;
	background: url(../images/bullet.png) no-repeat 0 -3194px;
	padding: 0 0 4px 10px;
}
.main .menu a:hover{
	color:#252525;
	text-decoration:none;
}
.main .menu .active a:hover,
.main .menu > .active > a{
	font-family:'UrbanoBold', Arial, Helvetica, Verdana, sans-serif;
	color:#a39258;
	text-decoration:none;
}
.page-blue .main .menu .active a:hover,
.page-blue .main .menu > .active > a{color:#827d00;}
/* roster */
.roster{
	list-style:none;
	margin:0;
	padding:0 0 0 8px;
	font-family:'UrbanoBold', Arial, Helvetica, Verdana, sans-serif;
}
.roster li{padding:0 0 1px;}
.roster a{color:#827d00;}
.roster > .active > a{color:#4d4b46;}
.roster a:hover{
	text-decoration:none;
	color:#4d4b46;
}
.roster ul{
	list-style:none;
	margin:0;
	padding:0 0 9px 10px;
}
/* captcha-area */
.captcha-area{
	background:#727069;
	padding:1px;
	overflow:hidden;
}
.captcha-size01{
	width:430px;
	margin:0 0 15px;
}
.captcha{
	display:inline-block;
	vertical-align:middle;
}
* +html .captcha{display:inline;}
.captcha img{vertical-align:top;}
.captcha-area .text-input{
	width:180px;
	display:inline-block;
	vertical-align:middle;
	padding:2px 12px;
	float:none;
	height:auto;
	margin:0;
}
.captcha-area .text-input input{padding:3px 0;}
* +html .captcha-area .text-input{display:inline;}
/* all-elements */
.all-elements h1{
	color:#9c9b9a;
	padding:0 0 23px;
	/* border-bottom:2px solid #c4c0b4; */
	margin:0 0 13px;
	font-size:36px;
	line-height:40px;
}
.all-elements .content-left{
	float: left;
	font-size: 1.167em;
	line-height: 1.22em;
	margin: 10px 0 0;
	width: 660px;
}
.all-elements .content-left .area{font-size:1em;}
.all-elements .content-left .box {
	float: left;
	padding: 0 40px 0 0;
	width: 200px;
}
.all-elements .content-left .box-indent{padding-bottom:30px;}
.content-left .place{font-size:1em;}
.sidebar-area{
	float: right;
	font-size: 1.167em;
	line-height: 1.18em;
	overflow: hidden;
	padding: 0 0 30px;
}
.sidebar{
	float:left;
	font-size: 1.167em;
	line-height: 1.18em;
	overflow: hidden;
	width: 240px;
}
/*sidebar box*/
.all-elements .sidebar .box{
	overflow:hidden;
	padding:24px 40px 15px 0 !important;
	margin:-10px 0 0;
	background:url(../images/divider.gif) repeat-x;
	word-spacing:-1px;
}
.all-elements .sidebar h3{
	color:#949188;
	margin:0 -35px 0 0;
	padding:0 0 7px;
	font:2em/1.16em 'UrbanoExtraCondensed', Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	text-shadow:0 1px 1px #fff;
}
.all-elements .sidebar h4,
.all-elements .sidebar .title{
	color:#4d4b46;
	margin:0;
	padding:0 0 10px;
	font:1em/1.16em 'UrbanoBold', Helvetica, Arial, sans-serif;
}
.all-elements .sidebar .title{
	display:block;
	padding:0;
}
.all-elements .sidebar .title-indent{padding-bottom:8px;}
.all-elements .sidebar .name{
	display:block;
	font-family:'UrbanoBold', Helvetica, Arial, sans-serif;
	margin:0 0 2px;
}
.all-elements .sidebar address{
	font-style:normal;
	margin:0 0 9px;
}
.all-elements .sidebar address span{display:block;}
.all-elements .sidebar .box .info-list p {margin: 0 0 11px;}
.all-elements .sidebar .box p {margin: 0 0 14px;}
#sidebar .box .holder{
	padding:0 0 6px;
	width:100%;
	line-height:1.15em;
}
/*sidebar list*/
.all-elements .sidebar .list{
	padding:0 0 18px;
	margin:-5px 0;
	list-style:none;
	overflow:hidden;
}
.all-elements .sidebar .list li{
	overflow:hidden;
	vertical-align:top;
	background:url(../images/bullet.png) no-repeat 3px -2006px;
	padding:0 0 4px 12px;
}
.all-elements .sidebar .list a{float:left;}
.all-elements .sidebar .link{
	padding:0 0 0 13px;
	line-height:1.2em;
	background: url(../images/bullet.png) no-repeat 0 -3195px;
}
.all-elements .sidebar .link:hover{
	text-decoration:none;
	background-position:0 -3496px;
	color:#33322f;
}
.all-elements .page{
	display:block;
	color:#9c9b9a;
	font-size:36px;
	line-height:40px;
	text-align:right;
}
.all-elements .sidebar .box img{
	margin: 3px 0 9px;
	vertical-align: top;
}
.all-elements .sidebar .box .meta{
	display: block;
	font: 1em 'UrbanoItalic',Arial,Helvetica,sans-serif;
	margin: -2px 0 2px;
}
.all-elements .sidebar .news-list p{margin:0;}
.all-elements .sidebar .news-list h4{padding-bottom:0;}
.all-elements .sidebar p > strong{
	font-weight:normal;
	font-family: 'UrbanoBold', Arial, Helvetica, sans-serif;
}
.all-elements .sidebar dl{
	margin:0 0 10px;
	overflow:hidden;
}
.all-elements .sidebar dt{
	float:left;
	margin:0 3px 3px 0;
	color:#4d4b46;
	font-family:'UrbanoBold', Helvetica, Arial, sans-serif;
	font-weight:normal;
}
.all-elements .sidebar dd{
	overflow:hidden;
	margin:0 0 3px;
}
.all-elements .sidebar .roll{padding-bottom:2px;}
.all-elements .sidebar .roll-indent{padding:3px 0 15px;}
.all-elements .sidebar .row-btn{padding:13px 0;}
.all-elements .sidebar .row-btn .btn-submit{font-size:22px;}
.all-elements .page-size{font-size:26px;}
.decor-line{
	height:2px;
	overflow:hidden;
	background:#c4c0b4;
	margin:0 0 12px;
}
.all-elements .drop-content{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:520px;
}
/*  */
/*  */
/*  */
/*  */
/*  */


/* Golden Gate - START */
.selectArea.study-field span.center {
	overflow: hidden;
}
#content.profile{
	margin-top:0px;
}
#content.profile .meta{
	font-family:'UrbanoItalic', Arial, Helvetica, sans-serif;
}
#content.profile .profile-intro{
/*	float:left;
	margin-left:10px; */
	margin: 0 0 -8px;
	overflow: hidden;
}
#content.profile .profile-image{
	float:left;
}
#content.profile p.common-name{
	font: 1.2em Georgia;
	font-style: italic;
	color:#a39258;
	margin-bottom:5px;
}
#content.profile p.graduate-level {
	margin-top:4px;
	margin-bottom:5px;
	font-style:italic;
}
#content.profile .block {
	background-image: none;
}
#share.hovered .drop{
	position:absolute;
	z-index:500;
}
#share .block .drop a {
	background-image:none;
}
#share.hovered .drop .list {
	display: inline-block;
	list-style:none;
	margin: 0;
	padding: 12px 0 9px;
}
#share .drop .info {
	/*margin: -33px -5px -5px -33px;*/
	/*margin: -33px 0px 0px -33px !important;*/
	margin: 10px 0px 0px 10px;
	padding: 25px 0px 0px 20px;
	height:90px;
	border-style:none;
}
#share_link{
	float:left;
	padding:1px 0 0 20px;
	background:url(../images/sprite.png) no-repeat 0 -832px;
}
#share .drop-share .content {
	padding:0px 0px 0px 0px;
	width:270px;
	margin: -33px 0 0 -33px;
}
#share .drop-share ul {
	list-style: none;
}#share .drop-share ul li {
	display:inline;
}
#share div.item {
	width: 120px;
	float: left;
}
.addthis_toolbox {
	color:#a39258;
	margin: 0px 10px 0px 10px;
}
.content .block .addthis_toolbox a {
	padding-left: 0px;
}
.addthis_toolbox .separator {
	background:url(/images/divider.gif) repeat-x 0 100%;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	width: 205px;
}
.addthis_toolbox.addthis_default_style span{
	padding-left:5px;
}
.container	 #main {
	padding-top:0px;
	background-image: none;
}
.tab-area .tab-content {
	padding-top:0px;
}
.tab-area .columns {
	border-bottom:none;
}
.second-level-gallery {
	padding-top:20px;
}
.second-level-gallery .gallery {
	width:100%;
}
.second-level-gallery .gallery .wrapper {
	width: 100%;
}
.second-level-gallery .gallery h2, .second-level-gallery .gallery h3 {
	margin: 0 -40px 9px;
	padding: 0 0 39px;
	background: url(/images/divider2.png) no-repeat 50% 100%;
	font: 38px/44px UrbanoEC, Arial, Helvetica, sans-serif;
	color: white;
	text-transform: uppercase;
}
.second-level-gallery .gallery h3 {
	padding: 0 0 3px;
	margin: 0;
	background: none;
	text-transform: none;
	font: 34px/38px UrbanoEC, Arial, Helvetica, sans-serif;
}
.second-level-gallery .gallery .block {
	position: absolute;
	left: 50%;
	top: 30px;
	z-index: 16;
	margin: 0 0 0 -359px;
	overflow: hidden;
	width: auto;
	padding: 18px 0 0;
	background: url(/images/bg-block.png) no-repeat;
	text-align: center;
	font: 14px/18px Georgia, 'Times New Roman', Times, serif;
	color: #DBCBBA !important;
	text-shadow: 1px 1px 1px black;
}
.second-level-gallery .gallery .holder {
	/*width:auto;*/
	height:329px;
}
.law #nav li:hover .drop,
.law #nav li:hover .alt{
	top:62px;
}
.law #nav>li>a{
	display:table-cell;
	height:50px;
	vertical-align:bottom;
	padding-bottom:6px;
	text-align:center;
	max-width:60px;
}
.law #nav>li{
	height:60px;
	margin:0 0 0 24px;
}
.inner.law #main{
	padding:130px 0 0;
}
.calendar .list{
	padding:12px 0 9px;
}
.calendar .list li{
	float:none;
	overflow:hidden;
	vertical-align:top;
	margin:0;
	padding:0;
}
.calendar .list a{
	color:#a39258;
	margin:0;
	padding:3px 10px 3px 10px;
	display:inline-block;
	width:191px;
}
.calendar .list li:hover a:hover{
	background:#727069;
	color:#fff;
	text-decoration:none;
}
.calendar .list a{
	width:220px;
}
.calendar .drop .content {
	margin-top:-33px;
}
.calendar .drop .info{
	margin:-0px -5px -5px -33px;
	width:240px;
}
.tabs-holder .link{
	height:16px;
}
.info p{
	padding-left:15px;
	padding-right:15px;
}
.tabs-holder #tab-3{padding-bottom:11px;}
.gallery .info .mark:hover{color:#a39258; text-decoration:none; cursor:pointer;}
.circle span{
	letter-spacing:0px;
}
.footer a:hover, .footer .list a:hover{
	color:#fff;
	text-decoration:none;
}
.circle b{
	display:block;
	background:url(../images/divider.gif) repeat-x 0 88px;
	font:92px/92px 'UrbanoLightExtraCondensed',Helvetica,Arial,sans-serif;
	letter-spacing:-2px;
	margin:0 auto 5px;
	width:117px;
	cursor:pointer;
}
.area .link:hover,
#sidebar .link:hover,
.columns .col .link:hover,
.box-open .link:hover,
.tab-area .column .link:hover{
	color:#000000;
}
span.go-to-ggucareers {
	padding-top: 7px;
	padding-left: 10px;
	vertical-align: middle;
	float: left;
}
.column .info-list{line-height:1em;}
div.errors {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: red;
    margin: 0 0 17px;
}
div.errors ul {
    list-style: none;
    padding: 0;
    margin:0;
}
div.errors li {
	background: url(../images/exclamation.png) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
}
#messageBox.error {margin: 0;}
#messageBox {list-style-position: inside;}
.page-blue .main .menu > .active > a {color: #a39258;}
.text .info-list {width:auto;}
.text .info-list .download {padding-top: 0px;}
.text .info-list a {
padding-left: 20px;
background: none;
padding-top: 0px;
background: none;
}
.page-blue .main .visual h3 {color:white;}
.page-blue .main h3 {color:#003468;}
.writing-competitions .col1 {width: 175px;}
.writing-competitions .col2 {width: 425px;}
.writing-competitions .col3 {width: 90px; text-align:center;}
.writing-competitions .col4 {width: 190px;; text-align:center;}
.writing-competitions .title-head .col1 {
	padding-left: 30px;
}
.writing-competitions ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.writing-competitions ul li {
	display: inline-block;
	padding: 5px 5px;
}
.writing-competitions ul li p {
	font-size: 0.85em;
	margin: 0px;
}
.info-list a:hover, .issue a:hover {
	color:black;
	text-decoration: none;
}
#content.issue{margin-top:0px;}
#content .twitter-conversation-block h3{text-transform: none;}
/*breadcrumbs-links*/
.breadcrumbs-links{
	padding:0 0 0px;
	margin:-5px 0 16px 2px;
	list-style:none;
	overflow:hidden;
}
.breadcrumbs-links.border{
	border-top:1px solid #c4c0b4;
	padding-top:15px;
}
.breadcrumbs-links li{
	float:left;
	padding:0 9px 0 21px;
	min-height:15px;
	background:url(../images/bullet.png) no-repeat 0 -501px;
}
.breadcrumbs-links li:first-child{
	background:none;
	padding-left:0;
}
.login-form a:hover {color:black;text-decoration:none;}

/* modal window */
#modalBackground {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9000;
	background-color: #999999;
	display: none;
	opacity: 0.40;
	filter: alpha(opacity=40)
}

#ajaxBusy {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9010;
	background-color: opaque;
	display: none;
	width: 128px;
	height: 15px;
}
.programs-tab-content .section dt {width:120px;}
.paging a:hover {text-decoration:none;}
#content a:hover{
	text-decoration:none;
	color:black;
}
.section a:hover {
	text-decoration:none;
	color:black;
}
.apply-now .title {
	display: inline;
	color: #4D4B46;
	font-family: 'UrbanoBold', Arial, Helvetica, Verdana, sans-serif;
}
.apply-now ul {
	padding-left:0px;
	list-style-type: none;
}
.apply-now ul li {
	margin-bottom:5px;
}
.search-q {
	display:inline;
}
.optionsDivVisible a{
	line-height:15px;
	padding-bottom:2px;
	padding-top:4px;
}
#information-request-form #messageBox, #requestInfoForm #messageBox {
	padding-bottom: 0px;
	padding-left: 10px;
}
#information-request-form #messageBox, #requestInfoForm #messageBox {
	padding-left:0px;
}
/* #requestInfoForm #messageBox { */
/* 	width:100%; */
/* } */
#information-request-form #messageBox ul, #requestInfoForm #messageBox ul {
	padding:0.8em;
	display:none;
	list-style-position: outside;
	list-style-type:disc;
	padding-left: 20px;
}
#information-request-form #messageBox ul {
	width:925px;
}
#information-request-form #messageBox li, #requestInfoForm #messageBox li {
	float:none;
	width:auto;
}
#information-request-form #messageBox li label, #requestInfoForm #messageBox li label {
	display:inline;
}
#information-request-form .text-input{
	width:250px;
}
#information-request-form .select-size02 {
	width:280px !important;
}
#requestInfoForm .decor-line, #information-request-form .decor-line {
	width:100%;
	float:left;
	margin:10px 0 22px;
	height:1px;
}
#information-request-form .decor-line {
	margin:0px 0 10px;
}
.optionsDivVisible ul {
	overflow-y: auto;
	max-height: 325px;
}
.area h5,
.columns .col h5,
.tab-area h5{
	color:#4d4b46;
	font:1.167em/1.18em 'UrbanoBold',Helvetica,Arial,sans-serif;
	margin:0 0 2px;
}
.columns .col h5,
.area h5,
.tab-area h5{font-size:1em;}
.area h4,
.columns .col h4,
.tab-area h4{
	color:#949188;
	font:1.7505em/1.18em 'UrbanoExtraCondensed',Helvetica,Arial,sans-serif;
	margin:0 0 2px;
	text-transform: uppercase;
}
.columns .col h4,
.area h4,
.tab-area h4{font-size:1.7em;}
h4 {font-size:1.6em;line-height:1;margin-bottom:0.9em;font-family:'UrbanoExtraCondensed', Helvetica, Arial, sans-serif;}
h5 {font-size:1em;line-height:1.25;margin-bottom:1.25em;}
h6 {font-size:1em;margin:0; color:#4d4b46;}
a:hover{text-decoration:none;}
#main a:hover {color:black;}
.plus-phone {
	position: relative;
	font: 20px/20px 'UrbanoExtraCondensed', Arial, Helvetica, Verdana, sans-serif;
	color: #33322F;
	padding: 7px 0 5px 39px;
	display: inline-block;
	float:left;
	margin-left:10px;
}
.plus-phone .ico {
width: 36px;
height: 35px;
background-position: -170px -125px;
}
.phone-type {
	float:left;
	margin-top:10px;
	padding-left:5px;
}
.phone-number-box{
	width:500px;
	margin-bottom:5px;
	height:63px;
}
#requestInfoForm .phone-number-box{
	width:auto;
}
.phone-number-box-wrapper {
	float:left;
/*	width:540px;*/
}
#information-request-form .phone-number-extension, #requestInfoForm .phone-number-extension {
	width:40px;
	margin-left:10px;
	display:none;
}
.additional-phone-clone {display:none;}
.minus-phone .ico {
	background-position: -170px -70px;
}
#information-request-form p.label-outside-field {
    float: left;
    vertical-align: middle;
    margin: auto;
    text-align: right;
    line-height: 33px;
    width: 410px;
}
span.required-asterisk {
	color:red;
}
span.required-asterisk-outside {
	float: left;
	font-family: 'UrbanoBold', Arial, Helvetica, Verdana, sans-serif;
}
.form .required-asterisk-outside + div {
	margin-left:8px;
}
.phone-number .international-wrapper {
	float:right;
	margin: 0;
	padding-right: 45px;
}
#information-request-form .international-code, #requestInfoForm .international-code {
	width:45px;
	margin-left:0px;
	display:none;
}
.international-code + .text-input {
	margin-left:0px;
}
.text-input.international-code + .text-input {
	margin-left:15px;
}
.checkbox-question p {
	float:left;
	margin-right:50px;
}
.checkbox-question ul {
	float:right;
}
.checkbox-question ul li:last-child {
	width:85px;
}
#requestInfoForm .checkbox-question ul li:last-child {
	width:55px;
}
.request-info-international-warning{
	display:none;
}
.form .required{
	font-family:'UrbanoRegular', Arial, Helvetica, Verdana, sans-serif;
}
ul.margin-bottom-none, p.margin-bottom-none {
	margin-bottom:0px;
}
.main table {
	border-color: #000000;
	border-style: solid;
	border-width: 0 0 1px 1px;
}
.main table thead tr th {
	background-color: #d6d2c8;
	border-color: #000000;
	border-style: solid;
	border-width: 1px 1px 0 0;
	margin: 0;
}
.main table tr td {
	border-color: #000000;
	border-style: solid;
	border-width: 1px 1px 0 0;
	margin: 0;
}
h3.by-the-numbers{
	text-align: center;
	width: 227px;
}
#alerts{
	border: 1px solid;
	font:1em/1.18em 'UrbanoBold', Arial, Helvetica, sans-serif;
	text-shadow: 0 -1px 0 #900;
	width:940px;
}
#alerts h4{
	margin-bottom:0;
	text-transform:uppercase;
	display:inline;
	background-color:transparent;
}
#alerts a {
	color:#33322F;
}
#alerts a, #alerts a:hover {
	text-shadow: none;
	text-transform:uppercase;
}
#alerts a:hover {
	color:#605756;
	text-decoration:none;
}
#alerts img {
	float:right;
}

/* btn-square */
.btn-square{
	float:right;
	margin:0;
	padding:0;
	color:#fff;
	font:20px/35px 'UrbanoExtraCondensed', Arial, Helvetica, Verdana, sans-serif;
	cursor:pointer;
	overflow:visible;
	border:none;
	background:none;
	height:auto;
	position:relative;
}
.btn-square span{
	border:1px solid #85837d;
	min-width:57px;
	padding:0 10px;
	height:37px;
	background:#221e1f;
	display:block;
	line-height:38px;
	text-align:center;
	position:relative;cursor:pointer;
}
.btn-square:hover span{
	background:#fff;
	color:#000;
}
.btn-square.btn-gray{
	background:none;
	border:none;
}
.btn-square.btn-gray span{
	background:#aeaaa3;
	border:1px solid #ccc8bf;
}
.btn-square.btn-gray:hover span{
	background:#fff;
	color:#000;
}
.course-catalog .h4-wrapper {
	float:left;
	width:100px;
}
.course-catalog .h4-wrapper h4 {
	padding-top:5px;
}
.course-catalog .search-by-keyword {
	float:left;
	margin-left:100px;
	width:400px;
}
.newsDate{
	font-family:UrbanoItalic; 
	font-size:12px
}

/* block-info */
.block-info{
	overflow:hidden;
	margin:0 0 18px;
	border-bottom:1px solid #c4c0b4;
	font-size:14px;
	line-height:18px;
}
.block-info .heding-list{
	overflow:hidden;
	margin:0 0 1px;
	background:#d6d2c8;
	padding:0;
	list-style:none;
	color:#4d4b46;
}
.block-info li{
	padding:16px 1% 14px;
	float:left;
}
.block-info .col-indent{padding-top:26px;}
.block-info .col1{
	padding-left:4%;
	width:15%;
	border:none;
}
.block-info .col2{width:12%;}
.block-info .col3{width:16%;}
.block-info .col4{width:12%;}
.block-info .col5{width:10%;}
.block-info .col6{width:19%;}
/* block-info fivecolumns */
.block-info.fivecolumns-large .col1{
	width:8%;
	padding-left:4%;
}
.block-info.fivecolumns-large .col2{width:18%;}
.block-info.fivecolumns-large .col3{width:18%;}
.block-info.fivecolumns-large .col4{width:18%;}
.block-info.fivecolumns-large .col5{width:17%;}
/* block-info fourcolumns-large */
.block-info.fourcolumns-large .col1{
	width:14%;
	padding-left:4%;
}
.block-info.fourcolumns-large .col2{
	width:46%;
	padding-left:3%;
}
.block-info.fourcolumns-large .col3{width:13%;}
.block-info.fourcolumns-large .col4{width:13%;}

/* block-info fourcolumns */
.block-info.fourcolumns .col1{
	width:26%;
	padding-left:4%;
}
.block-info.fourcolumns .col2{width:24%;}
.block-info.fourcolumns .col3{width:15%;}
.block-info.fourcolumns .col4{width:23%;}
/* block-info fourcolumns-large */
.block-info.fourcolumns-large .col1{
	width:14%;
	padding-left:4%;
}
.block-info.fourcolumns-large .col2{
	width:46%;
	padding-left:3%;
}
.block-info.fourcolumns-large .col3{width:13%;}
.block-info.fourcolumns-large .col4{width:13%;}
/* block-info threecolumns */
.block-info.threecolumns-block .col1{
	width:53%;
	padding-left:4%;
}
.block-info.threecolumns-block .col2{width:14%;}
.block-info.threecolumns-block .col3{width:22%;}
/* block-info twocolumns */
.block-info.twocolumns .col1{
	width:70%;
	padding-left:4%;
}
.block-info.twocolumns .col2{
	width:18%;
	padding-left:4%;
}
.block-info-row{
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	border-top:1px solid #c4c0b4;
	border-bottom:1px solid #e5e0d2;
	background:#eae6db;
}
.block-info-row li{
	border-left:1px solid #c4c0b4;
	padding-top:18px;
	padding-bottom:999px;
	margin-bottom:-980px;
}
.fourcolumns-large .block-info-row li{padding-top:21px;}
.block-info-row.white li{
	padding-top:16px;
	margin-bottom:-981px;
}
.block-info-row a{color:#605756;}
/* block-info-row white */
.block-info-row.white-indent,
.block-info-row.white{
	background:#fff;
	font: 1.286em/1.1em 'UrbanoBold', Arial, Helvetica, Verdana, sans-serif;
	border-bottom:none;
}
.block-info-row.white-indent .col1,
.block-info-row.white .col1{color:#4d4b46;}
.block-info-row.white-indent li{
	padding-top:27px;
	margin-bottom:-972px;
}

.hr {
	margin: 1em 1em 1em 1em;
	width: 90%;
}

/*notice-icon-holder*/
.notice-icon-holder{
	padding:1;
	margin:0;
	list-style:none;
	float:left;
}
.notice-icon-holder li{float:left;}
.notice-icon-holder a,
#notice-icon-show-hide{
	text-indent:-9999px;
	overflow:hidden;
	float:left;
	width:24px;
	height:24px;
	background:url(../images/notice-warning.png) no-repeat;
}

.newsSideBarModule .meta{
	font-weight: normal;
}

.eventsSideBarModule .meta{
	font-weight: normal;
}
.area .section-holder .section dt {width:120px;}
.section-holder .section dt {width:120px;}

.rsvpTable {
	border: 0 !important;
	margin-bottom:0 !important;
}

.rsvpTable tr td{
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border-top: 1px solid #C4C0B4 !important;
}

.rsvpTable .column .title {
   display: block;
   color: #4D4B46;
   font-family: 'UrbanoBold', Arial, Helvetica, Verdana, sans-serif;
}

#eventList div table {
	border: 0 !important;
}

#eventList div table tr td{
	border: 0 !important;
}

.shareButtons ul li{
	margin-right: 0 !important;
	width: auto !important;
	padding-right: 10px !important;
}

li.ela {
	width: 250px;
}

.result-block{
   width:100% !important;
}

#course-schedule-section{
   width:100% !important;
}

.lawTypeSelect{
	width:240px !important;
}

/*event-calendar*/
.event-date-time {
    margin-bottom: 1.3em;
    font-size: 0.9em;
}

/*invisible-table*/
.invisible-table table {
	border-style: hidden;
	border-color: transparent;
	border-width: 0px 0px 0px 0px;
}
.invisible-table table tr {
	border-style: hidden;
	border-color: transparent;
	border-width: 0px 0px 0px 0px;
}
.invisible-table table tr td {
	border-style: hidden;
	border-color: transparent;
	border-width: 0px 0px 0px 0px;
}

/*variable=width-image-box*/
.variable-box {
    float: left;
    padding: 0px 40px 0px 0px;
    width: auto;
}

/* Golden Gate - END */

