/* 
    AUTHOR: Rich Bachman
            rich.b.design@gmail.com
            www.richbdesign.com
*/

/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { font: 62.5% Arial, sans-serif; background-color:#ffffff; background-image: url(../images/pinkpattern.gif);}
ul { list-style: none inside; }
p { font: 1.3em/1.3em; }
a { outline: none; }
a img { border: none; }
/* END RESET */

/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
.transpBlack { background: url(transpBlack.png); }
/* END TOOLBOX */

/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */
#outside_container {
	background:url(../images/pinkwpaws.gif) repeat-y;
	min-height:768px;
	height:auto !important;
	height:768px;
}

#container {
	width: 1068px;
	margin: 0;
	min-height:768px;
	height:auto !important;
	height:768px;
}

#content {
	padding-top:0px;
	padding-left:0px;
	width:1068px;
}

.column1 { float:left; width:277px; margin-right:10px; margin-left: 110px; margin-top: 95px;}
.column2 { float:left; width:475px; margin-right:0px; margin-top: 100px;}

/* My Comment */

#content .column1 p  {
  font-size:140%;
  color:#000000;
  padding:00px 0px 0px 0px;
  font-weight: bold;
  line-height: 160%;
}

#content .column2 span {
  display:block;
  text-align:left;
  width:630px;
  color:#ffffff;
  padding:0px 0px 0px 10px;
}

#content .column2 h2  {
  font-size:135%;
  color:#6c9d31;
  font-style:italic;
  padding:10px 0px 0px 10px;
}

#content .column2 h3  {
  font-size:135%;
  color:#6c9d31;
  font-style:italic;
  padding:20px 0px 0px 10px;
}

#content .column2 a  {
  color:#6c9d31;
  text-decoration:none;
}

#content .column2 a:hover  {
  color:#ffffff;
  text-decoration:none;
}

#content .column2 p  {
  font-size:140%;
  color:#000000;
  padding:00px 0px 0px 0px;
  font-weight: bold;
  line-height: 160%;
}

ul#topmenu {   
    margin:0px; padding:0px;  
    position:absolute; top:220px;
    z-index: 30;
    width:100%;
    height:51px;
    background-color: #000000;
    padding-left: 143px;
}

ul#topmenu li {  
    margin:0px; padding:0px;  
    list-style:none;
    margin-right:25px;
    display:inline;
}

ul#topmenu li a {  
    text-decoration:none;  
    color:#ffffff;  
}

ul#topmenu li a:hover {  
    text-decoration:none;  
    color:#e1a400;
}

#flash {
	position: absolute;
	top: 575px;
	left: 650px;
}
/* END STRUCTURE */

/** You can use this style for your INPUT, TEXTAREA, SELECT elements **/
#content label{
	float: left;
	margin-bottom:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#cccccc;
	line-height:1.5em;
}

#content input, textarea{
	width: 147px;
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: #ffffff;
	border: #e1a400 1px solid;
}

#content select {
	margin-bottom: 16px;
	background-color: #6f7c8a;
	border: #6f7c8a 1px solid;
}

#content textarea{
	width: 250px;
	height: 150px;
}

#content #submitbutton{
	width: 65px;
}

#content br{
	clear: left;
}

