/*-----------------------------------------------------------------------------
CF2 Group 2009 Style Sheet 
version:   1.0
author:    Carol Franklin
email:     carol@cf2group.com
website:   http://www.cf2group.com/

darker blue 6699cc
light blue ccccff
green 00cc00
red cc0000
gold ffcc00
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
   margin: 0;
   padding: 0;
}

/* Class for clearing floats */
#clear {
	clear: both;
	width: 760px;
}

/* Remove border around linked images */
img {
	border: 0;
}

/* =Home Background
-----------------------------------------------------------------------------*/
body {
	margin: auto;
	background-image: url(images/palmfadewide.gif);
	background-repeat: no-repeat;
	background-position: top;
}


/* =Typography
-----------------------------------------------------------------------------*/

body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;	
}
h2 {
	font-size: 110%;
	font-weight: bold;
	margin: 10px;
}
h4 {
	font-size: 85%;
	padding-left: 15px;
	font-weight: normal;
}
p {
	margin: 10px;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.linklist {
	padding-left: 25px;
	font-size: 85%;
}

/* =Links
-----------------------------------------------------------------------------*/
a { font-weight: bold; text-decoration: none;}
a:link { color: #3300ff; }
a:visited {	color: #00cc00;}
a:hover { color : #cc0000; }
a:active { color: #ee0000; }
/*sets up behavior of link text within regular text*/


/* =Home Container
-----------------------------------------------------------------------------*/
#page-container {
	margin: auto;
	width: 760px;
	text-align: left;
}
/* The page-container division centers all of the content areas in a 764px wide centered column. The 
text-align here and in the body tag is an IE workaround for the alignment*/

/* =Headings
-----------------------------------------------------------------------------*/
/* Container for Logo */
#header {
	padding-bottom: 5px;
}


/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/
/* Content */
#content {
	width: 390px;
	float: left;
	clear: both;
}
#widebar {
	width: 700px;
	margin: auto;
}
#widebar img {
	float: right;
	padding-left: 20px;
	padding-right: 20px;
	clear: left;
}

/* =Secondary Content
-----------------------------------------------------------------------------*/
#leftcolumn {
	width: 375px;
	float: left;
	clear: both;
	padding-bottom: 20px;
}
#leftcolumn img {
	float: left;
	padding: 10px;
}
#leftcolumn h2 {
	padding-top: 25px;
}

#rightcolumn {
	margin-left: 385px;
	width: 375px;
	padding-bottom: 20px;
}
#rightcolumn img {
	float: left;
	padding: 10px;
}
#rightcolumn h2 {
	padding-top: 25px;
}
/* =Footer
-----------------------------------------------------------------------------*/
#copyright {
	 font-family: Arial, Helvetica, sans-serif; 
	 font-size: 85%; 
	 color: #999999;
	 font-style: italic;
	 text-align: center;
	 clear: both;
}

