/*---------------------------------------------------*/
/* RESET - Preset Values, Delete if Needed */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {  }
ul { list-style:disc; }
fieldset{ border: none; }
caption,th { text-align: left; }
table {border-spacing: 1; }
a { color:#0000ff; text-decoration:underline; }
a:hover {color:#000;}
p {margin:0 0 12px 0;}

ul {
margin:10px 0 10px 20px;
line-height:1.4em;
}

/*---------------------------------------------------*/


/*-------------Overall Website Layout--------------------------------------*/
/* BACKGROUND and SITE DIMENSION */
#wrapper_outside {  background:#f5f5f5 url(../images/outside.gif) repeat-x 0 100%; text-align:left; }
#wrapper_top { background:url(../images/topoutside.gif) repeat-x 0 0; text-align:left; }
#wrapper_mid { background:url(../images/mid.gif) repeat-y 50% 0; min-width:970px; }
#wrapper { background:url(../images/topall.gif) no-repeat 50% 0; }
#inside { width:970px; margin:0 auto; min-height:640px; height:auto !important;  height:640px;   }
#wrapper_content { width: 958px; padding: 0 6px 0 6px; margin: 0px auto 0px auto; height: auto; text-align: left; font-size:1em; }
/*---------------------------------------------------*/

/* COMMON */
body {
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
color:#152e4f;
background-color:#344466;
font-size:71%;
line-height:1.4em;
}

/*---------------------------------------------------*/
/* HEADER */
#header {
margin:0;
padding:0px 10px 0 10px;
color:#2c79b3;
font-size:1em;
height:134px;
}

#header a {
font-weight:bold;
text-decoration:none;
color:#fff;
}

#header a:hover {
text-decoration:underline;
}

#logo {
float:left;
padding:6px 0 0 0;
}
/*---------------------------------------------------*/


/*---------------------------------------------------*/
/* FLASH */
#flash {
padding:0;
border:1px solid #cacaca;
float:right;
}
/*---------------------------------------------------*/


/*---------------------------------------------------*/
/* Flash ADS */
#adWrapper {
margin:0;
padding:0;
width:241px;
float:left;
font-size:1.1em;
}

#adBox {
background:url(../images/ad-bg.gif) repeat-x #e2e2e2;
border:1px solid #cecdcc;
min-height:81px; height:auto !important;  height:81px;
}

.adboxTitle {
color:#669900;
font-size:1.2em;
line-height:1.4em;
font-weight:bold;
}

.adboxTitle a{
color:#669900;
text-decoration:none;
}

.adboxTitle a:hover{
color:#687a13;
}

.adboxDescription {
color:#000;
}

.adArrow {
width:23px;
float:left;
padding:10px;
}
/*---------------------------------------------------*/


/*---------------------------------------------------*/
/* Column Boxes */
#colBoxContainer {
margin:8px 0;
padding:0;
font-size:1.1em;
}

#colBox {
width:165px;
background:url(../images/colBox-bg.gif) repeat-x #f1f1f1;
padding:10px;
border:1px solid #cacaca;
border-bottom:4px solid #49a4cd;
min-height:33px; height:auto !important;  height:33px;
}

.colBoxTitle {
color:#669900;
font-size:1.0em;
font-weight:bold;
}

.colBoxDescription {
color:#000;
}

.colIcon {
float:left;
width:47px;
}
/*---------------------------------------------------*/


/*---------------------------------------------------*/
/* BreadCrumb */
.pageNav {
text-transform:uppercase;
padding:2px 6px;
border:1px solid #ddd;
}

.breadcrumb{
margin:0; padding:0;
_margin:0 0 0 10px;
font-weight:bold;
font-size:.9em;
}

.breadcrumb a{
background: transparent url(../images/arrow.png) no-repeat center right;
text-decoration: none;
padding:6px 12px 6px 0; /*adjust bullet image padding*/
color: #8cad03;
margin:0 4px 0 0;
}


.breadcrumb a:visited, .breadcrumb a:active{
color: #8cad03;
}

.breadcrumb a:hover{
text-decoration: underline;
}
/*---------------------------------------------------*/


/*---------------------------------------------------*/
/* BOTTOM */
#bottomWrapper {
font-size:1.1em;
line-height:140%;
}

#bottomContent {
min-height:187px; height:auto !important;  height:187px;
padding:18px 10px 8px 10px;
}

#bottomWrapper .title {
font-size:1.3em;
color:#1f2d3d;
letter-spacing:1px;
text-transform:uppercase;
}


#bottomLeft {
float:left; 
width:240px;

}

#bottomRight {
float:right; 
width:670px;
}


#insideContentWrapper {
padding:0 6px; 
font-size:1.1em; 
margin:0;
}

