/* 

  -----------------------------------

  IQ by Project Seven Development

  www.projectseven.com

  Global Styles

  Basic Layouts 1-7

  -----------------------------------

*/

body {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 100%;

	color: #000000;

	background: url(../images/green.jpg) fixed;

	background-repeat: no-repeat;

	margin: 0px;

	padding: 0px;

}



/*COLUMNS*/

#columnwrapper {

	margin: 0 auto;

	background-repeat: repeat-y;

	overflow: hidden;

}

#columns-top {

	background-repeat: no-repeat;

	height: 12px;

	margin: 0 auto;

}

#c1, #c2 {

	float: left;

}

#columns-bottom {

	clear: both;

	background-repeat: no-repeat;

	height: 12px;

	background-position: center;

}

.content {

	padding: 8px 20px;

	font-size: 0.75em;

	line-height: 1.5em;

        width: 630px;



}

.content2 {

	padding: 8px 20px;

	font-size: 0.75em;

	line-height: 1.5em;



}

.content p {

	margin: 6px 0px 12px;

        width: 630px;

}

h1 {

	margin: 0px;

	font-size: 1em;

	letter-spacing: 0.2em;

}

h2 {

	font-size: 1.1em;

	margin: 28px 0px 0px;

}

h3 {

	font-size: 1em;

	margin: 28px 0px 0px;

}

#footer {

	margin: 0px auto;

	font-size: .7em;

}

#footercontent {

	padding: 12px 0;

}

.clearfloat {

	clear: both;

	height: 0;

	line-height: 0.0;

	font-size: 0;

}



/*GLOBALS: Link Styles other than main navigation bar*/

.moduletable_menu {

	font: Arial, Helvetica, sans-serif;

	font-size: 14px;

	font-weight: bold;

}



a:link {

	color: #000000;

}

a:visited {

	color: #000000;

}

a:hover {

	color: #999999;

}



#daisyke {

	height: 200px;

	margin-top: -8px;

	background-image: url(../images/top_fill.png);

	background-repeat: no-repeat;

	background-position: center;

	width: 940px;

	margin: 0 auto;

}

#daisyke1 { text-align: center; }



.moduletable, .moduletable_menu, .moduletablefooter{

	margin-top: 5px;

	border-bottom: 1px solid #cccccc;

	border-color: #cccccc;

	padding-bottom: 4px;

}

.componentheading {

	font: Verdana, Arial, Helvetica, sans-serif;

	font-size: 16px;

	font-weight: bolder;

	/*letter-spacing: 15px;*/

	padding-bottom: .75em;

}

.contentheading {

	font-size: 12px;

	font-weight: bold;

	text-decoration: underline;

	}

hr {

	color: #CCCCCC;

	background-color: #CCCCCC;

	border: none;

	height: 1px;

}