/* SNOWCOMPUTER.COM CSS Document */
body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:15px;
}
p
{
	margin:10px 20px 10px 15px;
}
li
{
	margin:2px 0px 2px 0px;
}
ul
{
	margin-top:0px;
	margin-bottom:0px;
}
a.LinkButton
{
	padding:4px 8px 4px 8px;
	color:white;
	background-image:url(../images/bg_LinkButton.jpg);
	border:1px solid #003366;
	background-position:center;
	text-decoration:none;
	font-weight:normal;
}
a.LinkButton:hover
{
	text-decoration:underline;
}
a.noUnderline
{
	text-decoration:none;
}

/************** 
WRAPPER
**************/
#wrapper
{
	width:696px;
}

/***************** 
HEADER FRAME 
*****************/
#headerFrame
{
	font-size:0px;
	margin-bottom:10px;
}
/*******************
INNER WRAPPER
********************/
#innerWrapper
{
	border:1px solid black;
	padding:1px;
}

/*******************
 NAVIGATION FRAME 
 *******************/
#navigationFrame
{
	font-weight:bold;	
	background-image:url(../images/bg_Navigation.jpg);
	color:white;
  height:20px;
	/*padding:6px 10px 6px 0px;*/	
}
#navigationFrame a
{
	color:white;
	text-decoration:none;
	padding:6px 16px 6px 16px;
	border-right:1px solid #666666;
	border-left:1px solid white;
	font-size:11px;
}
#navigationFrame a:hover
{
	background-image:url(../images/bg_Navigation_hover.jpg);
}
#navigationFrame a.selected
{
	color:white;
	text-decoration:none;
	/*padding:6px 12px 6px 12px;*/
	font-size:11px;
	background-image:url(../images/bg_Navigation_hover.jpg);
}


/*****************
 CONTENT FRAME 
 *******************/
h1
{
	color:white;
	font-size:14px;
	padding:10px 12px 10px 12px;
	margin:1px 0px;
	background-color:#336699;
	background-image:url(../images/bg_h1.jpg);
	background-position:bottom;
}
h2
{
	margin:10px;
	font-size:12px;
	padding:2px;
	padding-left:5px;
	border-bottom:1px solid #336699;
	border-left:10px solid #336699;
	text-transform:capitalize;
}
h3
{
	margin:5px 12px 5px 12px;
	font-size:12px;
	padding:2px;
	text-transform:capitalize;
}

/* LEFT CONTENT FRAME */
#contentFrameLeftColumn
{
	background-color:white;
	vertical-align:top;
	margin-right:1px;
}

/* RIGHT CONTENT FRAME */
#contentFrameRightColumn
{
	background-color:#dcdcdc;
	border-left:1px solid black;
	border-top:none;
	width:190px;
	vertical-align:top;
	margin-left:1px;
}
#contentFrameRightColumn img
{
	margin:0px 5px 10px 10px;
}
#contentFrameRightColumn h4
{
	background-color:#666666;
	padding:5px 7px 5px 7px;
	border-top:1px solid black;
	border-bottom:1px solid black;
	font-size:11px;
	color:white;
	margin:0px 0px 10px 0px;
	text-transform:uppercase;
	background-image:url(../images/bg_rightColumn_h3.jpg);
}

/******************
RESOURCES
******************/
#resources img
{
	margin-right:10px;
	float:left;
	display:block;
}

/*******************
ASK THE TECH GUY
*******************/
#contactForm
{
	margin:10px 30px 10px 30px;
	border:1px solid black;
	padding:20px;
	background-color:whiteSmoke;
}
#contactForm label
{
	 width:70px;
	 font-weight:bold;
	 float:left;
}
#contactForm input, textarea
{
	float:left;
	margin:5px;
}
#contactForm br
{
	clear:left;
}

#contactForm .successMsg
{
	border:1px solid green;
	background-color:white;
	color:green;
	padding:5px;
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
}

/******************
FOOTER FRAME
*******************/
#footerFrame
{
	background-image:url(../images/bg_h1.jpg);
	padding:10px;
	color:white;
	margin-top:1px;
}

/*********************
WHATS NEW
*********************/
#whatsNew
{
	width:200px;
	float:left;
	margin:5px;
	background-image:url(../images/bg_whatsNew.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding-top:32px;
}
#whatsNew .body
{
	padding-top:15px;
	border:1px solid black;
	border-top:none;
	background-image:url(../images/bg_whatsNew2.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
#whatsNew ul
{
	margin:0px;
	padding:0px;
}
#whatsNew li
{
	margin-left:30px;
	list-style-type:disc;
	list-style-image:none;
}