/* @group Imports */

@import url("reset.css");

/* @end */

/* @group Page */

html {
    height: 100%;
}

body {
	font-family: Tahoma, Geneva, Verdana, sans-serif;

/* Reset Font Size 16px/20px */
	font-size: 100%;
	line-height: 20px;
	background: #e8f1e7;
	overflow-x: hidden;
	height: 100%;
}

#container {
	width: 950px;
	margin: 0px auto;
	position: relative;
	border: none;
	background-color: #fff;
	min-height: 100%;
}

#primary_content {
	display: block;
	position: relative;
	float: left;
	width: 700px;
	padding: 10px 40px 20px 20px;
	z-index: 000;
	overflow: hidden;
}

.content_container {
	position: relative;
}

.three-column #primary_content {
	width: 520px;
	padding-right: 20px;
}

#primary_content :last-child {
	margin-bottom: 0;
}

#secondary_content {
	display: block;
	width: 144px;
	padding: 20px;
	min-height: 100%;
	border: none;
	z-index: 100;
	float: left;
}

#secondary_content .address {
	font-size: .5em;
	line-height: 1.5em;
}

#tertiary_content {
	display: block;
	float: left;
	width: 160px;
	padding: 20px;
	min-height: 100%;
	border: none;
}

.txtPrimaryTop {
	margin-bottom: 20px;
}

/* @group Header */

#header {
	position: relative;
	z-index: 100;
	padding: 0;
	background: #ffd200 url(/images/layout/header.jpg) no-repeat;
	border-bottom: 1px solid #444;
}

#banner a {
	display: block;
	width: 950px;
	height: 73px;
	margin-bottom: 5px;
	text-decoration: none;
	text-indent: -999999px;
}

#banner p {
	margin-bottom: 4px;
}

#banner.prospective-student {
	background: url(/images/layout/header-prospective-student.jpg) no-repeat;
}

/* @end */

/* @group Footer */

#footer {
	clear: both;
	padding: 20px;
	background-color: #eee;
	border-top: 5px solid #ddd;
}

#footer p {
	margin: 0;
	padding: 0;
}

#footer .logo {
	float: left;
	margin-right: 20px;
}

.footer_nav {
	list-style: none;
	list-style-type: none;
	margin-left: 0;
	margin-left: 5px;
	width: 180px;
	float: right;
}

.footer_nav a {
	display: block;
	padding: 3px 7px;
	;
	margin-bottom: 5px;
	background-color: #ddd;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #444;
}

.footer_nav a:hover {
	background-color: #222;
	color: #fff;
}

#footer .address {
	float: left;
	margin-right: 20px;
}

/* @end */

/* @end */

/* @group Navigation */

/* @group Top Drop-down */

#nav {
	list-style: none;
	list-style-type: none;
	padding-bottom: 5px;
	margin: 0 auto;
	display: block;
	text-align: center;
	height: 25px;
	word-spacing: -1em;
}

#nav li {
	word-spacing: normal;
	display: inline;
	display: -moz-inline-box;
	display: inline-block;
	zoom: 1;
	*display: inline;
	list-style: none;
	list-style-type: none;
	vertical-align: top;
	margin: 0;
}

#nav li.hidden {
	display: none;
}

#nav li a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	line-height: 1em;
	padding: 7px 7px 0;
	height: 18px;
	margin: 0;
	color: #000;
}

#nav > li {
	margin-right: 5px;
}

#nav li a:hover {
	background-color: #333;
	background-color: rgba(0,0,0,.85);
	*background-color: #333;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#nav > li.current > a {
	color: #fff;
	background-color: #000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	line-height: 10px;
}

#nav > li.parent.current > a {
	color: #fff;
	background-color: #000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	line-height: 10px;
	background-image: url(/images/layout/arrow-down-white.gif);
}

#nav > li.current:hover > a {
	color: #fff;
}

#nav li.parent > a {
	background: url(/images/layout/arrow-down-black.gif) no-repeat 95% 8px;
	padding-right: 20px;
	margin-bottom: 5px;
	margin-right: 5px;
}

#nav li.parent:hover {
	z-index: 100;
}

#nav li.parent:hover > a {
	background: #333 url(/images/layout/arrow-down-white.gif) no-repeat 95% 8px;
	background-color: rgba(0,0,0,.85);
	*background-color: #333;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	padding-bottom: 5px;
	margin-bottom: 0;
}

#nav li.parent {
	margin: 0;
	padding: 0;
	text-indent: 0;
	z-index: 100;
}

