/*# 01-Basic Styles #*/
body {
	background-color: #ffffff;
	margin:0px;
	padding:0px;
	font-family: Georgia, San Serif; 
	font-size: 11px;
	line-height: 18px;
}
.p {
	margin:0px;
	padding:0px;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	text-align: inherit;
	color: inherit;
	line-height: inherit;
	vertical-align: top;
}
p {
	padding-top:0px;
	margin-top:0px;
}
img {
	border:0px;
}
div {
	margin:0px;
	padding:0px;
}
.AbsWrap {
	width: 100%;
	position: relative;
}
.rowWrap {
	width: 100%;
}
.clearfloat {
	clear:both;
	height:0px;
}
a, a:link, a:visited
{
	
	color: #3e64ad;
	text-decoration: underline;
}

a:hover
{
	color: #2d3c69;
}

h1
{
	font-size: 16px;
	color: #2d3c69;
	text-transform: uppercase;
}

h2
{
	font-size: 14px;
	color: #2d3c69;
	text-transform: uppercase;
}
h3
{
	font-size: 13px;
	color: #2d3c69;
	text-transform: uppercase;
}

.ContentPadding
{
	margin: 10px;
}
/*# 02-Layout Styles #*/
#main {

	width:900px;
	margin: 0px auto;
	border: 0px solid #f0f0f0;

}
#Header {
	margin-left:0px;
	margin-top:20px;
	width:900px;
	height:130px;
	margin-bottom:0px;
	float:left;
	display:inline;
	background-image: url(../app_themes/rivermedia/images/Header.jpg);
	overflow:hidden;
}

.HeaderText
{
	width: 250px;
	text-align: right;
	margin-top: 15px;
	margin-right: 20px;
	color: #ffffff;

}
.HeaderName
{
	font-size: 31px;
}

.HeaderPhone
{
	margin-top: 20px;
	font-size: 20px;
}

.HeaderEmail
{
	margin-top: 10px;
	font-size: 18px;
}

.HeaderEmail a, .HeaderEmail a:visited
{
	color: #ffffff;
}

#Navigation {
	margin-left:0px;
	margin-top:0px;
	width:900px;
	height:30px;
	margin-bottom:0px;
	float:left;
	display:inline;
	/* background-image: url(../app_themes/rivermedia/images/Navigation.jpg); */
	background-color: #525252;
	overflow:hidden;

}
#Content {
	margin-left:0px;
	margin-top:0px;
	width:898px;
	min-height: 400px;
	margin-bottom:0px;
	float:left;
	display:inline;
	/* background-image: url(../app_themes/rivermedia/images/Content.jpg); */
	background-color: #f4f4f4;
	border: solid 1px #525252;
	overflow:hidden;

}
#Footer {
	margin-left:0px;
	margin-top:0px;
	width:900px;
	height:50px;
	margin-bottom:20px;
	float:left;
	display:inline;
	/* background-image: url(../app_themes/rivermedia/images/Footer.jpg); */
	background-color: #525252;
	overflow:hidden;
	color: #f4f4f4;
}

#Footer
{
	font-size: 14px;
}

#Footer a, #Footer a:visited
{
	color: #ffffff;
}
/*# 03-Page Layout #*/
/*# 03-Page Layout / Home Page #*/
.HomeLeftContainer, .HomeCenterContainer, .HomeRightContainer
{
	float: left;
	height: 400px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.HomeLeft
{
	float: left;
	width: 299px;
	height: 400px;
	border-right: solid 1px #525252;
}

.HomeCenter
{
	float: left;
	width: 298px;
	height: 400px;
	border-right: solid 1px #525252;

}

.HomeRight
{
	float: left;
	width: 299px;
	height: 400px;
}

.HomeBottom
{
	float: left;
	width: 900px;
	height: 100px;
	border-top: solid 1px #525252;
	background-color: #ffffff;
}

.TechPartnerLogos
{


}
/*# 04-Document Styles / Member Directory #*/
.TechPartnerLogos .DirectoryMemberLogo
{
	float: left;
	margin: 15px;
}

.TechMemberDirectory .DirectoryMemberLogo, .PartnerDirectory .DirectoryMemberLogo
{
	float: left;
	padding: 5px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #ffffff;
	border: solid 1px #000000;
}

/*# 04-Document Styles / Portfolio #*/
.Portfolio
{
}

.PortfolioLeftContent
{
	width: 30%;
}

.PortfolioRightContent
{
	width: 70%;
	border-left: solid 1px #525252;
}

/*# 08-General Classes #*/
.floatleft
{
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.floatright
{
	float: right;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.LogonPageBackground
{
}

.DialogPosition
{
}
/*# 09-Menu Layout #*/
#menuElem
{
	
}

.HMenuLayout 
{ 
	
	FONT-SIZE: 16px; 
	FONT-FAMILY: Tahoma; 
	font-weight: bold;
}


.HMenuLayout UL 
{ 
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	WIDTH: 100%; 
	PADDING-TOP: 0px; 
	LIST-STYLE-TYPE: none;
}

.HMenuLayout LI 
{ 
	/* Set the Menu Item Border Color */
	FLOAT: left; 
	DISPLAY: inline; 
}

.HMenuLayout a, .HMenuLayout A:hover, .HMenuLayout a:active, .HMenuLayout a:visited
{ 
	DISPLAY: block; 
	PADDING-RIGHT: 10px; 
	PADDING-LEFT: 10px; 
	PADDING-TOP: 2px;
	PADDING-BOTTOM: 2px; 
	MARGIN: 0px; 
	COLOR: #f4f4f4; /* Set the font color of the menu item text */
	TEXT-DECORATION: none;
}

.HMenuLayout A:hover 
{ 
	COLOR: #a9b9d4; 
}

.HMenuLayout UL UL 
{ 
	Z-INDEX: 500; 
	WIDTH: 168px; 
	POSITION: absolute;
	border-left: solid 1px #000000;
	border-top: solid 1px #000000;
	border-right: solid 2px #000000;
	border-bottom: solid 2px #000000;	

}


.HMenuLayout UL UL LI 
{ 
	CLEAR: left; 
	DISPLAY: block; 
	POSITION: relative;
	border-bottom: solid 1px #000000;
}
.HMenuLayout ul ul a
{
	width: 150px;
	padding-right: 10px;
	padding-left: 10px;
}

.HMenuLayout UL UL UL 
{ 

	LEFT: 90%; 	
	TOP: -1px;
	width: 168px;
}


/* Do not change to following styles */
.HMenuLayout UL UL 
{ 
	DISPLAY: none 
}

.HMenuLayout UL LI:hover UL UL 
{ 
	DISPLAY: none 
}

.HMenuLayout UL UL LI:hover UL UL 
{ 
	DISPLAY: none 
}

.HMenuLayout UL LI:hover UL 
{ 
	DISPLAY: block; 
}

.HMenuLayout UL UL LI:hover UL 
{ 
	DISPLAY: block 
}

.HMenuLayout UL UL UL LI:hover UL 
{ 
	DISPLAY: block 
}
