/************** Default Elements *******************/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	font: 100.01%/120% Arial, Helvetica, sans-serif;
	color: #bbcbe3;
	background: #141414;
	margin-top: 2px;
}

/************** Layout Elements *******************/

#wrapper {
	width: 920px;
	margin: 0 auto;
	font-size: 80%;
	background-color: #333;
	min-height: 400px;
}

#header {
	min-height: 100px;
	background: #242424  url(headerBG.jpg) repeat-x; 
}

#header #title {
	margin-top: 20px;
}

#header ul {
	border-bottom: 1px solid #434343;
	border-right: 1px solid #434343;
	list-style-type: none;
	margin: 13px 20px 0 20px;
	min-height: 22px;
}

#header li {
	float: right;
	padding: 2px 10px;
	border-left: 1px solid #434343;
}

#header li a {
	color: #bbcbe3;
	text-decoration: none;
}

#header li a:hover, #leftcol li a:hover {
	color: #fd9a01;
}

li a#marker   {
	color: #fd9a01;
}

#strap {
	height: 205px;
	border-bottom: 1px solid #000;
	background-image: url(creativewebsiteheader.jpg);
	background-repeat: no-repeat;
}

#content {
	padding-top: 1px;
}

#innerwrapper {
	margin: 20px;
	padding-bottom: 20px;
}

#innercontent {
	background-color: #141414;
	border: 1px solid #5f5f5f;
	min-height: 350px;
	margin-left: 200px;
	padding: 1px 10px 10px 10px;
}

#leftcol {
	float: left;
	width: 210px;
	min-height: 200px;
}
#footerbox {
	font-size: 0.87em;
	background-color: #939;
	margin-right: auto;
	margin-left: auto;
	width: 920px;
	text-align: center;
	height: 38px;
	padding-top: 17px;
}


/*
#leftcol ul {
	list-style-type: none;
	list-style-position: inside;
}

#leftcol li {
	border-left: 1px solid #5f5f5f;
	border-bottom: 1px solid #5f5f5f;
}

#leftcol li a {
	display: block;
	text-decoration: none;
	font-size: 120%;
	padding: 5% 20%;
	color: #bbcbe3;
}

#leftcol li a#here {
	background-color: #141414;
	width: 122px;
	color: #fd9a01;
}


/************** Text Elements *******************/

h1, h2, h3, h4, h5, h6 {
	padding: 15px 0 5px 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #EEF6F8;
}

h1 {
	color: #EDF6F5;
	font-size: 160%;
	letter-spacing: .16em;
}

h2 {
	font-size: 121%;
	color: #94A1B3;
	font-style: italic;
}
#white-bk {
	background-color: #FFF;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding: 16px;
}


h3 {
	font-size: 130%;
	color: #33B33C;
}

h4 {
	font-size: 120%
}

h5 {
	font-size: 110%;
}

h6 {
	font-size: 100%;
}

p {
	margin: 20px;
}


/************** Generic Classes *******************/

.right {
	float: right;
	margin: 5px 0 2px 10px;
}

.left {
	float: left;
	margin: 5px 10px 2px 0;
}

.clearit {
	font-size: 0;
	line-height: 0;
	clear: both;
}

.gray-text {
	font-size: 0;
	line-height: 0;
	clear: both;
	color: #222;
}


/************** Link Styles *******************/

a img {
	border: none;
}

a {
	color: #fd9a01;
}

a:hover {
	color: #fed08b;
}
.left-indent {
	margin-left: 28px;
}
#callout-box {
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	color: #141414;
	background-image: url(../p7ap/images/p7ap_light_gray_bevel.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	padding-top: 8px;
}
.PurpleText {
	font-weight: bold;
	color: #8F3F98;
}

