@charset "UTF-8";

@font-face {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    font-style: normal;

}
body {
	margin: 0px;
	padding: 0px;
	overflow-x: hidden !important;
	background-color:#f9f9f9;
	}
.roundbox {
	border: 1px solid #c0c0c0;
	-moz-border-radius: 7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	padding: 13px;
}

.sb_box {
	margin: auto;
	width: 240px;
}
.margin_bottom {
	margin-bottom: 30px;
}
.alignleft img, .alignright img{
	display:block;
} 
body .alignleft {
	float:left;
	margin:0 10px 0 0;
	display: block;
}

	
img {
	border: none;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.6);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 5px rgba(0,0,0,.6);
}
.noshadow {
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	}
img.left {
	border: none;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.6);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 5px rgba(0,0,0,.6);
	float: left;
	margin-right: 20px;
}

img.right {
	border: none;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.6);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 5px rgba(0,0,0,.6);
	float: right;
	margin-left: 20px;
}
	
img.buytickets {
	border: none;
	-webkit-box-shadow: 0 0;
	-moz-box-shadow: 0 0;
	box-shadow: 0 0;
}


p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color: #838397;
	line-height: 18px;
	font-weight: normal;
	}
	
a {
	color: #4aaadb;
	line-height: 18px;
	font-weight: normal;
	text-decoration:none;
	}
	
a:hover {
	color: #4aaadb;
	font-weight: normal;
	text-decoration:underline;
	}
	
p.intro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color: #2d2d36;
	line-height: 20px;
	font-weight: normal;
	clear: both;
	}
	
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:52px;
	color: #5F5F6E;
	margin: 0;
	padding: 20px 0 0 0;
	font-weight: normal;
	}
	
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	color: #5F5F6E;
	margin: 0;
	padding: 15px 0 15px 0;
	font-weight: normal;
	}

h2#homers {
	padding-top:0px;
}
	
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color: #5F5F6E;
	margin: 0;
	padding: 0 0 15px 0;
	font-weight: normal;
	}
	
	
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	color: #ececea;
	margin: 0;
	padding: 0 0 20px 0;
	font-weight: normal;
	}
	
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	color: #4aaadb;
	margin: 0;
	padding: 0 0 15px 0;
	font-weight: normal;
	}
div.two_fifth.first h5 {
	padding-top: .5em;
}

	
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color: #5F5F6E;
	margin: 0;
	padding: 0 0 15px 0;
	font-weight: normal;
	}
	
.clear { clear: both;
margin-top: 50px;
}

hr {
       clear: both;
	   border-top: 0;
       height: 3px;
       margin: 40px 0 26px 0;
	   border-top: 1px solid #cccccc;
	   border-bottom: 1px solid #e2e2e2;
	   border-right: none;
	   border-left: none;
       }

	
blockquote {
    margin: 30px 0 30px 23px;
    padding: 0 0 0 33px;
    text-align: left;
    width: 90%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	color: #2d2d36;
	font-style:oblique;
	clear: both;
}

.pullquoteleft {
    margin: 10px 20px 10px 0px;
    padding: 0px;
    text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color: #2d2d36;
	font-style:oblique;
	float: left;
	width: 40%;
}

.pullquoteright {
    margin: 10px 0px 10px 20px;
    padding: 0px;
    text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color: #2d2d36;
	font-style:oblique;
	float: right;
	width: 40%;
}

pre {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color: #888888;
	float: right;
	text-align: right;
	}
	
div.hr hr { display: none;}	
div.hr { 
	height: 30px; 
	background: url(../img/hr.png) no-repeat scroll center;
	clear: both;
	margin: 30px 0 20px 0;
	}
	
#header_bar {
	margin: 0 auto;
	background-image:url(../img/header_bground65.jpg);
	background-repeat:repeat-x;
	height: 65px;
	}

#header_content {
	width: 960px;
	margin: 0 auto;
	height: 85px;
	}
	
#top_logo {
	float: left;
	width: 200px;
	height: 50px;
	margin-top: 5px;
}

#top_logo img {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#top_menu {
	float: right;
	width: 960px;
	height: 50px;
	margin-top: 17px;
/*	font-family: Georgia, "Times New Roman", Times, serif;
   	font-family:QlassikMediumRegular; 
    font-family:"Times New Roman", Times, serif; */
	font-family:Verdana, Geneva, sans-serif;
	text-shadow:#9999cc;


}

#top_menu a {
	font-size:20px;
/*	font-family: Georgia, "Times New Roman", Times, serif;
    font-family:"Times New Roman", Times, serif; */
	font-family:Verdana, Geneva, sans-serif;
	text-shadow:#9999cc;

}

#top_menu li ul li a {
	font-size:15px;
/*	font-family: Georgia, "Times New Roman", Times, serif;
    font-family:"Times New Roman", Times, serif; */
	font-family:Verdana, Geneva, sans-serif;
	text-shadow:#9999cc;


}

