@charset "utf-8";
.container-fluid {
    background-image: -webkit-linear-gradient(270deg,rgba(200,234,243,1.00) 0%,rgba(156,226,245,1.00) 53.20%,rgba(200,234,243,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(200,234,243,1.00) 0%,rgba(156,226,245,1.00) 53.20%,rgba(200,234,243,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(200,234,243,1.00) 0%,rgba(156,226,245,1.00) 53.20%,rgba(200,234,243,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(200,234,243,1.00) 0%,rgba(156,226,245,1.00) 53.20%,rgba(200,234,243,1.00) 100%);
}
.container footer .row {
}
.container footer .row {
    text-align: center;
}
.footcontent {
    background-color: #F7FCFF;
}
.navbar {
	background-color: #00000F;
}






/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.content {

	padding: 10px 0;
}

/* ~~ The footer ~~ */
.footer {
	background: #CCC49F;
	background-color: #6CF;
	clear: none;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.topicicons {
	background-color: #000;
	height: 270px;
	width: 1000px;
}
.yrbkicon {
	float: left;
	height: 250px;
	width: 250px;
	padding-top: 10px;
	padding-left: 10px;
}
.sradicon {
	float: left;
	height: 250px;
	width: 250px;
	padding-top: 10px;
	padding-left: 10px;
}
.photoshare {
	float: left;
	height: 250px;
	width: 250px;
	padding-top: 10px;
	padding-left: 10px;
}
.faq {
	float: left;
	height: 120px;
	width: 200px;
	padding-top: 10px;
	padding-left: 10px;
}
.contact {
	float: left;
	height: 120px;
	width: 200px;
	padding-top: 10px;
	padding-left: 10px;
}
.adsizes {
	background-color: #6CF;
	height: 236px;
	width: 1000px;
	color: #FFF;
	padding-top: 8px;
}
.adfloat1 {
	float: left;
	width: 290px;
	height: 186px;
	padding-top: 10px;
	padding-left: 55px;
}
.adfloat2 {
	float: left;
	width: 290px;
	height: 186px;
	padding-top: 10px;
	padding-left: 10px;
}
.adfloat3 {
	float: left;
	width: 290px;
	height: 186px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 55px;
}
#adnavtext {
	font-weight: bold;
	margin-left: 120px;
	color: #6CF;
	background-color: #6CF;
}
#adnavtext2 {
	font-weight: bold;
	margin-left: 120px;
}
#adnavtext3 {
	font-weight: bold;
	margin-left: 150px;
}
.adsample1-8 {
	background-color: #FFF;
	height: 236px;
	width: 1000px;
	clear:both;
}

.adsamplesleft1-8 {
	float: left;
	width: 450px;
	height: 186px;
	padding-top: 10px;
	padding-left: 50px;
}

.adsamplesright1-8 {
	float: left;
	width: 450px;
	/* height: 186px; */
	padding-top: 10px;
}
.adsample1-4 {
	background-color: #FFF;
	height: 500px;
	width: 1000px;
	clear:both;
}

.adsamplesleft1-4 {
	float: left;
	width: 500px;
	height: 450px;
	padding-top: 10px;
	padding-left: 50px;
}

.adsamplesright1-4 {
	float: left;
	width: 450px;
	/* height: 186px; */
	padding-top: 10px;
}
.adsample1-2 {
	background-color: #FFF;
	height: 358px;
	width: 1000px;
	clear:both;
}

.adsamplesleft1-2 {
	float: left;
	width: 500px;
	height: 308px;
	padding-top: 10px;
	padding-left: 50px;
}

.adsamplesright1-2 {
	float: left;
	width: 450px;
	/* height: 186px; */
	padding-top: 10px;
}
.qna {
	font-style: italic;
	font-weight: bold;
}
.centerline {
	color: #0000FF;
	text-align: center;
}
.links {
	width: 100%;
	height: 150px;
}
.linksleft {
	float: left;
	width: 250px;
	padding-left: 15px;
}
.linksright {
	float: left;
	width: 500px;
	padding-left: 15px;
}
