/*
COLORS:
#A6CE39 dk green
#BCD762 lt green
#F90C7E pink
#0496d2 blue
#fdf200 yellow
*/
/******************** NAVIGATION STYLES ********************/

#vertical_text_right
{
	/*lists have a default padding so remove it... */
	padding: 0px;
	margin: 0px;
}

#vertical_text_right li
{			
	text-align: right;
	
}

#vertical_text_left
{
	/*lists have a default padding so remove it... */
	padding: 0px;
}

#vertical_text_left li
{			
	text-align: left;	
}

#horizontal_text
{
	/*lists have a default padding so remove it... */
	padding: 0px;	
	margin: 0px;
	border: 0px solid #000000;
	
}

#horizontal_text li
{
	/*this makes the list horizontal...*/
	float: left;	
	text-align: center;
		
}


/***FIRST LEVEL...***/

.first_level_padding a, .first_level_padding a:visited, .first_level_padding a:active
{
	padding-top: 20px;	
	
}


.first_level_nav, .first_level_nav a
{
	color: #ffffff;
	width: 125px;
	height: 42px;
	background-image: url(../images/tab.jpg);
	background-repeat: no-repeat;			
	border: 0px solid #000000;
	font: bold 12px verdana, helvetica, arial, geneva, sans-serif;	
	text-decoration: none;
	display: block;
	letter-spacing: -0.1em;
	vertical-align : bottom;
}
.first_level_nav_pipe
{
	color: #ffffff;
	width: 47px;
	height: 42px;
	background-image: url(../images/pipe.jpg);
	background-repeat : repeat-x;		
	border: 0px solid #000000;
	font: bold 12px verdana, helvetica, arial, geneva, sans-serif;	
	text-decoration: none;
	display: block;
	letter-spacing: -0.1em;
	vertical-align : bottom;
}

.first_level_nav a:hover, .first_level_nav_active, .first_level_nav_active a, .first_level_nav_active a:hover
{
	color: #FF7714;
	width: 125px;
	height: 42px;
	background-image: url(../images/tab_active.jpg);
	background-repeat: no-repeat;		
	border: 0px solid #000000;
	font: bold 12px verdana, helvetica, arial, geneva, sans-serif;	
	text-decoration: none;
	display: block;
	letter-spacing: -0.1em;
	vertical-align : bottom;
}



/***SECOND LEVEL...***/

#second_level_padding a, #second_level_padding a:visited, #second_level_padding a:active
{
	padding-right: 0px;		
}

.second_level_nav, .second_level_nav a
{	
	font: 12px verdana, helvetica, arial, geneva, sans-serif;
	padding: 0px;
	padding-bottom: 15px;	
	margin: 0px;
	color: #424242;
	text-decoration: none;
	list-style-type: none;
}


.second_level_nav a:hover, .second_level_nav_active, .second_level_nav_active a, .second_level_nav_active a:hover
{
	font: 12px verdana, helvetica, arial, geneva, sans-serif;
	padding: 0px;
	padding-bottom: 15px;	
	margin: 0px;
	color: #fdf200;
	text-decoration: none;
	list-style-type: none;
}



/***THIRD LEVEL...***/

#third_level_padding a, #third_level_padding a:visited, #third_level_padding a:active
{
	padding-top: 0px;	
}


.third_level_nav, .third_level_nav a
{
	font: 9px verdana, helvetica, arial, geneva, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #424242;
	text-decoration: none;
}

.third_level_nav a:hover, .third_level_nav_active, .third_level_nav_active a, .third_level_nav_active a:hover
{
	font: 9px verdana, helvetica, arial, geneva, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #424242;
	text-decoration: none;
}

.sub_nav, .sub_nav a
{
	font: 10px verdana, helvetica, arial, geneva, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #424242;
	text-decoration: none;
}

.sub_nav a:hover
{
	color: #424242;
	text-decoration: none;
}


/************** MAIN CONTENT STYLES **********************/
/* body tag */
/* this will set the bg in the EDITOR....NOT the actual website */
body
{
	background: #ffffff;
}

