﻿/* For Firefox, this resets the html height, so that we get the proper page height and placement from 'bottom' */
html
{
	height: 100%;
}

/* General reset */
html, 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
{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	font-family:Univers,Arial;
}

body
{
	font-size: 62.5%; /* Classic CSS reset for all browsers */
	height: 100%;
	min-width: 800px;
}
table
{
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td
{
	text-align: left;
	font-weight: normal;
}
table, td, th
{
	vertical-align: middle;
}
blockquote:before, blockquote:after, q:before, q:after
{
	content: "";
}
blockquote, q
{
	quotes: "" "";
}
a img
{
	border: none;
}
form label
{
	cursor: pointer;
}
fieldset
{
	border: none;
}
input, select, textarea
{
	font-size: 100%;
}
ul, ol 
{
    list-style-type: none;
}
a
{
	text-decoration: none;
}

.clear
{
	clear: both;
}
/*- RESET */

/*+ TYPOGRAPHY */
body
{
	font-family: Arial, Helvetica, Sans-Serif;
	line-height: 1.5;
	color: #666666;
}

h1, h2, h3, h4
{
	font-weight: bold;
}

h2, h3, h4
{
    color: #404040;
    padding-top: .4em;
}

h1
{
	font-size: 4.0em;
	color: White;
	margin-bottom: 10px;
	font-weight: normal;
}

h2
{
	font-size: 2.1em;
	margin-bottom: 10px;
}
h3
{
	font-size: 1.8em;
}
h4
{
	font-size: 1.6em;
}
p, ul
{
	font-size: 1.2em;
}

.emphasis
{
	color: Black;
}
/*- TYPOGRAPHY */



/*+ LAYOUT */
body
{
	background-repeat: no-repeat;
}

.Wrapper
{
	width: 875px;
	max-width: 875px;
	margin-left: 50px;
}


.Header
{
	width: 876px;
	margin-left: 1px;
}

.Content
{
    background-color: #CBE2E8;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	width: 100%;
	float: left;
	clear: both;
}

.TwoColumnLayout
{
    float: left;
    width: 100%;
    height: 100%;
}

.OneColumn
{
    margin: 20px 50px 100px 50px;
	color: #404040;
}

.LeftColumn
{
	float: left;
	width: 170px;
	background-color: Transparent;
}

.RightColumn
{
	float: right;
	/*Commented out to fix For layout issue in FireFox*/
	/*margin: 20px 70px 50px 0;*/
	width: 600px;
	clear: right;
	background-color: #E5F1F4;
	color: #404040;
	padding-bottom: 10px;
	margin-bottom: 50px;
}

.RightColumn > *
{
	margin: 0 15px 0 15px;
}

.RightColumn p, ul
{
    margin-bottom: .4em;
}

.RightColumn ul
{
    list-style-position: inside;
    list-style-type: square !important;
}

.RightColumn > h1
{
	margin: 0; /* Reset the padding from above */
	width: 100%;
	background-color: #CBE2E8; /* Reset the background color to that of .Content */
}

.RightColumn > h2
{
	margin: -5px 0 0 0; /* Reset the padding from above */
	padding-bottom: 10px;
	width: 100%;
	background-color: #CBE2E8; /* Reset the background color to that of .Content */
}

.ViewMorePanel
{
    margin-top:10px;
    margin-left:20px;
    margin-bottom:10px;
}

.ViewMorePanel li
{
    margin-bottom:5px;
}

/* Footer */


/*- LAYOUT */


/*+ HEADER */
a.PSAVLogo
{
    margin: -2px;
}

a.PartnerName
{
	display: block;
	color: #fdb827;
	font-weight: bold;
	font-size: 1.8em;
	/*float: left;*/
}

a.PartnerName:hover
{
	color: #fdb827;
	font-weight: bold;
	font-size: 18px;
	/*float: left;*/
}

/* Search */
.SearchBox
{
	float: right;
	font-size: 1.1em;
	font-weight: bold;
	text-align: right;
	width: 250px;
	margin-bottom:2px;
}

.SearchBoxText
{
}

.SearchField
{
	border: 1px solid #CCC;
	margin-bottom: 2px;
	padding: 2px;
}

.SearchSubmit
{
	width: 18px;
	height: 18px;
}


/* Menu */
.Menu
{
	float: left;
	clear: both;
	width: 100%;
}

.Menu li
{
	float: left;
	z-index: 99;
}

.TopMenu
{
    margin: 0;
    list-style-type: none;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
}

.TopMenu li
{
    margin-bottom: 0;
	width: 24.9%;
	text-align: center;
	border-left: 1px solid Gray;
}

.TopMenu li:first-child
{
	border-left: none;
}

.TopMenu a
{
	display: block;
	color: Black;
	background-color: #CCC;
	padding: 2px 0px;
	height: 1.4em;
}

.TopMenu a:hover
{
	color: White;
	background-color: #007996;
}

.TopMenu a.Selected
{
	color: White;
	background-color: #ec8000;
}

/* Breadcrumbs */
.Breadcrumbs
{
    margin: 0 0 0 15px;
	font-size: 1.2em;
	padding: 7px 0;
	font-weight: bold;
}

.Breadcrumbs li:first-child
{
    background: none;
    margin-left: 0;
}

.Breadcrumbs li
{
    margin-left: 10px;
    background: url(/Design/Images/bullet.gif) no-repeat left;
}

.Breadcrumbs li:first-child a, li:first-child span
{
    margin-left: 0;
}

.Breadcrumbs li a
{
    margin-left: 20px;
    display: block;
	color: #ec8000;
}

.Breadcrumbs li span
{
    margin-left: 20px;
    display: block;
	color: #666666;
}

.Breadcrumbs li a:hover
{
	color: #333;
}

.NoBreadcrumbs
{
    height: 2px;
    color:White;
}

/*- HEADER */

/*+ FOOTER */
.Footer
{
	clear: both;
	width: 100%;
}

.Footer ul
{
    list-style: none;
	position: relative;
	clear: both;
}

.Footer ul li
{
    float:left;
	border-left: 1px solid Gray;
}

.Footer a
{
    color: #ec8000;
}

.Footer ul li:first-child
{
	border-left: none;
}

.Footer ul li
{
	display: block;
	padding: 0 8px;	
}

.Footer a:hover
{
	color: #333;
}

.Footer table
{
    width: 100%;
    padding-bottom: 10px;
}

.Footer tr
{
}

.Footer td 
{
	width: 50%;
}

.Footer div.ContactInfo
{
	float:left;
	margin-top: 10px;
	margin-left: -8px;
	font-size: 1.2em;
	font-weight: bold;
}

.Footer div.ExternalURL
{
	float: left;
	margin-top: 2px;
	font-weight: bold;	
	font-size: 1.2em;
	font-weight: bold;
}

.Footer div.SiteList
{
	float: right;
	margin-right: -3px;
	margin-top: 10px;
	font-size: 1.2em;
	font-weight: bold;
}

.Footer div.Copyright
{
	float: right;
	font-size: .9em;
	margin-top: 5px;
	margin-right: 2px;
	color: #404040;
}

/*- FOOTER */

/*+ SIDEBAR MENU */
.SidebarMenu
{
    list-style-type: none;
	margin-top: 80px;
	background-color: #cae2e8;
	font-size: 1.1em;
	text-transform: uppercase;
	color: White;
	padding: 2px 0px;
	font-weight: bold;
}

.SidebarMenu li
{
	margin: 5px 0px;
	text-align: center;
}

.SidebarMenu li a
{
    display: block;
    width: 160px;
    background-color: #007996;
    color: White;
    padding: 2px 2px 2px 7px;
    text-align: left;
}

.SidebarMenu li a:hover
{
	background-color: #ec8000;
}

.SidebarMenu li.Selected a
{
	background-color: #ec8000;
}

.SidebarMenu li.SelectedSubNav a
{
	background-color: #f3ac59;
	width: 142px;
    padding: 2px 2px 2px 25px;
}

.SidebarMenu li.SelectedSubNav a:hover
{
	background-color: #ec8000;
	color: White;
}
