/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 font-color: #52504B;
 img  border:none; 
 background: #FFFFFF;
 }
 
 
 a:hover 	 {background-color: yellow; }
 a:visited 	 {color:#006633;}
 a:active    {color:red}
 a:link      {color:#CC9900;}


ul{
	margin: 10px;
	padding: 0 0 0 25px;
	list-style-image:url(images/orangedot.gif);	
}

.hide {display:none;}

#wrapper { 
 margin: 0 auto;
 width: 912px;
 text-align:center;
}

#header {
 color: #333;
 width: 910px;
 float: left;
 padding: 0px;
 height: 420px;
 margin: 0px 0px 0px 0px;
 background: #FFFFFF;
}


#splashslide { height: 310px; width:910px;}


#container {
background: url(../images/col_bg.gif) repeat-y;
float: left;
float: left; display:inline;
width: 910px;
text-align:left;
}



#leftcolumn { 
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 190px;
 float: left;
 text-align:left;
}


#content { 
 float: left;
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 465px;
 text-align:left;
}

#rightcolumn { 
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 195px;
 float: left;
 text-align:left;
}

#footer { 
 width: 910px;
 height: 130px;
 clear: both;
 color: #3333;
 background-color: #f2f6fb;
 border-top: 1px solid #8b99c6;
 margin: 0px 0px 10px 0px;
 padding: 0px;
 padding-top: 8px;
}

#whitefooter { 
 width: 910px;
 height: 110px;
 clear: both;
 color: #3333;
 border: 1px dashed #757575;
 background: #ffffff;
 margin: 0px 0px 10px 0px;
 padding: 0px;
 padding-top: 8px;
}

#simplewhiteback { 
 width: 910px;
 height: 10px;
 clear: both;
 color: #3333;
 background: #ffffff;
 margin: 0px 0px 10px 0px;
 padding: 0px;
 padding-top: 8px;
 position: center;
}


#subfooter { 
 width: 910px;
 height: 180px;
 clear: both;
 color: #333;
 border-top: 1px solid #8b99c6;
 background: #F8F2E4;
 margin: 20px 20px 10px 0px;
 padding: 0px;
 padding-top: 8px;
 padding-left: 0px;
 padding-right: 0px;
}

#copyright { 
 width: 910px;
 height: 20px;
 clear: both;
 color: #333;

}

#buttonblock {
float: right;
position: relative;
height: 150;
 padding-top: 15px;
 padding-bottom: 15px;
}

.bluetextlg { 
color: #3e65b4;
font-size: 18px;
font-weight: bold;
}

.bluetext { 
color: #3e65b4;
font-size: 14px;
text-decoration: underline;
}

.redtext { 
color: #eb194f;
font-size: 14px;
}

.textclass { 
font-size: 14px;
word-wrap: normal;
}

.textbold { 
font-size: 14px;
font-weight: bold;
}

.textital { 
font-size: 14px;
font-style: italic;
}

.imagespace { 
padding: 4px 4px 0px 4px;
position: relative;
}

.imagecenter { 
padding: 0px 5px 20px 60px;
}

.minitext { 
color: #666666;
font-size: 9px;
font-style: italic;
}

.copyright { 
color: #999999;
font-size: 9px;
font-style: bold;
}



/* new clearfix */
.clearfix:after {
visibility:hidden;
display:block;
font-size:0;
content: "";
clear:both;
height:0;
}

*html.clearfix   {zoom:1;} /*IE^*/
*first-child+html.clearfix {zoom:1;}/*IE7*/



