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

	Master.css
	www.ankordesign.com
	
	Last Modified : 	23th January 2009
	Created by : 		Gregory Lynn
	Contact: 			desk[at]ankordesign.com	
	Copyright 2007 - 2009
	
	
/* Colour Palette
--------------------------------------------------------------

Light Grey - #fbfbfb

/* Plugins
-------------------------------------------------------------- */

@import 'plugins/reset.css';
@import 'plugins/classes.css';

	/* 960gs Grid
	-------------------------------------------------------------- */
		/* @import 'plugins/960.css'; */

	/* Blueprint Grid
	-------------------------------------------------------------- */
		/*@import 'plugins/grid.css';*/
		


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

/* GLOBAL */
body { background-color:#000000; font-family: Arial, Helvetica, sans-serif; line-height:1;}
.Wrapper {position:relative; width:100%; left:0px; border-bottom-width:2px; border-bottom-style:solid; border-bottom-color:#333366;}
.Centered {position:relative; width:950px; margin:auto; overflow:auto;}
/* END GLOBAL */


/* Typography
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage sets 1em equal to 10px (1.1em = 11px, 2.2em = 22px, etc...)  */


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #666666; }

h2 {font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#666666; font-weight:bold; letter-spacing:2px; padding: 10px 0px 15px 0px; margin:0; border:0; outline:0;}
h3 {font-family:Arial, Helvetica, sans-serif; font-size:15px; color:#666666; font-weight:normal; letter-spacing:0px; padding: 0px 0px 15px 0px; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }
h7 { text-decoration:none;}
h7  a {font-size:12px; color:#333366; padding: 15px 0px 10px 0px; text-decoration:none;}
h7  a:hover {color:#FFFFFF; text-decoration:none;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin: 0; border:none; padding: 5px 5px 5px 5px; position:relative; float:left;}


/* Text elements
-------------------------------------------------------------- */

p           { color: #999; font-size:13px; font-weight:normal; line-height: 1.4; margin: 0 0 1.0em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #336; }
a           { color: #666; text-decoration: none; outline: none;}

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#333333; padding: 15px 0px 10px 0px; margin: 0 0 1.5em;}
address a {color:#333366;}
address a:hover {color:#FFFFFF;} 
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; }

/* VIEWER */
.H1 {font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#666666; font-weight:bold; letter-spacing:2px; padding: 10px 0px 15px 0px; margin:0; border:0; outline:0;}
.H2 {font-family:Arial, Helvetica, sans-serif; font-size:15px; color:#666666; font-weight:normal; letter-spacing:0px; padding: 0px 0px 15px 0px;}
.mainTEXT  {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#999999; line-height:1.125;}
.mainTEXT a {color:#666666; text-decoration:none;}
.mainTEXT a:hover {color:#333366; text-decoration:none;}
.outsideLINK  a {font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#333366; padding: 15px 0px 10px 0px;}
.outsideLINK  a:hover {color:#FFFFFF;}
/* END VIEWER */


/* Images
-------------------------------------------------------------- */



/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

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;}

/* HEADER */
#Header {height:100px}
#logo {
	float: left;
}
#Nav {
}
ul#Navigator {list-style: none; position:relative; float:right; white-space:nowrap;}
#Navigator {display:inline; margin:0; color:#131313; font-family: arial, helvetica, sans-serif; white-space:nowrap; list-style-type:none; height:100px;}
#Navigator li {float:left;}
#Navigator li a {padding: 40px 15px 5px 15px; color:#333366; text-decoration:none; float:right; letter-spacing:1px;}
#Navigator li a:hover {color:#333;}
#Navigator li a span {color:#333; text-decoration:none;}
#Navigator li a:hover span {color:#336; text-decoration:none;}
#Navigator li a span span {color:#666; text-decoration:none; padding: 0px 0px 0px 0px}
/* END HEADER */


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Forms
-------------------------------------------------------------- */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 80%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
	margin-left: 20px;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	display: block;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}


/* Navigation
-------------------------------------------------------------- */

/* Layout
-------------------------------------------------------------- */
/*Global layout is described @ top of page*/

/* VIEWER */
#Viewer {padding: 25px 0px 25px 0px;}
.nested-left  {position:relative; float:left;  width:450px; overflow:auto;}
.nested-right {position:relative; float:right; width:450px;}
/* END VIEWER */

/* SCROLLER */
#Scroller {padding: 25px 0px 25px 0px;}
.arrow-left  {position:relative; float:left;  width:35px; height:100px; padding: 20px 0px 25px 0px;}
.arrow-right {position:relative; float:right; width:35px; height:100px; padding: 20px 0px 25px 0px;}
.thumbs {margin:auto; width:850px; height:100%;}
/* END SCROLLER */

/* FOOTER */
.Footer {font-size:10px; color:#333333; text-decoration: none; font-weight:bold; letter-spacing:1px; text-align:center; padding: 4px 0px 4px 0px;}
.Footer a {color:#333366; text-decoration: none;}
.Footer a:hover {color:#FFFFFF;}
.FooterAA {font-size:10px; color:#202020; text-decoration: none; font-weight:bold; letter-spacing:1px; text-align:center; padding: 4px 0px 4px 0px;}
.FooterAA a {color:#212121; text-decoration: none;}
.FooterAA a:hover {color:#9999FF;}
.map a {font-size:10px; color:#333333; text-decoration: none; font-weight:bold; letter-spacing:1px; text-align:center; padding: 4px 0px 4px 0px}
.map a:hover {color:#333366;}
/* END FOOTER */	


/* Page-Specific - based on the <body> class
-------------------------------------------------------------- */


/* IE PNG Fix (from http://www.twinhelix.com/css/iepngfix/   Thanks!)
-------------------------------------------------------------- */
img, div, a, li, input { behavior: url(/iepngfix/iepngfix.htc) }

