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

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url(images/BG_grad.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.advertiseme #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
} 
.advertiseme #header {
	text-align: center;
	margin-bottom: 20px;
} 
.advertiseme #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	text-align: center;
	background-color: #E7DAD1;
	background-image: url(images/sidebar-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.advertiseme #portalbuttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F6F6F6;
	padding-bottom: 5px;
	padding-top: 10px;
}
.advertiseme #portalbuttons a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: -1px;
	color: #7a2426;
	text-decoration: none;
}
.advertiseme #portalbuttons a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1.2em;
	color: #7a2426;
	text-decoration: none;
}
.advertiseme #portalbuttons a:hover {
	color: #A7636A;
	text-decoration: none;
}


.advertiseme #portalbuttons2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F6F6F6;
	padding-bottom: 5px;
	padding-top: 10px;
	background-image: url(images/sidebar-bglow.jpg);
	background-repeat: no-repeat;
	background-position: 0% 100%;
}
.advertiseme #portalbuttons2 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: -1px;
	color: #7a2426;
	text-decoration: none;
}
.advertiseme #portalbuttons2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1.2em;
	color: #7a2426;
	text-decoration: none;
}
.advertiseme #portalbuttons2 a:hover {
	color: #A7636A;
	text-decoration: none;
}



.advertiseme #mainContent {
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #292929;
	font-weight: normal;
} 
.advertiseme #mainContent h1 {
	font-family: "Century Gothic", Helvetica, "Arial Narrow", Arial, sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #791D1B;
}

.advertiseme #quotebutton {
	width: 480px;
	margin-left: -20px;
	height: 130px;
	padding-left: 20px;
	padding-top: 20px;
}

.advertiseme #quoteright {
	float: right;
	margin-left: 20px;
	width: 310px;
}
.advertiseme #quoteright li {
	line-height: 1px;
}

.advertiseme #extracontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #292929;
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
}


.advertiseme #footer {
	text-align: center;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
} 
.advertiseme #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #7a2426;
}
.advertiseme #footer a:link {
	color: #001ca8;
}
.advertiseme #footer a:visited {
	color: #001ca8;
}
.advertiseme #footer a:hover {
	color: #5277E7;
}


.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;
	width: 200px;
	border-style: none;
	border-width: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	border-style: none;
	border-width: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.no-border {
	border-style: none;
	border-width: 0px;
}

