@charset "utf-8";
/* CSS Document */

/*----- basic styling -----*/
* {
	margin: 0px;
	padding: 0px;
	font: 13px "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
body {
	text-align: center;
	background: #000000;
	position: relative;
}

hr {
	margin: 20px 0px 14px;
	padding: 0px;
	color: #333333;
	font-size: 1px;
	font-style: normal;
	font-weight: normal;
}
#header {
	height: 20px;
}
/*----- always position all DIVs as 'relative' -----*/
#container {
	text-align: left;
	margin: 0px auto;
	padding: 0px 0px 0px 5px;
	position: relative;
	width: 1000px;
}
#container h6 {
	font-size: 6px;
	line-height: 1px;
	font-weight: normal;
	display: none;
}


/*----- Make H1 in Banner "display:none" when using image in Banner -----*/
#banner {
	margin: 0px;
	padding: 0px;
	width: 345px;
	float: left;
	text-align: left;
	background: url(images/SketchPadGraphicDesign.jpg) no-repeat;
	height: 115px;
}
/*---------------- top navigation links----------------------*/
#navigation {
	margin: 0px;
	padding: 25px 5px 0px 0px;
	width: 650px;
	height: 70px;
	float: left;
}
#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: left;
}
#navigation li {
	display: inline;
	padding-bottom: 6px;
	margin: 0px 0em 0px 40px;
	text-align: justify;
	text-decoration: none;
	padding-right: 0px;
	padding-left: 0px;
}
#navigation a {
	border-bottom: 4px solid #333333;
	padding-bottom: 6px;
	color: #CCCCCC;
	text-decoration: none;
	line-height: 40px;
}
#navigation a:hover {
	border-bottom: 4px solid #926A01;
	margin: 0px;
	padding: 0px 0px 6px;
	line-height: 40px;
}
/*---------------- Verticle spacing home page----------------------*/
#divider {
	height: 80px;
	clear: both;
}
#dividerInside {
	height: 10px;
	clear: both;
}
/*---------------- Main Content Area----------------------*/
#mainContent {
	clear: both;
}
#mainContentLeft {
	margin: 0px;
	padding: 0px;
	width: 300px;
	float: left;
}
#mainContentLeft h1 {
	font-weight: normal;
	margin: 46px 0px 25px;
	padding: 0px;
	font-size: 16px;
	font-style: italic;
}
#mainContentLeft a {
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
	border-bottom: 1px dashed #926A01;
	line-height: 20px;
}
#mainContentLeft a:hover {
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
	border-bottom: 1px dashed #FFFFFF;
	margin-bottom: 5px;
	line-height: 20px;
}
#mainContentRight {
	float: right;
	width: 650px;
	margin: 0px;
	padding: 0px 7px 0px 0px;
}
#mainContentRight h1 {
	font-weight: normal;
	margin: 0px 0px 10px;
	padding: 0px;
	font-size: 28px;
}
#mainContentRight h2 {
	font-weight: bold;
	margin: 0px 0px 10px;
	padding: 0px;
	font-size: 16px;
}
#mainContentRight p {
	text-align: justify;
	margin: 0px 0px 10px;
	padding: 0px;
	line-height: 18px;
	font-size: 13px;
}
#mainContentRight p.bold {
	font-weight: bold;
	color: #FFFFFF;
}
#mainContentRight li {
	margin-left: 25px;
}

#mainContentRight a {
	text-decoration: none;
	border-bottom: 1px dashed #CC9900;
}
#mainContentRight a:hover {
	border-bottom: 1px dashed #FFFFFF;
}


/*---------------- footer info/links----------------------*/
#footer {
	margin: 0px auto;
	clear: both;
	border-top: none;
	padding-top: 12px;
	padding-bottom: 2px;
	padding-left: 8px;
	overflow: auto;
	text-align: center;
	float: none;
	font: normal 9px "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

#footer p {
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 2px;
	font-size: 9px;
	margin-right: auto;
	margin-left: auto;
	letter-spacing: 2px;
	line-height: 14px;
	color: #666666;
	text-align: center;
}
#footer a {
	text-decoration: none;
	padding-top: 4px;
	font-size: 11px;
	margin-right: auto;
	margin-left: auto;
	letter-spacing: 1px;
	color: #999999;
	border-bottom: 1px solid #666666;
}
#footer a:hover {
	text-decoration: none;
	padding-top: 4px;
	font-size: 11px;
	margin-right: auto;
	margin-left: auto;
	letter-spacing: 1px;
	color: #999999;
	border-bottom: 1px solid #926a01;
}

#clear {
	clear: both;/*----- <div id="clear"></div> -----*/
}
.offer {
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}
.italic {
	font-style: italic;
	color: #FFCC00;
}