#footer {
	clear: both;
	background-image:url(../img/footer_bground460.jpg);
	background-repeat:repeat-x;
	min-height:186px;
	margin-top: 0 auto;
	height:inherit;
	}
	
#footer_inner {
	margin: 0 auto;
	width: 960px;
	height:inherit;
	}
	
#footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #aaaab1;
	line-height: 18px;
	font-weight: normal;
	margin: 0 0 20px 0;
	}
	
#footer a {
	color: #4aaadb;
	font-style:italic;
	font-size:12px;
	font-weight: normal;
	text-decoration:none;
}

#footer a:hover {
	color: #4aaadb;
	font-style:italic;
	font-size:12px;
	font-weight: normal;
	text-decoration:underline;
}
	
ul {
	margin:20px 0 0 0;
	padding: 0;
	list-style:none;
	list-style-position: inside;
	line-height: 1.8em;
	list-style-type:disc;
	}
	
li {
	padding: 0 0 0 0;
	margin:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	}

#slider_container {
	width: 100%;
	margin: 0 auto;
	overflow:visible;
}
	
#slider {
width:960px;
height:395px;
display: block;
clear: left;
   position: relative;
   top: 0px;
   left: 50%;
   margin-left: -1006px;
   overflow:hidden;
}
	
.message_bar {
	background-image: url("../img/dark_bground6.jpg");
    background-repeat: no-repeat;
	background-position:center;
    height: 240px;
/*    padding-top: 15px; */
    width: 100%;
	clear: both;
	}
	
.wrapper {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 40px;
}

.portfolio_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color: #5F5F6E;
	margin: 0;
	padding: 10px 0 0 0;
	display: block;
	font-weight: normal;
	}
	
.message_content {
	color: #5F5F6E;
    float: left;
    font-family: QlassikMediumRegular;
    font-size: 24px;
    padding-top: 23px;
    text-align: left;
    width: 700px;
}

.twitter_message_content {
    float: left;
    text-align: left;
    width: 800px;
	background-image: url(../img/twitter_icon.png);
	background-repeat:no-repeat;
	margin-top: 10px;
	min-height: 49px;
}

.message_button {
	float: right;
}

.shaded_bar {
	width: 960px;
	height: 30px;
	background-image:url(../img/shaded_bar2.jpg);
	background-repeat:no-repeat;
	clear:both;
	position:relative; bottom:1px;
	}

	
#topcontrol img {
	 -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	}
	
#footer ul.social li {
	display: inline;
	margin: 0 5px 0 0;
	padding:2px 0 0 0;
	}
	
#footer ul.social {
	margin: 0px;
	}
	
#social {
	padding:20px 0 20px 0;
	}
	
#footer img, img.a {
	padding:2px 0 0 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	}
	
#copyright_container {
	width: 100%;
	}

#copyright_wrapper {
	width: 960px;
	margin: 0 auto;
	}

#bottom_logo {
	float: left;
	width: 400px;
	height: 50px;
	width: 50px;
}
	
#bottom_logo img {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin-top: 6px;
	}

#copyright_message {
	float: right;
	width: 450px;
	font-size:12px;
	color: #aaaab1;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:right;
	margin-top: 9px;
	font-weight: normal;
	}
	
#copyright_message a {
	color: #4aaadb;
	font-style:italic;
	font-size:12px;
	font-weight: normal;
	text-decoration:none;
}

#copyright_message a:hover {
	color: #4aaadb;
	font-style:italic;
	font-size:12px;
	font-weight: normal;
	text-decoration:underline;
}

#buytickets a:hover {
    text-decoration: none;
}


/****** Post comment styling **/
	
#post_comment_wrapper {
	display: block;
	clear: both;
	margin-top: 25px;
	}

#post_comment_wrapper img {
	float: left;
	margin-right: 20px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	}

.comment_wrap {
	border-top: 1px solid #E2E2E2;
    float: left;
    padding: 20px 0;
	}
	
.comment_wrap_reply {
	border-left: 1px solid #E2E2E2;
    float: left;
    margin-bottom: 20px;
    margin-left: 46px;
    padding: 20px 0 0 20px;
	}
	
.comment_wrap_admin {
    float: left;
    margin-bottom: 20px;
    margin-left: 46px;
    padding: 20px 0 0 20px;
	background-color: #ebebeb;
	-webkit-border-radius: 0em .5em .5em 0em; 
	-moz-border-radius: 0em .5em .5em 0em;
	border-radius: 0em .5em .5em 0em;
	}

.comment {
	float: right;
	display: block;
	width: 90%;
	}

.comment p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color: #838397;
	line-height: 18px;
	margin-right: 10px;
	}

.author {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color: #5F5F6E;
	}
	
.author a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color: #4AAADB;
	text-decoration:none;
	}
	
.author a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color: #4AAADB;
	text-decoration:underline;
	}

.posted_date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color: #5F5F6E;
	}	

/****** regular column styles **/

