@charset "utf-8";
/* CSS Document */



body { background-color:#E0E0E0; background-image:url(../_img/background.jpg);
background-repeat: repeat-x;
}

a {
	color: #015071;
	font:Arial, Helvetica, sans-serif;
	text-decoration:none;
	}
	
a:hover {
	color: #015071;
	text-decoration:underline;
	}
	
	
	
.body_text_1 {
	color: #2d2d2d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.logo_title { color: #2d2d2d; font-family:"Times New Roman", Times, serif; font-size:32px; }
.logo_sub_title { color: #2d2d2d; font-family:"Times New Roman", Times, serif; font-size:20px; }

.body_text_2 { color: #2d2d2d; font-family:Arial, Helvetica, sans-serif; font-size:14px; }

.page_header { color: #2d2d2d; font-family:Arial, Helvetica, sans-serif; font-size:16px; }

.page_header2 { color: #60869D; font-family:Arial, Helvetica, sans-serif; font-size:18px; }

.share_this_link a { color: #CBE1F6; font-family:Arial, Helvetica, sans-serif; font-size:12px; }


/************************************************
*	Footer								*
************************************************/

.footer {
font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #666; line-height:8px;}

.footer a { Arial, Helvetica, sans-serif; font-size: 8px; color: #666; text-decoration:none; line-height:8px; }
.footer a:visited { Arial, Helvetica, sans-serif; font-size: 8px; color: #666; text-decoration:none; line-height:8px;}
.footer a:hover { Arial, Helvetica, sans-serif; font-size: 8px; color: #017060; text-decoration:underline; line-height:8px;}

/************************************************
*	Search box							*
************************************************/


.searchform div {
    /* This div will have the left image as a background */
    background: url(_img/search1.gif) no-repeat left top;
    padding: 0 10px;
    margin: 0;
    line-height: 1;
}
.searchform .search {
    /* Im going to apply a top and bottom border to this input so that it fits with my images and give it the gradient background */
    border-top:2px solid #999;
    border-bottom:2px solid #999;
    border-left:0;
    border-right:0;
    background: #fff url(_img/search2.gif) repeat-x top;
    padding: 3px 2px 2px 0;
    height: 15px;
}
.searchform input {
    /* Some reset styles to make my form elements play nice */
    vertical-align: top;
    margin: 0 !important;
    line-height: 1;
    outline:0 !important;
}

