@charset "utf-8";
/*----------basic styling----------------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image:url(images/pageBG/pageBG.jpg);
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:85%;
}
#wrapper {
	position:relative;
	width:800px;
	text-align:left;
	border: 1px solid #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: none;
}
#wrapper2 {
	position:relative;
	width:800px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: none;
	border: 1px none #000000;
}
.floatRt {
	float: right;
	display: inline;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#scroll {
	overflow:auto;
	height:360px;
}

#clear {
	clear:both
}
#centerClear {
	text-align: center;
	clear: none;
	position: relative;
}


/*----------------position container elements-------------------*/

#navigation {
	position:relative;
	height:45px;
	width:100%;
	background-image:url(images/NavBarBLK.jpg);
	background-repeat:repeat-x;
	color: #FFFFFF;
}
#headGraphic {
	position:relative;
	background-image:url(images/headerThickLeft.png);
	background-repeat:repeat-x;
}
#headInfo {
	position:relative;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	color: #FFFFFF;
}
.margin10px {
	margin: 10px;
}

h1 {
	font-size: 1.5em;
	padding: 10px;
}

#navigation a:link {
	color: #FFFFFF;
}
#navigation a:visited {
	color: #FFFFFF;
	float: none;
	width: 216px;
}
#navigation a:hover {
	color: #CA0202;
	background-color: #333333;
	text-decoration: none;
}
#sidebar a:link {
	background-color: #CCCCCC;
	border: 1px none #A00201;
	float: none;
	color: #000000;
	font-size: 1.1em;
	padding: 2px;
	width: 216px;
	display: block;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	overflow: hidden;
}
#sidebar a:visited {
	color: #000000;
	background-color: #CCCCCC;
	width: 216px;
	padding: 2px;
	margin-bottom: 2px;
	font-size: 1.1em;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidebar a:hover {
	background-color: #B90101;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 1px;
	position: relative;
	width: 216px;
	text-decoration: none;
}


#sidebar {
	background-color: #333333;
	float: left;
	text-align: center;
	position: relative;
	clear: both;
	color: #FFFFFF;
	width: 220px;
}
.padding5px {
	padding: 0px;
	margin: 5px;
}
.padding10px {
	padding: 10px;
	margin: 0px;
}


#footer {
	position: relative;
	color: #FFFFFF;
	border: 0px solid #000000;
	background-color: #000000;
	float: left;
	width: 800px;
	padding: 0px;
	text-align: center;
	font-size: .8em;
	background-image: none;
	background-repeat: no-repeat;
}
#footer2 {
	position: relative;
	color: #FFFFFF;
	border: 0px solid #000000;
	float: left;
	width: 800px;
	padding: 0px;
	text-align: center;
	font-size: .8em;
	background-image: url(images/footer2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #000000;
}
#footer a:link {
	font-size: 1em;
	color: #FFFFFF;
}
#footer a:visited {
	font-size: 1em;
	color: #FFFFFF;
}
#footer a:hover {
	font-size: 1em;
	color: #B80000;
	text-decoration: none;
}

#footer2 a:link {
	font-size: 1em;
	color: #FFFFFF;
}
#footer2 a:visited {
	font-size: 1em;
	color: #FFFFFF;
}
#footer2 a:hover {
	font-size: 1em;
	color: #B80000;
	text-decoration: none;
}
#content2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: justify;
	float: left;
	width: 556px;
	border: 1px solid #666666;
	position: relative;
	height: 180px;
	color: #000000;
	clear: none;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	vertical-align: middle;
	background-image: url(images/silverslice.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
}
#forsaleTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: justify;
	float: left;
	width: 356px;
	border: 1px solid #666666;
	position: relative;
	height: 180px;
	color: #000000;
	clear: none;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	vertical-align: middle;
	background-image: url(images/silverslice.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
}
#forSalePics {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: justify;
	float: left;
	width: 396px;
	border: 1px solid #666666;
	position: relative;
	height: 200px;
	color: #000000;
	clear: none;
	vertical-align: middle;
	overflow: hidden;
}
.GreyBorder {
	font-size: 1em;
	text-align: justify;
	border: 1px solid #666666;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
}
#content a:link {
	color: #FFFFFF;
}
#content a:visited {
	color: #FFFFFF;
}
#content a:hover {
	color: #000000;
	text-decoration: none;
}
br {
	clear: both;
}
#flashcontent {
	text-align: center;
	clear: both;
	float: left;
	width: 760px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	position: relative;
	background-color: #FFFFFF;
	font-size: 0.8em;
}
.imgLFTpad10 {
	padding: 10px;
	float: left;
	position: relative;
}
#smallflash {
	padding: 10px;
	float: left;
	width: 450px;
	position: relative;
	margin-top: 0px;
	color: #FFFFFF;
}
#floatRTpad10 {
	padding: 10px;
	float: right;
	width: 460px;
}
#floatRT250pad10 {
	float: right;
	width: 270px;
	background-image: url(images/sideBarGreyMid.gif);
	background-repeat: no-repeat;
	background-position: center;
	font-size: 1.2em;
	margin-top: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.white {
	color: #FFFFFF;
}