#nav li .child {
	position: absolute;
	display: none;
	margin: 0;
	/*
	margin-left: -2px;
	border: 2px solid #ffd200;
	border-top-style: none;
	*/
	padding: 0;
	background-color: #333;
	background-color: rgba(0,0,0,.85);
	*background-color: #333;
	color: #bfbfbf;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

#nav li.parent:hover > .child {
	display: block;
}

#nav li .child ul {
	display: inline;
	display: -moz-inline-box;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	width: 180px;
	margin: 0px;
	padding: 5px;
}

#nav li ul li {
	display: block;
	font-size: .875em;
}

#nav li ul li a {
	background-color: #333;
	color: #bfbfbf;
	line-height: 1.5em;
	height: auto;
	padding: 5px;
	border: 2px solid #333;
	background-color: rgba(0,0,0,0);
	border-color: rgba(0,0,0,0);
}

#nav li ul li a:hover {
	background-color: #000;
	border-color: #000;
}

#nav li ul li.current a {
	background: #000;
	color: #ffd200;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border-color: #000;
}

/* @end */

/* @group Breadcrumbs */

#breadcrumb {
    float: left;
    width: 720px;
    margin: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
}

.breadcrumb_nav {
	list-style: none;
	display: block;
	border-bottom: 1px dotted #aaa;
	padding-bottom: 10px;
	overflow: hidden;
	margin: 0;
}


.breadcrumb_nav li {
	float: left;
	color: #888;
    background: #fff url(/images/layout/btn-bg.gif) repeat-x 0 5px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}


.breadcrumb_nav li a {
	line-height: 2em;
	float: left;
    padding-right: 18px;
    padding-top: 0;
    padding-left: 10px;
    background: url(/images/layout/breadcrumb-bg.gif) no-repeat right center;
    border-style: none !important;
	font-weight: bold;
    color: #547fc0 !important;
    text-decoration: none;
}

.breadcrumb_nav li a:hover {
    color: #2863aa !important;

}

.breadcrumb_nav li.label {
	padding: 0 10px 0 10px;
	font-weight: bold;
	color: #555;
	line-height: 2em;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	cursor: default;
}

.breadcrumb_nav li.label.print {
	display: none;
}

.breadcrumb_nav li.current {
	line-height: 2em;
	font-weight: bold;
	color: #555;
	float: left;
	border-right: 1px solid #ccc;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
    padding: 0 10px;
   	cursor: default;
}

/* @end */

/* @group Secondary */

#secondary_nav {
	list-style: none;
	margin-left: 0;
	border-bottom: 1px solid #ddd;
}

#secondary_nav ul {
	margin-left: 0;
	margin-bottom: 0;
}

#secondary_nav li {
	display: block;
	margin: 0;
}

#secondary_nav a {
	display: block;
	color: #555;
	text-decoration: none;
	font-weight: normal;
	line-height: 1.25em;
	background: url(/images/layout/breadcrumb-seperator.gif) no-repeat 3px center;
	padding: 5px 0 5px 18px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

#secondary_nav .root a {
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	font-weight: bold;
	padding: 5px;
	background: transparent url(/images/layout/btn-bg.gif) repeat-x 0 5px;
	color: #333;
    border: 1px solid #ddd;
    border-bottom-style: none;
}

#secondary_nav .current > a {
	color: #444;
	font-weight: bold;
	background-image: url(/images/layout/breadcrumb-seperator-black.gif);
}

#secondary_nav a:hover {
	background-color: #666;
	color: #fff;
}

#secondary_nav .root a:hover {
	background-position: 0 -5px;
	color: #333;
	background-color: #aaa;
}

#secondary_nav .parent a:hover {
	background-color: #666;
	color: #fff;
}

#secondary_nav .current.parent a:hover {
	background-color: #666;
	color: #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px
}

#secondary_nav .child a:hover {
	background-color: #666;
	color: #ddd;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

#secondary_nav .child {
	display: none;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ddd;
}


#secondary_nav .current > .child {
	display: block;
}

#secondary_nav .current > .child ul {
	background-color: #eee;
	margin-left: 15px;
}

#secondary_nav .current > .child ul.level-2 {
	background-color: #fff;
	margin-left: 0;
	padding-left: 15px;
}

#secondary_nav .current {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#secondary_nav .current.parent {
	padding-bottom: 0px;
}



/* @end */



/* @group Extra */

#extra_nav {
	background-color: #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-bottom: none;
	list-style: none;
	margin-left: 0;
	padding: 5px;
}