.one_half { width: 48%; }
.one_third { width: 30.66%; }
.two_third { width: 65.33%; }
.one_fourth { width: 22%; }
.three_fourth { width: 74%; }
.one_fifth { width: 16.8%; }
.two_fifth { width: 37.6%; }
.three_fifth { width: 58.4%; }
.four_fifth { width: 67.2%; }
.one_sixth { width: 13.33%; }
.five_sixth { width: 82.67%; }

.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
	position: relative;
	margin-left: 4%;
	margin-bottom: 20px;
	float: left;
}

.column-last {
	margin-right: 0!important;
	clear: right;
}

div .first {
    clear: left;
    margin-left: 0;
}

/****** centered column styles **/

.one_half_center,
.one_third_center,
.two_third_center,
.three_fourth_center,
.one_fourth_center,
.one_fifth_center,
.two_fifth_center,
.three_fifth_center,
.four_fifth_center,
.one_sixth_center,
.five_sixth_center {
	position: relative;
	margin-right: 4%;
	margin-bottom: 20px;
	float: left;
	text-align: center;
}

.one_half_center { width: 48%; }
.one_third_center { width: 30.66%; }
.two_third_center { width: 65.33%; }
.one_fourth_center { width: 22%; }
.three_fourth_center { width: 74%; }
.one_fifth_center { width: 16.8%; }
.two_fifth_center { width: 37.6%; }
.three_fifth_center { width: 58.4%; }
.four_fifth_center { width: 67.2%; }
.one_sixth_center { width: 13.33%; }
.five_sixth_center { width: 82.67%; }

.column-last_center {
	margin-right: 0!important;
	clear: right;
	text-align: center;
}

.footer_one_third {
	width: 290px;
	float: left;
	margin: 35px 45px 35px 0;
	text-align:left;
}

.footer_two_fifth {
	width: 348px;
	float: left;
	margin: 35px 45px 35px 0;
	text-align:left;
}

.footer_one_third_last {
	width: 290px;
	float: right;
	margin: 35px 0 35px 0;
	text-align:left;
}
.footer_one_fifth_last {
	width: 174px;
	float: right;
	margin: 35px 0 35px 0;
	text-align:left;
}

.sidebarleft {
	width: 220px;
	margin: 0 0 35px 0;
	text-align:left;
	float: left;
	padding-right: 20px;
}

.sidebarright {
	width: 220px;
	margin: 0 0 35px 0;
	text-align:left;
	float: right;
	padding-left: 20px;
}

.right_content {
	float: right;
	width: 680px;
}

.left_content {
	float: left;
	width: 680px;
}


.sidebarright p, .sidebarleft p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color: #838397;
	line-height: 18px;
	font-weight: normal;
	}
	
.sidebarright a, .sidebarleft a {
	color: #4aaadb;
	line-height: 18px;
	font-weight: normal;
	text-decoration:none;
	}
	
.sidebarright a:hover, .sidebarleft a:hover {
	color: #4aaadb;
	font-weight: normal;
	text-decoration:underline;
	}

.sidebarright ul, .sidebarleft ul {
    line-height: 1.4em;
    list-style: none inside none;
    padding: 0;
	margin: 0;
	}
	
.sidebarright li, .sidebarleft li {
	padding-left: 0 !important; 
	margin:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color: #838397;
	line-height: 1.4em;
	list-style-position: outside;
	}
	
.sidebarright ol, .sidebarleft ol {
    line-height: 1.4em;
    padding: 0; 
	margin: 0;
	color: #838397;
	list-style-position: inside;
	}
	
.sidebar_widget_area {
	border-bottom: 1px solid #E2E2E2;
	margin: 0 0 20px 0;
    padding: 0 0 15px;
}

.sidebarright .flickr_badge, .sidebarleft .flickr_badge { float: left;}
.sidebarright .flickr_badge_image, .sidebarleft .flickr_badge_image { width: auto; height: 74px; padding: 5px; margin: 0 20px 20px 0; border: 1px solid #E2E2E2; background: transparent; float: left; -webkit-box-shadow: 0 0 5px rgba(0,0,0,0);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0);
	box-shadow: 0 0 5px rgba(0,0,0,0);}
.sidebarright .flickr_badge img, .sidebarleft .flickr_badge img {
	border: none;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0);
	box-shadow: 0 0 5px rgba(0,0,0,0);
}
	
.wrapper ul {
    line-height: 1.6em;
    list-style: none inside none;
    padding: 0;
	margin: 0;
	}
	
.wrapper li {
	padding-left: 0 !important; 
	margin:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color: #838397;
	list-style-position: outside;
	}
	
.wrapper ol li {
    line-height: 1.6em;
    padding: 0; 
	margin: 0;
	color: #838397;
	list-style-position: inside;
	}


	
/****** button styles **/

.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	padding: 0.3em 1.2em 0.35em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.6);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 1px 2px rgba(0,0,0,.6);
	-webkit-background-clip: padding-box;
}

.button:hover {
	text-decoration: none;
	-webkit-box-shadow: 0 -1px 1px rgba(0,0,0,.3);
	-moz-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 -1px 1px rgba(0,0,0,.3);
	-webkit-background-clip: padding-box;
	border-radius: 5px 5px 5px 5px;
}
.button:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em 2em 2em 2em;
	font-size: 16px;
}

