@charset "utf-8";
/* CSS Document */


/* General Styles*/


body {
	text-align: left;
	background-color: #f5f6f7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	line-height: 24px;
}

h1 a, h2 a, h3 a {
	color: #333;
	border:none;
	text-decoration: none;
}



p a {
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	text-decoration: none;
}

p a:hover {
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	text-decoration: none;
}



/* Navigation Elements */

#main_menu {
	background-image: url(../../../images/screenway/navbar.gif);
	height: 40px;
	background-repeat: no-repeat;
	background-position: left top;
}

#main_menu ul.menu {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#main_menu ul li{
	display:inline;
	margin-top: auto;
	margin-right: 10px;
	margin-bottom: auto;
	margin-left: 10px;
	font-size: 16px;

}

#main_menu ul li a {
	color: #333;
	text-decoration: none;
	border:none;
}

#main_menu ul li a:hover {
		text-decoration:none;
	color: #fff;
}


#left ul.menu {
	text-decoration:none;
	list-style-type: none;
	margin: 0px;
	padding: 22px;
}

#left ul.menu li a {
	text-decoration:none;
	display: block;
	margin: 8px;
	padding: 2px;
	color: #333;
	border:none;
}



/* Body and Containers */

.content_container {
	background-image: url(../../../images/screenway/content_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFF;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

contentpaneopen {
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 0px;	
}



contentpagetitle, a.contentpagetitle  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: #666;
	font-style: normal;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}

.componentheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: #666;
	font-style: normal;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	margin-left:12px;
}

table.blog {
	width: 100%;
}

table.contentpaneopen td {
	padding: 12px;	
}

.banner img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
