@charset "UTF-8";
/* CSS Document */
/* Default Style Sheet - SD Tech Institutes */


/* HTML tags */

body {
	background: #000 url(../images/bg-site.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, "Bitstream Vera Sans", Arial, sans-serif;
	font-size: 75%;
	color: #000;
	line-height: 130%;
}

h1, h2, h3, h4, h5, h6 {font-family: Tahoma, "Lucida Grande", Verdana, "Bitstream Vera Sans", Arial, sans-serif;margin:0px;line-height:0.9em;}
h1 {font-size: 2.4em;}
h2 {font-size: 2.2em;}
h3 {font-size: 2em;}
h4 {
	font-size: 1.5em;
	line-height: 120%;
}
h5 {font-size: 1.3em;}
h6 {font-size: 1.1em;}

/* Hyperlinks */

a {
	color: #e96828;
}

a:hover {
	color: #999;
}

/* Layout Styles */

#main {
	width: 1000px;
	margin: 0 auto;
	background: url(../images/bg-main.gif) repeat-y;
}

#header {
	width: 1000px;
	height: 21px;
	background: url(../images/header.gif) no-repeat;
}

#contentWrap {

}

#content {
	float: right;
	display: inline;
	width: 710px;
	margin-right: 10px;
}

#navBar {
	float: left;
	display: inline;
	width: 239px;
	margin-left: 26px;
	background: url(../images/bg-navbar.jpg) no-repeat;
}

#contentBottom {
	width: 1000px;
	height: 23px;
	background: url(../images/contentbottom.gif) no-repeat;
}

#footer {
	width: 1000px;
	height: 46px;
	padding-top: 6px;
	text-align: center;
	background: url(../images/bg-footer.jpg) no-repeat;
}

#copyright {
	width: 750px;
	margin: 12px auto;
	font-size: 0.9em;
	color: #999999;
	text-align: center;
}

#creditLine {
	width: 400px;
	margin-top: 12px;
	text-align: center;
}

/* Menu Styles */

.navSection, .navSecSp {
	position: relative;
	width: 238px;
	height: 28px;
	margin: 5px 0 0 0;
	background: url(../images/bg-navhead.jpg) no-repeat;
}

.navSecSp {
	width: 239px;
	height: 70px;
	background: url(../images/bg-specialnav.jpg) no-repeat left;
}

.navSecTitle, .navSecSpTtl {
	position: absolute;
	top: 2px;
	left: 12px;
	color: #FFF;
}

.navSecSpTtl {
	top: 40px;
	left: 68px;
}

.menuItem {
	margin-top: 5px;
	margin-bottom: 5px;
}

.menuItem li {
	padding: 2px;
	line-height: 1em;
}

.menuItem li a {
	color: #393939;
}

.menuItem li a:hover {
	color: #cd6d1b;
}

/* Typesetting */

.noBold {
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.caps {
	text-transform: uppercase;
}

.sansSerif {
	font-family: Verdana, "Bitstream Vera Sans", Arial, sans-serif;
}

.sansSerifTitle {
	font-family: "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, "Bitstream Vera Sans", Arial, sans-serif;
}

.serif {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
}

.largeText {
	font-size: 1.5em;
}

.normalText {
    font-size: 1em;
}

.smallText {
	font-size: .85em;
}

.tinyText {
	font-size: .75em;
}

.smallTracking {
	letter-spacing: -0.1em;	
}

.smallLeading {
	line-height: .85em;
}

.midLeading {
	line-height: 1.6em;
}

.largeLeading {
	line-height: 1.8em;
}


/* Misc Styles */

.readMore {
	float: right;
	clear: left;
	display: inline;
	width: 100px;
	margin: 3px 3px 8px 3px;
	background: url(../images/arrow-revrs.gif) no-repeat;
	padding-left: 20px;
	line-height: 1em;
	font-weight: bold;
}

.contentSection {
	padding: 6px 20px 0px 20px;
}

.contentHr {
	height: 8px;
	margin: 10px 0px 0px 0px;
	background: url(../images/div-bevel.gif) repeat-x;
	clear: both;
}

#navBar p {
	margin: 0px 16px;
	padding: 6px 0px;
}

#flashContent {
	float: right;
	width: 300px;
	height: 240px;
	margin: 12px;
	background: #EEE;
}