/*THIS sets the fullscreen bg */
body.web_page
{
	background: #ffffff;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}

/*THIS sets the bg for the website*/
#main_table
{
	background: #ffffff;
}


/*default content style...*/
.body, table,.defaultBody, p, ol
{
	font: 12px verdana, helvetica, arial, geneva, sans-serif;
	line-height: 16px;
	color: #424242;
	background: transparent;
	font-style: normal;
	font-weight: normal;
}

.body_2
{
	font: 12px verdana, helvetica, arial, geneva, sans-serif;
	line-height: 16px;
	color: #A6CE39;
}

.body_3
{
	font: 14px verdana, helvetica, arial, geneva, sans-serif;
	line-height: 18px;
	color: #424242;
}

#website_by, #website_by a, #website_by a:hover 
{
	font: 12px verdana, helvetica, arial, geneva, sans-serif;
	line-height: 18px;
	color: #424242;
}


/********** NON-NAV LINKS **********/
a
{
	color: #000099;
	text-decoration: underline;
	line-height:1.4em;
}

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



/********** BORDERS **********/

.border_all
{border-bottom: #424242 1px solid ; border-top: #424242 1px solid; border-left: #424242 1px solid; border-right: #424242 1px solid;}

.border_top
{border-top: #c9c9c9 1px solid}

.border_bottom
{border-bottom: #424242 1px solid}

.border_left
{border-left: #424242 1px solid}

.border_right
{border-right: #424242 1px solid}



/*********** TITLES ******************/

.sectionTitle, h1
{
	color: #424242;
	font-style: normal;
	line-height: 22px;
	font: 18px  Verdana, Arial, Helvetica, Geneva, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;

}

.title, h2, .title a, .title a:hover
{
	color: #FF7714;
	font-style: normal;
	line-height: 18px;
	font: 16px Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
		text-decoration: none;
}

.subTitle, h3, .subTitle a, .subTitle a:hover
{
	color: #424242;
	font-style: normal;
	line-height: 18px;
	font: 14px Verdana, Arial, Helvetica, Geneva, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
}

.parent_page_title
{
	color: #424242;
	font-style: normal;
	line-height: 24px;
	font: 20px bold Verdana, Arial, Helvetica, Geneva, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
}


/*********** NEWS & TESTIMONIALS ***********/
/*
STYLES USED FOR NEWS AND TESTIMONIALS...
News Item.............................header
Friday Sep 9th, 2005.................. .news .body
Description of news item..............smallerBody

"They went beyond my expectations!"...quote
Mr Satisfied Customer.................highlight
*/

.header, h4
{
	color: #3865A4;
	font-style: normal;
	font-weight: bolder;
	line-height: 17px;
	font: 13px Arial, Verdana, Helvetica, Geneva, sans-serif;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: #999;
	border-width: 0 0 1px 0;
	border-style: none none none none;
	margin: 0 0 5px 0;
}

.news .body
{
	color: #3865A4;
}

.smallerBody
{
	font: 11x verdana, helvetica, arial, geneva, sans-serif;
	line-height: 14px;
	color: #424242;
}

.quote
{
	font: 11px verdana, helvetica, arial, geneva, sans-serif;
	line-height: 14px;
	color: #424242;
	background: transparent;
	font-style: normal;
	font-weight: normal;
}

.highlight { color: #3865A4; }

.chameleon_testimonials .highlight
{
display: block;
padding-top:5px;
padding-bottom:5px;
}

.news td
{
padding-bottom:10px;
}


/*********** STAFF MODULE ******************/

.wc_staff .highlight
{
margin-right:5px;
}

.wc_staff .highlight:after
{
content:":";
}


/*********** OTHER STYLES ******************/

.note
{
	margin-top: 0px;
	padding: 0px;
	color: #424242;
	font: 10px tahoma, helvetica, arial, geneva, sans-serif;
	line-height: 11px;
	background: transparent;
	font-style: normal;
	font-weight: normal;
}

.noteHeader
{
	color: #3865A4;
	font-style: normal;
	font-weight: bold;
	line-height: 11px;
	font: 10px Verdana, Helvetica, Geneva, sans-serif;
	padding-top: 2px;
	padding-bottom: 4px;
	border-bottom: #999;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
	margin: 0 0 5px 0;
}


.smallerHighlight { color: #3865A4; }


.inputLabel
{
	line-height: 12px;
	color: #424242;
	background: transparent;
	font-style: normal;
	font-weight: lighter;
	margin: 5px 5px 5px 5px;
	padding: 0px;
	font-family: arial, helvetica, arial, geneva, sans-serif;
	font-size: 11px;
	font-variant: normal;
}

.frameHeader { }

.tableHeader
{
	text-indent: 0;
	text-align: left;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	white-space: normal;
	font-family: tahoma,verdana,arial,sans;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	background: transparent;
	color: white;
	border-width: 0px 0px 0px 0px;
	border-style: none;
	width: auto;
	height: 20;
	clear: both;
	vertical-align: middle;
}

.instructions { }

.footer
{
	font: 9px verdana, helvetica, arial, geneva, sans-serif;
	padding: 2px;
	margin: 5px;
	color: #424242;
	background: transparent;
}

h5
{
	color: #3865A4;
	font-style: normal;
	font-weight: bold;
	font-size: 105%;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
}

h6
{
	color: #3865A4;
	font-style: normal;
	font-weight: bold;
	font-size: 100%;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
}


hr
{
	color: #3865A4;
	height: 1px;
}

.formHr
{
	color: #3865A4;
	height: 1px;
	width: 100%;
}

.inputFrame
{
	margin: 0px 0px 0px 0px;
	padding: 1px;
	border: 1px dotted #3865A4;
	background: transparent;
	color: transparent;
}

.callFrame
{
	margin: 10px;
	padding: 10px;
	border: 1px dotted #BBB;
	background: transparent;
	color: #777;
}

.callHeader
{
	color: #3865A4;
	font-style: normal;
	font-weight: bolder;
	line-height: 11px;
	font: 12px Verdana, Helvetica, Geneva, sans-serif;
	padding-top: 2px;
	padding-bottom: 4px;
	border-bottom: #999;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
	margin: 0 0 5px 0;
}

f.text
{
	font: 10px verdana, helvetica, arial, geneva, sans-serif;
	border: 1px solid #3865A4;
	padding: 2px;
	background: #FFF;
}


input.password
{
	font: 10px verdana, helvetica, arial, geneva, sans-serif;
	border: 1px solid #3865A4;
	padding: 2px;
	background: #FFF;
}


.warnings
{
	padding: 5px 15px 5px 15px;
	border-top: 1px dotted #C00;
	border-bottom: 1px dotted #C00;
	line-height: 18px;
	color: #FF9;
	background-color: #FF9;
	margin: 0 0 15px 0;
}

.dev_descriptions
{
	font: 11px verdana, helvetica, arial, geneva, sans-serif;
	line-height: 18px;
	color: #3865A4;
	background: transparent;
	font-style: normal;
	font-weight: normal;
}

/********** REPEATING BACKGROUNDS ***********/



/*this sets the background of the styles drop down list in the menu editor*/
.SC_Panel { background-color:#FFF !important; }



/*    CSS LAYOUT CRAP......   */



#container
{
padding-top: 20px;
text-align: center;
margin: 0 auto;
}


	#container_2
	{
	border: 0px solid #000000;
	width: 798px;
	text-align: left;
	margin: 0 auto;
	padding: 0px;	
	}
		
		
		#tab_nav_cell
		{		
		text-align: left;
		border: 0px solid #000000;
		padding-left: 0px;
		padding-top: 0px;
		width: 798px;
		height: 42px;
		background-repeat: repeat-x;	
		position: relative;		
		display: block;
		}
		
		#tab_nav_cell ul
		{
		margin: 0 auto;
		position: absolute;
		top: 0px;
		left: 0px;
		padding: 0px;
		
		}
		*html #tab_nav_cell ul{left: -40px;}
		
		#blue_top
		{
		width: 798px;
		height: 5px;
		background-color: #283991;
		}
		#blue_bottom
		{
		background-image: url(../images/bottom_line.png);
		background-repeat: repeat-x;
		width: 798px;
		height: 8px;
		}
			
		#header
		{
		width: 798px;
		height: 46px;
		background-repeat: no-repeat;	
		display: block;
		}
				
		#home_main
		{
		position: relative;
		width: 798px;		
		height: 532px;
		background-color: #283991;		
		background-image: url(../images/main.jpg); 
		background-repeat: no-repeat; 
		}		
		
			#blog_link
			{
				position: absolute;
				width: 150px;
				height: 30px;
				top: 30px;
				left: 500px;
				border: 0px solid #000000;
				cursor: hand;
			}
			
			#left_image_link
			{
				position: absolute;
				width: 220px;
				height: 280px;
				top: 70px;
				left: 65px;
				border: 0px solid #000000;
				cursor: hand;
			}
			
			#right_image_link
			{
				position: absolute;
				width: 220px;
				height: 280px;
				top: 70px;
				left: 525px;
				border: 0px solid #000000;
				cursor: hand;
			}
		
		#content_container
		{
		width: 798px;		
		}
		
			#left_column
			{
			float: left;
			width: 218px;			
			}
			
				#left_column_padding
				{
				padding-left: 10px;
				padding-top: 25px;
				padding-right: 10px;
				padding-bottom: 0px;				
				}
						
				#link_to_text
				{
					font: 12/24px verdana, helvetica, arial, geneva, sans-serif;				
					color: #000000;
					background: transparent;
					font-style: normal;
					font-weight: normal;
					float: left;
				}
					
				#crazy_plates_link
				{
					font: 12/24px verdana, helvetica, arial, geneva, sans-serif;					
					color: #BD0D0F;
					background: transparent;
					font-style: normal;
					font-weight: normal;
					float: left;
					text-decoration: none;
				}
					
				#book_image
				{
				position: relative;
				width: 190px;
				height: 225px;								
				}		
				* html #book_image
				{
				background-color: transparent;
				background-image: url(blank.gif);
				}						
				
				#authors_image
				{
				position: relative;
				width: 198px;
				height: 229px;
				} 
				* html #authors_image
				{
				background-color: transparent;
				background-image: url(blank.gif);
				}
				
			#main_content
			{
			float: left;
			width: 578px;
			}
			
				#main_content_padding
				{
				padding-left: 10px;
				padding-top: 10px;
				padding-right: 10px;
				padding-bottom: 10px;
				}
			
			
		
		
					
		#sub_nav_cell
		{
		text-align: center;
		padding-top: 10px;
		height: 21px;
		width: 798px;
		clear: both;
		display: block;
		}
		
		
		
		#sub_nav_cell table
		{
		margin: 0 auto;
		}






#sidebar h2 {
margin-top:20px;
font-size:1.1em;
font-weight:bold;
margin:10px 0pt;
color:#3F3F3F;
}


#sidebar ul, #sidebar li {
margin:0;
padding:0;
list-style:none;
}

#sidebar li {
padding-bottom:25px;
}
#sidebar li li {
padding:0;
}


#sidebar ul ul li {
display:block;
padding-left:20px;
background-position:0px 4px;
background-repeat:no-repeat;
}



h2 a:link, h2 a:visited {
	color: #7DA721;
	font-weight: normal;
	text-decoration: none;
	}


h2 a:hover, h2 a:active {style.css (line 89)
background:transparent none repeat scroll 0%;
color:#3F3F3F;
font-weight:normal;
text-decoration:none;
}
h2 a:link, h2 a:visited {style.css (line 83)
color:#7DA721;
font-weight:normal;
text-decoration:none;
}



/*
  BELOW IS CODE TAKEN FROM WORDPRESS TEMPLATE
  
	1) General selectors - body,h1/h3,a,blockquote,code,p
	2) Structure - container,content,tagline
	3) Left selectors - main,meta,comments
	4) Right selectors - author,links,line,search,themes
	5) Footer - extras
	6) Forms - input,textarea
	7) Accessibility - skip,hr
	8) Hacks - clearfix

*/

/* 1) -=-=-=- General selectors -=-=-=- */





h1 {
	color: #FCFEF4;
	margin: -35px 0 0 7px;
	position: absolute;
	font-size: 2.2em;
	}
	
/* Uncomment if you want to use the tagline feature (make sure you uncomment .tagline below) - off by default
h1 {
	color: #FCFEF4;
	margin: -45px 0 0 7px;
	position: absolute;
	font-size: 2.2em;
	}
*/
	
h1 a:link, h1 a:visited {
	color: #FCFEF4;
	text-decoration: none;
	}
	
h1 a:hover, h1 a:active {
	background: none;
	color: #DAED9C;
	text-decoration: none;
	}
	

h3 a, h2 a:link, h2 a:visited {
	color: #7DA721;
	font-weight: normal;
	text-decoration: none;
	}

h3 a:hover, h2 a:hover, h2 a:active {
	color: #3F3F3F;
	background: none;
	font-weight: normal;
	text-decoration: none;
	}
	
h3 {
	font-size: 1.6em;
	margin: 20px 0 0px 0;
	font-weight: bold;
	}


	

	
blockquote {
	border-left: 4px solid #3F3F3F;
	padding: 0 10px;
	margin: 0 0 0 10px;
	font-style: italic;
	}
	
code {
	display: block;
	padding: 10px;
	color: #444E1F;
	background: #F5F8E8;
	font-size: 1.2em;
	border-top: 2px solid #D0EC98;
	}

p {
	line-height: 1.4;
	}
	
/* 2)-=-=-=- Structure -=-=-=- */
		
/*

	
/* 3)-=-=-=- Left selectors -=-=-=- */	
	
.main li {
	background: url(images/content_bullet.gif) no-repeat 0 7px;
	padding: 2px 0 0 10px;
	list-style: none;
	}
	
.main ul {
	padding: 0 0 20px 10px;
	margin: 0;
	}
	
.main img {
	padding: 3px;
	border: 1px solid #ACE149;
	}
	
.meta {
	background: #F5F5F5;
	font-size: .9em;
	padding: 2px;
	}
	
.meta:hover {
	background: #F7FEDC;
	}
	
.highlight { /* Basic highlight for text */
	background: #F7FEDC;
	}
	
.comments {
	font-size: 1.2em;
	padding-bottom: 25px;
	border-bottom: 3px double #eee;
	}
	
.comments a:link, .comments a:visited {
	color: #78A515;
	font-weight: bold;
	text-decoration: none;
	}
	
.comments a:hover, .comments a:active {
	background: #78A515;
	color: #fff;
	text-decoration: none;
	}	
	
.alt {
	background: #EAF8CF !important; 
	border: 1px solid #D5F0A4 !important;
	padding: 10px 10px 0 10px !important;
	}
	
.alt:hover {
	border: 1px solid #ACE149 !important;
	}
	
.commentlist li:hover {
	border: 1px solid #ACE149;
	}
	
.commentlist {
	padding: 0;
	margin: 0;
	}
	
.commentlist li {
	list-style: none;
	padding: 10px 10px 0 10px;
	background: #F6FCEB;
	border: 1px solid #DEF3B6;
	margin: 10px;
	color: #3C452D;
	}
	
p.metadate {
	font-size: .8em;
	margin: 0;
	text-transform: uppercase;
	}
	
p.comment_meta {
	margin: 0 0 10px 10px;
	font-size: .9em;
	}
	
.comment_author a:visited {
	font-weight: bold;
	text-decoration: none;
	}
	
.reply {
	font-weight: bold;
	font-size: 1.2em;
	margin: 10px 0 0 10px;
	}
	
.warning p { /* Used on the search page (image will appear if no result is found) */
	background: url(images/warning.gif) no-repeat left;
	height: 160px;
	padding: 20px 0 0 90px;
	font-size: 1.5em;
	margin: 0 0 0 10px;
	}
	
.postinput {
	margin-left: 10px;
	}
	
/* 4)-=-=-=- Right selectors -=-=-=- */	

/* padding - top - right - bottom - left */	
	
#right {
	float: left;
	width: 200px;
	padding: 0px 0px 0px 19px;
	
	/* Box model hack used for IE5.5/5 */
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 200px;
	}
	
#author li {
	list-style: none;
	margin: 0;
	padding: 0 5px 20px 0;
	font-size: .9em;
	line-height: 1.4;
	}
	
#author ul {
	padding: 20px 0 0 0;
	margin: 0;
	}
	
#links li {
	list-style: none;
	background: url(images/links_bullet.gif) no-repeat 0 50%;
	padding: 2px 0 2px 20px;
	font-weight: bold;
	}
	
