/* Base Theme ============================================================= */

:link,:visited {
    text-decoration: none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
table {
    border-spacing: 0;
}
fieldset,img,abbr,acronym {
    border: 0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}

ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
a {
    text-decoration: underline;
    outline: none;
}
hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}
a img,:link img,:visited img {
    border: none;
}
address {
    font-style: normal;
    display: inline;
}

/* Fix font size for ie and make vertical scroll bar persistant*/

html {
	font-size:100%;
  height: 100%;
  margin-bottom: 1px;
  overflow: -moz-scrollbars-vertical;
}

/* Layout ----------------------------------------------------------------- */

body {
    text-align: center;
    /*background:url(10pxcolgrid.png) top center repeat-y #fff; /* Uncomment to display the column grid*/
    /*background:url(18pxgrid.png) top center repeat;  /* Uncomment to display the vertical grid */
	  /* font: normal 62.5% Arial, Helvetica, sans-serif;*/
	  font-size: 62.5%;
    color:#333333;
    padding-top: 1em;
}

#container {
    width: 700px;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;

}

#header, #content, #alpha, #beta, #gamma, #footer {
    position: relative;
}

#content {
    clear:both;
    margin-bottom: 1.5em;
}

#caption {
    text-align: center;
}

#alpha, #beta, #gamma {
    display: inline;
    float: left;
}



/* Header */

#header {
    height: 50px;
    width: 100%;
}

#banner {
    position: relative;
    left: 170px;
}

#branding {
    position: absolute;
    left: 0px;
    top: 30px;
}

#header h1,
#header h2 {
    display: none;
} 
/* Footer */

#footer { 
	clear:both;
	border-top:1px solid #000099;
	/*padding-top:1.4em;*/
	margin-top:-1px;
	margin-bottom:1.5em;
	color: #999999;
}


/* Typography ------------------------------------------------------------- */


#container {
  /* 12/18 default */
  font-family: Georgia, "Times New Roman", serif;
  font-size:1.2em;     /* 12pt */ 
  line-height:1.5em;   /* 12x1.5 = 18pt */
  margin-bottom:1.5em; /* 18pt */ 
}

a,
a:link,
a:visited {
    color: #CC3300; 
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


.asset-body,
.asset-more {
  font-family: Georgia, "Times New Roman", serif;
}

p {
  margin-bottom: 1.5em;
}

/*
div.asset-body p:first-letter{
  font-size:3.2em;
	float:left;
	margin-top: 0.125em;
	margin-right: 0.05em;
	font-weight:normal;
	font-style:normal;
}
*/

/* Headings */

h1{
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5em; /* 12x1.5=18pt */
  font-weight: normal;
  margin-top: 1em;
  margin-bottom: 1em;
	color:#333333;
}

h2{
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1em; /* 12x1=12pt */
  font-weight: bold;
  margin-top: 1.5em;
  line-height: 1.5em;
  margin-bottom: 0em;
	color:#333333;
}


.dateline{
  font-family: Georgia, "Times New Roman", serif;
	color:#999999;
}

.context a{
  font-weight: bold;
}

.browse{
float: right;
}


/* Images  */
img.icon {
  margin-right: 4px;
}

img.image{
    border: 5px inset #999999;
}

/* Input box -------------------------------------------------------------- */

#searchbox,
#subscribebox {
    float: right;
    width: 300px;  
}

#searchbox .ti,
#subscribebox .ti {
    width: 200px;
}

#searchbox input,
#subscribebox input {
    width: 80px;
}

/* Leftnav links ---------------------------------------------------------- */

.leftnav ul {
  margin-bottom:1.5em;
}

.leftnav a {
	display: block;
	width: 100%;
	text-decoration: none;
}

.leftnav p {
	font-weight:bold;
  
  margin-bottom:-1px;
	border-top:1px solid #000099;
}

.leftnav ul{
  margin-left: 0px;
}

.leftnav li {
	list-style:none outside; 

  margin-bottom:-1px;
 	border-top:1px dotted #DDDDDD;
}

.news p a:hover {
  background: #FFCCCC;
}
.news li a:hover {
  background: #FFCCCC;
}

.services p a:hover {
	background: #CCFFCC;
}
.services li a:hover {
	background: #CCFFCC;
}

.resources p a:hover {
	background: #FFFF99;
}
.resources li a:hover {
	background: #FFFF99;
}

.about p a:hover {
	background: #CCFFFF;
}
.about li a:hover {
	background: #CCFFFF;
}

/* Widget */
.widget {
  margin-bottom:1.5em;
}

.widget-header {
	font-weight:bold;
  margin-bottom:-1px;
	border-top:1px solid #000099;
}

.widget-content li,
.topics  {
  font-family: Georgia, "Times New Roman", serif;
  margin-bottom:-1px;
 	border-top:1px dotted #DDDDDD;
}

.widget-content a{
 	display: block;
	width: 100%;
}

.widget-content a:hover {
  text-decoration: none;
  background: #EEEEEE
}

/* Footer */
.copyright {
  float: left;
  width: 170px;  
}

.subscriber-links {
  float: left;
}

/* Hidden */
.hidden,
.terms,
.attribution {
  display: none;
}

/* Forms */
#formarea {
	padding: 0;
	margin: 0;
	border: 0;
	text-align: left;
	}
	
#formarea label	{
	margin-bottom: 0;
	padding-bottom: 0;
	display: block;
	}

.form {
	color: #000;
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	margin: 0;
	}

div.row {
        clear: both;
        }

div.row span.label {
        float: left;
	width: 140px;
        margin-right: 10px;
	text-align: right;
        }
	
div.row label.required {
	font-weight: bold;
        }
	
div.row input.text, textarea.text{
        /* float: right; */
	width: 300px;
        }

div.right {
        text-align: right;
        clear: both;
        }

input.search, input.register {
        float:right;
}
