@charset "UTF-8";
body {
	margin: 0px;
	background-color: #333333;
	/* background-image: url(../images/IMG_main_bg.jpg); */
	background-repeat: repeat-y;
	background-position: center top;
}


#mainBody {
	background-image: url(../images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 900px;
	text-align: center;
	
	
}
#header {
	background-image: url(../images/NAME_main.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 225px;
	width: 900px;
}

#navBar {
	height: 30px;
	width: 769px;
	text-align: center;
}

#navBar .tdL {
	background-image: url(../images/NAV_td_l.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 30px;
	width: 9px;
}

#navBar .tdMain {
	background-image: url(../images/NAV_td_bg.png);
	background-repeat: repeat-x;
	height: 30px;
	text-align: center;
}

#navBar .tdR {
	background-image: url(../images/NAV_td_r.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 30px;
	width: 9px;
}

#navBar .dividers {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
}

#navBar a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
#navBar a:hover {
	color: #0072BC;
	text-decoration: none;
}

#display {
	background-image: url(../images/IMG_display_bg.png);
	background-repeat: repeat-x;
	height: 233px;
	margin: 0px;
	vertical-align: top;
}
#redBar {
	background-color: #CB0000;
	height: 24px;
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 6px;
}

#redBar .dividers {
	padding-right: 20px;
	padding-left: 20px;
	font-weight: bold;
}

#redBar a {
	color: #FFFFFF;
	text-decoration: none;
}

#redBar a:hover {
	color: #33CC66;
	text-decoration: none;
}

#blueHR {
	background-color: #0072bc;
	height: 3px;
	width: 900px;
}

#mainContent {
	background-image: url(../images/LOGOS_bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	/* height: 100px; */
	width: 880px;
	margin: 0px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #0072bc;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}


#mainContent #about {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../images/MD.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	
	text-align: left;
	width: 429px;
	margin: 0px;
	padding-right: 156px;
	padding-bottom: 10px;
	padding-left: 15px;
}

#mainContent #about a {
	color: #C7DCFF;
	text-decoration: none;
}

#mainContent #about a:hover {
	color: #0072BC;
	text-decoration: none;
}

#mainContent .lrgText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	margin: 0px;
}

#mainContent .lrgLetter {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #FFFFFF;
	margin: 0px -5px 0px 0px;
}

#mainContent #current {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
	margin: 0px;
	width: 244px;
	padding: 10px;
	border-left: 1px solid #CCCCCC;
}

#mainContent #current .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: right;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CD0000;
	font-style: italic;
}

#mainContent #current .currently {
	height: 2px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}

#mainContent #current a {
	color: #C7DCFF;
	text-decoration: none;
}

#mainContent #current a:hover {
	color: #0072BC;
	text-decoration: none;
}


#mainContent .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

#samples {
	text-align: left;
	padding-left: 50px;
}

#samples img {
	border: 1px solid #CB0000;
	margin-bottom: 15px;
}
#samples .flashbox {
	height: 110px;
	padding-bottom: 5px;
}

#samples a {
	color: #C7DCFF;
	text-decoration: none;
}

#samples a:hover {
	color: #0072BC;
	text-decoration: none;
}


#footer {
	background-color: #0072bc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
	width: 900px;
	padding-bottom: 15px;
}

/* SHADOW BOX CSS */

.hidden {
  display: none;
}

#inline-content {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

/* SLIDER CSS */

.slider .imgLeft {
	float: left;
	margin-right: 20px;
}

.slider {
	background-color: #000000;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #FFFFFF;
	font-size: 11px;
	width: 898px;
	border: 1px solid #FFFFFF;
	
}
.slider h1 {
	font-size: 17px;
}

.slider a {
	color: #C7DCFF;
	text-decoration: none;
}

.slider a:hover {
	color: #0072BC;
	text-decoration: none;
}

/* FORM */

.FormCSS {
	margin: 0px;
}

.FormCSS .textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 250px;
	height: 18px;
	border: 1px solid #0072BC;
}

.FormCSS .textfieldSM {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 100px;
	height: 18px;
	border: 1px solid #0072BC;
}

.FormCSS .textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 350px;
	border: 1px solid #0072BC;
	height: 200px;
}

.FormCSS .button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-color: #E2E2E2;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0072BC;
	border-right-color: #0072BC;
	border-bottom-color: #005891;
	border-left-color: #005891;
}
.smText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #CC0000;
	text-align: left;
}