/*
/////////CONTENTS///////////--------------------------------
1.Page Defaults
2.Divs
3.Lists
4.Text & Anchors
5.Images
6.MISCELLANOUS


============================================================--------
				PAGE DEFAULTS
====================================================================*/
* {
margin:0;
padding:0;
}

body {
font: 75%/normal Verdana, Arial, Helveltica, sans-serif;
color:#000;
background:#fff url("../images/560/bg50_1.gif") left bottom no-repeat;
text-align:center;
}



/*========================================================----
				DIVS
==============================================================*/
.c_box {
width:308px;
float:left;
margin:3px;
}

.divider500 {
height:500px;
clear:both;
}

#footer {
width:100%;
clear:both;
background-color:#009;
margin-top: 35px;
}

.fullbox {
width:100%;
margin:9px 0;
}

.halfbox {
float: left;
width:300px;
margin:4px 4px 8px;
}

#left {
width:160px;
float:left;
word-wrap: break-word;
}

#lefttop {
width:148px;
background:#ccc;
border:1px solid #999;
padding:5px;
}

#leftbottom {
width:150px;
color:#d5d5d5;
background:#009;
padding:5px;
}

#logo {
background:transparent url(../images/logo_1.gif) -5px 0 no-repeat;
float:left;
height:48px;
width:100%;
}

#masthead {
height:144px;
width:794px;
float:left;
border:3px solid #ccc;
}

#nav {
float: left;
width: 100%;
}

.padding {
padding:5px;
}

#right {
margin-left: 170px;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #right {
	height: 1%;
}
/* End hide from IE5/mac */

#top {
float:left;
width:100%;
margin:18px 0 18px;
border-bottom: 1px solid #ccc;
}

.wrapper {
text-align:left;
width:800px;
margin: 0 auto;
}

/*==============================================-----
			LISTS
=========================================================*/
ul {
list-style:none;
line-height: 1.5em;
margin: 1em 0;
}
ul ul {
margin: 0;
}

/*--////////////navigation
*/
ul#navigation {
float:right;
margin-bottom: 5px;
}

ul#navigation li {
text-transform:capitalize;
display:inline;
float:left;
font-size: 1em;
border-right: 1px solid #ccc;
padding: 0 5px;
}

ul#navigation li a {
float:left;
color: #5C5C99;
text-decoration:none;
padding: 3px;
}

ul#navigation li a:hover {
color:#009;
text-decoration: none;
}

/*--/////////////subnavigation
*/
ul#subnav {
line-height: 1.5em;
list-style-image:url(../images/subnavlist_1.gif);
margin-left: 0.75em;
padding-left: 0.75em;
}

ul#subnav li {}

ul#subnav ul {
font-size:0.8em;
line-height: 1.6em;
list-style-image:url(../images/subsubnavlist_1.gif);
margin: 0 0 0.25em 0.3em;
padding-left: 0.3em;
}

ul#subnav ul li {}

/*--////////////links
*/
ul#links {
font-size:0.9em;
line-height: 1.5em;
margin:0;
padding:0;
}

ul#links li {
margin:0 0 0 3px;
}

/*--//////////////footer   
*/
ul#footnav {
padding: 1px solid #fff;
margin: 1px;
padding: 5px;
font-size:0.9em;
line-height: 18px;
text-align:center;
}
ul#footnav li {
margin: 0;
}

ul#footnav li a,ul#links li a,ul#footnav li a:link,ul#links li a:link,ul#footnav li a:visited,ul#links li a:visited {
color:#fff;
border:0;
text-decoration:none;
}

ul#footnav li a:hover,ul#links li a:hover {
border:0;
text-decoration:underline;
}

/*=========================OTHERLISTS=========================

--////////////inline list
*/
ul.inline {
margin:0 0 1.5em 0.5em;
}

ul.inline li {
margin:4px;
}


/*--//////////subjects list
*/
ul.subs {
list-style:inside disc;
margin:9px 0;
}

ul.subs li {
font-weight:700;
color:#009;
font-family:Georgia, "Times New Roman", Times, serif;
}

ul.subs ul {
list-style:inside circle;
}

ul.subs ul li {
font-weight:400;
color:#000;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin:0 0 0 10px;
}

ul.inlinehoz {
width:487px;
margin:auto;
}

ul.inlinehoz li {
display:inline;
}

ul.inlinehoz li a {
display:block;
float:left;
margin:0 5px;
}

ul.normal {
list-style-type:disc;
list-style-position:inside;
margin:6px 12px 12px;
line-height: 1.5em;
}

ul.normal li {
margin:0.325em 0;
}

ul.greyback {
background:#ccc;
text-align:center;
line-height: 1.5em;
margin:0.5em;
padding:0.5em;
}

ol {
list-style-type:decimal;
list-style-position:inside;
line-height: 1.5em;
margin:0.75em;
}
ol ul{
margin: 0 0 1.5em 0;
}


/*==============================================------
			TEXT & ANCHORS
=========================================================*/
a,a:link,a:active {
text-decoration:underline;
color:#666;
}

a:hover {
text-decoration:underline;
color:#000;
}

.biggertext {
font-size:1.25em;
line-height: 1.2em;
}

blockquote {
font-size:1.25em;
margin:1.2em;
}

blockquote p {
font-style:italic;
font-family:Georgia, "Times New Roman", Times, serif;
margin:0 3px;
}

blockquote cite {
display:block;
color:#5C5C99;
font-size:0.667em;
font-style:normal;
text-align:right;
margin-right: 5em;
padding:0.45em;
}
blockquote cite.left {text-align: left;}

.blue {
color:#5C5C99;
}

h1,h2,h3,h4 {
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:400;
color:#009;
}

h1 {
font-size: 2.5em;
line-height: 1.2em;
margin-bottom: 0.6em;
}

h2 {
font-size:1.8333em;
line-height: 1.6364em;
}

h3 {
font-size:1.5em;
line-height:1em;
margin: 0.5em 0;
}

h4 {
font-size:1.25em;
color:#000;
line-height:1.2em;
margin: 12px 0 6px;
}

h5 {
font-size: 1em;
line-height: 1.5em;
font-weight: 700;
}

h1 a {
display:block;
width:100%;
}

h1 a,h1 a:link,h1 a:visited,h1 a:hover {
text-decoration:none;
color:#009;
}
h2 a,h2 a:link,h2 a:visited,h2 a:hover {
text-decoration:none;
color:#009;
}

.underline {
text-decoration: underline;
}
#logo p {
font-size:0.8em;
color:#009;
margin:0;
padding:0;
}

#lefttop h3 {
color:#009;
text-decoration:underline;
}

#leftbottom h3 {
color:#fff;
text-decoration:underline;
}

p {
line-height: 1.5em;
margin: 0 0.5em 1.5em;
}

/*============================================----
		IMAGES
==================================================*/
img {
border:2px #ccc solid;
float:left;
margin:3px 5px 0 0;
}

img.floatright {
float:right;
margin:0 0 4px 4px;
}

img.blueborder {
border:1px solid #009;
}

/*=============================================----
		MISCELLEANOUS
====================================================*/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}




.clearboth {
clear:both;
}

.noborder {
border:0;
}

.nopadding {
padding:0;
}

tr,td {
padding:2px;
}

.floatright {
float:right;
}

.floatleft {
float:left;
}
.floatnone {
float: none;
}

.nomargin,.halfbox p,ul#navigation li#home {
margin:0;
}

ul#footnav li,ul.greyback li {
display:inline;
padding:5px;
}

a:visited,.grey,h5 {
color:#999;
}