﻿/* ***************************************
	RESET BASE STYLES
*************************************** */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}
strong
{
	font-weight:bold;
	}
em
{
	font-style:italic;
	}
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

/* ***************************************
	DEFAULTS
*************************************** */
html{
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll; /*  -y stands for the vertical scrollbar */
}

body {
	text-align:left;
    /*background-image: url(images/bodytile.gif);
    background-repeat:repeat;*/
	padding:0;
	font: .8em  "Arial";
	color: #000000;
    margin-bottom: 28px;
}

#centered{
	margin:0px auto;
	text-align:left;
    padding: 0px;
    width: 865px;
}

a {
	color: #663333; 
	text-decoration: none;
	-moz-outline-style: none;
	outline: none;
}

a:visited {
	
}

a:hover {
	text-decoration: underline;
}
a.img
{
    border:0;   
     }
#partnerLinkBlock
{
    width:185px;
    background-color:#f9f8d5;
    padding:10px 5px 10px 0px;
    float:right;
    font-size:11px;
    }

#partnerLinkBlock a.current
{
    color:#003e69;
    }
#partnerLinkBlock li
{
    list-style-type: none;
    margin-top:5px;
    margin-bottom:5px;
    text-align:left;
    margin-left:20px;
}

#partnerLinkBlock li.first
{
    font-weight:bold;
    margin-left:10px;
    }
    
       
.noUnderline:hover{
     text-decoration: none;
}

.footerLink{
    color: White;
    font-weight:normal;
}

.footerLinkCell{
    padding-top: 8px;
    text-align: right;
}

p {
	margin: 10px 0px 10px 0;
}

img {
	border: none;
}

ul {
	margin: 5px 0px 15px;

}
ul li {
	margin: 0px;
}
ol {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li {
	margin: 0px; 
	list-style-type:disc;
}
form {
	margin: 0px;
	padding: 0px;
}
.small {
	font-size: 11px;
}

.italic{
    font-style:italic;
}

.bold{
    font-weight: bold;
}

.largeBold{
    font-weight: bold;
    font-size: 1.1em
}

.error{
    color: Red;
    font-size: 11px;
}

.gray{
    color: #58595b;
}

.navActive{
    text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: normal;
	margin: 20px 0px 0px 0;	
}
h1 { font-size: 1.8em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; color: #003366; }
h6 { font-size: 0.8em; }

hr{
    
    color: #c0c0c0;
    background-color: #fff;
}

input[type="submit"]:hover {
	background: #32619d;
	border-color: #32619d;
	color: #fff;
}

input[type="submit"] {
    font-size: .8em;
	background: #fff;
	border: 1px solid #32619d;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	width: auto;
	padding: 1px 10px 1px 10px;
	cursor: pointer;
}

/****************************************
	Content
****************************************/
.headerTextCell{
    color: #663333;
    font-weight: bold;
    text-transform: uppercase;
    width: 33%;
    vertical-align: bottom;
}

#navigation{
    padding-top:10px;
    width: 125px;
    float:left
}

#newsContainer{
    padding-top:35px;
}


/* ***************************************
	Master 1
*************************************** */
#master1MainPic{
    width: 333px;
    height: 221px;
}

#master1LeftSideBar{
    padding-top:10px;
    padding-left:18px;
    width: 190px;
    float: left;
}

#contentMain1{
    padding-top: 35px;
    width: 400px;
}

#titleImage{
    padding-top: 5px;
    text-align: right;
}

/* ***************************************
	Master 2
*************************************** */

#titleImage2{
    padding-top: 5px;
    text-align: left;
}

#contentMain2{
    padding-right: 80px;
    padding-top: 20px;
    width: 440px;
}
/* ***************************************
	Projects
*************************************** */
     
.education
{
   display:block; 
    text-decoration:none;
    height:26px;
    width:118px;
    background:  url('../../images/education.gif');
    }
 

.education:hover, .education.selected
{
    background:  url('../../images/education_over.gif');
    
    }
.development
{
    display:block;
    text-decoration:none;
    height:26px;
    width:118px;
    background:  url('../../images/development.gif');    
    }
 .development:hover, .development.selected
{
    background:  url('../../images/development_over.gif');
    
    }

.health
{
    display:block;
    text-decoration:none;
    height:26px;
    width:118px;
    background:  url('../../images/health.gif');    
    }
 .health:hover, .health.selected
{
    background:  url('../../images/health_over.gif');
    
    }    