#extra_nav ul {
	margin-left: 0;
	margin-bottom: 0;
}

#extra_nav li {
	display: block;
	margin: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#extra_nav a {
	display: block;
	color: #555;
	text-decoration: none;
	font-weight: normal;
	line-height: 1.25em;
	background: url(/images/layout/breadcrumb-seperator.gif) no-repeat 3px center;
	padding: 5px 0 5px 18px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#extra_nav .current > a {
	color: #333;
	font-weight: bold;
}

#extra_nav a:hover {
	background-color: #666;
	color: #fff;
}

/* @end */

/* @group Related Links */

.related_links {
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,.90);
	*background-color: rgb(255,255,255);
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 10px 10px 5px;
	width: 150px;
	border: 1px solid #ccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.related_links h3 {
	padding-bottom: 5px;
	margin-bottom: 0px;
	position: relative;
	cursor: pointer;
}

.related_links h3 span {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 18px;
	height: 18px;
	background: #eee url(/images/layout/arrow-down-black.gif) no-repeat center center;
	text-indent: -99999px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #ccc;
}

.related_links:hover h3 span {
	background: #ccc url(/images/layout/arrow-down-black.gif) no-repeat center center;
}

.related_links ul {
	display: none;
	margin-left: 0;
	list-style-position: inside;
	list-style: none;
	border-top: 1px solid #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
}

.related_links:hover ul {
	display: block;
}

.related_links ul li {
	background: url(/images/layout/breadcrumb-seperator.gif) no-repeat left 6px;
	padding-left: 20px;
	margin-bottom: 5px;
}

/* @end */

/* @end */

/* @group Link Styles */

a {
    text-decoration: inherit;
    color: inherit;
}

a:link, a:visited {
	color: #4961a3;
}

#primary_content a:link, #primary_content a:visited {
	color: #4961a3;
	text-decoration: none;
	border-bottom: 1px dotted #4961a3;
}

#primary_content a:hover, #primary_content a:active {
	color: #4961a3;
	border-bottom: 2px solid #93a1c8;
}

#primary_content a[name]:hover {
    text-decoration: none;
    color: #333;
    border: none;
    
}

/* @group Link Icons */




/* a[href^="mailto"]:hover:after { color: red; content: " > " attr(title); } 
 a[target $='_blank'] { background: transparent url(icons/icon_key.gif) no-repeat center right; padding-right: 36px; } 
a[href $='/'] 		{ background: transparent url(/media/images/icons/file_htm.gif) no-repeat center right; padding-right: 18px; } 
a[href $='.html'] 	{ background: transparent url(/media/images/icons/file_html.gif) no-repeat center right; padding-right: 22px;} */
a[href ^='mailto:'] { background: transparent url(/media/images/icons/icon-email.gif) no-repeat center right; padding-right: 22px;} 
a[href $='.css'] 	{ background: transparent url(/media/images/icons/file_css.gif) no-repeat center right; padding-right: 22px;}
a[href $='.doc'] 	{ background: transparent url(/media/images/icons/file_doc.gif) no-repeat center right; padding-right: 22px;}
a[href $='.docx'] 	{ background: transparent url(/media/images/icons/file_docx.gif) no-repeat center right; padding-right: 22px;}
a[href $='.exe'] 	{ background: transparent url(/media/images/icons/file_exe.gif) no-repeat center right; padding-right: 22px;}
a[href $='.ical'] 	{ background: transparent url(/media/images/icons/file_ical.gif) no-repeat center right; padding-right: 22px;}
a[href $='.gif'] 	{ background: transparent url(/media/images/icons/file_jpg.gif) no-repeat center right; padding-right: 22px;}
a[href %$='.JPG'] 	{ background: transparent url(/media/images/icons/file_jpg.gif) no-repeat center right; padding-right: 22px;}
a[href $='.png'] 	{ background: transparent url(/media/images/icons/file_jpg.gif) no-repeat center right; padding-right: 22px;}
a[href $='.mp3'] 	{ background: transparent url(/media/images/icons/file_mp3.gif) no-repeat center right; padding-right: 22px;}
a[href $='.pdf'] 	{ background: transparent url(/media/images/icons/file_pdf.gif) no-repeat center right; padding-right: 22px;}
a[href $='.php'] 	{ background: transparent url(/media/images/icons/file_php.gif) no-repeat center right; padding-right: 22px;}
a[href $='.pps'] 	{ background: transparent url(/media/images/icons/file_pps.gif) no-repeat center right; padding-right: 22px;}
a[href $='.swf'] 	{ background: transparent url(/media/images/icons/file_swf.gif) no-repeat center right; padding-right: 22px;}
a[href $='.ttf'] 	{ background: transparent url(/media/images/icons/file_ttf.gif) no-repeat center right; padding-right: 22px;}
a[href $='.txt'] 	{ background: transparent url(/media/images/icons/file_txt.gif) no-repeat center right; padding-right: 22px;}
a[href $='.vcard'] 	{ background: transparent url(/media/images/icons/file_vcard.gif) no-repeat center right; padding-right: 22px;}
a[href $='.xls'] 	{ background: transparent url(/media/images/icons/file_xls.gif) no-repeat center right; padding-right: 22px;}
a[href $='.xlsx'] 	{ background: transparent url(/media/images/icons/file_xlsx.gif) no-repeat center right; padding-right: 22px;}
a[href $='.zip'] 	{ background: transparent url(/media/images/icons/file_zip.gif) no-repeat center right; padding-right: 18px; }

