@import url(structure.css);
@import url(utilities.css);

/* ################ DEFAULT FORMATTING ################ */

/* ========== LINKS ========== */
a:link,
a:visited {
	font-family: inherit;
	font-size: inherit;
}

a:link { color: #900; }

a:visited { color: #660; }

a:link:hover,
a:visited:hover,
a:link:hover *,
a:visited:hover * {
	color: #660;
}

a:link:active,
a:visited:active {}


/* ========== OTHER ELEMENTS ========== */

/* Set overall font and line-height */
h1, h2, h3, h4, h5, h6,
p, blockquote, address,
li, dt, dd,
legend, label, option,
th, td, caption {
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* Set general left and right margins */
h1, h2, h3, h4, h5, h6,
p, blockquote, address,
ul, ol, dl,
form, table {
	margin-left: 15px;
	margin-right: 15px;
}

/* General header top and bottom margins */
h1, h2, h3, h4, h5 {
	margin-top: 1em;
	margin-bottom: 0;
}

/* General content and container element top and bottom margins */
h6, p, blockquote, address,
ul, ol, dl,
form, table, object {
	margin-top: 0;
	margin-bottom: 1em;
}

/* General header styling */
h1, h2, h3, h4, h5, legend {
	font-weight: normal;
}

/* General content styling */
p, blockquote, address,
li, dt, dd,
label, option,
th, td, caption {
	font-size: 12px;
}


/* ========== BLOCK LEVEL AND CORE CONTENT ELEMENTS ========== */

h1 {
	margin-top: 0;
	font-size: 24px;
}

h2 {}

h3 {}

h4 {}

h5 {}

h6 {
	float: left;
	margin: 0;
}

p {}

blockquote { font-style: italic; }

address { font-style: normal; }

img {
	border: 0;
	display: block;
}

pre { margin: 1em 15px; }

/* ========== LISTS ========== */

/* Fixes nested list display bug in IE/Win */
ul, ol, dl {
	position: relative;
	margin-left: 30px;
}

ul {}

ol {}

li { margin-top: 0.5em; }

ul ul {}

ol ol {}

ul li {}

ul li ul { padding-left: 1em; }

ol li {}

dl {}

dt {}

dd {}


/* ========== FORMS ========== */

form {}

fieldset {}

legend {}

label {}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {}

input[type="checkbox"],
input[type="radio"] {}

input[type="text"],
input[type="password"],
input[type="file"],
textarea {}

textarea {}

button {}

input { vertical-align: middle; }

select {}

option {}


/* ========== TABLES ========== */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

tr {}

th, td
{
	padding: 0.5em;
	border-color: transparent transparent #CCC #CCC;
	border-width: 0 0 1px 1px;
	border-style: none none dotted dotted;
	font-size: 11px;
	font-family: Verdana, "Trebuchet MS", sans-serif;
	vertical-align: top;
}

td:first-child,
th:first-child {
	border-left: none;
	}

th { 
	background-color: #DEDEDE;
	vertical-align: bottom;
	}

td {}

td.even {
	background-color: #EFEFEF;
	}

caption {}


/* ========== INLINE/PHRASE ELEMENTS ========== */

del, ins,
sup, sub, big, small,
em, strong, code, dfn, kbd, samp, var, q, cite, abbr, acronym,
a {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

q {}

/*
 	IE/WIn does not support automatic quoting of q tag.
	Must add quote entities manually OUTSIDE of the <q> tags.
*/
q:before,
q:after {
	content: "";
}

html>body abbr[title],
* html abbr {
	border: 0;
	cursor: help;
	font-style: normal;
}

cite {
	font: bold 9px/1.0 Verdana, Arial, Helvetica, sans-serif !important;
	text-transform: uppercase;
}

cite:before {
	content: '\2014';
}

em {}
strong {}
sup {}
sub {}
del {}
ins {}
code {}
dfn {}
kbd {}
samp {}
var {}
big {}
small {}

/* ################ GENERAL STYLE OVERRIDES ################ */

/* Zeroes out left and right margins of nested elements so parent element will control them */
p *,
li *,
blockquote *,
form * {
	margin-right: 0 !important;
	margin-left: 0 !important;
}


/* ################ PAGE SECTION REDEFINITIONS ################ */

#header #dept_banner { float: right; }
#header #csuc_emblem { float: left; }

#title * {
	color: #FFF;
	margin-bottom: 0;
	line-height: 1.0;
}

#title p {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
}

#nav ul { margin-left: 0; }

#nav li {
	list-style-type: none;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	margin-top: 0;
}

#nav a { text-decoration: none; }

#nav #mainnav a:link { color: #900; }

#nav #mainnav li { border-bottom: 1px dotted #B0B184; }

#nav #mainnav a { display: block; }

#nav #mainnav span {
	display: block;
	padding: 10px 0 10px 20px;
}

#nav #mainnav a:link:hover,
#nav #mainnav a:visited:hover {
	background-image: url(/vpbf/_common/_img/bg_hover.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	color: #900;
}