#links ul {
	padding: 20px 10px 30px 10px;
	margin: 0;
	}
	
#links a {
	font-size: 1.0em;
	text-decoration: none;
	
	}
	
#links a:link {
	color: #000000;
	font-weight: bold;
	}
	
#links a:visited {
	color: #000000;
	}
	
#links a:hover, #links a:active {
	background: #80BE14;
	color: #fff;
	}
	
.line {
	/* border-top: 3px solid #E97536; */
	margin-top: -5px;
	}
	
#search {
	
	margin: 0 auto;
	padding-top: 22px;
	}
	
#search h3 {
	font-size: 1.4em;
	margin: 20px 0 -10px 0;
	font-weight: normal;
	}
	
p.searchinfo {
	margin: 6px 0 -16px 2px;
	font-size: 0.9em;
	color: #56681E;
	}
	
.searchfield {
	background: #fff;
	border: 1px solid #ACE149;
	color: #7DA721;
	padding: 2px 5px 1px 5px;
	width: 80px;
	}
	
.searchfield:hover {
	border: 1px solid #BFBFBF;
	color: #949494;
	}
	
#searchsubmit{

	background: url("/blog/wp-content/themes/green-marinee/images/search_submit.gif") no-repeat;
	

height: 20px;
	width: 52px;
	border: 0;
	margin-left: 2px;
	text-indent: -9999px;
	cursor: pointer;
