/*-----InBlog Content-----*/
div.cssCopy{
	font-family: myriad,verdana,sans-serif;
	font-size: 12px;
	color: #333399;
	font-weight: bold;
	width: 628px;
	_width: 650px;
	padding: 10px;
	background-color: #E9E9FF;
	border: dotted 1px #555555;
}
div.cssCopy pre{
	font-family: myriad,verdana,sans-serif;
	font-size: 12px;
	color: #333399;
	font-weight: bold;
	margin: 0px;
}
div.cssCopy p{
	margin: 0px;
}
div.cssCopy ul{
	margin: 0px;
	padding: 0px;
}
div.cssCopy li{
	line-height: 15px;
}
div.cssCopyComment, span.cssCopyComment{
	font-family: myriad,verdana,sans-serif;
	font-size: 11px;
	color: #DC143C;
	font-weight: normal;
}
div.outcome{
	width: 626px;
	_width: 650px;
	padding: 10px;
	border: dashed 2px #BBDDEE;
}

/*-----Tutorial Content-----*/
.rollover a{
	display: block;
	text-indent: -9999px;
	margin: auto auto auto auto;
	cursor: pointer;
	outline: transparent solid 0px;
}
#exampleButton a{
	height: 100px;
	width: 200px;
	background: url('images/tutorials/sampleRolloverButton.png') no-repeat left top;
}
#exampleButton a:hover{
	background-position: left -100px;
}

/*-----Header CSS-----*/
.header a, #footer a{
	color: white;
	text-decoration: none;
	font-family: verdana, myriad, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.header a:hover, #footer a:hover{
	color: #1D3E66;
}
.header a.current{
	color: #1D3E66;
	font-family: verdana, myriad, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

/*-----general-----*/
html{
	height: 100%;
}
body{
	margin: 0px;
	padding: 0px;
	height: 100%;
}
div{
	margin: 0px;
	padding: 0px;
}
img{
	border: 0px;
}
.header h3{
	color: white;
	font-family: georgia, times, serif;
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
}
.header h1, .header h2{
	color: white;
	font-family: georgia, times, serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.header p{
	color: white;
	font-family: georgia, times, serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
.header ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div#wrapper{
	width: 990px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -100px auto;
}
div#mainContent{
	width: 990px;
	float: left;
}
.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}
.clear{
	clear: both;
}

/*-----header bar-----*/
.header{
	width: 990px;
	float: left;
	background: url('images/main/headerBar.gif') no-repeat left 20px;
	margin: 0px 0px 15px 0px;
}
#titleBox{
	float: left;
	width: 400px;
	background-color: #3D6199;
	margin-left: 30px;
	display: inline;
}
#titleBox a h3{
	padding: 2px 0px 5px 12px;
}
#titleBox h2{
	text-align: right;
	padding: 0px 12px 5px 0px;
}
#titleBox p{
	margin: 8px 8px 0px 8px;
}
#navBox{
	float: right;
	display: inline;
	background-color: #6284A3;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	width: 150px;
}
#navBox a{
	margin: 0px 10px;
}
div.rssBox{
	float: right;
	display: inline;
	height: 40px;
	width: 40px;
	margin: 15px 45px 0px 70px;
}
#rss a{
	height: 40px;
	width: 40px;
	background: url('images/main/RSS.png') no-repeat left top;
}
#rss a:hover{
	background-position: left -40px;
}

/*-----footer bar-----*/
#footerNudge{
	clear: both;
	height: 100px;
}
#footer{
	width: 100%;
	clear: both;
	height: 70px;
	margin-top: 30px;
	position: relative;
}
#footerWrapper{
	width: 990px;
	height: 70px;
	margin: 0px auto;
	background: #6284A3 url('images/main/corners/990top.png') no-repeat left top;
}
div.line{
	float: left;
	color: white;
	font-family: myriad, verdana, sans-serif;
	font-size: 12px;
	width: 990px;
}
div.line p{
	margin: 15px;
	padding: 0px;
	color: white;
	font-family: myriad, verdana, sans-serif;
	font-size: 15px;
	font-weight: normal;
	margin-top: 7px;
	margin-bottom: 7px;
}

/*-----corners-----*/
.corners{
	height: 5px;
	float: left;
}
.corners#navTop{
	width: 150px;
	margin-bottom: 2px;
	background: #6284A3 url('images/main/corners/150top.png') no-repeat left top;
}
.corners#navBottom{
	width: 150px;
	margin-top: 2px;
	background: #6284A3 url('images/main/corners/150bottom.png') no-repeat left top;
}
.corners#titleTop{
	width: 400px;
	background: #3D6199 url('images/main/corners/400top.png') no-repeat left -1px;
}
.corners#titleBottom{
	width: 400px;
	background: #3D6199 url('images/main/corners/400bottom.png') no-repeat left top;
}