﻿body
{
    background-image: url('images/layout/Slices/Background.jpg');
    background-position: center top;
    background-attachment: fixed;
    font-family: verdana, arial, sans-serif;
    font-size: 76%;
    background-color: #4567c0;
    background-repeat: no-repeat;
}
#content 
{
	}
#footimage
{
	position: absolute;
	z-index: 5;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width:100%; height:100%;
}
#wrapper
{
	width: 1070px;
	padding-top: 10px;
}
.topimage
{
	float: left;
	width: 1050px;
	background-image: url( 'images/layout/Slices/TransparentBackground2.png' );
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 10px;
}
#header
{
	float: left;
	width: 1040px;
	height: 145px;
	padding-top: 5px;
	margin-left: 5px;
	margin-top: 15px;
	margin-bottom: 10px;
	background-image: url( 'images/layout/Slices/Web Design Seattle WA.png' );
	background-repeat: no-repeat;
}
#logo
{
	float: left;
	width: 450px;
	height: 140px;
}
#pagecontentwrapper
{
	float: left;
	width: 1050px;
}
#footer
{
	float: left;
	width: 1050px;
	height: 150px;
}
#pagecontent
{
	float: right;
	width: 800px;
	margin-right: 5px;
}
#navcolumn
{
	float: left;
	width: 230px;
	margin-left: 5px;
}
.news
{
	float: left;
	width: 230px;
}
.accordianwrap
{
	float: left;
	width: 230px;
	background-image: url(  'images/layout/Slices/NavMiddle.png' );
	background-repeat: repeat-y;
}
.navheader
{
	float: left;
	width: 230px;
	height: 17px;
	background-image: url( 'images/layout/Slices/NavHeader.png' );
	background-repeat: no-repeat;
}
.navfooter
{
	float: left;
	width: 230px;
	height: 17px;
	background-image: url( 'images/layout/Slices/NavBottom.png' );
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.navlinks
{
	float: left;
	width: 230px;
	height: 41px;
	background-image: url( 'images/layout/Slices/AccordianHeader.png' );
	background-repeat: no-repeat;
}
.sublinks
{
	font-size: 12px;
	font-weight: bold;
	color: #0066FF;
	text-decoration: none;
	padding-left: 50px;
	padding-top: 3px;
	font-family: Verdana;
	text-align: left;
}
.sublinkwrap
{
	float: left;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
}
.linkicon
{
	float: left;
	padding-left: 10px;
	padding-top: 3px;
}
.collapsepanelheaderContent
{
	float: left;
	width: 230px;
	height: 41px;
	background-image: url( 'images/layout/Slices/AccordianHeader.png' );
	background-repeat: no-repeat;
	cursor: pointer;
}
.collapsepanelContent
{
	float: left;
	width: 230px;
	height: 0px;
	overflow: hidden;
}
.panelcontent
{
	float: left;
	width: 230px;
}
.panelwrap
{
	float: left;
	width: 230px;
}
.accordianlink
{
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #0066FF;
	text-align: center;
	padding-left: 5px;
	padding-top: 12px;
	text-decoration: none;
	font-family: Verdana;
}

/*SubPanels*/
.collapsesubpanelheader
{
	width: 780px;
	height: 20px;
	cursor: pointer;
}
.collapsesubpanelContent
{
	width: 780px;
}
.subheadertext
{
	font-size: 15px;
	color: #000000;
	margin-top: 5px;
	vertical-align: middle;
}
.subPanelContent
{
	width: 780px;
	padding-left: 25px;
	padding-top: 5px;
}
/*End SubPanels*/

.editablewrap
{
	float: right;
	width: 800px;
}
.editabletop
{
	float: right;
	height: 17px;
	width: 800px;
	background-image: url( 'images/layout/Slices/ContentTop.png' );
	background-repeat: no-repeat;
}
.editablemiddle
{
	float: right;
	width: 780px;
	background-image: url(  'images/layout/Slices/ContentMiddle.png' );
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
}
.editablebottom
{
	float: right;
	width: 800px;
	height: 16px;
	background-image: url( 'images/layout/Slices/ContentBottom.png' );
	background-repeat: no-repeat;
}

/*Content Transparency*/
.toptrans
{
	float: left;
	width: 780px;
	height: 17px;
	background-image: url( 'images/layout/Slices/Content/ContentTop.png' );
	background-repeat: no-repeat;
	margin-top: 10px;
}
.middletrans
{
	float: left;
	width: 780px;
	background-image: url( 'images/layout/Slices/Content/ContentMiddle.png' );
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-right: 10px;
}
.bottomtrans
{
	float: left;
	width: 780px;
	height: 16px;
	background-image: url( 'images/layout/Slices/Content/ContentBottom.png' );
	background-repeat: no-repeat;
}

/*End Content Transparency*/

/*Content Solid*/
.topsolid
{
	float: left;
	width: 780px;
	height: 17px;
	background-image: url( 'images/layout/Slices/Content/SolidContentTop.png' );
	background-repeat: no-repeat;
	margin-top: 10px;
}
.middlesolid
{
	float: left;
	width: 760px;
	background-image: url( 'images/layout/Slices/Content/SolidContentMiddle.png' );
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-right: 10px;
}
.bottomsolid
{
	float: left;
	width: 780px;
	height: 16px;
	background-image: url( 'images/layout/Slices/Content/SolidContentBottom.png' );
	background-repeat: no-repeat;
}

/*End Content Solid*/


/*Templates and Promo Products Portion of Site*/
.editabletopsolid
{
	float: right;
	height: 17px;
	width: 800px;
	background-image: url( 'images/layout/Slices/SolidContentTop.png' );
	background-repeat: no-repeat;
}
.editablemiddlesolid
{
	float: right;
	width: 780px;
	background-image: url(  'images/layout/Slices/SolidContentMiddle.png' );
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
}
.editablebottomsolid
{
	float: right;
	width: 800px;
	height: 16px;
	background-image: url( 'images/layout/Slices/SolidContentBottom.png' );
	background-repeat: no-repeat;
}
.templatecolumn
{
	float: left;
	width: 250px;
}
.searchtemplates
{
	float: right;
	width: 500px;
}
.category_list 
{
	text-align: left;
}
.category_list ul
{
	margin: 0px;
	padding: 0px 0px 0px 5px;
	list-style-type: none;
	list-style-image: none;
}
.category_list a {color:#000000;text-decoration:none}
.category_list a:hover {text-decoration:underline}
.category_list li {padding:0px 0px 0px 4px;list-style-type: none;}
h2 {color:#233581;font-size:11px;margin:10px 0px 10px 0px;padding:0px}
.dash_line {
	background-image:url(images/dash.gif);
	background-repeat:repeat-x;
}
.templatedisplay
{
	float: right;
	width: 500px;
}
.iframewrapper
{
	width: 100%;
	overflow: visible;
}

/*End of Templates and Promo Products*/


/* VRMS Header */

.VRMS
{
    width: 100%;
    height: 30px;
    float: left;
    background-image: url('/images/VR-Media-Solutions-Communities.jpg');
    background-repeat: repeat-x;
    padding-top: 5px;
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

/* VRMS Header */