padding-top:0px;


	}
	
#searchsubmit:hover {
	background: url(/blog/wp-content/themes/green-marinee/images/search_submit.gif) no-repeat 0 -20px;
	height: 20px;
	width: 52px;
	border: 0;
	margin-left: 2px;
	cursor: pointer;
	}
	
.themes {
	font-size: .9em;
	}
	
/* 5)-=-=-=- Footer -=-=-=- */	
	
#footer {
	background: url(images/footer.gif) no-repeat;
	height: 75px;
	}
	
#footer p {
	padding: 30px 0 0 70px;
	float: left;
	text-transform: uppercase;
	font-size: .9em;
	color: #777;
	}
	
.extras {
	float: right;
	padding: 33px 18px 0 0;
	}
	
.extras a {
	text-decoration: none;
	font-weight: bold;
	}
	
.extras a:link, .extras a:visited {
	background: #ccc;
	color: #fff;
	padding: 5px;
	border: 2px solid #fff;
	}
	
.extras a:hover, .extras a:active {
	background: #DEEEA4;
	color: #7AB90C;
	padding: 5px;
	border: 2px solid #C9E979;
	}

	
.extras li {
	padding: 1px 0 10px 0;

	}


/* display: inline; */

	
.extras ul {
	padding: 0 0 10px 0;
	margin: 0;
	}
	
