/***************** Browser Resets **********************/
/* Resets default browser CSS styles.                  */
/* Remove all virtical height from all items           */
/*******************************************************/
* {
    margin: 0;
	padding: 0;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/*********************** Typography *********************/
/* Baseline set by the body line height. All subsequent */
/* virticle space should be set in multiples of this    */
/* line-height value                                    */
/********************************************************/
body {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;  
	line-height: 14px; /* Baseline setting */
}
p {
	margin-bottom: 18px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	font-family: Arial, Helvetica, Sans-serif; 
}
h1 { 
  font-size: 24px; 
  line-height: 36px;
}
h2 { 
  font-size: 16px; 
  line-height: 14px; 
}
h3 { 
  font-size: 12px; 
  line-height: 14px; 
}
h4 {
	font-size: 16px;
	line-height: 14px;
}
h5 {
	font-size: 14px;
	line-height: 14px;
}
h6 {
	font-size: 14px;
	line-height: 14px;
}
/********************* Links **********************/
/**** Remember to define focus styles! ****/
:focus {
	outline: 0;
}
a:link, a:visited { 
	outline: 0;
	text-decoration: none;
	color: #1d5512;
	font-weight: bold;
}


a:hover, a:active {text-decoration: none; color: #fa7c00; font-weight: bold;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}
strong, b { font-weight: bold; }
em, i { font-style: italic; }
pre, code, kbd {
	font-family: "Courier New", Courier, mono;
	border: 1px dotted #000000;
	padding: 5px;
	margin: 0px 0px 16px 0px;
	background-color: #f3f3f3;
}

acronym, abbr {
	border-bottom: 1px dotted #000000;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
blockquote, q {
	border: 1px dotted #000;
	padding: 5px;
	margin: 0px 0px 16px 0px;
	background-color: #f3f3f3;
}

/***************** FROM ELEMENTS STARTS *****************/
form {}

form ul, form li {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

form li {
    padding: 6px 0px;
    clear: both;
}

label {
	float:left;

	padding: 0px;
	margin: 0px;
	width: 70px;
	color: #052e55;
	font-weight: bold;
}

label.tiny { width: 30px; }
label.small { width: 85px; }
label.medium { width: 105px; }
label.large { width: 120px; }

fieldset {
	border: none;
	margin: 0px 0px 0px 0px;
	text-align: left;
	padding: 3px 3px 6px 3px;
}

legend
{
	font-size: 18px;
	letter-spacing: -0.006em;
	font-weight: 700;
}


input.tiny, input.small, input.medium, input.large {
    display: block;
    float: left;
}

input.tiny { width: 30px; }
input.small { width: 193px; }
input.medium { width: 215px; float: left;}
input.large { width: 300px; }



textarea.small { width: 150px; }
textarea.medium { width: 300px; }
textarea.large { width: 500px; }

select{
	font-family: sans-serif;
	font-size:100%;
	line-height:180%;
}
select.small { width: 198px; }
select.medium { width: 300px; }
select.large { width: 500px; }

optgroup{ font-style: normal; }

.required {
	font-weight: 700;
	color: #FF6600;	
}

/**************** FROM ELEMENTS FINISHES ****************/

/**************** TABLE ELEMENTS STARTS *****************/
table {
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	border-bottom: 1px solid #14365c;
	border-right: 1px solid #14365c;
	margin-bottom: 18px;
	margin-top: -1px; /* border width to pull the table back onto the baseline */
	line-height: 17px; /* reduce baseline value for table content to compensate for the border value */
}

tbody{}
tfoot{}
tr {}

th
{
	background-color: #0d3f6d !important;
	color: #fff;
}

th, td {
	border-top: 1px solid #14365c;
	border-left: 1px solid #14365c;
	background-color: #f1f1f1;
	text-align: left;
	vertical-align: top;
	padding: 2px;
	font-size: 11px;
}

th {
	font-weight: 700;
}
/**************** TABLE ELEMENTS FINISHES ***************/

/**************** LIST ELEMENTS STARTS ******************/
ul, ol, dl {
    margin-left: 2em;
    margin-bottom: 18px;
}

ol {}

li {}

dl {}

dt {}

dd {}

/**************** LIST ELEMENTS FINISHES ****************/
hr {
	margin-bottom: 17px;
}

/****************************** Text Replacement ********************************************/
.replace {
	text-indent: -6000px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}

/***************************** Accessibilty Items ******************************************/
#skip-link {
	position: absolute;
	top: 0;
	left: -6000px;
}

/***************************** Control Items ***********************************************/
/**** Tabs ****//**** Menus ****/
ul.tabs, ul.tabs li, ul.menu, ul.menu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
}

ul.tabs, ul.tabs li {
	width: auto;
	float: left;
}

ul.menu, ul.menu li {
}

/**************** GENERAL CLASSES STARTS ****************/
.clear-both {clear: both;}
.clear-left {clear:left;}
.clear-right {clear:right;}
.float-left {float:left;}
.float-right {float:right;}
.uppercase {text-transform:uppercase;}
.lowercase {text-transform:lowercase;}
.hide {display: none;}

/*************** GENERAL CLASSES FINISHES ***************/

/********************* Standard Layout Items **************/
html {width:100%; height:100%;}
body {width:100%; height:100%;}
.container {
	width: 100%;
	height: 100%;
	min-height: 768px;
	min-width: 1024px;
	position: relative;
}
/**** Uncomment the line below to see the grid and baseline. ****/
/*.container { background: url(img/grid.png); } 
.container { background: url(img/baseline.png); } */

/**** Text Content Regions ****/
#main-content {}
#sub-content {}

/**** Layout Columns ****/
#column-wrapper {
	clear: both;
	overflow: hidden;
	position: relative;
	padding-left: 0px;      /* LC fullwidth */
	padding-right: 400px;     /* RC fullwidth + CC padding */
}

#column-wrapper .column {
	position: relative;
	float: left;
	padding-bottom: 32767px;
    margin-bottom: -32767px;
}
.column.first  { margin-left: 0; }
.column.last   { margin-right: 0; }
#column-one {
	padding: 0px;       /* CC padding */
	width: 100%;
}
#column-two {
	width: 400px;             /* RC width */
	padding: 0px;          /* RC padding */
	margin-right: -100%;
}
#column-three {
	width: 00px;             /* LC width */
	padding: 0px;          /* LC padding */
	left: 0px;              /* LC fullwidth */
	margin-right: -100%;		/* Pull layout backinto line */
}