.bigrounded:hover {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em 2em 2em 2em;
	font-size: 16px;
}

.big {
	font-size: 14px;
	padding: .4em 1.5em .42em;
}

.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}

.verysmall {
	font-size: 9px;
	padding: .2em 1em .275em;
}	

/* white */
.white {
	color: #656565;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #efefef;
	border-left: solid 1px #efefef;
	background: #ffffff url(white.svg) 0 0 no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e2e2e2));
	background: -moz-linear-gradient(top,  #ffffff,  #e2e2e2);
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.9);
	-webkit-background-clip: padding-box;
}
.white:hover {
	color:#333;
	background: #ffffff url(white.svg) 0 0 no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e2e2e2));
	background: -moz-linear-gradient(top,  #ffffff,  #e2e2e2);
	text-shadow:0 -1px 0 rgba(255, 255, 255, 0.9);
	border-top: solid 1px #efefef;
	border-right: solid 1px #efefef;
	border-bottom: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
	-webkit-background-clip: padding-box;
}
.white:active {
	color: #656565;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #efefef;
	border-left: solid 1px #efefef;
	background: #ffffff url(white.svg) 0 0 no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e2e2e2));
	background: -moz-linear-gradient(top,  #ffffff,  #e2e2e2);
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.9);
	-webkit-background-clip: padding-box;
}

/* blue */
.blue {
	color: #ffffff;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	background: #60C0F0 url(blue.svg) 0 0 no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, from(#60C0F0), to(#30A0E0));
	background: -moz-linear-gradient(top,  #60C0F0,  #30A0E0);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 -1px 1px rgba(0,0,0,.3) inset;
	-moz-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0 -1px 1px rgba(0,0,0,.3) inset;
	padding: 1em 1.5em 1em 1.5em;
	-webkit-background-clip: padding-box;
}
.blue:hover {
	color: #ffffff;
	border: none;
	background: #30A0E0 url(blue_hover.svg) 0 0 no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, from(#30A0E0), to(#60C0F0));
	background: -moz-linear-gradient(top,  #30A0E0,  #60C0F0);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 2px 1px rgba(0,0,0,.5) inset;
	-moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0 2px 1px rgba(0,0,0,.5) inset;
	padding: 1em 1.5em 1em 1.5em;
	-webkit-background-clip: padding-box;
}

/* button background */
.buttonbackground {
	background: #dcdcdc;
	background: -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#e4e4e4));
	background: -moz-linear-gradient(top,  #d9d9d9,  #e4e4e4);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.3);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.3);
	display: inline-block;
	outline: none;
	padding: 9px;
	-webkit-border-radius: 3em; 
	-moz-border-radius: 3em;
	border-radius: 3em 3em 3em 3em;
	margin: 4px 10px 10px 0;
	-webkit-background-clip: padding-box;
}


/* highlight button */
.highlight {
	color: #ffffff;
	border: none;
	background: #60C0F0 url(blue.svg) 0 0 no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, from(#60C0F0), to(#30A0E0));
	background: -moz-linear-gradient(top,  #60C0F0,  #30A0E0);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 -1px 1px rgba(0,0,0,.3) inset;
	-moz-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3) inset;
	-webkit-background-clip: padding-box;
	padding: .5em 1.5em;
	font-size: 14px;
}
.highlight:hover {
	color:#ffffff;
	background: #30A0E0 url(blue_hover.svg) 0 0 no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, from(#30A0E0), to(#60C0F0));
	background: -moz-linear-gradient(top,  #30A0E0,  #60C0F0);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 2px 1px rgba(0,0,0,.5) inset;
	-moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0 2px 1px rgba(0,0,0,.5) inset;
	border: none;
	padding: .5em 1.5em;
	font-size: 14px;
	-webkit-background-clip: padding-box;
}
.highlight:active {
	color:#ffffff;
	background: #60C0F0 url(blue_hover.svg) 0 0 no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, from(#60C0F0), to(#30A0E0));
	background: -moz-linear-gradient(top,  #60C0F0,  #30A0E0);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 -1px 1px rgba(0,0,0,.3) inset;
	-moz-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3) inset;
	-webkit-background-clip: padding-box;
	border: none;
	padding: .5em 1.5em;
	font-size: 14px;
}
	

/***********************************************************************************************************************
 STYLES FOR Tipsy Rollovers
************************************************************************************************************************/

.tipsy { padding: 5px; font-size: 11px; opacity: 1.0; filter: alpha(opacity=100); background-repeat: no-repeat;  background-image: url(../img/tipsy.gif); margin-top: 10px; 	color:#1F242F; font-family: Helvetica, Arial, sans-serif; }
  .tipsy-inner { padding: 5px 8px 4px 8px; background-color: #0969a6; color: white; max-width: 500px; text-align: center; }
  .tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px 3px 3px 3px;}
  .tipsy-north { background-position: top center; }
  .tipsy-south { background-position: bottom center;}
  .tipsy-east { background-position: right center; }
  .tipsy-west { background-position: left center; }
  
  
 .pp_nav p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color: #8d8e92;
	letter-spacing:-.05em;
	margin:10px 0 5px 15px;
	z-index:9999;
	text-shadow: none;
	}
	
.pp_description {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color: #8d8e92;
	letter-spacing:-.05em;
	margin:10px 0 5px 15px;
	z-index:9999;
	text-shadow: none;
	}
	
	
/***********************************************************************************************************************
 STYLES FOR CONTACT FORM
************************************************************************************************************************/

.contact_wrapper {
	float: left;
	}

.input-submit {
	background-image: url(../img/subscribe.png);
	width: 87px;
	height: 35px;
	background-repeat:no-repeat;
	border: none;
	cursor: pointer;
	background-color: transparent;
	line-height:  42px;
}

input[type=text] {
 background-color: #2D2E36;
 border: none;
 font-family: Georgia, "Times New Roman", Times, serif;
 color: #aaaab1;
 font-size:12px;
 width: 150px;
 padding: 8px;
 -webkit-border-radius: 0.5em 0.5em 0.5em 0.5em;
  -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
border-radius: 0.5em 0.5em 0.5em 0.5em;
float: left;
margin-right: 10px;
-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.7) inset;
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.7) inset;
	box-shadow: 0 2px 3px rgba(0,0,0,.7) inset;
}

input[type=text]:focus {
 border: none;
 -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
border-radius: 3px 3px 3px 3px;
}

.form_error {
	border:  1px solid #406a27;
}

#thanks {
	border:  1px solid #bcbcbc;
	width: 400px;
	padding: 0px 10px 0px 0px;
	background-color:#f2f3ea;
	text-align: left;
}

#contactmessage {
	clear:both;
	padding-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color: #ffffff;
	text-align:left;
}


.sidebar_widget_area input[type=text] {
 background-color: #f9f9f9;
 border: 1px solid #e2e2e2;
 font-family: Georgia, "Times New Roman", Times, serif;
 color: #838397;
 font-size:12px;
 width: 100px;
 padding: 8px;
 -webkit-border-radius: 0.5em 0.5em 0.5em 0.5em;
  -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
border-radius: 0.5em 0.5em 0.5em 0.5em;
float: left;
margin-right: 10px;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset;
}

.sidebar_widget_area input[type=text]:focus {
	 font-family: Georgia, "Times New Roman", Times, serif;
 color: #838397;
 font-size:12px;
 border: 1px solid transparent;
-webkit-box-shadow: 0 0 3px rgba(74, 170, 219, 0.9) inset;
	-moz-box-shadow: 0 0 3px rgba(74, 170, 219, 0.9) inset;
	box-shadow: 0 0 3px rgba(74, 170, 219, 0.9) inset;
}

.contactwrapper.sidebar_widget_area {
	margin: 20px 0 20px 0;
}

.comment_count {
	float: right;
	top: 63px;
	right: 10px;
	display: block;
	position:relative;
	padding: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#ffffff;
	background: #60C0F0 url(blue.svg) 0 0 no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, from(#60C0F0), to(#30A0E0));
	background: -moz-linear-gradient(top,  #60C0F0,  #30A0E0);
	 -webkit-border-radius: 0em 0em 0em 0.5em;
  -moz-border-radius: 0em 0em 0em 0.5em;
border-radius: 0em 0em 0em 0.5em;
text-align:center;
}

.comment_count2 {
	float: left;
	display: block;
	position:relative;
	padding: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#ffffff;
	background: #60C0F0 url(blue.svg) 0 0 no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, from(#60C0F0), to(#30A0E0));
	background: -moz-linear-gradient(top,  #60C0F0,  #30A0E0);
	 -webkit-border-radius: 0.5em 0.5em 0.5em 0.5em;
  -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
border-radius: 0.5em 0.5em 0.5em 0.5em;
text-align:center;
clear: both;
margin-right: 10px;
}

.tiny {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#ffffff;
}

.post_details {
	display: block;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	line-height: 2.0em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #5F5F6E;
	margin-top: 15px;
    width: 98%;
}

.post_details2 {
	display: block;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	line-height: 2.0em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #5F5F6E;
	margin-bottom: 15px;
    width: 98%;
}

.static {
	color: #5F5F6E;
	text-transform: uppercase;
	margin-right: 5px;
}

.dynamic, .dynamic a {
	color: #4AAADB;
	margin-right: 5px;
	text-decoration:none;
}

.dynamic a:hover {
	text-decoration:underline;
}
	


/***********************************************************************************************************************
 STYLES FOR TWITTER FEED
************************************************************************************************************************/

.tweet, .query {
  font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#5f5f6e;
	line-height:1.5em;
	margin-left: 92px; 
	}
  
.tweet .tweet_list, .query .tweet_list {
    list-style-type: none;
	}
	
.tweet .tweet_list .awesome, .tweet .tweet_list .epic, .query .tweet_list .awesome, .query .tweet_list .epic {
      text-transform: none; }
	  
.tweet .tweet_list li, .query .tweet_list li {
      overflow-y: auto;
      overflow-x: hidden;
      padding: 0;
	  font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#5f5f6e;
	border-bottom: none;
	border-top: none;
list-style:none;
margin-bottom:0px;
margin-top:0px;
padding-top:0px;
padding-bottom:0px;
line-height: 1.4em;
}
	  
.tweet .tweet_list li a, .query .tweet_list li a {
        color: #4aaadb;
		font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px; }
	  
.tweet .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar {
      padding-right: .5em;
      float: left; }
	  
.tweet .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img {
        vertical-align: middle;
		padding:0 10px 0 0;}
		
.tweet .tweet_first {
	padding: 0;}
	
.tweet-button_container {
	margin-bottom: 20px;}
	
.tweet ul {
	margin: 0px;
}

/***************************************************
       START OF CONTACT PAGE CONTACT FORM  
***************************************************/


#form_wrapper {
	width:600px;
	min-height:150px;
	margin-bottom: 30px;
	padding-left:20px;
	}

#contact_form {
	margin: 0px;
	float: left;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
	padding: 25px 0 30px 0;
	width: 420px;
	}
	
.success {
	padding: 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
	margin-top: 25px;
	color: #333333;
	border: 1px solid #E7E7E9;
	background-color: #f2f2f2;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	}
	
.error {
	color: #A14933;
	font-size: 12px;
	position: absolute;
	top: 0px;
	right: 0px;
	}
	
#contact_form ul {
	margin: 0;
	padding: 0px;
	}
	
#contact_form  li {
	float: left;
	margin-bottom:20px;
	position: relative;
	list-style-type: none;
	color: #1F242F;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

#contact_form label {
	width: 420px;
	height: 30px;
	display: block;
	color: #5F5F6E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	}
	
#contact_form  li.textarea {
	height:130px;
	}

