

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #737373;
}

form {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	padding: 4px;
	font-size: 12px;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 10pt;
	

}

h3 {
	font-size: 1em;
}

p {
	
	font-size: 9pt;
	line-height: 14pt;
	
}

.small {
font-size: 7pt;
}

.list {
font-size: 9pt;
line-height: 14pt;
color: #737373;
}
.listNo {
font-size: 9pt;
line-height: 14pt;
color: #737373;
list-style-type: none;
}



blockquote {
}

a {
	color: #ed2590;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}



.quote {
	font-size: 10pt;
	font-style: italic;
	color: #737373;
	margin: 20px 0 0px 0;
	


}



/* new menu */

.menu{
	border:none;
	border:0px;
	padding:0px;
	float: left;
	margin: 0 auto;
	font-size:12px;
	font-weight:bold;
	width: 960px;
	background-color: #ed2590;
	
	
	}
	
.menu .current_page_item a {
	height: 40px;
	color: #ffffff;
	background-color: #999;
}
.menu ul{
	
	height: 40px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px;
		border-right: 1px solid #fff;
		
		}
	.menu li a{
		
		display:block;
		font-weight:normal;
		line-height:40px;
		margin:0px;
		padding:0px 10px;
		text-align:center;
		text-decoration:none;
		font-weight: bold;
		color: #fff;
		font-size: 9pt;
		
		}
		.menu li a:hover, .menu ul li:hover a{
			background:#999999;
			color:#FFFFFF;
			text-decoration:none;
			}
	.menu li ul{
		background:#999999;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:260px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:260px;
		border-bottom: 1px solid #fff;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height: 40px;
		font-size:9pt;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background-color:  #ed2590;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			
			}
	.menu p{
		clear:left;
		}	


/* menu interactivity */

.menu li ul {
    visibility: hidden;
    opacity: 0;
    -ms-transition: opacity 0.25s linear, visibility 0.25s;
    -o-transition: opacity 0.25s linear, visibility 0.25s;
    -moz-transition: opacity 0.25s ease-in, visibility 0.25s;
    -webkit-transition: opacity 0.25s linear 0.25s, visibility 0.25s;
    transition: opacity 0.25s linear, visibility 0.25s;
}

.menu li:not(:hover) ul {
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.menu li:hover ul {
    visibility: visible;
    opacity: 1.0;
}

.menu li a:hover {
    color: #333333;
    background-color: #ddd;
}

.menu li a, #submenu a {
    -o-transition: background-color 0.25s;
    -moz-transition: background-color 0.25s;
    -ms-transition: background-color 0.25s;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
}
		

/* Splash */

#splash {
	width: 960px;
	height: 150px;
	margin: 0 auto;
}

#header {
	width: 960px;
	height: 91px;
	float: left;
	margin: 0 auto;
	border-bottom: 6px solid #fff;
	

}

#slogan {
	float: right;
	font-size: 16pt;
	font-weight: bold;
	padding: 40px 0 0 0;
	font-style: italic;

}

/* Logo */



#logo{
	float: left;
	width: 200px;
	padding-top: 0px;
	letter-spacing: -3px;
	text-transform: uppercase;
	font-size: 3em;
}




/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

/* Content */

#content {
	float: left;
	width: 680px;

	margin: 20px 0 0 28px;
}

.post {
	padding-bottom: 0px;
}

.post .title {
	margin: 0px 0 0 20px;
	padding: 5px 0px 10px 0px ;
	letter-spacing: -2px;
	border-bottom: 1px dashed #B9B9B9;
	text-transform: uppercase;
	font-size: 24px;
	color: #ed2590;

	
}

.titlebtm {
	margin: 0px 0 0 0;
	padding: 5px 20px;
	border-bottom: 1px dashed #B9B9B9;
	color: #ed2590;
	
}

.post .title a {
	text-decoration: none;
}

.post .entry {
	padding: 10px 20px;
}

.post .meta {
	height: 26px;
	background: #F5F5F5;
	border-top: 1px solid #E9E9E9;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
}

.post .posted {
	float: left;
	height: 16px;
	padding: 5px 20px;
}

.post .permalink, .post .comments {
	float: right;
	height: 16px;
	padding: 5px 20px;
}

.post .permalink {
}

#contactform {
color: #FFFFFF;
font-weight: bold;


}

/* Sidebar */

#sidebar {
	float: left;
	width: 250px;
	margin: 20px 0 0 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li li {
	margin: 0;
	padding-left: 10px;
	padding-bottom: 0px;
	
}

#sidebar p {
	
	font-size: 12pt;
	font-weight: bold;
}

#sidebar h2 {
	height: 20px;
	margin: 0;
	padding: 6px 0 0 20px;
	border-bottom: 1px dashed #B9B9B9;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

/* Search */

#search form {
	padding: 20px;
}

#search br {
	display: none;
}

#search #s {
	width: 135px;
}

/* Footer */

#footer {
	clear: both;
	width: 960px;
	height: 50px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 6px solid #999999;
	font-size: smaller;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: 7pt;
	
}

.normal .normal strong {
	line-height: normal;
}

.teamMember {
	float: left;
	width: 640px;
	border-top: 1px solid #B9B9B9;
	padding: 10px;
	
}

.teamMember h2{
	height: 20px;
	margin: 0;
	
	
}


.teamMember img{
	padding: 2px;
	background-color:#fff;
	border: 1px solid #ed2590;
	
	
	
	
}

.teamLeft {
	float: left;
	width: 160px;
	
	
}

.teamRight {
	float: left;
	margin-left: 10px;
	width: 470px;
	
}

