html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin:0;
	padding:0;
	list-style:none;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	background:#d6d7de;
	text-align:center;
	font-size:12px;
	color:#11162d;
}

a {
	color:#FFF;
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
}

ul {
	margin-left:15px;
}

li {
	list-style-type:square;
	margin:1px 0;
}

/*---------------------text styles---------------------------*/

h1.logo {
	overflow:hidden;
	text-indent:-99999px;
	position:absolute;
	top:0;
	width:962px;
}

h1.logo a {
	background:#FFF url('../graphics/logo.jpg') center no-repeat;
	display:block;
	width:451px;
	height:130px;
	margin:0 auto;
}

h1 {
	margin:0 0 15px;
	font-size:16px;
	text-transform:uppercase;
}

h2 {
	margin:0 0 15px;
	font-size:17px;
	text-transform:uppercase;
}

h3 {
	margin:0 0 10px;
	font-size:15px;
}

h4 {
	margin:12px 0 10px;
	font-size:13px;
}

p {
	margin:8px 0;
}


/* --------------------- Wrappers etc.. ------------------ */

#wrapper {
	background:#d6d7de url('../graphics/bg/white_repeat_bg.gif');
	width:962px;
	margin: 43px auto 0;
	text-align:left;
}

#inner_wrapper {
	background:url('../graphics/bg/white_top.gif') no-repeat;
	positon:relative;
	padding-top:85px;
}

#purple_wrapper {
	background:url('../graphics/bg/purple_top.jpg') no-repeat;
}

#purple_inner_wrap {
	background:url('../graphics/bg/purple_bottom.jpg') bottom no-repeat;	
	padding:15px 10px;	
	color:#FFF;
}

#left_purple_wrap {
	background:url('../graphics/bg/purple_grad.jpg') repeat-x;
	float:left;
	width:405px;
	height:236px;
	padding:33px 30px 0 30px;
	border-right:1px solid #11162d;
}

#right_purple_wrap {
	background:url('../graphics/bg/purple_grad.jpg') repeat-x;
	float:left;
	width:406px;
	height:239px;
	padding:30px 30px 0 40px;
	font-size:13px;
}

.dark_purple_wrap {
	background:url('../graphics/bg/dark_purple_upper.jpg') no-repeat;
	width:346px;
	height:105px;
	margin-bottom:8px;
	padding:8px 15px;
}

.light_purple_wrap {
	background:url('../graphics/bg/dark_purple_lower.jpg') no-repeat;
	width:376px;
	height:92px;
	padding:8px 15px;
}

.dark_purple_wrap h4, .light_purple_wrap h4{
	float:left;
	width:130px;
}

.inner_content {
	float:left;
	width:200px;
}

#showcase_wrapper {
	padding:18px 25px 5px;
	font-size:11px;
}

#left_showcase_wrap {
	float:left;
	width:450px;
	border-right:1px solid #11162d;
}

#right_showcase_wrap {
	float:left;
	width:450px;
}

.inner_showcase_wrap {
	float:left;
	width:235px;
	margin-left:12px;
}

#footer {
	background:url('../graphics/bg/white_bottom.gif') no-repeat;
	width:862px;
	margin: 0px auto;
	padding:25px 50px 0;
	text-align:left;
	font-size:11px;
}


.float_left {
	float:left;
}



/* ---------------------- Clearfix ----------------------- */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