#nav li.current a {
	color: #036;
	font-weight: bold;
}

#nav #mainnav li.current span {
	background-image: url(/vpbf/_common/_img/blt_arw_blue_lg.gif);
	background-position: 0 35%;
	background-repeat: no-repeat;
}

#nav #subnav { margin-left: 20px; }

#nav #subnav li { list-style-image: url(/vpbf/_common/_img/blt_arw_green.gif); }

#content h1 {
	font-size: 24px;
	margin-bottom: 0.25em;
}

#sidebar a:link,
#sidebar a:visited {
	color: #FF9;
}

#sidebar a:link:hover,
#sidebar a:visited:hover {
	text-decoration: underline;
}

#sidebar h2 {
	font-size: 11px;
	color: #FFF;
	border-bottom: 1px solid #FFF;
	margin-bottom: 0.3em;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#sidebar h3 {
	color: #FFF;
	font-size: 18px;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

#sidebar a { text-decoration: none; }

#sidebar p {
	color: #FFF;
	margin-bottom: 1em !important;
}

#sidebar blockquote p {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#sidebar p,
#sidebar li {
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom: 0.2em;
	list-style-type: none;
	list-style-image: url(/vpbf/_common/_img/blt_arw_green.gif);
}

#findit_nav h2 {
	margin-top: 0;
	font-size: 24px;
	border-bottom-color: #930;
	text-transform: none;
	padding-top: 20px;
	margin-bottom: 5px;
}

* html #findit_nav h2 {
	font-size: 20px;
}

#findit_nav h2 a{
	color: #FFF !important;
}

#findit_nav li {
	list-style-image: url(/vpbf/_common/_img/blt_arw_white_sm.gif);
}

#findit_nav .rightfloat {
	margin-top: 10px !important;
	margin-right: 15px !important;
}

* html #findit_nav .rightfloat {
	margin-right: 10px !important;
}

#welcome {
	padding-top: 1em;
}

#footer * { color: #333;}

#footer a { text-decoration: none; }
#footer a:link, #footer a:visited, #footer a:link *, #footer a:visited * { color: #900; }
#footer a:link:hover, #footer a:visited:hover, #footer a:link:hover *, #footer a:visited:hover * { color: #333; }

#csuc_nav ul { margin-left: 15px; }

#csuc_nav li {
	display: inline;
	line-height: 3.0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	border-right: 1px solid #333;
	margin-right: 7px;
	padding-right: 7px;
}

#csuc_nav a:link,
#csuc_nav a:visited {
	color: #333;
}

#csuc_nav a:link:hover,
#csuc_nav a:visited:hover {
	color: #900;
}

#search_form div {
	float: left;
	display: inline;
	margin-right: 5px !important;
}

#search_form div input,
#search_form div select {
	display: block;
}

#search_form div.form_controls {
	padding-top: 11px;
}

#credits p,
#credits ul,
#credits li {
	display: inline;
	margin: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
}

#credits p { margin-left: 15px; }

#credits li {
	margin-left: 5px;
	padding-left: 5px;
	border-left: 1px solid #333;
}

/* ################ CUSTOM CLASS ################ */

/* ========== NAV FLYOUT ========== */

ul.flyout li {
	position: relative;
	display: block;
}

ul.flyout li ul {
	position: absolute;
	display: none;
	left: 170px;
	top: -1px;
	z-index: 1000;
	width: 15em;
	background-color: #FFF;
	border: 1px solid #C90;
	background-color: #F4F4D2;
	background-image: url(/vpbf/_common/_img/bg_nav.jpg);
	background-position: top right;
	background-repeat: repeat-y;
}

ul.flyout li:hover ul,
ul.flyout li.hover ul {
	display: block;
}

ul.flyout li ul li a {
	display: block;
	padding: 10px 5px;
}

ul.flyout li ul li a:link:hover,
ul.flyout li ul li a:visited:hover {
	background-image: none !important;
	color: #333 !important;
}

.inlineheader {
	text-transform: uppercase;
	font-size: 9px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

.overview {
	font-size: 14px;
	line-height: 
}

/* ################ PAGE SPECIFIC OVERRIDES ################ */

#home #content a:link,
#home #content a:visited {
	color: #069;
	text-decoration: underline;
}

#home #content a:link:hover,
#home #content a:visited:hover {
	color: #900;
}

#home #content #homeimg {
	margin-top: 0;
	margin-right: 0;
}

#home #home_content {
	padding-bottom: 3em;
}

#home #home_content * {
	color: #069;
}

#home #home_content h2 {
	font-size: 11px;
	color: #FFF;
	border-bottom: 1px solid #FFF;
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 1px;
}

#home #home_content h3 {
	margin-top: 0.5em;
}

.feature {
	font-size: 16px;
	font-family: Georgia, Times, serif !important;
	line-height: 1em;
	background-image: url(/taps/_img/bg_feature.gif);
	background-position: right top;
	background-repeat: no-repeat;	
	padding: 1.1em 0;
}


