/* CSS Document                                */
body {
	margin: 0px;
	background-color: #ffffff;
	font-size: 10px;
	margin-bottom: 0px;
	color: #000000;
	font-family: Segoe UI, calibri, arial, serif;
	line-height: 20px;
	overflow:-moz-scrollbars-vertical;
}


ul{
list-style:none;
}

li{
background-image:url(../images/bullet.png) ;
background-repeat:no-repeat;
padding-left: 25px;
}

#outercontainer {
	width: 1000px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background: url("../images/dc-background.jpg") repeat-y;
}

#sitecontainer {
	width: 912px;
	margin: 0 auto;
	margin-top: 10px;
	/*background-color: #ffffff;*/
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
}


h1 {
	font-size: 18px;
	padding-top: 4px;
	padding-top: 0;
	
	color: #000066;
	padding-bottom: 0;
	margin-bottom: 0;
}

h2 {
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 0;
	color: #000066;
	margin-bottom: 0;
}

h3 {
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 0;
	color: #000000;
	margin-bottom: 0;
}

h4 {
	font-size: 12px;
	display: inline;
	/*padding-top: 0;
*/
	margin-bottom: 0;
	/*padding-bottom: 0;
*/
	color: #000000;
}

img 
{
	border: 0;
	
	}
	
A:link {
	COLOR: #7d0996;
	text-decoration: none
}

A:visited {
	COLOR: #7d0996;
	text-decoration: none
}

A:active {
	COLOR: #7d0996;
	text-decoration: none
}

A:hover {
	COLOR: #7d0996;
	text-decoration: underline
}



	
#headerimg {
	background: url("../images/header.jpg") no-repeat;
	height: 235px;
	height: 275px;
	height: 213px;
	display: block;
	margin: 0px;
	padding: 0px;
	padding-left: 0px;
}

#headertitle {
	border: solid 1px white;
	width: 300px;
	height: 220px;
  font-family: arial, verdana, helvetica;
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 1.2em;
	color: #003366;
	text-align: left;
	font-style: italic;
}

#headertitletext {
	margin-top: 20px;
}

ul {
	text-align: left;
}
#slide-images{
    position:relative;
    display:block;
    margin:0px;
    padding:0px;
    width:900px;
    height:260px;
    height: 213px;
    overflow:hidden;
}

#slide-images li{
    position:absolute;
    display:block;
    list-style-type:none;
    margin:0px;
    padding:0px;
    background-color:#FFFFFF;
}

#slide-images li img{
    display:block;
    background-color:#FFFFFF;
}


/*- Menu Tabs--------------------------- */
#tabs {
	font-family: Arial, Helvetica, sans-serif;
	width: 800px;
	height: 15px;
	height: 18px;
	height: 36px;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	padding-top: 179px;
	padding-top: 177px;
	padding-top: 212px;
	padding-top: 0;
/* offsets tabs from top, orig value was 100 */
	padding-left: 50px;  /* This offsets the tabs from the left */
}

#tabs ul {
	margin: 0;
	/* padding: 10px 10px 0 20px;
*/
	padding: 0px 10px 0px 0px;
	list-style: none;
}

#tabs li {
	display: inline;
	margin: 0;
	padding: 0;
}

#tabs a {
	float: left;
	background: url("../images/tableft.gif") no-repeat left bottom;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
}

#tabs a span {
	float: left;
	display: block;
	background: url("../images/tabright.gif") no-repeat right bottom;
	padding: 5px 15px 5px 6px;
	color: #fff;
	font-weight: bold;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {
	float: none;
}
/* End IE5-Mac hack */

#tabs a:hover span {
	color: #fff;
}

#tabs a:hover {
	background-position: 0% -42px;
	background-position: 0% -54px;
}

#tabs a:hover span {
	background-position: 100% -42px;
	background-position: 100% -54px;
}

#tabs .current a {
	background-position: 0% -84px;
	background-position: 0% -12px; /* ok */

	
}

#tabs .current a span {
	background-position: 100% -84px;
	background-position: 100% -12px; /* ok */
	font-weight: bold;
	color: #fff;
/* tagged */
}
/* End of the menu tabs */



/* Main Content split into left column and right columns.              */
/* 2 styles, use either leftcolumn1 + rightcolumn1 (wider left column) */
/* or leftcolumn2 + rightcolumn2 (more or less equal column widths).   */
/* leftcolumn3 is same as leftcolumn1 but with greater indentation     */

#leftcolumn {
	float: left;
	width: 550px;
	background: #fff;
	margin-right: 15px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 5px;
	font-size: 14px;
	line-height: 18px;
	border-right: 1px solid rgb(255, 255, 255);
}


#leftcolumn ul {
	list-style-position: inside;
	text-indent: 2px;
	line-height: 13px;
	font-size: 12px;
}
#leftcolumn li {
	text-indent: 2px;
	line-height: 16px;
	font-size: 12px;
}

	

#cccrightcolumn p {
	font-family: Segoe UI, calibri, arial, serif;
	font-size: 12px;
	margin-left: 0px;
}

#cccrightcolumn ul {
	list-style-position: inside;
	text-indent: 2px;
	line-height: 13px;
	font-size: 12px;
}

#rightcolumn li {
	text-indent: 2px;
	line-height: 16px;
	font-size: 12px;
}

