@import "reset.css";

/* ===========================================================*/
/* Body Styles */
/* ===========================================================*/

body{
	font-family:Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	line-height:1.6em;
	margin:0;
	padding:0;
	background:#001964;
}

/* ===========================================================*/
/* Typeography */
/* ===========================================================*/

body,ul,ol,dl,h1,h2,h3,h4,h5,h6,td,th,
caption,pre,p,blockquote {
  font-family: Lucida Sans, Helvetica, Arial, Verdana, sans-serif;
  color: #DEDEDE;
}

input,textarea {
	color: #414141;
}

/* Headings 
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
  font-family: Lucida Sans, Verdana, Helvetica, Arial, sans-serif;
  margin: 0; 
  padding: 0;
  color:#D6E2FF; 
  clear:both; 
}

h1{
	font-size:2em;
	font-weight:bold;
	padding:0 0 60px 0;
}

h2{
	font-size:1.4em;
	font-weight:bold;
}

h3{
	font-size:1.3em;
	font-weight:bold;
}

h4, h5, h6{
	font-size:1.1em;
	font-weight:bold;
}

/* Paragraphs
-------------------------------------------------------------- */
p{font-size:1.1em;}
p{ margin: 0 0 20px 0; }
p.last{ margin-bottom:0; }
p span.highlight{color:#92D0FF;}
.highlight-yellow{color:#F2FFB7;}

/* Lists
-------------------------------------------------------------- */
ul, ol{ 
	margin: 18px 0 18px 18px;
	list-style-type:disc;
}

ol { list-style-type:circle; }
a{	color:#ECD590;}

/* Breaks
-------------------------------------------------------------- */
p.linebreak{
	border-bottom:1px solid #555555;
	clear:both;
}


/* Other Text
-------------------------------------------------------------- */

blockquote  { margin: 18px 0 18px 23px; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em          { font-style: italic; }
.successtext { color: #B2F45D;}

/* ===========================================================*/
/* layouts */
/* ===========================================================*/

#wrapper{
	text-align: center;
	background:url('../images/global/wrapper-bkgd.jpg') repeat-x top left #002593;
}

/* masthead
-------------------------------------------------------------- */

#masthead{
	width:750px;
	margin:0 auto;
	height:109px;
	text-align:left;
}

#masthead ul{
	float:right;
	list-style:none;
	margin:60px 30px 0 0;
	padding:0;
}

#masthead ul li{ 
	display:inline;
	padding:0 7px 0 7px;
	font-size: 1.2em;
	background:url('../images/global/tnav-bkgd.gif') no-repeat 100% 2px;
}

#masthead ul li a{
	color:#8B8B8B;
	text-decoration: none;
}

#masthead ul li a:hover{
	color:#FFF;
}

#masthead ul li.last-li{
	background:none;
}

#logo{
	margin:37px 0 0 0;
}

/* content
-------------------------------------------------------------- */

#content{
	width:750px;
	margin:0 auto;
	padding:40px 0 30px 0;
	text-align:left;
	background:url('../images/global/content-bkgd.jpg') repeat-x top left;
}

#clear-content{
	clear:both;
}

/* left column
-------------------------------------------------------------- */

#left-column{
	width:400px;
	float:left;
	padding:0 50px 0 0;
	background:url('../images/global/left-column-bkgd.gif') no-repeat 100% 80px;
}

#left-column-wide{
	width:750px;
	padding:0;
}

/* right column
-------------------------------------------------------------- */

#right-column{
	float:right;
	width:270px;
	padding:75px 0 0 30px;
}

#right-column p{
margin-left:17px;
}

#quote{
	margin-bottom:30px;
}

/* footer
-------------------------------------------------------------- */

#footer-wrapper{
	text-align: center;
	background:purple;
	height:84px;
	background:url('../images/global/footer-wrapper-bkgd.gif') repeat-x top left;
	padding:30px 0 0 0;
}

#footer{
	width:750px;
	margin:0 auto;
	text-align:left;
}

#footer a{
	color:#FFF9A0;
}

/* ===========================================================*/
/* default tables */
/* ===========================================================*/

table   { 
	margin: 10px 0 20px 0;
	width: 100%;
	cellpadding:0;
	cellspacing:0;
	border-collapse:collapse;
 }
 
 
th,td   { padding:4px; vertical-align: top; }
th      { font-weight:bold; color:#D6E2FF;}
thead th{background:#CCCCCC;}




/* ===========================================================*/
/* Login Screen */
/* ===========================================================*/

#login-panel{
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	border:1px solid #6172A6;
	background:#001B6E;
	margin:20px 80px 100px 80px;
}

.textfield{
	padding:5px;
	background:#FFF;
	width:300px;
	border:1px solid #FFF;
	font-size: 1.1em;
	color: #393939;
}

.login-button{
	margin:0 0 0 20px;
}

.errortext {
	color: #E73E35;
	margin: 0px;
}

#login-panel a {
	text-decoration: none;
}
#login-panel a:hover {
	text-decoration: underline;
}