/* @end */

/* @end */

/* @group Tag Styles */

/* @group Fonts */

/* Set Font Families */

h1, h2, h3 , h4, h5, h6, th, caption, dt, .button, button, input[type="text"] {
	font-family: "HelveticaNeue-Bold",Helvetica Neue, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #444;
}

p, td, li, dd {
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	color: #666;
	font-size: .75em;
	line-height: 20px;
}

code, pre {
	font: 10px Consolas, "Lucida Console", Monaco, monospace, mono;
}

/* Set margin-bottom for Baseline Grid (20px) */

h1, h2, h3, h4, h5, caption {
	margin-bottom: 10px;
}

p, ul, ol, dl, blockquote, pre, table, fieldset {
	margin-bottom: 20px;
}

::selection {
	background: #6e7884;
	color: #eee;
}

::-moz-selection {
	background: #6e7884;
	color: #eee;
}

/* @end */

/* @group Headers */

h1 {
	font-size: 1.75em;
	line-height: 30px;
}

#primary_content h1 {
    max-width: 500px;
}

h2 {
	font-size: 1.5em;
	line-height: 30px;
}

h3 {
	font-size: 1.125em;
	line-height: 20px;
}

h4, caption {
	font-size: 1em;
	line-height: 20px;
}

h5, th {
	font-size: .875em;
	line-height: 20px;
}

h6 {
	font-size: .75em;
	line-height: 20px;
}

label {
	font-size: 1em;
	font-weight: bold;
	line-height: 20px;
}

/* @end */

/* @group Body Text */

p {
	
}

#primary_content li p,
#primary_content td p {
	font-size: 1em;
	margin: 0;
}


p img {
	
}

p img.left {
	margin-right: 20px;
	margin-bottom: 20px;
}

blockquote {
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 20px 20px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

blockquote p {
}

cite {
	display: block;
	text-align: right;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

/* @end */

/* @group Lists */

ul {
	padding: 0;
	margin-left: 20px;
	list-style-type: disc;
	list-style-position: inside;
	opacity: 1;
}

ol {
	margin-left: 20px;
	padding: 0;
	list-style-position: inside;
	list-style-type: decimal;
}

#primary_content ul,
#primary_content ol {
	list-style-position: outside;
}

#primary_content ul ul li {
	font-size: 1em;
}

