/* Blutique.net Standard CSS Document */

body,
html {
	margin:0;
	padding:0;
	background:#ffffff;
	color:#000;
	text-align: center;
}
body {
	min-width:800px;
}
#wrap {
	background:#ffffff;
	margin:0 auto;
	width:800px;
	text-align: left;
}
#header {
	height: 179px;
}
#header h1 a  {
	padding: 5px;
	margin: 0;
	color:#fff;
	text-decoration:none;
}
#main {
	background: #FFFFFF;
	float: left;
	width: 525px;
	padding: 10px;
	min-height: 350px;
	_height: 350px;
}
#main_full {
	background: #FFFFFF;
	float: none;
	width: 800px;
	padding: 10px;
	min-height: 350px;
	_height: 350px;
}
#sidebar {
	background:#f2f7fb;
	float: right;
	width:225px;
	padding: 10px;
	font-size: 11px;
	color: #666666;
}
#sidebar ul {
	margin-bottom:0;
}
#sidebar h3, #sidebar p {
	padding:0 10px 0 0;
}

#nav {
	background:#0068b3;
	height: 38px;
	margin: 0;
	padding: 0;
}

#nav_cl {
	height: 38px;
	background-image: url(/images/corner_tl.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#nav_cr {
	height: 38px;
	background-image: url(/images/corner_tr.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
#nav_fade {
	background-image: url(/images/topnav_fade.gif);
	background-repeat: repeat-x;
	height: 50px;
}
#nav ul {
	float: left;
	margin:0 0 0 18px;
	padding:0;
	list-style:none;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 38px;
	font-size: 12px;
	letter-spacing: 1px;
}
#nav li {
	display:inline;
	margin:0;
	padding:0;
}
#nav li a, #nav li a:link, #nav li a:visited  {
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 15px 0 15px;
	border-right: 1px solid #FFFFFF;
}
#nav li a:hover  {
	background-color: #004C83;
	text-decoration: none;
}


/* Unique HTML */

body, td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height: 18px;
}

H1 {
	margin: 0 0 10px 0;
	padding: 0px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #0068B3;
}

H2 {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	line-height: 28px;
	font-weight: normal;
	color: #0068B3;
}
H3 {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	line-height: 28px;
	font-weight: normal;
	color: #0068B3;
}	

.leadTxt {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
	color: #007dc3;
}
/* Form Elements */

form label {
	float: left;
	width: 195px;
	vertical-align: top;
}

form .formhelp {
	vertical-align: top;
	font-size:10px;
	color: #BBBBBB;
}
	
input:focus, textarea:focus, textarea:hover, select:focus, input:hover { 
	background-color : #FFFCCC;
	color:#CC6600;	
}
	
input[type="image"]:hover { 
	border: 0px none;
}

select {
	font-size: 10px;
	font-family: verdana, arial, Tahoma, times;
	color: #333333;
	background-color : #ffffff;
	padding: 2px;
	margin-bottom:8px;
}

input, textarea{
	margin-bottom: 8px;
}


/* LINKS */

a, a:visited, a:active {
	color: #CC0000;
	text-decoration: underline;
}
	
a:hover {
	text-decoration: none;
}


/* FOOTER */

#footer {
	background:#0068b3;
	clear:both;
	display: block;
	height: 38px;
	text-align: center;
}
#footer p {
	color: #ffffff;
	padding-top:10px;
	margin:0;
}

#footer a, #footer a:link, #footer a:visited {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer_fade {
	background-image: url(/images/btmnav_fade.gif);
	background-repeat: repeat-x;
	height: 45px;
	clear:both;
	display: block;
}

#footer_cl {
	height: 38px;
	background-image: url(/images/corner_bl.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#footer_cr {
	height: 38px;
	background-image: url(/images/corner_br.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

/* MISCELLANOUS */

hr {
	border: 0;
	width: 100%;
	background-color: #CCCCCC;
	color: #CCCCCC;
	height: 1px;
	margin: 6px 0px 10px 0px;
	padding: 0px;
	
}
	
.alert {
	color: #FF0000;
	padding-left: 20px;
	padding-bottom: 4px;
}

/* ADMIN */
#AdminHeader {
	height: 25px;
}

#regtable TD{
	padding-left: 5px;
}