#contact_form  li.button {
	float: left;
	margin-bottom:10px;
	position: relative;
	height: 35px;
	list-style-type: none;
	}

#contact_form input[type="text"], input[type="url"], input[type="email"] {
	width: 400px;
	 background-color: #f9f9f9;
 border: 1px solid #e2e2e2;
 font-family: Georgia, "Times New Roman", Times, serif;
 color: #838397;
 font-size:12px;
 padding: 8px;
 -webkit-border-radius: 0.5em 0.5em 0.5em 0.5em;
  -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
border-radius: 0.5em 0.5em 0.5em 0.5em;
float: left;
margin-right: 10px;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset;
		}


#contact_form input[type="text"]:focus, input[type="url"]:focus, input[type="email"]:focus {
	font-family: Georgia, "Times New Roman", Times, serif;
 color: #838397;
 font-size:12px;
 border: 1px solid #e2e2e2;
-webkit-box-shadow: 0 0 3px rgba(74, 170, 219, 0.9) inset;
	-moz-box-shadow: 0 0 3px rgba(74, 170, 219, 0.9) inset;
	box-shadow: 0 0 3px rgba(74, 170, 219, 0.9) inset;
	}
	


#contact_form textarea {
	width: 400px;
	 background-color: #f9f9f9;
 border: 1px solid #e2e2e2;
 font-family: Georgia, "Times New Roman", Times, serif;
 color: #838397;
 font-size:12px;
 padding: 8px;
 -webkit-border-radius: 0.5em 0.5em 0.5em 0.5em;
  -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