/**** Other Elements ****/
#outer {height: 100%; width: 100%; overflow: hidden; position: relative;}
#outer[id] {display: table; position: static; background-color: #FFFFFF;}
#middle {position: absolute; top: 50%;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}
#inner {position: relative; top: -50%} /* for explorer only */
/* optional: #inner[id] {position: static;} */

/** HANNAH HAS ADDED STUFF FOR HOLDING PAGE HERE */
 #holding_page p, #holding_page dl{
  font-size: 14px;  
  line-height: 14px; /* Baseline setting */
 }
 #holding_page dl{
   text-indent: none;
   margin-left: 0px;
 }
 #holding_page dt{
    float: left;
    margin-right: 5px;
    color: #fc8ac6;
 }
 #holding_page .pink {
   color: #ff0085;
 }
 
 #holding_page .blue {
  color: #02acba;
 }
 #holding_page .copy{
  color: #fe0000;
  font-weight: bold;
  font-size: 10px;
  margin-left: 30px;
 }
 
 #holding_page a.dist {
    font-size: 18px;
    background: url('../images/bullet.jpg') no-repeat center left;
    padding-left: 14px;
 }
  #holding_page a:hover {
    text-decoration: underline;
 }
 #holding_page div.right {

   padding: 5px;
 }
 #holding_page div.left{
   width: 500px;
   float: left;
 } 
 #holding_page div.right{
   width: 274px;
   float: left;
 } 