dl {
	padding: 0;
	list-style-position: inside;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

dl dt {
	border-bottom: 1px solid #ddd;
	padding-left: 10px;
	font-size: 1em;
	line-height: 36px;
	display: block;
}

dl dd {
	padding: 10px 10px;
	font-size: .875em;
}

ul p, ol p {
	margin: 0;
	padding: 0;
}

/* @end */

/* @group Code */

code {
	color: #ccc;
	padding: 3px;
	background-color: #333;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

pre {
	color: #ccc;
	background-color: #333;
	padding: 10px 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

pre code {
	background-color: transparent;
	border: none;
	padding: 0;
}

/* @end */

/* @end */

/* @group Forms */

fieldset {
	display: block;
}

fieldset p {
	display: block;
	margin: 0 0 10px;
	padding: 0;
	overflow: hidden;
	clear: both;
}

form .regularText {
    padding-bottom: 10px;
}

input, textarea, button, label {
	display: -moz-inline-box;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

label {
	display: block;
}

label input {
	margin-right: 5px;
	vertical-align: baseline;
}

input[type="text"], input[type="password"], textarea {
	border: 1px solid #ccc;
	padding: 6px 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #555;
	width: auto;
    background: #fff url(/images/layout/input-bg.gif) repeat-x left -5px !important;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus {
	border-color: #aaa;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	background: #fff url(/images/layout/input-bg.gif) repeat-x left top !important;
	outline: none !important;
}

input[type="submit"], button {
	cursor: pointer;
	margin-left: 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 4px 7px;
	font-weight: bold;
	background: #afafaf url(/images/layout/btn-bg.gif) repeat-x 0 0;
	color: #333;
    border: 1px solid #ccc;
}

input[type="submit"]:hover, button:hover {
	background-position: 0 -8px;
	border: 1px solid #aaa;
}

input[type="submit"]:active, button:active {
	background-position: 0 -15px;
	padding-top: 5px;
	padding-bottom: 3px;
}

/* @end */

/* @group Helper Classes */

img[align="left"] {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

img[align="right"] {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.small {
	font-size: .5em;
	line-height: 1.5em;
}

.large {
	font-size: 1em;
}

.soft {
	color: #D3D3D3;
}

.hide {
	display: none;
}

.absolute {
	position: absolute;
	z-index: 10000;
}

.hr {
	line-height: 1px;
	height: 1px;
	background: #fff url(/images/layout/hr.gif) repeat-x;
	display: none;
}

hr {
	display: block;
	height: 0px;
	margin: 0 0 20px;
	border: none;
	border-bottom: 1px dotted #aaa;
	width: 100%;
	padding: 0;
}

.time_stamp {
	float: right;
	font-size: .625em;
	color: #888;
}

.print {
    display: none;
}

a.button {
	display: inline;
	display: -moz-inline-box;
	display: inline-block;
	zoom: 1;
	*display: inline;
    cursor: pointer;
    color: #333 !important;
    text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 2px 7px;
	background: #afafaf url(/images/layout/btn-bg.gif) repeat-x 0 0;
	color: #333;
    border: 1px solid #ccc !important;
    line-height: 20px;
    font-weight: bold;
    font-size: .875em;
    text-align: center;
}
a.button:hover {
	background-position: 0 -8px;
	border: 1px solid #aaa !important;
}

a.button:active, a.button:focus {
	background-position: 0 -15px;
	padding-top: 3px;
	padding-bottom: 1px;
}

a.button img {
	vertical-align: middle;
}



.breakout {
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 20px;
}

/* @end */

/* @group Tables */

#primary_content .content_container table {
    border-collapse: collapse;
    clear: left;
    width: 100%;
    margin-bottom: 20px;
    border: none;
}

#primary_content .content_container caption {
    padding: 0;
}

#primary_content .content_container thead th {
	text-align: left;
    line-height: 20px;
    font-size: .75em;
    font-weight: bold;
    padding: 5px 10px;
    background-color: #fff;
    color: #444;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ccc;
}

#primary_content .content_container tbody th {
	text-align: left;
    line-height: 20px;
    font-size: .75em;
    font-weight: bold;
    padding: 5px 10px;
    color: #444;
    border-left: 1px solid #aaa;
    background-color: #eee;
}

#primary_content .content_container tbody td {
    color: #555;
    line-height: 20px;
    padding: 5px 10px;
    font-size: .8em;
    background-color: #fff;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #eee;
}

#primary_content .content_container tbody td p {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1em;
	display: inline;
}

#primary_content .content_container tbody tr td:first-child {
	border-left: none;
}

#primary_content .content_container tbody tr:nth-child(odd) td {
    background-color: #eee;
}

#primary_content .content_container tbody tr:hover td {
    background-color: #ddd;
    border-left-color: #ccc;
}

#primary_content .content_container tbody tr:nth-child(odd) th {
    background-color: #ddd;
}

#primary_content .content_container tbody tr:hover th {
    background-color: #b3b3b3;
    border-left-color: #888;

}

#primary_content .content_container tfoot td {
    line-height: 20px;
    padding: 5px 10px;
    background-color: #fff;
    font-size: .75em;
    font-weight: bold;
    text-transform: uppercase;
    color: #777;
    border-left: 1px solid #bbb;
}

#primary_content .content_container th:first-child, #primary_content .content_container th:first-child {
	border-left: none;
}

/* @end */

/* @group SecTables */

#tertiary_content .content_container table {
    border-collapse: collapse;
    clear: left;
    width: 100%;
    margin-bottom: 20px;
    border: none;
}

