/**
 * Common styles
 */

/*
-------------------------------------------------------------------
Page Template
*/

body
{
	background: #111111;
	color: #eee;
	margin: 0;
	padding: 0;
	padding-bottom: 40px;
	font-size: 12px;
}

#Page
{
	background: #010101;
	border-top: none;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	width: 946px;
	min-height: 610px;
	margin-left: auto;
	margin-right: auto;
}

#Header
{
	position: relative;
	z-index: 20;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: 0 4px;
	width: 738px;
	min-height: 104px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}

#Header h1
{
	margin: 0;
	padding: 0;
}

#Header h1 a
{
	position: absolute;
	top: 0;
	left: 0;
	width: 222px;
	height: 82px;
}

#Header h1 span { display: none; }

#Header #amber
{
	position: absolute;
	top: 37px;
	right: 0;
	width: 105px;
	height: 35px;
}

#Header #amber a
{
	position: relative;
	left: 2px;
}

/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/

#Header #Navigation
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
	position: absolute;
	top: 70px;
	right: 0;
	z-index: 1000;
}

#Header #Navigation li
{
	list-style: none;
	margin: 0;
	margin-left: 1.5em;
	padding: 0;
	display: inline;
	z-index: 1001;
	float: left;
	position: relative;
}

#Header #Navigation li a
{
	text-decoration: none !important;
	font-size: 16px;
	display: inline-block;
	/*width: 50px;*/
	height: 17px;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-position: 0 -100px;
}

#Header #Navigation li a span { /*display: none;*/ }

#Header #Navigation li a:hover,
#Header #Navigation li a.on
{
	background-position: 0 0;
	color: #c00;
}

#Header #Navigation li.first a { /*background-image: url(../images/nav-inside.png);
	width: 49px;*/ }
#Header #Navigation li.last a { /*background-image: url(../images/nav-outside.png);
	width: 62px;*/ }

/*
drop down menus
*/

#Header #Navigation li ul
{
	display: none;
	position: absolute;
	clear: left;
	z-index: 900;
	list-style-type: none;
	margin: 0;
	padding-top: 0.5em;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	width: 120px;
	border-bottom: 1px solid #666;
}

#Header #Navigation li ul li
{
	float: left;
	clear: left;
	margin: 0;
	padding: 0;
	border-top: 1px solid #666 !important;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	width: 118px;
	text-align: left;
	background: #222;
	z-index: 1001;
}

#Header #Navigation li ul li a
{
	text-decoration: none !important;
	font-size: 0.95em;
	display: block;
	margin: 0;
	padding: 0.3em;
	border: none !important;
}

#Header #Navigation li ul li a:hover,
#Header #Navigation li ul li a.on { }
#Header #Navigation li ul li a:hover { background-color: #333; }

#Header #Navigation li ul li a span
{
	padding-bottom: 0.1em;
	display: inline !important;
}

#Header #Navigation li ul li a.on span
{
	position: relative;
	border-bottom: 1px solid #c00 !important;
}

#Header #Navigation li:hover ul,
#Header #Navigation li.sfhover ul { }

/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/

#Header-Clients
{
	width: 738px;
	height: 30px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

#Header-Clients #Navigation-Clients
{
	list-style: none;
	margin: 0;
	padding: 0;
	background: #fff;
	min-height: 1.2em;
}

#Header-Clients #Navigation-Clients li
{
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}

#Header-Clients #Navigation-Clients li a
{
	text-decoration: none !important;
	font-size: 0.95em;
	padding-left: 1em;
	padding-right: 1em;
	color: #010101;
}

#Header-Clients #Navigation-Clients li.logout { float: right; }

#Header-Clients #Navigation-Clients li a:hover,
#Header-Clients #Navigation-Clients li a.on
{
	text-decoration: none !important;
	background-color: #ddd;
}

#Client-Login-Form h2
{
	margin-top: 0;
	margin-bottom: 1em;
}

#Client-Login-Form label
{
	font-weight: bold;
	width: 7em;
	/*display: -moz-inline-block;
	display: -moz-inline-box;*/
	display: inline-block;
}

#Client-Login-Form #Client-Login-Form-Error { color: #c00; }

#Client-Login-Form em
{
	font-size: 0.9em;
	color: #ddd;
}

#Content
{
	position: relative;
	width: 738px;
	min-height: 470px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4px;
	border: 1px solid #444;
}

.Page-Title { margin-top: 0; }

body.Text-Page #Content-Pad
{
	padding-top: 12px;
	width: 97.5%;
	margin-right: auto;
	margin-left: auto;
}

body.Text-Page .Page-Title
{
	float: left;
	width: 38%;
}

body.Text-Page #Page-Content
{
	padding-top: 5px;
	float: right;
	width: 60%;
}

#Footer
{
	width: 738px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1em;
	min-height: 5em;
}

#Footer #Footer-Links
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	float: right;
}

