@charset "UTF-8";
/* CSS Document */

html, body {
	background-color: #000000;
	padding: 0;
	margin: 0;
}

#wrapper {
	width: 960px;
	height: 1150px; /* 1200 */
	margin: 0 auto;
	background-image: url(images/bg3.jpg); /* bg2  */
	background-repeat: no-repeat;
}

p {
	font-color: #fcffea;	
}

.header {
	width: 960px;
	height: 300px;
	/* top: 0px; */
	/* left: 0px;
	float: left; */
	position: relative;
	/* background-image: url(IMAGES/header.jpg);
	background-repeat: no-repeat; */
}

.headerTitle {
	width: 100%;
	/* height: 55px; /* 255 */
	/* left: 50px; */
	/* top: 180px;  /* 155 170px */
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 1;
	top: 110px; /* -170px; */
}

.headerSmallFields {
	width: 960px; /* 800 */
	margin: 0 auto; 
	text-align: center;
	float: none;
	/* position: relative;
	z-index: 1;*/
	/* top: -170px; /* 170 if four phrase line is placed AFTER the 4 thumbnails */
}

p.headerTitleFont {
	color: #fcffea;	
	/* text-outline: 5px 2px #000000; Unsupported in all browsers for now */
	font-family: "Impact", Charcoal, Helvetica, sans-serif;
	font-size: 42pt;
	font-variant: normal;

}

p.headerSmallFont {
	color: #fcffea;	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	margin: 0 0 0 0;
}

.specialize {
	width: 100%;
	/* height: 40px; */
	/* margin: 0 auto; */
	text-align: center;
	/* top: -20px; */
	/* margin: 10 10 10 10; */
 	position: relative;
	z-index: 1;
}

p.headerSpecialize {
	color: #fcffea;	
	font-family: "Times New Roman", Times, serif;
	font-size: 22pt;
	font-variant: normal;
	font-weight: bold;
	margin: 0 0 0 0;
}

p.bulletpoints {
	color: #fcffea;	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22pt;
	font-variant: normal;
	font-weight: normal;	
	margin: 5pt 5pt 5pt 0;  /* 4pt 5pt 4pt; */
	text-align: left;
}

.topRow {
	width: 960px;
	/* height: 240px; /* 300 */
	top: -20px;
	position: relative; 
	z-index: 1;
}

.midSection{
	width: 900px;
	height: 550px;
	/* position: relative;
	float: left; */
	margin: 0 auto; 
	text-align: center;
}

.midLeftBox {
	width: 380px; /*  400  425   455   480 - 10 padding = 470 default*/
	height: 470px;
	float: left;
}

.midLeftBoxInner {
	width: 360px;  /* 380 or minus 20 from midLeftBox */
	padding: 0px; /* 20 */	
	margin-right: 30px;
	margin-left: 70px;
	margin-top: 16px;
}

.midRightBox {
	width: 475px; /* 425px; /* 455 */ 
	height: 470px;
	float: left;
	text-align: left;
}

.footer {
	vertical-align: bottom;
	width: 960px;
	margin: 0 auto;
	position:relative; 
    bottom: 0px;
}

.footerB {
	width: 960px;
}

.footer2 {
	width: 960px;
	height: 16px;
	background-color:#666666;
	text-align: center;
	float: left;
    bottom: 0px;
	/* position: relative;
	z-index: 1; */
}


#footerLeft {
	width: 300px; /* 220 */
	float: left;
}

#footerMid {
	width: 360px; /* 366 */ /* 320-54 */
	float: left;
}

#footerRight {
	width: 300px; /* 374 */
	float: left;
}


.colx {
	width: 204px; /*  204...   960/4 = 240, -10px padding = 200 */
	/* height: 100px; */
	padding: 15px;
	float: left;
	position: relative;
	left: 50px;
}

h1.topColText {
	color: #fcffea;	
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-variant: normal;	
	margin: 0 0 0 0;
}


p.footerBIG {
	font-family: tahoma, verdana, ariel, geneva, sans-serif;
	font-size: 18px;
	color: #fcffea;	
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	margin: 0 0 0 0;
}

p.footerSMALL {
	font-family: tahoma, verdana, ariel, geneva, sans-serif;
	font-size: 17px;
	color: #fcffea;	
	font-weight: none;
	text-align: center;
	text-decoration: none;
	margin: 0 0 0 0;
}

p.footerSMALL2 {
	font-family: tahoma, verdana, ariel, geneva, sans-serif;
	font-size: 12px;
	color: #fcffea;	
	font-weight: none;
	text-align: center;
	text-decoration: none;
	margin: 0 0 0 0;
}

p.footerSL {
	font-family: tahoma, verdana, ariel, geneva, sans-serif;
	font-size: 16px;
	color: #fcffea;	
	text-align: right;
	margin: 0 0 0 0;
}

p.footerSR {
	font-family: tahoma, verdana, ariel, geneva, sans-serif;
	font-size: 16px;
	color: #fcffea;	
	text-align: left;
	margin: 0 0 0 0;
}


p.main {
	font-family: tahoma, verdana, ariel, geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 0 0;
}


p.TITLE {
	font-family: tahoma, verdana, ariel, geneva, sans-serif;
	font-size: 72px;
	margin: 0 0 0 0;
}