#tertiary_content .content_container caption {
    padding: 0;
}

#tertiary_content .content_container thead th {
	text-align: left;
    line-height: 20px;
    font-size: .75em;
    font-weight: bold;
    padding: 5px 10px;
    background-color: #fff;
    color: #444;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ccc;
}

#tertiary_content .content_container tbody th {
	text-align: left;
    line-height: 20px;
    font-size: .75em;
    font-weight: bold;
    padding: 5px 10px;
    color: #444;
    border-left: 1px solid #aaa;
    background-color: #eee;
}

#tertiary_content .content_container tbody td {
    color: #555;
    line-height: 20px;
    padding: 5px 10px;
    font-size: .8em;
    background-color: #fff;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #eee;
}

#tertiary_content .content_container tbody td p {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1em;
	display: inline;
}

#tertiary_content .content_container tbody tr td:first-child {
	border-left: none;
}

#tertiary_content .content_container tbody tr:nth-child(odd) td {
    background-color: #eee;
}

#tertiary_content .content_container tbody tr:hover td {
    background-color: #ddd;
    border-left-color: #ccc;
}

#tertiary_content .content_container tbody tr:nth-child(odd) th {
    background-color: #ddd;
}

#tertiary_content .content_container tbody tr:hover th {
    background-color: #b3b3b3;
    border-left-color: #888;

}

#tertiary_content .content_container tfoot td {
    line-height: 20px;
    padding: 5px 10px;
    background-color: #fff;
    font-size: .75em;
    font-weight: bold;
    text-transform: uppercase;
    color: #777;
    border-left: 1px solid #bbb;
}

#tertiary_content .content_container th:first-child, #tertiary_content .content_container th:first-child {
	border-left: none;
}

/* @end */


/* @group Google Search */

#gcs {
	margin-bottom: 20px;
	overflow: hidden;
}

#gcs input.textfield {
	background-color: #fff;
	padding: 4px 7px;
	width: 65px;
	border: 1px solid #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #666;
	float: left;
	margin: 0px 0px 0px 0px;
}

#gcs input.textfield:hover,
#gcs input.textfield:focus {
	border-color: #aaa;
}

#gcs input.button {
	width: 54px;
	cursor: pointer;
	margin-left: 0px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 4px 7px;
	font-weight: bold;
	background: #afafaf url(/images/layout/btn-bg.gif) repeat-x 0 0;
	color: #333;
    border: 1px solid #ccc;
	float: right;
	font-size: 10px;
}

#gcs input.button:hover {
	background-position: 0 -8px;
	border: 1px solid #aaa;
}

#gcs input.button:active {
	background-position: 0 -15px;
	padding-top: 5px;
	padding-bottom: 3px;
}

#cse-search-results iframe {
	margin-top: -20px;
	width: 700px !important;
}

/* @end */

/* @group Calendar */

.monthoutline {
	background: none;
	margin: 0 10px 20px 0;
	position: relative;
	font-size: 1em;
}
.monthoutline td {
	font-size: 1em;
}
.monthoutline p {
	font-size: 1.125em;
}

.monthday {
	font-weight: bold;
	vertical-align: top;
	text-align: center;
	color: #333 !important;
	font-size: 1.5em !important;
}

.monthback {
	background:none;
	vertical-align: top;
}

.monthback tr td {
   	border: 1px solid #ccc !important;
}

.monthtoday {
	background-color: #d5e1ef;
	text-align: right;
	vertical-align: top;
	padding: 4px;
}

.monthon {
	background-color: #FFFFFF;
	text-align: right;
	vertical-align: top;
	padding: 4px;
}

.monthonSel {
	background-color: #FFFFFF;
	text-align: right;
	vertical-align: top;
	cursor: hand;
}

.monthoff {
	background-color: #eee;
	text-align: right;
	vertical-align: top;
	padding: 4px;
}

.month {
	font-weight: bold;
	background-image: url(images/img_headermonth.jpg);
	padding: 0px 0px;
	line-height: 32px !important;
	font-size: 2em;

}

