@import url("menu.css");

/* CSS Document */
body {
	height:100%;
	margin:0px;
	padding:0px;
}
body, p,.normal, .subhead {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #83bcf3;
}

ul {
	padding-left:15px;
}
ul, ul li {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	list-style: disc;
}
.pagemaster {
	width:100%;
	height:100%;
	background-color: #4371a2;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.page_wrapper {
	width:800px;
	margin:0 auto;
	text-align: left;
}
.content {
	height:500px;
}
.footerrow {
	background-color: #1b304b;
}
.footer_wrapper {
	width:auto;
	margin:0 auto;
	text-align: center;
}
.header {
	height:222px;
}
.mainmenu {
	padding-top:35;
	height:37px;
	margin:0 auto;
	text-align: center;
	border-bottom:2px solid #83bcf3;
}
.logo {
	height:147px;
}
.bottom_menu {
	padding:5px 0;
}
.head {
	font-size:20px;
	color:#83bcf3;
	padding-top:10px;
}
.featuredHead {
	font-size:16px;
	color:#83bcf3;
}
/*-------- Default Style --------*/

a,a:link,a:visited,a:active{
	color:#FFFFFF;
	text-decoration:none;
	font-family:Tahoma, Verdana, Arial;
	font-weight:normal;
}
a:hover{
	color:#83bcf3;
	text-decoration:underline;
}
.content a:link, .content a:visited, .content a:active {
	color:#FFFFFF;
}
.content a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}
a.CommandButton:link, a.CommandButton:visited {
	color:#0000FF;
	text-decoration:none;
	font-family:Tahoma, Verdana, Arial;
	font-weight:normal;
}
a.CommandButton:hover, a.CommandButton:active {
	color:#83bcf3;
	text-decoration:underline;
}
.clear_float{content:"."; display:none; clear:both;}

.subhead {
	color: #83bcf3;	
}
/*--------- pane style ----------*/
.TopPane, .BottomPane{ padding:0px; margin:0px; }
.ContentPane { padding:10px; margin:0px;}
.LeftPane{ padding:0px 10px 0px 0px; width:50%; margin:0px; }
.RightPane{ padding:0px 0px 0px 10px; width:50%; margin:0px; }
.BottomLeftPane{ padding:0px 10px 0px 0px; width:50%; margin:0px; }
.BottomRightPane{ padding:0px 0px 0px 10px; width:50%; margin:0px; }

/*-------------- Services --------------*/
.ServicesWrapper {
}
.Service {
	clear:both;
	padding-bottom:10px;
	overflow:auto;
}
.ServiceButton {
	background-image: url(images/srv_button.png);
	background-repeat: no-repeat;
	height: 63px;
	width: 102px;
	text-align:center;
}
.ServiceButton a {
	height: 100%;
	width: 100%;
	text-transform: uppercase;
	line-height:60px;
}
.ServiceButton a:link, .ServiceButton a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;	
}
.ServiceButton a:hover, .ServiceButton.active a:link, .ServiceButton.active a:visited {
	font-weight: bold;
	color: #83bcf3;
	text-decoration: none;
}
.ServiceText {
	float:right;
	width: 275px;
	padding:2px;
}
.ServiceName {
	padding:2px;
	color: #FFFFFF;
	font-weight: bold;
}
.ServiceDesc {
	padding:2px;
}
.ServiceDesc a.more:link, .ServiceDesc a.more:visited {
	padding:2px;
	color: #FFFFFF;
	font-size: 11px;
}

.ServiceDesc a.more:hover {
	padding:2px;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: underline;
}
.rowDivider {
	font-size: 4px;
}
/*-------------- Case Studies --------------*/
.csWrapper {
	clear:both;
	overflow:auto;
}
.csThumbnail {
	border: 3px solid #FFFFFF;
	margin:0 10px 20px 10px;
	float:left
}
.csContent, .csContent p {
	color: #FFFFFF;
}
.csContent {
	height: 362px;
	width: 425px;
	overflow: hidden;

}
.csMenu {
	padding-bottom:10px;
}
.csMenu {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.csMenu a:link, .csMenu a:visited {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
.csMenu a:hover .csMenu a.csSelected {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}


a.csSelected {
	text-decoration: underline;
}
/*-------------- Management Table Style --------------*/
.HTbl  {
	border: 1px solid #333333;
	font-size: 12px;
}
.HTblHdr, tr.HTblHdr {
	margin-left: 6px;
	margin-right: 6px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	color: #ffffff;
	background-color: #333333;
}
.HTblHdr a {
	font-weight: bold;
	color: #ffffff;
	text-decoration:underline;
}
.HTblHdr a:hover {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration:underline;
}
.HTblRow {background:#fff;}
.HTblRowAlt{background: #E4EAF3;}
.Htb1RowTotals {
	background: #FAFBDC;
	font-weight: bold;
}
.artistList {
	clear:both;
}
.artistList ul {
	padding:0;
	margin:0;
}
.artistList li {
	display: inline;
	padding-right:12px;
}
/*-------------- Button Style --------------*/
a.button {
    background: transparent url('../../../_LinkPitch/Better Angels/skin/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../../../_LinkPitch/Better Angels/skin/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 
/*-------------- Link Style --------------*/
.links {text-align:center;}
.links,a.links:link,a.links:active,a.links:visited{
	font-weight:bold;
	color:#83bcf3;
	font-size:11px;
	text-transform:uppercase;
}
a.links:hover{
	color:#FFFFFF;
}
/*-------------- User Style --------------*/
.Testimonial, .Testimonial p {
	color:#333333;
}
.TestimonialLink {
	text-align: right;
}
.TestimonialLink a {
	font-size:12px;
}
.TestimonialFeatured {
}
/*-------------- User Style --------------*/
.user,a.user:link,a.user:active,a.user:visited {
	color:#83bcf3;
	font-size:12px;
}
a.user:hover{
	color:#FFFFFF;
}

/*-------------- Footer Style --------------*/
.footer,a.footer:link,a.footer:active,a.footer:visited {
	color:#83bcf3;
	font-size:12px;
}
a.footer:hover{
	color:#FFFFFF;
}
.NewsArticles a.commandbutton {
	color:#83bcf3;
}

.articleHeadline h1 {
	background-color:transparent;
	border:none;
	border-bottom:solid 2px #5086BD;
	margin-bottom:0;
}

.latestnews p {
	padding:0 0 6px 2px;
	margin:0px;
}