border-radius: 0.5em 0.5em 0.5em 0.5em;
float: left;
margin-right: 10px;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset;
		}


#contact_form textarea:focus {
	font-family: Georgia, "Times New Roman", Times, serif;
 color: #838397;
 font-size:12px;
 border: 1px solid #e2e2e2;
-webkit-box-shadow: 0 0 3px rgba(74, 170, 219, 0.9) inset;
	-moz-box-shadow: 0 0 3px rgba(74, 170, 219, 0.9) inset;
	box-shadow: 0 0 3px rgba(74, 170, 219, 0.9) inset;
	}


	
#contact_form select {
	width: 100px;
	 background-color: #f9f9f9;
 border: 1px solid #e2e2e2;
 font-family: Georgia, "Times New Roman", Times, serif;
 color: #838397;
 font-size:12px;
 padding: 8px;
 -webkit-border-radius: 0.5em 0.5em 0.5em 0.5em;
  -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
border-radius: 0.5em 0.5em 0.5em 0.5em;
float: left;
margin-right: 10px;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset;
		}


#contact_form select:focus {
	font-family: Georgia, "Times New Roman", Times, serif;
 color: #838397;
 font-size:12px;
 border: 1px solid #e2e2e2;
-webkit-box-shadow: 0 0 3px rgba(74, 170, 219, 0.9) inset;
	-moz-box-shadow: 0 0 3px rgba(74, 170, 219, 0.9) inset;
	box-shadow: 0 0 3px rgba(74, 170, 219, 0.9) inset;
	}


	