#leftInsidePanel {
margin:20px 0 0 0;
padding:8px;
min-height:208px; height:auto !important;  height:208px;
background:url(../images/leftinsidebg.gif) repeat-x #f1f1f1;
border:1px solid #ddd;
}

#leftInsidePanel a {
color:#2c79b3;
}

#leftInsidePanel a:hover {
color:#000;
}

.leftPanelTitle {
color:#2c79b3;
padding:8px 0 10px 4px;
font-size:1.4em;
font-weight:bold;
margin:0 ;
}
/*---------------------------------------------------*/

/*---------------------------------------------------*/
/* GRANT PROPERTIES */

#grant_info table {
border: solid 1px #cacaca;
padding: 1px;
font-size:1em;
color:#000;
margin:0 0 10px 0;
}

#grant_info .header {
	background-image:url(../img/small.gif);
	background-repeat: no-repeat;
	background-position:90% 50%;
	height: auto;
}
#grant_info .headerSortUp {
	background-image:url(../img/small_asc.gif);
	background-repeat: no-repeat;
	height: auto;
}
#grant_info .headerSortDown {
	background-image:url(../img/small_desc.gif);
	background-repeat: no-repeat;
	height: auto;
}
#grant_info table th {
font-size:.9em;
font-weight: bold;
margin:0;
padding:8px 4px;
color:#fff;
background:#8C8C8C;
}

#grant_info table td {
padding:10px 8px;
}

#grant_info table tr.rowA {
background-color: #c2c2c2;
color: inherit;
}

#grant_info table tr.rowB {
background-color: #DADADA;
color: inherit;
}


label.short {
float:left;
width:9em;
text-align:right;
margin-right:1em;
font-weight:normal;
font-size:1em;

}


/*---------------------------------------------------*/

/*---------------------------------------------------*/
/* TEXT PROPERTIES */
.panelTitle {
color:#fff;
font-size:1.2em;
height:26px;
margin:0 0 8px 0;
padding: 0 4px;
background-image:url(../images/panel-title.gif); background-repeat:repeat-x;
}

.subText {
font-size:.9em;
}

.contentTitle {
font-size:1em;
font-weight:bold;
line-height:160%;
color:#152e4f;
margin:0 0 20px 0;
}

.contentTitle a {
text-decoration:none;
}

.contentTitle a:hover {
text-decoration:underline;
}


.contentSubTitle {
font-size:1em;
margin:0;
padding:4px 0;
line-height:180%;
font-weight:bold;
color:#223c80;
}

.text_underline {
text-decoration:underline;
}

.text_bold {
font-weight:bold;
color:#77c005;
}

.readmore a {
color:#2c79b3;
font-weight:bold;
text-decoration:none;
}

.readmore a:hover {
color:#000;
}

.titleBar {
font-size:1.1em;
padding:0 10px;
margin:8px 0;
line-height:200%;
color:#000;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
background-color:#e5e5e5;
}


.columnTitle {
margin:0 0 14px 0;
padding:0 0 6px 0;
color:#0f0e31;
font-size:1.6em;
font-weight:normal;
text-transform:uppercase;
border-bottom:1px solid #737da0;
}

.newsTitle {
font-size:1em;
font-weight:bold;
color:#152e4f;
}

.newsDate {
color:#666666;
font-size:.9em;
}

.arrowLink {
margin:0;
}

.arrowLink a {
color:#152e4f;
font-weight:bold;
font-size:.9em;
text-decoration:underline;
padding:0 10px 0 0;
background: url(../images/arrow-more.gif) no-repeat center right; /*custom bullet list image*/
}

.arrowLink a:hover {
color:#000;
}


/*---------------------------------------------------*/
/* Others */
.grid {
height:1px;
margin:12px 0;
background-image:url(../images/grid.gif);
background-repeat:repeat-x;
}

.grid2 {
height:1px;
margin:12px 0;
background:url(../images/grid2.gif) no-repeat right;
}

.clearer { clear:both; }


/*---------------------------------------------------*/
/* UL PROPERTIES */

.listNormal {
margin:0;
}

.listNormal ul {
list-style:none;
}

.listNormal ul li {
padding:0 0 8px 0;
}
/*---------------------------------------------------*/


/*---------------------------------------------------*/
/* FOOTER */
#footerbg { background:url(../images/bg_footer.gif) no-repeat 50% 0; height:16px; }
#footer { clear:both; padding:20px 0 0 0; background-color:#344466; text-align:center; font-size:1.0em; color:#fff; height:1%;}
#footer a { color:#fff; text-decoration:none;}
#footer a:hover { text-decoration:underline;}
/*---------------------------------------------------*/