#navFlashContent {
	width: 238px;
	height: 190px;
	text-align: center;
}

.highlight {
	width: 130px;
	margin: 6px;
	padding: 10px;
	background: #ccc;
	border: 1px solid #bbb;
}

.formSkin {
	margin: 12px auto;
	padding: 10px;
	background: #EEE;
	border: 1px solid #BBB;
}

.sideBox {
	position: relative;
	width: 190px;
	margin: 20px auto 10px auto;
	background: #DDDDDD;
	border: 1px solid #999;
	padding: 16px 4px 12px 8px;
	text-align: left;
	line-height: 1.8em;
}

.sideBoxHead {
	position: absolute;
	top: -16px;
	left: -10px;
	width: 190px;
	height: 33px;
	text-align: left;	
}

.photo {
	margin: 8px;
	border: 1px solid #777;
}

.miniCol {
	float: left;
	display: inline;
	width: 200px;
	margin: 0 24px 6px 12px;
}

.miniBox {
	float: left;
	display: inline;
	width: 275px;
	margin: 16px;
	padding-bottom: 4px;
	background: white;
}

.miniBox h6 {
	margin: 0 0 4px 0;
	padding: 4px;
	background: #444;
	color: #EEE;
}

.miniBox .boxLink {
	margin: 0 6px;
	font-size: .9em;
}

.miniColRight {
	float: right;
	display: inline;
	width: 235px;
}

.miniColLeft {
	float: left;
	display: inline;
	width: 245px;
	padding-right: 12px;
	border-right: 1px solid gray;
}

.actionBox {
	width: 225px;
	height: 20px;
	font-size: 0.9em;
	border: 3px solid #e3dfd4;
}

.dottedHR {
	border-bottom: 1px dotted gray;
	clear: both;
}

.singleHR {
    margin: 8px 0;
    border-top: 1px solid gray;
    clear: both;
}

.doubleHR {
    margin: 8px 0;
    border-top: 3px double gray;
    clear: both;
}

.noMargin {
	margin: 0;
}

.noPadding {
	padding: 0;
}

.noBorder {
	border: none;
}

.center {
	margin: 0px auto;
	text-align: center;
}

.indent {
	margin-left: 16px;
}

.shortHr {
	border-top: 3px double gray;
	width: 150px;
	margin: 12px auto;
}

.cleared {
	clear: both;
}

.lightBlue {
	color: #ccccff;
}

.white {
	color: #FFF;
}

.silverBorder {
	padding: 10px;
	border: 1px solid silver;
	margin: 10px;
}

.floatLeft {
	float:left;
	display: inline;
	width: auto;
}

.floatRight {
	float: right;
	display: inline;
}

.orange {
	color: #f26522;
}
#orange h1 {
	color: #f26522;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}

.bg-gray {
	background: #e2e2e2;
}

.centerImg {
	margin: 0 auto;
}
.error {
	font-size: medium;
	line-height: 120%;
	font-weight: bold;
	color: #FF0000;
}
#adminNav ul {
	margin: 0px;
	padding: 0px;
}
#adminNav li {
	list-style-type: square;
	float: left;
	margin-left: 25px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.paddingright {
	padding-right: 15px;
}
.italic {
	font-style: italic;
}
.rotator {
	margin: 0px;
	padding: 0px;
	list-style: url(none) none;
}
.rotator a {
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -3000px;
	display: block;
	height: 190px;
	width: 236px;
}
.rotator a:hover {
	background-position: -236px top;
}

#bhhd {background-image: url(/images/logoRotator/bhhd.jpg);}
#lehman {background-image: url(/images/logoRotator/lehman.jpg);}
#roland {background-image: url(/images/logoRotator/roland.jpg);}
#chip {background-image: url(/images/logoRotator/chip.jpg);}
#statepub {background-image: url(/images/logoRotator/statepub.jpg);}
#bhsurgery {background-image: url(/images/logoRotator/bhsurgery.jpg);}
#progressive {background-image: url(/images/logoRotator/progressive.jpg);}
#baker {background-image: url(/images/logoRotator/baker.jpg);}
#bonterra {background-image: url(/images/logoRotator/bonterra.jpg);}
#amd {background-image: url(/images/logoRotator/amd.jpg);}

