﻿/* --------------------------------------------------------------------
	base.css contains basic formatting such as type sizes and colors.
	Used by the main site and the admin site.
   ------------------------------------------------------------------*/

html {
	margin: 0;
	padding: 0;	
	}
	
body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 12px; 
	font-family: Arial, sans-serif;
	background: #f0e3ff;
	}

img { /* needed for firefox */
	border: 0px;
	}
		
a {
	color: #4c85a6;
	text-decoration: none;
	}
	
a:hover {
	color: #4c85a6;
	text-decoration: underline;
	}

h1 {
	font-size: 18px;
}
	
h3 {
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	color: #4c85a6;
	}
	
h3 a:hover {
	color: #4c85a6;
	}
	
p {
	font-size: 11px;
	line-height: normal;
	text-decoration: none;
	color: #666;
	}


h4 {
	color: #6f6f5b;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	}
	
h5 {
	color: #cc0000;
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
	}
	
em.date {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #cc3333;
	}

.paragraphs p { 
	margin: 0px;
	padding: 2px 0 5px 0;
	line-height: normal;
	}

.paragraphs h3 {
	margin: 15px 0 1px 0;
	}

ul {
	list-style-type: none;
	padding: 0px;
	}

ul li {
	color: #666;
	margin:0;
  	padding:0;
  	}   
  
/* forces the hand cursor on links in Safari */
a:link, a:hover {
	cursor: pointer;
	}
	
.terms {
	margin: 10px 10px 10px 10px;
}

.cvn {
	margin: 10px 10px 10px 10px;
	background: #fff;
}

/* ------------------------------ 
             debugging            
   ------------------------------*/

.warning {
	background-color: yellow;
	color: black;
	}
	
/* also used by form validation */
.error {
	background-color: #ffcccc;
	color: #000;
	}

/* ------------------------------ 
             wrapper            
   ------------------------------*/

#wrapper {
	width: 830px;
	margin: 0;
	padding: 0;
	background: #fff !important;
}

html>body #wrapper { 
	width: 830px;
}

#wrapper_base {
	background: #f0e3ff url(/images/wrapper_base.gif) no-repeat top left;
	font-size: 10px;
	color: #666;
	height: 50px;
}

#wrapper_base a {
	color: #666;
}

#wrapper_base a:hover {
	color: #666;
	text-decoration: underline;
}

#wrapper_content {
	background: #fff !important;
}

#wrapper_left {
	background: #f0e3ff url(/images/wrapper_edge_left.gif) repeat-y top left;
	width: 15px;
}

#wrapper_right {
	background: #f0e3ff url(/images/wrapper_edge_right.gif) repeat-y top left;
	width: 15px;
}

/* ------------------------------
			breadcrumb
   ------------------------------*/
#breadcrumb {
	margin: 20px 10px 20px 10px;
	color: #4c85a6;
	font-size: 11px;
}

#breadcrumb a {
	color: #4c85a6;
}

#breadcrumb a:hover {
	color: #4c85a6;
	text-decoration: underline;
}