/* Reset all styles */
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: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

a:link {color:#2c2cb1}      /* unvisited link */
a:visited {color:#8c5000}  /* visited link */
a:hover {color:#2c2cb1}  /* mouse over link */
a:active {color:#2c2cb1}  /* selected link */

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


/* ################################################################### */
/* ==========  ID Elements =========================================== */
/* ################################################################### */
body 
{
    background: black url("/images/tartan.png") repeat top left;
    text-align: center;
}

#banner
{
    width: 100%;
    height: 223px;
    background: #000066 url("/images/banner.jpg") no-repeat top center;
}

#container
{
    margin: 0 auto;
    text-align: left;
    width: 828px;
}

/* ------------------------------------------------ */
/* ---------- Content Styles ---------------------- */
/* ------------------------------------------------ */

#content 
{
    width: 788px;
    position: relative;
    float: left;
    padding: 20px;
    background: #bfbfd8;
}

#content p { 
	font: small tahoma, arial, sans-serif;
	margin: 0 0 .5em 0; 
	padding: 5px;
}

#content ul { 
	font: small tahoma, arial, sans-serif;
	margin: 0 0 .5em 0; 
	padding: 5px;
}

#content ul li { 
	margin-left: 3em; 
}

#content ul li strong { 
	font-weight: bold; 
}

#content h3 
{
    font: small-caps 1.3em "trebuchet ms", sans-serif; 
    color: #fff;
	margin-bottom: 0px;
	padding: 2px 2px 2px 20px;
	border-bottom: solid 2px white;
}

#content blockquote 
{
	font: italic normal .75em "palatino linotype", times, serif;
	letter-spacing: 0.75px;
	margin-bottom: 0px;
	padding-left: 20px;
}

/* ------------------------------------------------ */
/* ---------- Footer Styles ----------------------- */
/* ------------------------------------------------ */

#footer 
{
    width: 788px;    
    position: relative;
    float: left;
    padding: 20px;
    border-top: solid 1px #8080b1;
    background: url("/images/footer.png") no-repeat bottom center;
    margin-bottom: 50px;
    }
#footer p {
    font: normal x-small arial, sans-serif;
    color: black;
    }

/* ------------------------------------------------ */
/* ---------- Menu Styles ------------------------- */
/* ------------------------------------------------ */

ul#tabnav { /* general settings */
    text-align: right; /* set to left, right or center */
    font: bold x-small "trebuchet ms", arial, sans-serif; /* set font as desired */
    list-style-type: none;
    padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
    position: absolute;
    margin: 0 auto;
    width: 790px;
    top: 0px;
    right: 0px;
    left: 0px;
}

ul#tabnav li { /* do not change */
    display: inline;    
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4, body#tab5 li.tab5, body#tab6 li.tab6, body#tab7 li.tab7, body#tab8 li.tab8, body#tab9 li.tab9, body#tab10 li.tab10, body#tab11 li.tab11 { /* settings for selected tab */
    background-color: #8080b1; /* set background color to match above border color */
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a, body#tab5 li.tab5 a, body#tab6 li.tab6 a, body#tab7 li.tab7 a, body#tab8 li.tab8 a, body#tab9 li.tab9 a, body#tab10 li.tab10 a, body#tab11 li.tab11 a { /* settings for selected tab link */
    background-color: #8080b1; /* set selected tab background color as desired */
    color: #fff; /* set selected tab link color as desired */
    position: relative;
    top: 1px;
    padding-top: 4px; /* must change with respect to padding (X) above and below */
    border-right: solid 1px #000062;
    border-bottom: solid 1px #000062;
    
}

ul#tabnav li a { /* settings for all tab links */
    padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
    background-color: #333381; /* set unselected tab background color as desired */
    color: #fff; /* set unselected tab link color as desired */
    margin-right: 0px; /* set additional spacing between tabs as desired */
    text-decoration: none;
    border-right: solid 1px #000062;
    border-bottom: solid 1px #000062;
    
}

ul#tabnav a:hover { /* settings for hover effect */
    background: #9999c0; /* set desired hover color */
    border-right: solid 1px #000062;
    border-bottom: solid 1px #000062;    
}

/* end css tabs */

/* ------------------------------------------------ */
/* ---------- Image Styles ------------------------ */
/* ------------------------------------------------ */
	
div.image {  /* You must place an inline style to set the width of the div to that of the image. */
	clear: right;
	float: right;
	font: x-small verdana;
	margin: 10px 0 10px 10px;
	background-color: #000062;
	color: white;
	padding: 10px;
	position: relative;
	}
div.image img {
	border: 1px solid #fff;
	margin: 0 0 1px 0;
	}
