@charset "UTF-8";
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: #cccc99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #000000;
	background-image: url(../images/BG_gray.gif);
	background-repeat: repeat-x;
	background-position: top;
	line-height: normal;
}
#container {
	width: 800px;
	text-align: left;
	background-image: url(../images/mainContent_BG.gif);
	background-repeat: repeat-x;
	background-position: 235px 235px;
	background-color: #E2DAD1;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
} 
#header {
	background-color: #3C3423;
	background-image: url(../images/headerBG800.jpg);
	height: 200px;
	width: 800px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-repeat: no-repeat;
} 
#nav  {
	height: 31px;
	width: 800px;
	background-color: #000000;
	background-image: url(../images/navBG.jpg);
	background-repeat: no-repeat;
	background-position: left;
	text-align: right;
	padding-top: 4px;
}
#nav    .navBorder    {
	height: 25px;
	border: 1px solid #666666;
	margin-right: 2px;
	margin-left: 2px;
}
#nav ul {
	padding: 0px;
	font-weight: bold;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav li {
	list-style-type: none;
	display: inline;
	font-size: 70%;
	margin-right: 5px;
	margin-left: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#nav a {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
	color: #999966;
	text-decoration: none;
}
.home #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 165px; /* padding keeps the content of the div away from the edges */
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.home #sidebar1 #events {
	background-repeat: no-repeat;
	height: 203px;
	width: 166px;
	background-image: url(../images/sidebar1_BG.jpg);
}
.notReady {
	color: #FFFFFF;
	font-size: small;
	padding-left: 8px;
}
.home #sidebar1 #events h5 {
	color: #FFFFFF;
	margin-left: 5px;
	padding-top: 2px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: bold;
}
.home #sidebar1 #events p {
	margin-left: 0px;
	padding-top: 0px;
	margin-top: 8px;
	margin-bottom: 0px;
}
.home #events .eventDate {
	font-size: 13px;
	color: #66ffff;
	font-family: Times, "Times New Roman", serif;
	font-weight: bold;
	padding-left: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.home #events .eventLoc {
	font-family: Times, "Times New Roman", serif;
	font-size: 13px;
	color: #FFFFFF;
	padding-right: 3px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.home #sidebar1 .linkButtons   {
	background-image: url(../images/link_button.png);
	background-repeat: no-repeat;
	height: 78px;
	width: 164px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 33px;
}
.home #container #slider {
	margin-left: 18px;
	margin-top: 20px;
	margin-bottom: 35px;
	height: 202px;
	background-color: #B7ADA0;
	margin-right: 0px;
	width: 580px;
	float: left;
	clear: right;
}

.home #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* padding keeps the content of the div away from the edges */
	height: 300px;
	padding: 0px;
	margin-right: 10px;
	background-image: url(../images/sideBar2_BG.jpg);
	background-repeat: no-repeat;
}
.home #sidebar2 #news h5 {
	color: #FFFFFF;
	margin-left: 5px;
	padding-top: 2px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: bold;
}
#sidebar2   #news  .newsBox {
	padding-right: 4px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#news .newsBox p {
	font-size: 11px;
	margin: 0px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}
