/*Rainmaker International CSS */

/*Colors
000000  Black
FFFFFF  White
00447C  Blue
8CC63F  Green
555555  Gray (text)


B6BDB2	(Background)
222222	Near Black)
CC0000  Red
*/

/*Layout
page	996

*/

/* UI */
body	{
	width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #555555;
}

#logo	{
	position: absolute;
	top: 20px;
	left: 40px;
}
#topmenu	{
	position: absolute;
	top: 10px;
	left: 800px;
	width: 200px;
	height: 20px;
	background-color: #FFFFFF;
}
/* Home Page */
#home-col-0	{
	position: absolute;
	top: 100px;
	left: 40px;
	width: 120px;
	height: 120px;
}
#home-col-1	{
	position: absolute;
	top: 100px;
	left: 122px;
	width: 150px;
}
#home-col-2	{
	position: absolute;
	top: 100px;
	left: 294px;
	width: 150px;
}
#home-col-3	{
	position: absolute;
	top: 100px;
	left: 466px;
	width: 150px;
}
#home-col-4	{
	position: absolute;
	top: 100px;
	left: 638px;
	width: 150px;
}
#home-col-5	{
	position: absolute;
	top: 100px;
	left: 810px;
	width: 150px;
}
.home-col-text	{
	margin-top: 10px;
}

/* More */

H1 {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #00447C;
}
.box	{
	width: 120px;
	height: 120px;
	background-color: #8CC63F;
}

/* old stuff */

.left-div {
	float: left;
	width:300px;
	height:600px;
	background-color: #FFFFFF;
}
.menu-div {
	float: left;
	position: relative;
	top: 130px;
	left: 10px;
	background-color: #FFFFFF;
}
.box-tall {
	width:80px;
	height:410px;
	background:#00447C;
	position: relative;
	top: 0px;
	left: 0px;
	margin-bottom: 15px;
}
.box-big {
	width:80px;
	height:80px;
	background:#8CC63F;
	position: relative;
	top: 0px;
	left: 0px;
	margin-bottom: 30px;
}
.right-div {
	float: right;
	width:660px;
	height:600px;
	background-color: #FFFFFF;
}
.header-div {
	position: relative;
	top: 30px;
	left: 30px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}
.photo-div {
	position: relative;
	top: 30px;
	left: 30px;
	background-color: #FFFFFF;
}
.text-left-div {
	float: left;
	position: relative;
	top: 30px;
	left: 30px;
	width: 285px;
	background-color: #FFFFFF;
}
.text-right-div {
	float: right;
	position: relative;
	top: 30px;
	right: 30px;
	width: 285px;
	background-color: #FFFFFF;
}
.footer-div {
	float: right;
	position: absolute;
	bottom: 20px;
	right: 20px;
	background-color: #FFFFFF;
}

test	{
	background-color: #FF0000;
	text-align: center;
	float: left;
}

/* HTML Styles */
p	{
	margin: 0px;
	padding:0px;
	/*font-size: 11px; */
}
ul {margin-top: 3px; margin-bottom: -1px;}
li {margin-top: 3px; margin-bottom: 6px;}

H1 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #00447C;
}

/* Link Styles */
a:link			{
	line-height: 14px;
	color: #00447C;
	text-decoration: none;
}
a:visited	{
	line-height: 14px;
	color: #00447C;
	text-decoration: none;
}
a:hover	{ 
	line-height: 14px;
	color: #8CC63F;
	text-decoration: none;
}
a:active	{
	line-height: 14px;
	color: #8CC63F;
	text-decoration: none;
}
/*Menu Styles*/
a.menu:link			{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 14px;
	color: #00447C;
	text-decoration: none;
} 
a.menu:visited	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 14px;
	color: #00447C;
	text-decoration: none;
}
a.menu:hover	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 14px;
	color: #8CC63F;
	text-decoration: underline;
}
a.menu:active	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 14px;
	color: #8CC63F;
	text-decoration: none;
}





/* Old stuff hanging around */

H2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	color: #8CC63F;
}
H3 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}


