/* CSS Document */
/* Eric Meyer's Global Reset */

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;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:62.5%;font-family:inherit;vertical-align: baseline;}

/* remember to define focus styles! */
:focus {outline: 0;}
body {line-height: 1;color: black;background: white;}
ol, ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
/* End of Eric Meyer's Global Reset */

body { background-color:#033049; background-image:url(../images/bck2.png); background-repeat:repeat-x;}

#container { margin:0 auto; width:1020px;}

#branding { height:50px; width:100%;}

.thumbs { padding: 5px 0 0 2px; background-color:#333;width:775px; height:216px;overflow:auto;border:3px solid #000; margin:0;}
.thumbs a img { border:3px solid #000; margin:0 2px 5px 0; }

p.warning { font: bold 1.4em/1.8em Arial, Helvetica, sans-serif; color:#FF6A6A;margin-left:10px;}

.largeImage { width:100%; padding-top:10px;margin-top:8px; height:220px; background:url(../images/large-bck.png) repeat-x top left;}
.largeImage img { border:none; margin-left:5px;}

.actionPanel { float:right; margin-top:13px;}
.actionPanel a:link, .actionPanel a:visited { padding:10px 15px;background:#333;font: bold 1.2em Arial, Helvetica, sans-serif; color:#ccc; text-decoration:none;}
.actionPanel a:hover { background:#ccc;color:#333; }

form { margin:15px 0 10px 15px;}

label { font:bold 1.2em/1.4em Arial, Helvetica, sans-serif; color: #FCD7C5;}
input { margin:5px 1px 10px 5px;display:block; }
input.button { padding:5px 20px;background:#333;font: bold 1.2em Arial, Helvetica, sans-serif; color:#ccc;}
