body {
	text-align:center;
	font:12px Arial, Helvetica, sans-serif;
	background-color:#ffffff;
}

a, span, blockquote {
	text-decoration:none;
	color:#d60d08;
}

blockquote {
	padding:0;
	margin:0 0 1em;
}

blockquote p {
	margin:0;
}

cite {
	color:#000000;
	margin:0;
	font-style:normal;
	padding:0.25em 20px 0;
	display:block;
}

a:hover {
	text-decoration:underline;
}

body,h1,h2,h3,h4,h4,h6,ul,li,form,input,select {
	padding:0;
	margin:0;
}

ul { list-style:none; }
img { border:none; }

p {
	margin:0 0 1em;
}

/*		CLASSES		*/
.margin			{ margin:10px; }
.marginTop		{ margin-top:10px; }
.marginRight	{ margin-right:10px; }
.marginBottom	{ margin-bottom:10px; }
.marginLeft		{ margin-left:10px; }
.padding		{ padding:10px; }
.paddingTop		{ padding-top:10px; }
.paddingRight	{ padding-right:10px; }
.paddingBottom	{ padding-bottom:10px; }
.paddingLeft	{ padding-left:10px; }
.relative		{ position:relative; }
.bold			{ font-weight:bold; }
.left			{ float:left; }
.right			{ float:right; }
.clear			{ clear:both; }


#mainContainer {
	text-align:left;
	margin:0 auto;
	width:1000px;
	overflow:hidden;
}

#header {
	text-align:center;
}

#nav {
	height:27px;
	border:1px solid #c9c9c9;
	/*background:url(../images/navcontact.gif) right top no-repeat;*/
	position:relative;
	overflow:hidden;
}

#nav li {
	float:left;
}

#nav li a {
	display:block;
	height:27px;
	overflow:hidden;
	background-image:url(../images/nav.gif);
	background-repeat:no-repeat;
	text-indent:-1000px;
}

#nav_about a {
	background-position:0 0;
	width:74px;
}

#nav_blurbs a {
	background-position:-74px 0;
	width:130px;
}

#nav_contact a {
	background-position:-205px 0;
	width:94px;
}

#nav_about a:hover, li#nav_about.active a { background-position:0 -27px; }
#nav_blurbs a:hover, #nav_blurbs.active a { background-position:-74px -27px; }
#nav_contact a:hover, #nav_contact.active a { background-position:-205px -27px; }

#nav p {
	text-indent:-10000px;
	overflow:hidden;
}

#nav p a {
	display:block;
	position:absolute;
	height:27px;
	top:0;
	left:716px;
	width:166px;
	overflow:hidden;
}

#content {
		background-color:#d4d4d4;
		padding:7px;
}

#content .left {
	width:700px;
}

#content .right {
	width:280px;
	/*background:url(../images/strategicwritingservices.gif) center 32px no-repeat;*/

	height:202px;
}

#text{
	height:202px;
	overflow:auto;
	background-color:#FFFFFF;
	border:1px solid #bdbdbd;
}

#text div{
	padding:10px;
	display:none;
	background-color:#ffffff;
}

#text div.active {
	padding:10px;
	display:block;
}

#text2 {
	height:202px;
	overflow:auto;
	font-size:18px;
	font-family:"Arial";
}

#text2 div {
	padding:25px;
	display:none;
}

#text2 div.active {
	padding:25px;
	display:block;
}

#text2 div b {
	color: #ff0000;
	font-size:20px;
	text-transform: uppercase;
	font-weight:normal;
}

#text h1 {
	height:22px;
	text-indent:-10000px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:0 0;
	margin-bottom:1em;
	font-size:12px;
}

#text #about h1 { background-image:url(../images/title_about.gif); }
#text #blurbs h1 { background-image:url(../images/title_blurbs.gif); }
#text #contact h1 { background-image:url(../images/title_contact.gif); }


/* Fix's containers not clearing inner floats in firefox */
.clearIt:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

html .clearIt {
	height: 1%;
}