﻿/* ----------------------------------------------------------------------------
version:	1.0
author: 	LRS Web Solutions
date:		March 9, 2010
title:		Main Stylesheet
---------------------------------------------------------------------------- */
 




/* ----------------------------------------------------------------------------
TABLE OF CONTENTS

 1.	HTML ELEMENTS
 2. LAYOUT
 3. PAGE HEADER
 4. NAVIGATION, FLASH, & HEADER IMAGES
 5. 
 6. 
 7. 
 8. 
 9. 
10. ADDED BY TD

---------------------------------------------------------------------------- */

/* ----------------- 1. HTML ELEMENTS -------------------- */

hr {
	border-top: 1px solid #CCCCCC;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;
	margin:0px;
	padding:0px;
}



ul {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;
}

ul li {
	list-style-type:disc;
	list-style-position:outside;
}


/* ----------------- 2. LAYOUT --------------------------- */
#container-full {
	width:100%;
}

#wrapper {
	width:900px;
	margin: 0 auto;
	
}

/* ----------------- 3. PAGE HEADER --------------------- */

#logo-banner {
	margin:0px;
	padding:0px;
}

#logo {
	margin:0px;
	padding:0px;
	float:left;
	width:343px;
	height:89px;
}

#email {
	text-align:right;
	float:left;
	width:300px;
	height:89px;
	margin-top: 0px auto;
}

#email p {
	margin-top: 50px;
}

#email a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#666;
	text-decoration:none;
}

#email a:hover {
	text-decoration:underline;
	color:#922220;
}

#login {
	float:left;
	text-align:right;
	position:relative;
	margin-right:0px;
	width:257px;
	height:89px;
}

#login p {
	margin-top: 40px;
}

#login button {
	margin:0px;
	padding:0px;
}


/* ----------------- 4. NAVIGATION, FLASH BANNER & HEADER IMAGES --------------------- */

#drop-nav {
	margin:0px;
	padding:0px;
	width:90px;
	height:26px;
	clear:both;
	z-index:1000;
}

#flash-banner {
	width:900px;
	clear:both;
	margin-bottom:5px;
	z-index:-100;
}

/* ----------------- 5. CONTENT AREA ------------------------------------------------- */

/* ----------------- 5.1 LEFT COLUMN HOMEPAGE ------------------------------------------------- */

#left{
	margin:8px 0 0 0;
	width: 154px;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	line-height:12px;
	color:#000;
}

#left a {
	color:#336CCA;
}

#left a:hover {
	color:#3C93AC;
	text-decoration:underline;
}

#left_header{
	background:#ffffff url(../images/blkborder_left_top.png) top left no-repeat;
	height:17px;
	text-align:right;
}
#left_content{
	border-left:2px solid #000;
	border-right:2px solid #000;
	background-color:#FFF;
	padding: 0 16px 0 16px;
}
#left_footer{
	background:#ffffff url(../images/blkborder_left_bottom.png) top left no-repeat;
	height:17px;
	text-align:right;
}

/* ---------------------------- 5.2 MAIN CONTENT AREA ----------------------------------- */

#main{
	margin:8px 0 0 0;
	width: 730px;
	float:right;
}
#main_header{
	background:#336cca url(../images/blue_top_right.png) top right no-repeat;
	height:25px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
}
#main_content{
	border-left:2px solid #000;
	border-right:2px solid #000;
	background-color:#FFF;
	padding: 16px 16px 0 16px;
}
#main_footer{
	background:#ffffff url(../images/blkborder_left_bottom.png) top left no-repeat;
	height:17px;
	text-align:right;
}


#main_home{
	margin:8px 0 0 0;
	width: 730px;
	float:right;
}

.toggle {
margin:5px 0px 10px 0px;
}

/* ----------------- 10. ADDED BY TD ------------------------------------------------- */

.validationsummary {
    border: 2px solid #000000;
    width: 450px;
    margin: 10px auto;
    padding: 4px;
}

.validationsummary ul  {
    color: #B32725;
}