#contact_form .required {
	color:#A14933; 
	font-size:11px; 
	}
		
#contact_form input.submit:hover {
	background-color:#A14933;
	cursor:pointer;
	}

	
#contact_form .form_submit {
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
	background-color:#323232;
	border: none;
	color:#ffffff;
	cursor:pointer;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	display: block;
	padding: 5px;
	}

#contact_form .required {
	color:#4AAADB; 
	font-size:12px; 
	}

label.large_contact {
	color:#313035;
	display:block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	}
	
.form_error {
	border:  1px solid #406a27;
}

#thanks {
	border:  1px solid #bcbcbc;
	width: 400px;
	padding: 0px 10px 0px 0px;
	background-color:#f2f3ea;
	text-align: left;
}

#contactmessage {
	clear: both;
    color: #5F5F6E;
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
    padding-top: 20px;
    text-align: left;
}

.success {
	padding: 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
	margin-top: 25px;
	border: 1px solid #E7E7E9;
	background-color: #f2f2f2;
	color: #5F5F6E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}	


div.ppt {
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
}

/***************************************************
		   	 START PAGINATION
***************************************************/

#pagination {
	clear: both;	
	padding:0 0 20px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

	
/***************************************************
			    END PAGINATION
***************************************************/


/***************************************************
		  	  START PORTFOLIO FILTER
***************************************************/


#pagination ul {
	display: block;
	float: left;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px 3px 3px 3px;
	margin: 0px;
	padding: 0px;
	}

#pagination li {
	background: none;
	display: inline;
	margin: 0px;
	padding: 0 4px 0 0;
	float: left;
	}

#pagination li a {
	color: #ffffff;
	border: none;
	background: #60C0F0 url(blue.svg) 0 0 no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, from(#60C0F0), to(#30A0E0));
	background: -moz-linear-gradient(top,  #60C0F0,  #30A0E0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#60C0F0', endColorstr='#30A0E0');
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 -1px 1px rgba(0,0,0,.3) inset;
	-moz-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0 -1px 1px rgba(0,0,0,.3) inset;
	padding: 0.5em 1em;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	text-decoration:none;
	}

#pagination li a:hover {
	color: #ffffff;
	border: none;
	background: #30A0E0 url(blue_hover.svg) 0 0 no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, from(#30A0E0), to(#60C0F0));
	background: -moz-linear-gradient(top,  #30A0E0,  #60C0F0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#30A0E0', endColorstr='#60C0F0');
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 2px 1px rgba(0,0,0,.5) inset;
	-moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0 2px 1px rgba(0,0,0,.5) inset;
	padding: 0.5em 1em;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	text-decoration:none;
}
	
#pagination li a.current {
	color: #ffffff;
	border: none;
	background: #30A0E0 url(blue_hover.svg) 0 0 no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, from(#30A0E0), to(#60C0F0));
	background: -moz-linear-gradient(top,  #30A0E0,  #60C0F0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#30A0E0', endColorstr='#60C0F0');
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 2px 1px rgba(0,0,0,.5) inset;
	-moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0 2px 1px rgba(0,0,0,.5) inset;
	padding: 0.5em 1em;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	text-decoration:none;
}

#pagination li a.current:hover {
	color: #ffffff;
	border: none;
	background: #60C0F0 url(blue.svg) 0 0 no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, from(#60C0F0), to(#30A0E0));
	background: -moz-linear-gradient(top,  #60C0F0,  #30A0E0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#60C0F0', endColorstr='#30A0E0');
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 -1px 1px rgba(0,0,0,.3) inset;
	-moz-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0 -1px 1px rgba(0,0,0,.3) inset;
	padding: 0.5em 1em;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	text-decoration:none;
	}
	
/***************************************************
			ALERT BOX STYLING
***************************************************/
	
.alert_blue {
	display: block;
	float: left;
	margin: 0 5px 10px 5px;
	background-color: #A6BFDE;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px;
	border: 1px solid #4B87D0;
	padding: 10px 20px 10px 20px;
	color: #ffffff;
	clear: both;
	}
	
.alert_standard {
	display: block;
	float: left;
	margin: 0 5px 10px 5px;
	background-color: #f9f9f9;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px;
	border: 1px solid #D8D8DA;
	padding: 10px 20px 10px 20px;
	clear: both;
	}
	
.alert_red {
	display: block;
	float: left;
	border: 1px solid #941210;
	margin: 0 5px 10px 5px;
	background-color: #F0DCDB;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px;
	padding: 10px 20px 10px 20px;
	color: #941210;
	clear: both;
	}
	
.alert_yellow {
	display: block;
	float: left;
	border: 1px solid #E6DB55;
	margin: 0 5px 10px 5px;
	background-color: #FFFFE0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px;
	padding: 10px 20px 10px 20px;
	clear: both;
	}
	
.alert_green {
	display: block;
	float: left;
	border: 1px solid #8BAF5B;
	margin: 0 5px 10px 5px;
	padding: 10px 20px 10px 20px;
	background-color: #E0F1B5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px;
	clear: both;
}

