/* reset.css */
body {
	font-family: Georgia;
background-color: #fff;
background:url(/images/background.jpg) repeat-x #f4f7fc;
color: #222;
text-decoration: none;
word-spacing: 0.1em;
text-align: left;
letter-spacing: 0;
line-height: 1.3em;
font-size: 1em;}

/* typography.css */

h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;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;}
h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}

a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
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 {margin:0 0 1.5em;font-style:italic;}
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;}
table {font-size:0.9em;margin-bottom:1.4em;}
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;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}


.oneColFixCtr #container {
	width: 955px;  /* using 20px less than a full width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#titlebar ul 
{
	margin:0;
	padding:0;
	list-style:none;
	width:720px;
	float:right;
}



#titlebar ul li
{
	float:right;
	margin-left:10px;
	background-color:#FFF;
	font-size:14px;
	padding-left:3px;
	padding-right:3px;
}

h1
{
	background:url(/images/in.gif) no-repeat left top;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	display:inline;
	font-size:40px;
	position:relative;
	top:20px;
	padding-left:40px;
}


img
{
	padding:10px;
}
#google
{
	float: left;
	padding-right:20px;
	padding-left:5px;
}
#googleright
{
	float: right;
	padding-right:20px;
	padding-left:5px;
}
.tagline
{
	 color: rgb(255, 0, 0); 
	 padding-left: 75px; 
	 padding-top: 5px; 
	 width:300px;
	 font-style: italic;
}
#page
{
	min-height: 700px; 
	background-color: rgb(255, 255, 255); 
	width: 100%;
}
#mainContent
{
	background-color: rgb(237, 242, 251);
}
UL.tabNavigation {
	list-style: none;
	margin: 0;
	padding: 0;
}

UL.tabNavigation LI {
	display: inline;
}

UL.tabNavigation LI A {
	padding: 3px 5px;
	background-color: #ccc;
	color: #000;
	text-decoration: none;
}

UL.tabNavigation LI A.selected,
UL.tabNavigation LI A:hover {
	background-color: #333;
	color: #fff;
	padding-top: 7px;
}

UL.tabNavigation LI A:focus {
		outline: 0;
}

div.tabs > div {
		padding: 5px;
		margin-top: 3px;
		border: 2px solid #333;
}

div.tabs > div h2 {
		margin-top: 0;
}

#first {
	background-color: #EEEEEE;
}

#second {
	background-color: #DDDDDD;
}

#third {
	background-color: #DDEEDD;
}
#fourth {
	background-color: #EEDDEE;
}
#fifth{
	background-color:#DDEEEE;
}
#sixth{
	background-color:#DDDDEE;
}

.waste {
		min-height: 1000px;
}
#newsindexright 
{
	
	font-size:0.9em;
	margin:5px;
	padding-left:0px;
	float:right;
	width:125px;
	float:right;
}
.review
{

    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-color: navy;
    border-left-color: navy;
    border-bottom-color: navy;
    border-top-color: navy;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.reviewformDiv
{
    width: 400px;
}

form ul
{
    list-style:none;
    margin:0;
    padding:0;
}
form ul li
{
    margin:0;
    clear:both;
    border-top:1px dotted #666;
    padding:0.5em 0;
}

label .leftalign {
    display:block;
    float:left;
    font-weight:bold;
    padding-right:10px;
    line-height:1.6em;
    text-align:right;
    width:100px;
}

form li.submit {padding-left:110px;}

.errors
{
    color:red;
}

h2
{
    font-family:	Georgia,Times,serif;
font-size:	20.0833px;
font-weight:	bold;
font-style:	normal;
color:	#197777;
text-transform:	none;
text-decoration:	none;
letter-spacing:	1px;
word-spacing:	normal;
line-height:	26.1167px;
text-align:	left;
vertical-align:	baseline;
direction:	ltr;
}

h3
{
    font-family:	Georgia,Times,serif;
font-size:	16.4333px;
font-weight:	bold;
font-style:	normal;
color:	#197777;
text-transform:	none;
text-decoration:	none;
letter-spacing:	1px;
word-spacing:	normal;
line-height:	21.3667px;
text-align:	left;
vertical-align:	baseline;
direction:	ltr;
}

.newsindex td
{
    border-bottom:3px solid #E1E1E1;
}

p.update
{

border-bottom:1px dotted #CCCCCC;
border-top:1px dotted #CCCCCC;
color:#666666;
font-size:0.8em;
letter-spacing:0;
line-height:1.4em;
margin:0 0 5px;
padding:1px 0;
}

p.readmore, p.readmore a 
{
    color:#197777;
text-decoration:none;
}

.newsimage
{
    float:left;
    padding:10px 10px 10px 0;
}

p.summary
{
    text-align: justify;
}