/* 6)-=-=-=- Forms -=-=-=- */
	
input {
	border: 1px solid  #949494;
	padding: 2px 5px 1px 5px;
	font-size: 1em;
	color: #283991;
	}
	
	
textarea {
	font-family: Arial, Verdana, Helvetica;
	font-size: 1.1em;
	border: 1px solid #BFBFBF;
	color: #283991;
	padding: 2px 5px 1px 5px;
	width: 450px;
	}

	
/* 7)-=-=-=- Accessibility -=-=-=- */
	
#skip {
	display: none;
	}

	
/* 8)-=-=-=- Hacks -=-=-=- */
	
.clearfix:after { /* float hack used to float content correctly */
    content: "."; 
   	display: block; 
   	height: 0; 
   	clear: both; 
    visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */	


small {
display:block;
background:#F5F5F5 none repeat scroll 0%;
font-size:0.9em;
padding:2px;
}


* {
font-family:arial; 
}

p {
line-height:1.6em;
}


#sideline {
display: inline;
  padding:25px 10px 0px;
  width:200px;
  height:532px;
  float:left;
  clear:none;
  background: url("../images/plaid_swirl_swatch.jpg");
}
#sideline a{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#sideline a:hover{
	color: #FF7714;
	background-color:#FFF;
}