.alert_blue h4 {
	color:#ffffff;
	padding: 0px 0px 0px 0px;
	}
	
.alert_blue p {
	color: #ffffff;
}

.alert_blue a {
	color:#ffffff;
	text-decoration:underline;
	}

.alert_standard h4 {
	color:#2D2D36;
	padding: 0px 0px 0px 0px;
	} 
	
.alert_red h4 {
	color:#941210;
	padding: 0px 0px 0px 0px;
	}

.alert_red p {
	color:#941210;
	}
	
.alert_red a {
	color:#941210;
	text-decoration:underline;
	}
	
.alert_yellow h4 {
	color:#9D5501;
	padding: 0px 0px 0px 0px;
	}
	
.alert_yellow p {
	color:#9D5501;
	}
	
.alert_yellow a {
	color:#9D5501;
	text-decoration:underline;
	}
	
.alert_green h4 {
	color:#4F5F39;
	padding: 0px 0px 0px 0px;
	}
	
.alert_green p {
	color:#4F5F39;
	}
	
.alert_green a {
	color:#4F5F39;
	text-decoration:underline;
	}
	
/***************************************************
			      TABLE STYLING
***************************************************/

	
table {
	border-collapse:separate;
	border-spacing:0;
	margin-bottom:30px;
	margin-top:30px;
	width:100%;
	}

table, td, th {
	vertical-align:middle;
	line-height: 30px;
	border-color:#333;
	}

th {
	color:#333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	text-align:center;
	line-height: 50px;
	padding-left: 10px;
	}

td {
	color:#333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	text-align:center;
	line-height: 50px;
	padding-left: 10px;
	}

tr:hover {
	background:#fff;
	}

td, th {
	background:url(../img/line.gif) repeat-x scroll center bottom transparent;
	vertical-align:middle;
	}
	
tr {
	border:0 none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:30px;
	margin:0;
	padding:0;
	vertical-align:baseline;
	}

th {
	background:url(../img/line.gif) repeat-x scroll center bottom #f2f2f2;
	vertical-align:middle;
	}
	
th.left {
	background:url(../img/line.gif) repeat-x scroll center bottom transparent;
	}
	
td.large {
	font-size: 24px;
	}
	
td.large_orange {
	font-size: 24px;
	color:#e45a07;
	background:url(../img/line.gif) repeat-x scroll center bottom #ffffff;
	}
	
td.highlight {
	background:url(../img/line.gif) repeat-x scroll center bottom #ffffff;
	}
	
th.highlight {
	background:url(../img/line.gif) repeat-x scroll center bottom #ffffff;
	}
	
td.highlight_left {
	background:url(../img/line.gif) repeat-x scroll center bottom #f2f2f2;
	}
	
tr.highlight_white {
	background:url(../img/line.gif) repeat-x scroll center bottom #FFFFFF;
	}
	
td img {
	text-align:center;
	margin: auto 0;
	}
	
/***************************************************
			    START OF ACCORDION
***************************************************/

	
.comment_wrapper {
	width:960px;
	float:left;
	margin:30px 0 50px 0;
	}
	
.accordionButton {	
	color:#1F242F;
	cursor:pointer;
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:35px;
	padding:0 0 5px 20px;
	width:97%;
	border: 1px solid #D8D8DA;
	background-color: #F5F5F5;
}
	
.accordionContent {	
	width: 99.1%;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	}
	
	
/***********************************************************************************************************************
 START EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	border: 1px solid #D8D8DA;
	background-color: #ffffff;
	color:#1F242F;
	}
	
.over {
	border: 1px solid #D8D8DA;
	background-color: #ffffff;
	color:#1F242F;
	}
	
.accordionContainer {
    padding: 10px 0;
}

.comment_container {
	width:95%;
	clear:left;
	margin-top: 15px;
	padding-left:20px;
	}
#homersind {
	margin-top:6px;
	display:block;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #900;
	text-decoration: none;
}

#intpage {
	background-image: url("../img/intpgs_bkg2_crop.jpg");
    background-repeat: no-repeat;
	background-position:center;
    height: 105px;
/*    padding-top: 15px; */
    width: 100%;
}

#sponsors {
	margin-top: 0px;
/*	line-height:38px;*/
	line-height:0.75;
	font-size:larger;
}



.imginline {
	display:inline;
	position: relative;	bottom: 18px;
}

.imgvertctr {
	display:block;
	vertical-align:middle;
}

#llh {
	line-height: 23px;
}

#llhz {
	margin-top:0px;
	line-height: 23px;
	position:relative; bottom:8px;
}

/* margin bottom off */
#mbo {
	margin-bottom:0px;
}
#sidebarleft {
	padding-right: 60px;
	padding-left: 0px;
}
#contactformleft {
	padding-left: 60px;
}
.wrapper h6 {
	line-height: 30px;
}
#top_menu .sf-menu li a {
	text-shadow:.03em .03em #b5b5bd;
}