#Footer #Footer-Links li
{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 2em;
	display: inline;
}

#Footer #Footer-Links li a
{
	font-size: 0.95em;
	padding-left: 0.1em;
	padding-right: 0.1em;
	padding-bottom: 0.1em;
	text-decoration: none !important;
	position: relative;
}

#Footer #Footer-Links li a:hover,
#Footer #Footer-Links li a.on { color: #c00; }

#Footer-Copyright
{
	float: left;
	font-size: 0.95em;
}

/*
-------------------------------------------------------------------
Miscellaneous
*/

img { border: 0; }

form
{
	margin: 0;
	padding: 0;
}

.noDisplay { display: none; }

.floatBreak
{
	/*Generally used as: <span class="floatBreak">&nbsp;</span>*/
	clear: both;
	height: 0;
	display: block;
	overflow: hidden;
}

.SEO { display: none; }

/*
-------------------------------------------------------------------
Fonts
*/

p,ul,dl,li,dd,dt,td,div,input,select,optgroup,option,
/*textarea.default so doesn't interfer with HTML-editor type textareas*/
textarea.default
{
	font-size: 1em;
	font-family: arial,sans-serif;
}

p,li,td,div,a.anchor { }

p
{
	margin-top: 0;
	margin-bottom: 1em;
	line-height: 1.2em;
	text-align: left;
}

ul
{
	list-style: none;
	margin-top: 0;
	/*padding-bottom to match li + p (else ul margin-bottom and li margin-bottom don't add together)*/
	margin-bottom: 0;
	padding-bottom: 0.4em;
	padding-left: 0;
	margin-left: 0;
}

li
{
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0.6em;
	padding-left: 1.2em;
	list-style: square;
}

/*
Headers
*/

h1,h2,h3,h4,h5,h6 { font-family: arial,sans-serif; }

h1
{
	padding: 0;
	margin-top: 1em;
	margin-bottom: 0.4em;
	font-size: 1.9em;
	line-height: 1em;
	font-weight: normal;
}

h2
{
	padding: 0;
	margin-top: 1em;
	margin-bottom: 0.4em;
	font-size: 1.7em;
	line-height: 1em;
	font-weight: normal;
}

h3
{
	padding: 0;
	margin-top: 1em;
	margin-bottom: 0.3em;
	font-size: 1.4em;
	line-height: 1em;
	font-weight: normal;
}

h4
{
	padding: 0;
	margin-top: 1em;
	margin-bottom: 0.3em;
	font-size: 1.1em;
	line-height: 1em;
}

h5
{
	padding: 0;
	margin-top: 1em;
	margin-bottom: 0.3em;
	font-size: 1em;
	line-height: 1em;
}

h6
{
	padding: 0;
	margin-top: 1em;
	margin-bottom: 0.3em;
	font-size: 1em;
	line-height: 1em;
	font-style: italic;
}

/*
-------------------------------------------------------------------
Layout table
*/

table.layoutTable
{
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: auto;
}

table.layoutTable td
{
	padding: 0;
	vertical-align: top;
}

/*
-------------------------------------------------------------------
Links
*/

a:active,a:link,a:visited
{
	color: #eee;
	text-decoration: underline;
}

a:hover
{
	color: #eee;
	text-decoration: underline;
}

a.plain:link,a.plain:visited,a.plain:active,a.plain:hover { text-decoration: none; }

/*
-------------------------------------------------------------------
Columns
*/

.Col-1
{
	width: 128px;
	float: left;
	min-height: 100px;
}

.Col-2
{
	width: 500px;
	float: left;
	min-height: 100px;
}

.Col-3
{
	width: 110px;
	float: left;
	min-height: 300px;
	background-image: url(../images/col-3-bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

/*
-------------------------------------------------------------------
Sub nav
*/

.Sub-Nav
{
	list-style: none;
	margin: 0;
	padding: 0;
	background-image: none;
}

.Sub-Nav li
{
	list-style: none;
	margin: 0;
	padding: 0;
	background-image: none;
	margin-bottom: 0.4em;
	line-height: 1.1;
}

.Sub-Nav li.Level-1
{
	font-weight: bold;
	font-size: 14px;
}

.Sub-Nav a.Level-1 { text-decoration: none; }

.Sub-Nav li.Level-2
{
	font-weight: normal;
	font-size: 12px;
}

.Sub-Nav div.Level-2
{
	padding-left: 5px;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

.Sub-Nav a.Active
{
	text-decoration: none;
	background: #fff;
	color: #111;
}

/*
-------------------------------------------------------------------
Related nav
*/

p.Related
{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 0.4em;
}

ul.Related
{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	background-image: none;
}

ul.Related li
{
	list-style: none;
	margin: 0;
	padding: 0;
	background-image: none;
	margin-bottom: 0.4em;
	line-height: 1.1;
	font-size: 11px;
}

ul.Related a.Active
{
	text-decoration: none;
	background: #fff;
	color: #111;
}