.sideOpaque{ filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;  border:3px solid #4A2390; font-size:10px; }
.sideRight{ text-align: right;  padding:5px;  }


#mainWithSideline {
	display: inline;
	padding: 0px;
	width: 595px;
}
.mainPlusPad {
	display: inline;
	padding-top: 5px;
	padding-left: 15px;
	width: 560px; 
	  height:500px;
  float:right;
}

.pg-hdr {font-size: 14pt;font-weight:bold; color:#293A8C;}
.tm {font-size:10px;}
.iframe-padding{ padding:10px; 5px; 5px; }

.mainSplashImg {text-align: center; vertical-align:middle; width:180px; height:240px; }
/* text for splash page */
.mainBlockTxt, .mainBlockTxt a { font-weight:bold;font-size:18pt;font-family:Arial Black,Arial,sans-serif;color:#B6E847;text-transform:uppercase;text-decoration:none;}
.mainBlockTxt a:hover { font-weight:bold;font-size:18pt;font-family:Arial Black,Arial,sans-serif;color:#FF7714;text-transform:uppercase;text-decoration:none;}
.imgAniFrame{ width: 210px; height: 210px; background-color: #FBDB00; border: 1px; solid; #663064; 	vertical-align : middle; text-align : center;}



.shadow-container {
    position: relative;
    left: 3px;
    top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
}

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
    position: relative;
    left: -1px;
    top: -1px;
}

    #shadow-container .shadow1 {
		    width: 200px;
		height: 200px;
        background: #F1F0F1;
    }

    #shadow-container .shadow2 {
		    width: 200px;
		height: 200px;
        background: #DBDADB;
    }

    #shadow-container .shadow3 {
		    width: 200px;
		height: 200px;
        background: #B8B6B8;
    }

    #shadow-container .container {
	    width: 200px;
		height: 200px;
        border: 1px solid #848284;
        padding: 0px;
    }
	.bodyLine { color: #293A8C; background-color: #293A8C; height:1px; }
	
	.eventHead{
		padding: 3px;
		background-color: #FFFFFF;
		color: #FF7714;
		font-style: normal;
		line-height: 18px;
		font: 16px Verdana, Arial, Helvetica, Geneva, sans-serif;
		font-weight: bold;
	
	}
	.eventBody, .eventBody a {
		background-color: #FFFFFF;
		color: #283991;
		padding: 3px;
	}
	.eventBox {
		border: 0px solid #4957A0;
	}

	.article{
		text-decoration:none;
		font-weight:bold;
		font-size: 1.3em;
	}
	
	.transparent {
		color:#FFFFFF;
		text-align:center;
	}
	.mainWhite{
		color:#FFFFFF;
		font-weight:bold;
	}
	
	.mainWhite a{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.mainWhite a:hover{
	color: #FF7714;
	background-color:#FFF;
}