.month  a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #4961a3;
}
.month  a:hover {
	color: #4961a3;
	text-decoration: none;
	border-bottom: 1px dotted #4961a3;}

.month table {
	margin: 0 -6px;
}
.month table td {
	font-weight: bold;
	background-image: url(images/img_headermonth.jpg);
	padding: 0px 0px;
	line-height: 32px;
}
.month table td img {
	vertical-align: middle;
}
.monthmedium {
	background-color: #CCCCCC;
}

.monthlight {
	display: none;
	background-color: #eee;
}

.weekbdr {
	background-color: #FFFFFF;
	border-top: 1px dashed #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding-left: 5px;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	width: 500px;
}

.weekbdrSel {
	background-color: #FFFFFF;
	border-top: 1px dashed #CCCCCC;
	border-right: 1px solid #CCCCCC;
	cursor: hand;
}

.timebdr {
	background-color: #FFFFFF;
	border-top: 1px dashed #CCCCCC;
	font-size: 2em;
}

.weekday {
	background-color: #EEEEEE;
	font-weight: bold;
	vertical-align: top;
	text-align: center;
	display: none;
}

.weektoday {
	background-color: #4488FF;
	text-align: center;
	font-weight: bold;
	vertical-align: top;
	display: none;
	position: absolute;
	left: 0;
	top: 40px;
	
}

/* @end */

/* @group Floating Alert */

.notification {
    background: #ffe769;
    position: relative;
    top: 0;
    padding: 4px 0;
    border-bottom: 1px solid #bcaa4d;
    z-index: 1000;
    opacity: .9;
    text-align: center;
	-webkit-box-shadow: rgba(0,0,0,.25) 0px 10px 20px;
	-moz-box-shadow: rgba(0,0,0,.25) 0px 10px 20px;
	box-shadow: rgba(0,0,0,.25) 0px 10px 20px;
	min-width: 100%;
}

.notification p {
	text-align: center;
	color: #463f15;
	margin-bottom: 0;
	clear: none;
	display: inline;
	font-size: 1em;
    color: #564d07;
}

.alert {
	width: 100%;
    background: #cc0000;
    position: relative;
    top: 0;
    padding: 4px 0;
    border-bottom: 1px solid #951b1b;
    z-index: 1000;
    text-align: center;
	-webkit-box-shadow: rgba(0,0,0,.25) 0px 10px 20px;
	-moz-box-shadow: rgba(0,0,0,.25) 0px 10px 20px;
	box-shadow: rgba(0,0,0,.25) 0px 10px 20px;
}

.alert p {
	text-align: center;
	margin-bottom: 0;
	clear: none;
	display: inline;
	color: #ffd2d2;
}

.alert a {
	color: #ffa9a9;
}

/* @end */

/* @group Portal */

.portal_banner {
    border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.portal_banner img {
	display: block;
	margin-bottom: 10px;
}

.portal_banner a img {
	display: inherit;
	text-decoration: none;
	float: left;
    padding: 10px;
}

.portal_banner a {
	display: inline;
	text-decoration: none;
    font: .75em/1em Arial, Helvetica, Geneva, sans-serif;
}

body.portal {
    background-color: #fff;
    padding: 10px;
}

.portal #header {
    display: none;
}

.portal #container {
    width: auto;
}

.portal #tertiary_content {
    display: none;
}

.portal #secondary_content {
	display: none;
}

.portal .breadcrumb_nav {
	display: none;
}

.portal #primary_content {
    float: none;
    clear: both;
    width: auto !important;
    padding: 0;
}



/* @end */

/* @group Newsletter */
.SectionArea {
    width: auto !important;
}
.SectionArea tbody tr td,
.SectionArea tbody tr:nth-child(odd) td,
.SectionArea tbody tr:hover td {
	background: none;
	border:none !important;
	vertical-align: top !important;
}

.SectionArea tbody tr:hover td {
	background: none !important;
	border:none !important;
	vertical-align: top !important;
}