#rightcolumn {
	padding-bottom: 20px;
	padding-left: 10px;
	background: #fff;
	width: 100px;
}

#singlecolumn {
	float: left;
	width: 800px;
	background: #fff;
	margin-right: 15px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 5px;
	font-size: 14px;
	line-height: 18px;
}

#leftcolumnstaff {
	float: left;
	width: 380px;
	background: #fff;
	padding-bottom: 20px;
	padding-right: 3px;
	padding-left: 2px;
	font-size: 14px;
	line-height: 18px;
}

#rightcolumnstaff {
	float: right;
	width: 390px;
	background: #fff;
	border-left: 1px solid #ddd;
	margin-left: 10px;
  padding-bottom: 20px;
	padding-right: 3px;
	padding-left: 10px;
	font-size: 14px;
	line-height: 18px;
}


#rightcolumn2 { /*display: inline;*/
	margin-left: 558px;
	width: 525px;
	width: 340px;
	margin-top: 20px;
	background: #fff;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-left: 8px;
	padding: 0px;
	font-weight: normal;
	margin-bottom: 0px;
	color: #000000;
	font-family: Segoe UI, calibri, arial, serif;
	font-size: 14px;
	line-height: 18px;
}

#leftcolumn2 {
	display: inline;
	float: left; /* may need to change this back */
	width: 290px; /*Width of left column*/ /*margin-left: -100%;*/
	width: 305px;
	width: 528px;
	margin-left: 20px;
	margin-left: 14px;
	margin-left: 7px; margin-top : 20px;
	margin-top: 0;
	background: #fff;
	padding-bottom: 8px;
	/*padding-right: 8px;*/ /*padding-left: 8px;*/
	font-family: arial, verdana, helvetica;
	font-family: Segoe UI, calibri, arial, serif;
	font-size: 13px;
	/*position: relative;*/
	font-weight: normal;
	padding-top: -10px;
	margin-top: 20px;
}

#footer {
	width: 888px;
	clear: both;
	color: #fff;
	background: rgb(0,52,102);
	padding-left: 12px;
	padding-top: 12px;
	padding-bottom: 8px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

#footer A:link {
	color: #fff;
	text-decoration: none
}

#footer A:visited {
	color: #fff;
	text-decoration: none
}

#footer A:active {
	color: #b3d0f2;
	text-decoration: none
}

#footer A:hover {
	color: #b3d0f2;
	text-decoration: underline
}

.footer_img {
	position: relative;
	top: 13px;
}







#frm_upload, #tbl_upload, #btn, #sbm {
	margin: 0px;
	padding: 0px;
}

#tbl_upload {
	border-top: solid 1px #aaa;
	border-left: solid 1px #aaa;
}

#tbl_upload th, #tbl_upload td {
	border-right: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
	text-align: left;
	vertical-align: top;
}

#tbl_upload th {
	padding: 3px 10px 0px 10px;
	background-color: #f1f1f1;
	font-weight: bold;
}

#tbl_upload td {
	padding: 3px;
}

.frmfld {
	border: 1px solid #aaa;
	width: 300px;
}

#btn, #sbm {
	height: 20px;
	width: 120px;
	display: block;
}

#btn {
	background-color: transparent;
	border: none;
	cursor: pointer;
}

#sbm, #sbm2, #sbm3, #sbm4, #sbm5 {
	border: solid 1px #aaa;
	background: url('../images/button.gif') repeat-x 0px 50%;
}


/* CLASSES */
/***********/

.container {
	/*For shadow effect */
	
	}
/* Purple */
.highlight {
	color: rgb(0, 52, 102);
	font-weight: bold;
}


.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: black;
}

.smalltextwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: white;
}

.largetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	font-weight: normal;
}

.smallspacer {
	line-height: 4px;
}

.float_left {
	float: left;
	margin-right: 10px;
	margin-top: 4px;
	margin-left: -8px;
}

.float_left_icon {
	float: left;
	margin-right: 5px;
}

.float_right {
	float: right;
	margin-left: 10px;
}

.italic {
	font-style: italic;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

.bold {
	font-weight: bold;
}

.warning {
	color: #990000;
	font-weight: bold;
}


/* right panels 3 & 4 replace the bullets in the <ul> structure */
/* rightpanel3 has pale blue background */
.rightpanel {
	margin-left: 5px;
	padding-left: 5px;
	padding-top: 0;
	padding-bottom: 5px;
	padding-right: 5px;
	background: #b3d0f2;
	border-bottom: 1px solid rgb(255, 255, 255);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	word-wrap: break-word;
}

.rightpanel ul {
	list-style-position: inside;
	text-indent: 0px;
	line-height: 13px;
	font-size: 12px;
}

.roundedcornr_box_580920 {
   background: #b3d0f2;
}
.roundedcornr_top_580920 div {
   background: url(../images/roundedcornr_580920_tl.png) no-repeat top left;
}
.roundedcornr_top_580920 {
   background: url(../images/roundedcornr_580920_tr.png) no-repeat top right;
}
.roundedcornr_bottom_580920 div {
   background: url(../images/roundedcornr_580920_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_580920 {
   background: url(../images/roundedcornr_580920_br.png) no-repeat bottom right;
}

.roundedcornr_top_580920 div, .roundedcornr_top_580920, 
.roundedcornr_bottom_580920 div, .roundedcornr_bottom_580920 {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content_580920 { margin: 0 10px; }