#floatRT250pad10 p {
	background-image: url(images/sideBarGreyMid.gif);
}
#floatRT250pad10 h1 {
	background-image: url(images/sideBarGreyTop.gif);
	background-repeat: no-repeat;
	background-position: center top;
}



#flashcontent a:link {
	color: #000000;
}
#flashcontent a:visited {
	color: #000000;
}
#flashcontent a:hover {
	color: #CC0000;
	text-decoration: none;
}
#picSidebar {
	text-align: center;
	float: left;
	width: 200px;
	border: 1px solid #666666;
	position: relative;
	background-color: #000000;
	padding: 0px;
}
#picSidebar   a:link  {
	text-decoration: none;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: left;
	display: inline;
	clear: none;
	position: relative;
}
#content3 {
	padding: 10px;
	float: left;
	width: 780px;
	border: 1px none #000000;
	color: #FFFFFF;
	clear: both;
	background-color: #666666;
	height: 225px;
}
iframe {
	background-color: #FFFFFF;
	height: 400px;
	width: 400px;
}

#addressBox {
	color: #000000;
	background-color: #CCCCCC;
	float: right;
	position: absolute;
	left: 239px;
	top: 74px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	border: 1px solid #666666;
	font-weight: bold;
}

li {
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#content4 {
	background-color: #000000;
	width: 780px;
	position: relative;
	float: left;
	color: #FFFFFF;
	padding: 10px;
	clear: both;
	text-align: center;
	margin: 0px;
}
#content5 {
	background-color: #CCCCCC;
	text-align: center;
	padding: 10px;
	float: left;
	width: 436px;
	color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	height: 475px;
	overflow: hidden;
}
#content5 a:link {
	color: #000000;
	text-decoration: underline;
}
#content5 a:visited {
	color: #000000;
	text-decoration: underline;
}
#content5 a:hover {
	color: #A90101;
	text-decoration: none;
}

.coolBGRT {
	background-image: url(images/GreyBGGradRT.jpg);
}
.imgLFTpad3 {
	padding: 3px;
	float: left;
	border: 1px solid #666666;
	position: relative;
}
.imgRTpad3 {
	padding: 3px;
	float: right;
	border: 1px solid #666666;
}

.coolBGLT {
	background-image: url(images/GreyBGGrad.jpg);
}


#infoSidebar {
	color: #000000;
	text-align: center;
	float: left;
	border: 0px solid #000000;
	position: relative;
	width: 320px;
	background-color: #FFFFFF;
	clear: both;
	height: 475px;
	padding: 10px;
	word-wrap: yes;
	overflow: hidden;
}


#picSidebar a:visited {
	text-decoration: none;
}
#form  {
	float: left;
	width: 419px;
	position: relative;
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	background-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	height: 475px;
	background-image: url(images/GreyBGGradRT.jpg);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	overflow: hidden;
}

#picSidebar a:hover {
	text-decoration: none;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #8D0100;
}
a:active {
	text-decoration: underline;
}

#collegeList {
	color: #FFFFFF;
	padding: 20px;
	width: 337px;
	float: left;
	text-align: left;
	position: relative;
	border: 1px solid #999999;
	font-size: .8em;
	background-color: #000000;
	margin: 0px;
}
#flashRT {
	float: left;
	height: 404px;
	width: 560px;
	background-color: #333333;
	color:#FFF;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	margin: 0px;
	position: relative;
}
.ht404pxPad10 {
	height: 404px;
	padding: 10px;
	overflow: hidden;
}
#floatLayer {
	RIGHT: 35px;
	BOTTOM: 0px;
	POSITION: fixed;
	HEIGHT: 220px;
	WIDTH: 240px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	overflow: visible;
	float: right;
	display:block;
}
* html #floatLayer {
	position:absolute;
}
.greyBG {
	background-image: url(images/greyContentBG.jpg);
	background-repeat: repeat-y;
}
#headInfo2 {
	background-image: url(images/greyContentBG.jpg);
	width: 800px;
	position: relative;
}
#headInfo2 h1 {
	background-image: url(images/roundGreyTop.gif);
	background-position: top;
	background-repeat: no-repeat;
}
#headInfo2 p.last {
	background-image: url(images/roundGreyBottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.greyColorBG {
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(images/roundGreyMid.gif);
}
.greyColorBG2 {
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(images/sideBarGreyMid.gif);
}
#floatRT250pad10 p.last {
	background-image: url(images/sideBarGreyBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 2em;
	margin-bottom: 0px;
}
#floatRT250pad10 li {
	list-style-position: outside;
	list-style-type: disc;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: none;
	font-size: 1.2em;
	text-align: justify;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#floatRT195wide {
	float: right;
	width: 175px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	text-align: center;
	overflow: hidden;
}
#sidebar li {
	font-size: 0.9em;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	list-style-position: outside;
	text-align: left;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 0px;
}

#floatRT195wide li {
	width: 165px;
	list-style-type: none;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding: 3px;
	text-align: center;
	font-size: .9em;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#smallflash form.blackBG {
	background-color: #000000;
	padding: 10px;
	border: 1px solid #CCCCCC;
}
.height240px {
	height: 240px;
}
#smallflash2 {
	padding: 8px;
	width: 300px;
}
.whiteBG {
	background-color: #FFFFFF;
}
.blacktext {
	color: #000000;
}

