/* Reset CSS */
/* Headings */
h1, h2, h3, h4, h5, h6
	{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #1e4174;
	}

h1
	{
	font-size: 2.7em;
	line-height: 1.25;
	}
	
h2 
	{
	font-size: 2em;
	line-height: 1.25; 
	}

h3
	{
	font-size: 1.7em;
	line-height: 1.25;
	}

h4
	{
	font-size: 1.5em; 
	line-height: 1.25; 
	}
	
h5
	{
	font-size: 1.3em; 
	line-height: 1.25; 	
	}

h6
	{
	font-size: 1em; 
	line-height: 1.25; 	
	}

/* List styles */
ol
	{
	list-style-type: decimal; 
	list-style-position: inside; 
	margin: 10px 0px;
	}


/* Forms */
fieldset    
	{ 
	}
	
legend      
	{ 
	font-size: 1.4em;
	margin-bottom: 1em;
	}

select              
	{
	border: 1px solid #bbb; 
	width: 312px;
	color: #666; 
	}
	
select:focus        
	{ 
	border:1px solid #999; 
	color: #000;
	}

.form_item input, .form_text_area
	{
	width: 300px;
	border:1px solid #bbb; 
	padding:5px;
	color: #666;
	}

.form_item input:focus, .form_text_area:focus
	{
	border:1px solid #999; 
	background: #f0f0f0;	
	}

.form_row_submit
	{
	clear: both;
	padding: 10px 0 0 150px;
	}

.form_label
	{
	float: left;
	width: 150px;
	}

.form_required
	{
	font-weight: bold;
	color: #F60;
	}
	
.form_item
	{
	float: left;
	}

.form_row
	{
	clear: both;
	padding-top: 10px;
	}

/* Form Errors */
.form_highlight input, .form_highlight textarea
	{
	border: 1px solid #FBC2C4;
	}
	
/* Success, error & notice boxes for messages and errors. */
.error, .notice, .success    
	{ 
	padding: .9em; 
	margin-bottom: 1em; 
	border: 2px solid #ddd; 
	}
	
.error      
	{ 
	background: #FBE3E4;
	color: #D12F19;
	border-color: #FBC2C4; 
	}
	
.notice     
	{ 
	background: #FFF6BF; 
	color: #817134; 
	border-color: #FFD324; 
	}
	
.success    
	{ 
	background: #E6EFC2; 
	color: #529214; 
	border-color: #C6D880; 
	}
	
.error a    
	{ 
	color: #D12F19; 
	}
	
.notice a   
	{ 
	color: #817134; 
	}
	
.success a  
	{ 
	color: #529214; 
	}

/* Custom / RTE classes */
.dotrule
	{
	height:1px; 
	font-size:1px;
	background:url(../images/dot.gif) repeat-x; 
	clear:both;
	margin: 5px 0;
	}

.hrule
	{
	height:1px; 
	font-size:1px;
	height: 1px;
	background: #CCCCCC;
	clear: both;
	margin: 5px 0;
	}
	
.right
	{
	float:right;
	}

.left
	{
	float:left;
	}

.clear
	{
	clear: both;
	}

.small  
	{ 
	font-size: .8em; 
	margin-bottom: 1.875em; 
	line-height: 1.875em;
	}
	
.large  
	{ 
	font-size: 1.2em; 
	line-height: 2.5em; 
	margin-bottom: 1.25em; 
	}
		
.quiet  
	{ 
	color: #ccc; 
	}
		
.hide   
	{ 
	display:none; 
	}

.highlight
	{
	background: #9dcae1;
	padding: 1px 2px;
	}

/* Tag cloud styles */
.tag_min
	{
	font-size: 0.9em;
	}

.tag_1
	{
	font-size: 1em;
	}

.tag_2
	{
	font-size: 1.2em;
	}

.tag_3
	{
	font-size: 1.3em;
	}

.tag_4
	{
	font-size: 1.4em;
	}

.tag_5
	{
	font-size: 1.5em;
	}

.tag_6
	{
	font-size: 1.6em;
	}

.tag_7
	{
	font-size: 1.7em;
	}

.tag_8
	{
	font-size: 1.8em;
	}

.tag_9
	{
	font-size: 1.9em;
	}

.tag_max
	{
	font-size: 2em;
	}
