/**********************************/
/* STYLE SHEET 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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}

/* remember to define focus styles! */
:focus {outline: 0;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: collapse;border-spacing: 0;}




/**********************************/
/*SITE SPECIFIC CSS*/
/**********************************/

body {width:780px;font:normal 12pt arial, sans-serif;margin-left:auto; margin-right:auto; text-align:center; padding-bottom:10px;background:url(images/bbg.gif); background-repeat: repeat-x;background-color:#95aaea;}
a{color:#000000;}

div#container { width:780px;background-color:#ffffff;padding-top:0px;margin:10px 0 0 0;border: 1px solid #003399;}
div#head {text-align:left;border-bottom: 6px solid #748bd0;height:135px;background-color: #ffffff; }
div#menu {text-align:center;float:left;padding-top:15px;}
div#menu hr{width:140px;margin:20px 0 15px 8px;color:#748bd0;}

.menuli {padding-left:2px;text-align:left;}
.menuli li {width:140px;height:30px;margin-bottom:12px;padding-top:0px;margin-left:5px;}
.menu {display:block;text-decoration:none; font-weight:bold; width:135px; height:25px;padding-left:5px;padding-top:5px;}
.menuon {display:block;text-decoration:none; font-weight:bold; width:135px; height:25px;padding-left:5px;padding-top:5px;}
.menu{font-size:1.0em;color:#dddddd;border-top: 1px solid #eeeeee;border-right: 1px solid #eeeeee;border-bottom: 1px solid #000000;border-left: 1px solid #000000;background-color:#748bd0;}
.menuon{font-size:1.0em;color:#ffffff;border-top: 1px solid #eeeeee;border-right: 1px solid #eeeeee;border-bottom: 1px solid #000000;border-left: 1px solid #000000;background-color:#4564c0; }
.menuli li a:hover{color:#ffffff;}
.menuli li a:active{color:#eeeeee;background-color:#465ea6;border-top: 1px solid #000000;border-right: 1px solid #000000;border-bottom: 1px solid #eeeeee;border-left: 1px solid #eeeeee;}

.links li {margin-bottom:8px;text-align:left;padding-left:18px;}
.links li a{color:#000000;}

div#wrap {padding-right:18px;}

div#content {padding:10px 10px;text-align:left;float:right;width:572px;background-color:#f5f7fb;margin:15px 0px 15px 0;border:2px solid #6078bf;}
div#content p{margin-bottom:10px;}
div#content ul {margin-left:25px;list-style-type: circle; margin-top:10px;}


div#footer {text-align:left;background-color:#ffffff;height:20px;font-size:.7em;border-top:2px solid #748bd0;padding:3px 0 0 5px;border-bottom:1px solid #748bd0;}

div#content h2 {margin-bottom:10px;}
#gal_table {width:100%; margin-left:auto; margin-right:auto;text-align:center;}
#gal_table td{padding-bottom:15px;}

h1 {font-size:1.6em;}
h2 {font-size:1.4em;}
h3 {font-size:1.2em;}
h4 {font-size:1.0em;}
/**********************************/
/*IE FIX FOR FLOATED ELEMENTS*/
/**********************************/

.clearfix:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