.newsBox h4 {
	color: #FFFFFF;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
.home #mainContent {
	padding-right: 5px;
	padding-left: 10px;
	width: 385px;
	background-color: #000000;
	float: left;
	margin-right: 0px;
	height: 300px;
	margin-left: 15px;
} 
.home #mainContent p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0px;
	font-weight: normal;
}
.home #mainContent  h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
h5.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding-left: 3px;
}
.moreEvents   {
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	margin-left: 30px;
	font-weight: normal;
}
.moreEvents a {
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
}
.moreEvents a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	margin-left: 35px;
}
#events .eventBox {
	padding-right: 4px;
	padding-left: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.eventBox h4 {
	color: #FFFFFF;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
#events    .eventBox   p {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#sidebar1  #events  .eventBox p {
	margin: 0px;
	padding: 0px;
}
.eventBox a {
	text-decoration: none;
}
.eventBox a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer {
	background:#49402c;
	height: 55px;
	text-align: center;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.footerBot  {
	background-image: url(../images/footer_bot.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#footer ul {
	margin: 0px;
	padding-top: 18px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 18px;
}
#footer li {
	list-style-type: none;
	display: inline;
	font-size: 70%;
	margin-right: 5px;
	margin-left: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.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 */
	float: left;
	margin-right: 8px;
}
.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;
}
.clear {
	clear:left;
	height:0px;
	line-height: 0px;
}
.italics {
	font-style: italic;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #66FFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.invite #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 195px;
	margin-left: 20px;
	margin-top: 35px;
	margin-bottom: 20px;
}
.invite #mainContent {
	margin-top: 35px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(../images/content_mainBG.gif);
	background-repeat: repeat-x;
	background-color: #010101;
	width: 505px;
}
.invite #sidebar1 .linkButtons {
	background-image: url(../images/link_button.png);
	background-repeat: no-repeat;
	height: 78px;
	width: 164px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.invite .mainContentTop {
	background-image: url(../images/contact_mainBG_top.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 520px;
	margin-left: -10px;
}
.invite .mainContentBot {
	background-image: url(../images/contact_mainBG_bot.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 520px;
	margin-left: -10px;
}
.invite #container  #mainContent  h1, h2, h3, h4, h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #996633;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.invite #mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.invite .contactText {
	text-align: right;
	width: 40%;
	font-size: 90%;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
}
.bio #mainContent {
	margin-top: 35px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 250px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(../images/content_mainBG.gif);
	background-repeat: repeat-x;
	background-color: #010101;
	width: 500px;
}
.bio #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 195px;
	margin-left: 20px;
	margin-top: 25px;
	margin-bottom: 20px;
}
.bio #sidebar1 .linkButtons {
	background-image: url(../images/link_button.png);
	background-repeat: no-repeat;
	height: 78px;
	width: 164px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.bio .mainContentTop {
	background-image: url(../images/contact_mainBG_top.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 520px;
	position: relative;
	left: -10px;
	top: 0px;
}
.bio .mainContentBot {
	background-image: url(../images/contact_mainBG_bot.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 520px;
	position: relative;
	left: -10px;
	top: 5px;
}
.bio #container #mainContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #996633;
	margin-top: 0px;
}
.bio #mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	font-size: 0.9em;
	font-weight: normal;
}
.bio #sidebar1 #sbNav {
	background-repeat: no-repeat;
	height: 203px;
	width: 166px;
	background-image: url(../images/sidebar1_BG.jpg);
	margin: 0 auto;
}
.bio #sidebar1 #sbNav h4 {
	padding-left: 10px;
	color: #FFFFFF;
	padding-top: 10px;
}
.bio #sidebar1 #sbNav ul {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.bio #sidebar1 #sbNav li {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
.bio #sidebar1 #sbNav a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.bio #sidebar1 #sbNav a:hover {
	color: #66ffff;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.bio  #sidebar1  #sbNav  .separator {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B0A382;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2px;
}
.picBorder {
	border: 1px solid #252016;
}
.foundation #mainContent {
	margin-top: 35px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 250px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(../images/content_mainBG.gif);
	background-repeat: repeat-x;
	background-color: #010101;
	width: 500px;
}
.foundation #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 195px;
	margin-left: 20px;
	margin-top: 25px;
	margin-bottom: 20px;
}
.foundation #sidebar1 .linkButtons {
	background-image: url(../images/link_button.png);
	background-repeat: no-repeat;
	height: 78px;
	width: 164px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.foundation .mainContentTop {
	background-image: url(../images/contact_mainBG_top.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 520px;
	position: relative;
	left: -10px;
	top: 0px;
}
.foundation .mainContentBot {
	background-image: url(../images/contact_mainBG_bot.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 520px;
	position: relative;
	left: -10px;
	top: 5px;
}
.foundation #container #mainContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #996633;
	margin-top: 0px;
}
.foundation #container #mainContent h4 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #996633;
	margin-top: 0px;
	font-size: 1.2em;
}
.foundation #mainContent p {
	font-family: "Times New Roman", Times, serif;
	margin-top: 0px;
	font-size: 1.0em;
	font-weight: normal;
}
.foundation #gina_small {
	margin-right: 60px;
	position: relative;
	top: -15px;
}
.foundation .weRemember {
	background-image: url(../images/weRemember_header.png);
	background-repeat: no-repeat;
	height: 100px;
	background-position: center bottom;
}
.news #mainContent {
	margin-top: 35px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 250px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(../images/content_mainBG.gif);
	background-repeat: repeat-x;
	background-color: #010101;
	width: 500px;
}
.news #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 195px;
	margin-left: 20px;
	margin-top: 25px;
	margin-bottom: 20px;
}
.news #sidebar1 .linkButtons {
	background-image: url(../images/link_button.png);
	background-repeat: no-repeat;
	height: 78px;
	width: 164px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.news .mainContentTop {
	background-image: url(../images/contact_mainBG_top.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 520px;
	position: relative;
	left: -10px;
	top: 0px;
}
.news .mainContentBot {
	background-image: url(../images/contact_mainBG_bot.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 520px;
	position: relative;
	left: -10px;
	top: 5px;
}
.news #container #mainContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #996633;
	margin-top: 0px;
}
.news #container #mainContent h4 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #ffffcc;
	font-size: 1.2em;
	margin: 0px;
}
.news #mainContent p {
	font-family: "Times New Roman", Times, serif;
	margin-top: 0px;
	font-size: 1.0em;
	font-weight: normal;
}
.news_separator {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #312B1E;
	margin-bottom: 10px;
}
.moreNews {
	float: right;
	font-size: 14px;
	margin-left: -15px;
}
.partners .partnerTitle {
	font-size: 1.0em;
	font-weight: bold;
}
.partners .partnerBody {
	font-size: 0.75em;
	font-weight: normal;
}
.partners #mainContent {
	margin-top: 35px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 250px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(../images/content_mainBG.gif);
	background-repeat: repeat-x;
	background-color: #010101;
	width: 500px;
}
.partners #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 195px;
	margin-left: 20px;
	margin-top: 25px;
	margin-bottom: 20px;
}
.partners .mainContentTop {
	background-image: url(../images/contact_mainBG_top.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 520px;
	position: relative;
	left: -10px;
	top: 0px;
}
.partners .mainContentBot {
	background-image: url(../images/contact_mainBG_bot.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 520px;
	position: relative;
	left: -10px;
	top: 5px;
}
.partners #sidebar1 .linkButtons {
	background-image: url(../images/link_button.png);
	background-repeat: no-repeat;
	height: 78px;
	width: 164px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#aeon {
	text-align: right;
	background: #000000;
}
#aeon a {
	color: #999999;
	text-decoration: underline;
	font-size: 9px;
	padding-right: 5px;
}
#aeon a:hover {
	color: #999999;
	text-decoration: none;
	font-size: 9px;
}
#aeon p {
	font-size: 9px;
	color: #999999;
	margin: 0px;
	padding-top: 5px;
}
.events #mainContent {
	margin-top: 35px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 250px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(../images/content_mainBG.gif);
	background-repeat: repeat-x;
	background-color: #010101;
	width: 500px;
}
.events #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 195px;
	margin-left: 20px;
	margin-top: 25px;
	margin-bottom: 20px;
}
.events .mainContentTop {
	background-image: url(../images/contact_mainBG_top.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 520px;
	position: relative;
	left: -10px;
	top: 0px;
}
.events .mainContentBot {
	background-image: url(../images/contact_mainBG_bot.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 520px;
	position: relative;
	left: -10px;
	top: 5px;
}
.events #sidebar1 .linkButtons {
	background-image: url(../images/link_button.png);
	background-repeat: no-repeat;
	height: 78px;
	width: 164px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.events_table {
	font-size: 0.9em;
	margin-top: 16px;
}
.events .events_table h4 {
	color: #686855;
	margin: 0px;
	font-size: 12px;
}
.events_table td.titles {
	font-weight: bold;
	background-color: #1A1710;
}
.events_table td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #312B1E;
	text-align: left;
	padding-right: 8px;
	vertical-align: top;
}
.testimonies_box {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #312B1E;
	font-size: 12px;
}
.testimonies_box .testimonies_align {
	font-weight: bold;
	text-align: right;
}
.testimonies #mainContent {
	margin-top: 35px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 250px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(../images/content_mainBG.gif);
	background-repeat: repeat-x;
	background-color: #010101;
	width: 500px;
}
.testimonies #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 195px;
	margin-left: 20px;
	margin-top: 25px;
	margin-bottom: 20px;
}
.testimonies .mainContentTop {
	background-image: url(../images/contact_mainBG_top.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 520px;
	position: relative;
	left: -10px;
	top: 0px;
}
.testimonies .mainContentBot {
	background-image: url(../images/contact_mainBG_bot.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 520px;
	position: relative;
	left: -10px;
	top: 5px;
}
.testimonies #sidebar1 .linkButtons {
	background-image: url(../images/link_button.png);
	background-repeat: no-repeat;
	height: 78px;
	width: 164px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.addTestimony {
	float: right;
	font-size: 14px;
	margin-left: -15px;
}
.testimonies .contactText {
	text-align: right;
	width: 35%;
	vertical-align: top;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 25px;
}

.scholarship_box {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #312B1E;
	font-size: 12px;
}
.scholarship_separator {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #312B1E;
}
.scholarship_box .scholarship_align {
	font-weight: bold;
	text-align: right;
}
.scholarship #mainContent {
	margin-top: 35px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 250px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(../images/content_mainBG.gif);
	background-repeat: repeat-x;
	background-color: #010101;
	width: 500px;
}
.scholarship #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 195px;
	margin-left: 20px;
	margin-top: 25px;
	margin-bottom: 20px;
}
.scholarship .mainContentTop {
	background-image: url(../images/contact_mainBG_top.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 520px;
	position: relative;
	left: -10px;
	top: 0px;
}
.scholarship .mainContentBot {
	background-image: url(../images/contact_mainBG_bot.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 520px;
	position: relative;
	left: -10px;
	top: 5px;
}
.scholarship #sidebar1 .linkButtons {
	background-image: url(../images/link_button.png);
	background-repeat: no-repeat;
	height: 78px;
	width: 164px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.scholarship .contactText {
	text-align: right;
	width: 27%;
	vertical-align: top;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 25px;
}
.scholarship #testimony {
	width: 98%;
}


.media #mainContent {
	margin-top: 35px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 250px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(../images/content_mainBG.gif);
	background-repeat: repeat-x;
	background-color: #010101;
	width: 500px;
}
.media #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 195px;
	margin-left: 20px;
	margin-top: 25px;
	margin-bottom: 20px;
}
.media .mainContentTop {
	background-image: url(../images/contact_mainBG_top.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 520px;
	position: relative;
	left: -10px;
	top: 0px;
}
.media .mainContentBot {
	background-image: url(../images/contact_mainBG_bot.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 520px;
	position: relative;
	left: -10px;
	top: 5px;
}
.media  #sidebar1  .linkButtons {
	background-image: url(../images/link_button.png);
	background-repeat: no-repeat;
	height: 78px;
	width: 164px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.media #mediaPhotos {
	background-color: #000000;
	background-image: url(../images/imageGallery_bg.jpg);
	background-position: center center;
	height: 190px;
	width: 475px;
	margin-right: auto; 
	margin-left: auto;
	background-repeat: no-repeat;
	margin-bottom: 25px;
}
.media #mediaPhotos p {
	margin-top: 0px;
	font-weight: bold;
	padding-left: 5px;
}
.media #mediaPhotos a {
	display: block;
	height: 190px;
	color: #cccc99;
}
.media #mediaVideos {
	background-color: #000000;
	height: 170px;
	width: 475px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	background-image: url(../images/play_btn.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.media #mediaVideos p {
	margin-top: 0px;
	font-weight: bold;
	padding-left: 5px;
}
.media #mediaVideos a {
	display: block;
	height: 170px;
	color: #cccc99;
}
.media  .slideshowbox {
	width: 475px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #312B1E;
	margin-bottom: 5px;
	padding-bottom: 7px;
}
.media .slideshowbox p {
	margin-top: 0px;
	margin-bottom: 7px;
	font-weight: bold;
}
.media #videoPlayer {
	margin-left: 10px;
	width: 480px;
}

