@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 0 40px;
	padding:0;
	background:url('../images/global/body-bkgd.gif') repeat-x #336a93;
	text-align: center;
}

/* ===========================================================*/
/* Typeography */
/* ===========================================================*/

body,ul,ol,dl,h1,h2,h3,h4,h5,h6,td,th,
caption,pre,p,blockquote,textarea {
  font-family: Verdana, Helvetica, Arial, Verdana, sans-serif;
  color: #DEDEDE;
}

/* Headings 
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
  font-family: Georgia, Verdana, Helvetica, Arial, sans-serif;
  margin: 0; 
  padding: 0;
  color:#000; 
  clear:both; 
}

h1{
	font-size:1.6em;
	padding:16px 0 16px 30px;
	background:#094573;
	color:#fdfeff;
}

h2{
	font-size:1.4em;
	font-weight:bold;
		padding:0 0 20px 0;
}

h3{
	font-size:1.3em;
	font-weight:bold;
}

h4, h5, h6{
	font-size:1.1em;
	font-weight:bold;
}

/* Paragraphs
-------------------------------------------------------------- */
p{
	font-size:1.1em;
	margin: 0 0 20px 0;
	color:#4d4d4d;
	line-height:1.7em;
	}

p.last{ margin-bottom:0; }
p span.highlight{color:#ad0000;}
.highlight-yellow{color:#F2FFB7;}

/* Lists
-------------------------------------------------------------- */
ul, ol{ 
	margin: 18px 0 18px 18px;
	list-style-type:disc;
}

ol { list-style-type:circle; }
a{	color:#094573;}

/* 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; }
.errortext	 { color: #DF501E; }
.successtext	 { color: #6ABB12;font-weight:bold; }


/* ===========================================================*/
/* layouts */
/* ===========================================================*/

#wrapper{
	text-align: center;
	margin:0 auto;
	width:770px;
}

/* masthead
-------------------------------------------------------------- */

#masthead{
	height:109px;
	text-align:left;
	margin:20px 0 0 0;
	padding:0 30px 0 30px;
}

#strapline{
	float:right;
	margin-top:70px;	
}

#logo{
	margin:37px 0 0 0;
}

/* Navigation
-------------------------------------------------------------- */
#nav{
	margin:0;
	padding:15px 0 15px 26px;
	list-style:none;	
	background:#000;
	border-bottom:1px solid #FFF;
	text-align:left;
	background:url('../images/global/nav-bkgd.gif') no-repeat left top;
}

#nav li{
	display:inline;
	padding:0 7px 0 8px;
	font-size: 1.1em;
	background:url('../images/global/tnav-bkgd.gif') no-repeat 100% 2px;
}


#nav  li a{
	color:#FFF;
	text-decoration: none;
}

#nav  li a:hover{
	color:#ebffcc;
}

#nav li.last-li{
	background:none;

}




/* content
-------------------------------------------------------------- */

#content{
	padding:0 0 30px 0;
	text-align:left;
	background:#FFF;
}

#home #content{
	padding:0 0 30px 0;
	text-align:left;
	background:url('../images/global/content-bkgd.gif') repeat-y #FFF;
}

#logincontent {
	padding:0 0 30px 0;
	text-align:left;
	background:#FFF;
}


#clear-content{
	clear:both;
}

/* left column
-------------------------------------------------------------- */

#left-column{
	width:390px;
	float:left;
	padding:45px 50px 0 30px;

}

#left-column-wide{
	width:710px;
	padding: 30px 30px 0 30px;
}

/* right column
-------------------------------------------------------------- */

#right-column{
	float:right;
	width:255px;
	padding:45px 30px 0 15px;
	background: #f2f2f2;
}



#quote{
	margin-bottom:30px;
}

address{
	background:#FFF;
	padding:10px;
	border:1px solid #dddddc;
	color:#373737;
	font-style: normal;
	font-size:1.1em;
}

/* footer
-------------------------------------------------------------- */


#footer{
	padding:25px 0 25px 30px;
	background:url('../images/global/footer-bkgd.gif') left bottom no-repeat #002554;
	text-align:left;
	color:#fff;
}

#footer a{
	color:#fffcdd;
}

/* ===========================================================*/
/* default tables */
/* ===========================================================*/

table   { 
	margin: 10px 0 20px 0;
	width: 100%;
	cellpadding:0;
	cellspacing:0;
	border-collapse:collapse;
 }
 
 
th,td   { padding:4px; vertical-align:top; font-size:1.1em;}
th      { font-weight:bold; color:#094573;font-size:1.1em;}
thead th{background:#094573; color:#FFF; }
thead th a{background:#094573; color:#FFF; }

#table-posts{
	border:1px solid #e0dfdb;
}


#table-posts tbody th, #table-posts tbody td{
	border-bottom:1px solid #d7e1f1;
	padding:7px 2px 7px 2px;
	color:#094573;
	}
	

.alt th, .alt td{
	background:#dbe5f2;
}

.pdf-icon{
	padding-left:10px;
}


/* ===========================================================*/
/* Login Screen */
/* ===========================================================*/

#login-panel{
	padding:20px;
	border:1px solid #dfdfdb;
	background:#f2f2f2;
	margin:40px 20px 50px 20px;
}

.textfield, .textfield-small, textarea{
	padding:5px;
	background:#FFF;
	width:300px;
	border:1px solid #dfdfdb;
	font-size: 1.1em;
	color: #393939;
}

.textfield-small{
	width:240px;
}

textarea{
	width:240px;
}

.login-button{
	float:left;
	margin:3px 20px 0 0;
}

.submit-button{
	margin:5px 0px 0 160px;
	color: black;
}


/* ===========================================================*/
/* Downloads */
/* ===========================================================*/

.downloads{
	padding:0;
	margin:0;
	list-style:none;
}

.downloads li{
	padding:7px 0 7px 30px;
	background:url('../images/global/icon-pdf.gif') no-repeat 0 50%;
	font-size:1.1em;
	color:#393939;
}

.downloads a{
	color:#094573;
	text-decoration:none;
}