#primary_content .content_container .SectionArea tbody tr:nth-child(odd) td {
    background:none;
   	border:none;
}
.Section1 {background-color:#00CC00 !important; height:2px; padding: 0 !important;}
.Section2 {background-color:#FFFF00 !important; height:2px; padding: 0 !important;}
.Section3 {background-color:#00CCFF !important; height:2px; padding: 0 !important;}
.Section4 {background-color:#FFCC00 !important; height:2px; padding: 0 !important;}
.Section5 {background-color:#990000 !important; height:2px; padding: 0 !important;}
.Section6 {background-color:#FF00FF !important; height:2px; padding: 0 !important;}
.Section7 {background-color:#663300 !important; height:2px; padding: 0 !important;}
.Section8 {background-color:#000099 !important; height:2px; padding: 0 !important;}

.ArticleTitle {
	font-size:1em !important;
	font-weight: bold;
}


/* @end */

/* @group FilterBox */

.filterBox {
    margin-bottom: 10px;
    clear: both;

}

.filterBoxForm {
    padding: 10px;
    border: 0;
    margin: 0;
    background: #eee;
   	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
   	-moz-border-radius-top-left: 5px;
	-moz-border-radius-top-right: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.filterBoxForm p {
	margin-bottom: 0;
	margin-right: 10px;
	float: left;
	clear: none;
}


.filterBox input.queryInput {
	background-color: #fff;
	padding: 4px 7px;
	border: 1px solid #bbb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #666;
	float: left;
	margin: 0px 0px 0px 0px;
}

.filterBox .categoryName {
    font-family: "HelveticaNeue-Bold",Helvetica Neue, Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 1.25em;
    line-height: 1.5;
    padding-bottom: 5px;
    display: block;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
}

.filterBox .categories, .filterBox .items {
    list-style: none;
    margin: 0;
    padding: 0;

}

.filterBox .categories {
    padding: 10px 0px 10px 10px;
    border: 10px solid #eee;
    position: relative;
   	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
   	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	min-height: 250px;
}

.filterBox .categories > li {
	float: left;
	width: 320px;
	margin-right: 15px;
	margin-bottom: 10px;
	vertical-align: top;
}

.filterBox .categories > li.right {
	float: right;
}
.filterBox .categories .items > li {
	margin: 0 0px 5px 0;
	border: 0;
	text-indent: 0;
	display: block;
	word-spacing: 0;
	white-space: 0;

}

#primary_content .filterBox .categories .items a.itemTitle {
	display: block;
	padding: 4px 10px 4px 26px;
	background: #eee url(../images/layout/info.png) no-repeat 5px center;
	color: #555;
    font-family: Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.em;
    font-weight: bold;
	line-height: 1.5em;
	cursor: pointer;
	text-decoration: none;
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}
#primary_content .filterBox .categories .items a.itemTitle:hover, #primary_content .filterBox .categories .items li:hover a.itemTitle {
	background: #333 url(../images/layout/info-inv.png) no-repeat 5px center;
	color: #fff;
	z-index: 110;
	border-color: #333;
	border-bottom-color: #555;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.filterBox .categories .items .itemInfo {
	display: none;
	z-index: 100;
	position: absolute;
	padding: 10px;
	background: #333;
    min-width: 315px;
	color: #eee;
	font-size: 1.0em;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,.25);
	-moz-box-shadow: 0px 5px 5px rgba(0,0,0,.25);

}

#primary_content .filterBox .categories .items .itemInfo a.button {
	border: none !important;
}

.filterBox .categories .items li:hover .itemInfo {
	display: block;
}


/* @end */

/* @group Slideshow */

#primary_content .slideshow {
	width: 100%;
    height: 250px;
}
#tertiary_content .slideshow {
	width: 160px;
    height: 180px;
    padding-bottom: 16px;
    background-color: eee;
    overflow: hidden;
}

 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
	
}

.nivoSlider a {
    border:  none !important;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	opacity: 0.8;
	color:#fff;
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
	color: #fff;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:40%;
	z-index:99;
	cursor:pointer;
	text-indent: -900000px;
	opacity: 1.0;
	border: none !important;
}

.nivo-prevNav {
	left: 10px;
	width: 32px;
	height: 32px;
    background: transparent url(../images/layout/slideshow-icons.png) no-repeat -16px 0px;
}
.nivo-nextNav {
	right: 10px;
	width: 32px;
	height: 32px;
    background: transparent url(../images/layout/slideshow-icons.png) no-repeat -16px -32px;
}
.nivo-controlNav {
	overflow: hidden;
	position: absolute;
	width: 100%;
	top: 10px;
	left: 10px;
}


/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	float: left;
	z-index:99;
	cursor:pointer;
	width: 16px;
	height: 16px;
	margin-right: 2px;
	text-indent: -9000px;
    background: transparent url(../images/layout/slideshow-icons.png) no-repeat 0px -16px;
}
.nivo-controlNav a:hover {
	background-position: 0px 0px;
}
.nivo-controlNav a.active {
	background-position: 0px -32px;
}
#tertiary_content .nivo-controlNav {
	top: 180px;
	left: -5px;
	width: 150px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;

}
#tertiary_content .nivo-controlNav a {
    background: transparent url(../images/layout/slideshow-icons.png) no-repeat -16px -64px;
}
#tertiary_content .nivo-controlNav a:hover {
	background-position: -32px -64px;
}
#tertiary_content .nivo-controlNav a.active {
	background-position: -32px -64px;
}

/* @end */