﻿/* ===== CSS Reset ===== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body 
{
	line-height: 1;
}
	#dnn_dnnBREADCRUMB_lblBreadCrumb
	{
		color:#fff;
		font-family:Arial;
		font-weight:bold;
		font-size:.8em;
		float:right;
	}
		#dnn_dnnBREADCRUMB_lblBreadCrumb a
		{
			color:#fff;
		}
ol, ul 
{
	list-style: none;
}

blockquote, 
q 
{
	quotes: none;
}

blockquote:before, 
blockquote:after,
q:before, 
q:after 
{
	content: '';
	content: none;
}

:focus 
{
	outline: 0;
}

table 
{
	border-collapse: collapse;
	border-spacing: 0;
}

/* ===== End CSS Reset ===== */

p, div
{
	font-family: verdana, Arial, FreeSans, Helvetica;
}

body
{
	background: #b8b8b8 url(images/body_bg.jpg) top left repeat-x;	
}

.clearleft
{
    clear: left;
}

.clearright
{
    clear: right;
}

.clearboth
{
    clear: both;
}

.leftelem
{
    text-align: left;
}

.centerelem
{
    text-align: center;
}

.rightelem
{
    text-align: right;
}
/* ===== Main Structure ===== */
div.main
{
	width:880px;	
	margin: auto;
}

div.head
{
	min-height: 100px;
	width:880px;
	
}

div.menu
{
	min-height: 43px;
	background: transparent url(images/cp_01.jpg) 0 0 no-repeat;
	width:880px;
}

div.content
{
	min-height: 560px;
	background: #cecece url(images/cp_02.jpg) 0 0 repeat-x;
	width:880px;
	
}

div.foot
{
	min-height: 60px;
	background: transparent url(images/cp_03.jpg) 0 0 no-repeat;
	float:left;
	width:880px;
}

/* ===== End Main Structure ===== */

/* ===== Sub Structure ===== */

div.head img.logo
{
	margin-top: 11px;
	position: relative;
	left: -12px;
	float: left;
}

div.head img.slogan_text
{
	margin-top: 37px;
	float: left;
}

div.head div.search_box
{
	width:220px;
	height:24px;
	margin: 36px 0 0 44px;
	float:left;
	text-align:right;
	vertical-align:middle;
	padding-bottom:15px;
}
	div.head div.search_box a
	{
		font-size:0.6em;
		color:#fff;
		line-height:23px;
		padding-top:10px;
		font-weight:bold;
	}
	div.head div.search_box input
	{
		background-color:#737373;
		width:158px;
		border:solid 1px #000;
		text-align:center;
		vertical-align:middle;
	}
/* ===== End Sub Structure ===== */


/* ===== Decoration ===== */

div.foot p
{
	color: #c8e2ff;
	font-size: 70%;
	line-height: 16px;
	text-align: center;
	max-width: 480px;
	margin: 0 0 0 210px;
	padding: 5px 0 0 0;
}

div.base
{
    color: Black;
    text-align: right;
    margin-right: 10px;
    width:880px;
}
	div.base span
	{
		padding-right:270px;
		color:#000;
		font-size:.9em;
	}
	div.base a.brand
	{
		padding-right:375px;

	}
div.content
{   
    /* Not sure if top padding is necessary yet */
    /* padding: 10px 0 1px 0; */
    padding: 0 0 1px 0;
    float:left;
}

div.content div.contentpane
{
    /* Not sure if content pane will need a margin yet */
    /* margin: 0 10px 10px 10px; */
}

/* ===== End Decoration ===== */

#dnn_ctr_Login_pnlLogin
{
	padding:45px 0px 0px 363px;
}
	