
/*  ---------------------------------   T A G   D E C L A R A T I O N S   -------------------------------  */

body {
	margin: 0;
	padding: 0;
	border-top: 15px solid #CC9;
	font-size: 62.5%;
	background-color: #FFF;
}

* html body {
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

a {
	color:#693;
	text-decoration:none;
	border-bottom: 1px dashed #CCC;
}
	
a:active {
	color:#C60;
}

ul, ol, ul li, ol li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.navigation-hidden	{
	display: none;
}

a.noStripe {
	border: none;
}


/* ----------------------------   S I T E   S T R U C T U R E   ------------------------------ */

#box-page {
	width: 873px;
	position: absolute;
	top: -180px;
	border-right: 1px dashed #CCC;
	font-size: 1em;
}

h1#masthead {
	width: 75px;
	height: 75px;
	position: absolute;
	top: 215px;
	left: 34px; 
	margin: 0;
	padding: 0;
}

h1#masthead a {
	border: none;
}

#box-navigation {
	width: 713px;
	height: 180px;
	position: relative;
	top: 0px;
	z-index: 100;
	padding-top: 15px;
	margin-left: 149px;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	background-color: #CC9;
}

#box-content {
	width: 701px;
	height: auto;
	position: relative;
	top: 0px;
	margin-left: 149px;
	padding: 0 10px 0 10px;
	border-left: 1px dashed #CCC;
}

#box-content-inner {
	width: 701px;
	height: auto;
	overflow: hidden;
	position: relative;
	padding: 0;
	border-left: 1px dashed #CCC;	
	border-right: 1px dashed #CCC;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

#box-footer {
	width: 100%;
}

div#footer {
	clear: both;
	position: relative;
	padding: 10px 20px 30px 20px;
	border-top: 1px dashed #CCC;
	font-size: 1.1em;
	color: #333;
	background-color: #FFF;
	background-image: url(/images/common/flag.gif);
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	background-repeat: no-repeat;
}


/* --------------------------   S I T E   N A V   ----------------------------------  */

h2#heading-navigation {
	width: 150px;
	position: relative;
	top: 180px;
	border: none;
	margin: 0;
	padding: 0;
}

#heading-navigation a {
	border: none;
}

#masthead-inner {
	width: 320px;
	margin: 0;
	padding: 0 0 20px 95px;
}

#nav-essaylist {
	width: 320px;
	float: left;
	padding-left: 95px;
	font-size: 1.1em;
}

#nav-essaylist li {
	margin-bottom: 1em;
}

#nav-essaylist li a:first-line {
	margin-left: -10px;
}

#nav-essaylist li a	{
	color: #FFF;
	border: none;
}

#nav-essaylist  a:hover	{
	color: #E3E3E3;
}

#nav-sectionlist {
	width: 255px;
	position: relative;
	margin: -32px 0 0 450px;
}

#nav-sectionlist li	{
	display: inline;
}

#nav-sectionlist li	 a {
	border: none;
	margin-right: 10px;
}

#nav-sectionlist li	 a:hover {
	border-bottom: 1px dashed #CCC;
}

h5.heading-newsletter {
	width: 255px;
	margin: 30px 0 6px 449px;
}

#newsletter-nav {
	margin: 0 0 0 448px;
	line-height: 1;
}

input.newsletter-email {
	width: 150px;
	height: 1.4em;
	padding-top: .2em;
	padding-left: .2em;
	line-height: normal;
	font-size: 1em;
}

#newsletter-email1 {
	margin: -1px 3px 0 0;
}

input.newsletter-submit {
	width: auto;
	position: relative;
	top: 5px;
	margin-left: 5px;
	padding-bottom: 3px;
}

#newsletter-nav input.newsletter-submit {
	border-bottom: 1px dashed #CC9;
}

#newsletter-body input.newsletter-submit {
	border-bottom: 1px dashed #FFF;
}

#newsletter-nav input.newsletter-submit:hover {
	border-bottom: 1px dashed #FFF;
}

#newsletter-body input.newsletter-submit:hover {
	border-bottom: 1px dashed #CCC;
}
