
/* CSS for universal fonts and for structure of site */


/*FONTS and BODY*/
body { margin:0; font-family:Arial, Helvetica, sans-serif; font-size:13px; line-height:18px; color:#666666; background:none; }



body a { font-family:Arial, Helvetica, sans-serif; font-size:12px; text-decoration:underline; color:#21629d; line-height:16px; }
body a:hover { color: #e11b1b; }
body a:focus { -moz-outline-style: none;}
body a img { text-decoration:none; }
.darklink:hover { color:#333; }

h1 { font-family:Arial, Helvetica, sans-serif; font-size:24px; color:#21629d; margin:0px; margin-bottom:10px; }
h2 { font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#21629d; margin:0px; margin-bottom:10px; }
h3 { font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#21629d; margin:0px; margin-bottom:10px; }

.hidden { display: none; }
#divider {height:10px; margin-top:10px; margin-right:10px; border-top:1px dotted #999999;}



/*DIVS*/
#shadow { background-image:url(/Content_Images/belowmenushadow11.jpg); background-repeat:no-repeat; background-color:transparent; }
#shadow2 { width:970px; margin:auto; background-image:url(/Content_Images/shadowfix11.jpg); background-repeat:repeat-y; }
#shadow3 { width:970px; margin:auto; margin-top:-4px; background-image:url(/Content_Images/shadowfix11.jpg); background-repeat:repeat-y; background-position:0px 0px 61px 0px; }

#page-content { width:950px; margin:auto; }

#divleft { float:left; height:100%; width:225px; }
#divcenter { float:left; width:575px; }
#divright { float:right; width:150px; }

/* SECURE SITE DIV */
.sitesecure { width:147px; height:266px; margin-top:3px; margin-left:2px; background-image:url(/Content_Images/securesitebox.png); background-repeat:no-repeat; }

/* Google Translator DIV */
.googletrans img { margin-right:25px; }