@import url(layout.css);

/*  Margins & Padding
-----------------------------------------------------------------------------*/

/* Remove padding and margin on all elements */



/* Put it back on certain elements */

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul, ol, hr {
     margin-bottom: 1em; 
}

/*  Typography
-----------------------------------------------------------------------------*/

body {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: .7em;
     line-height: 1.31em;
     color:#000000; 
}


/*  Headings
-----------------------------------------------------------------------------*/

h1 {
     font-size: 1.1em;
     font-weight: bold;
     margin-top: 1.5em;
     margin-bottom: .25em;
     color: #0076a3; 
}

h2 {
     font-size: 1em;
     font-weight: bold;
     margin-top: 1.25em;
     margin-bottom: .25em;
     color: #0076a3; 
}

h3, h4, h5 {
     font-size: 1em;
     font-weight: bold;
     margin-bottom: 0em;
     color: #7d7d7d; 
}

/*  Links
-----------------------------------------------------------------------------*/

a:link {
     color: #0072bc;
	 text-decoration: none;
}

a:visited {
     color: #0072bc; 
	 text-decoration: none;
}

a:hover {
     color: #00568d; 
}

a:active {
     color: #b20000; 
}

/*  Lists
-----------------------------------------------------------------------------*/

ul, ol {
     margin-top: 1em;
     padding-left: 2em; 
}

.list-style1 ul {
     list-style: none; 
}

.list-style1 li {
	color: #0083ae;
	background-image: url(../images/bullets/ball-yellow.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
    padding-left: 12px;
	padding-bottom: 16px;
}

/*  Forms
-----------------------------------------------------------------------------*/

input {
     font-size: 10px; 
}

#form-default table {
     border: 1px #ebebeb solid;
	 border-collapse: collapse; 
}

#form-default th {
     font-weight: bold;
     padding: 8px;
     border: 1px #ebebeb solid;
     background-color: #f7f7f7; 
}

#form-default td {
     padding: 8px;
     border: 1px #ebebeb solid; 
}

#form-noborder table {
     border: none; 
}

#form-noborder th {
     font-weight: bold;
     padding: 4px;
     border: none;
     background-color: #f7f7f7; 
}

#form-noborder td {
     padding: 4px;
     border: none; 
}

/* Removes fieldset borders */

fieldset {
     border: 1px solid transparent; 
}

/*  Images
-----------------------------------------------------------------------------*/

/* Remove border around linked images */

img {
     border: 0em; 
}

img.image-float-right {
     float: right;
     margin-left: 15px; 
}

img.image-float-left {
     float: left;
     margin-right: 15px; 
}

/*  Misc 1
-----------------------------------------------------------------------------*/

/* Class for clearing floats */

.clear {
     clear:both; 
}

.color-blue {
	color: #0072bc;
}
