/* © 2006 Ten Foot Studios www.tenfootstudios.com */

html, body {
	margin: 0; padding: 0;
	background-image:url(../images/BackBig.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #3e64b8;
	
}
a:link {
	color: #0061b0;
}
a:visited {
	color: #1a517d;
}
a:hover {
	/* background-color:#e2e6f2; */
	/* color: #fe827e;  light pink */
	color: #b23456; /* dark pink */
}


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2C2E19;
	line-height: 16px;
}

/* font styles */
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2C2E19;
	background-color:inherit;
	line-height: 16px;
}

.white {
	color: #FFFFFF;
	font-weight: bold;
}

.title {
	color: #2C2E19;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color:inherit;
	line-height: 28px;
}
.bigger {
	font-size: 14px;
}

h1 {
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	border-bottom-style: dotted;
	border-bottom-color: #d3d1d2;
	border-bottom-width: 1px;
	margin-top: 0; margin-bottom: 10px;
	padding-bottom: 10px;
}


h2 {
color: #3f7fc2;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
margin-top: 0; margin-bottom: -5px;
padding-top: 20px;
border-bottom-style: dotted;
	border-bottom-color: #d3d1d2;
	border-bottom-width: 1px;
}

h3 {
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background: #adc4e4;
padding: 5px;
padding-left: 10px;
}

/* h4  */
h4 {
color: #b14b7a;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
padding: 0px;
padding-left: 0px;
border-bottom-style:solid;
	border-bottom-color: #d3d1d2;
	border-bottom-width: 1px;
}

h5 {
color: #3f7fc2;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
margin-top: 0; margin-bottom: 5px;
}



/* layout justification and stuff */

.photoright {
	float: right;
	margin-left: 20px;
	margin-bottom: 5px;
	margin-top: 0px;
	border:  4px;
	border-color: #d6d6d6;
	border-style:solid;
}

.photoleft {
	float: left;
	margin-right: 12px;
	margin-bottom: 9px;
	margin-top: 9px;
	border:  4px;
	border-color: #d6d6d6;
	border-style:solid;
}

.photorightNo {
	float: right;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
}

.bottomPad20 {
padding-bottom: 20px;
}

.bottomPad10 {
padding-bottom: 10px;
}

/* layout div */

.hidden {
	display: none;
}


#page-container {
	width: 764px;
	margin: auto;
	background-image:url(../images/BackTile.jpg);
	background-repeat: repeat-y;
	
	
}
/* IE 3px top margin fix  */

* html div#sponsors {margin-top: -3px;}

#header {
	height: 163px;
}
#divider {
padding-left:10px;

}

#sidebar-main {
	
	float: left;
	width: 336px;
	padding-left: 10px;
	padding-top: 0px;
}

#content-main {
	padding-left: 400px;
	padding-right: 30px;
	height: auto;


}

#sidebar-main2 {	
	float: left;
	width: 350px;
	margin-left: 20px;
	padding-left: 20px;
}



#content-main2 {
	margin-left: 400px;
	margin-right: 30px;
	
	
}

#box01 {
	clear:left;	
}



#content-inside {
	padding-left: 250px;
	padding-right: 194px;
	padding-top: 20px;
}

#sidebar-inside {
	float: left;
	width: 200px;
	margin-top: 14px;
	padding-left: 30px;
}
* html div#sidebar-inside {margin-top: 23px;}

#sidebar-insideRight {
	float: right;
	width: 144px;
	margin-top: 44px;
	padding-right: 30px;
}

#footer {
background:url(../images/BottomGraphic.jpg);
	height: 60px;
	clear: both;
}

#footer_inside {
padding-top: 60px;
}
		

#middle {
background-image:url(../images/backnew2.jpg);
background-repeat: no-repeat;
background-position:top;
/*display: inline;  IE render bug  */
}
* html div#middle {background-position: 0px 3px;} 
/*
* html div#middle {margin-top: -3px;} 


*/
/*nav list thing */
/*
#navcontainer ul li:before {
	content: "\00BB \0020";
	padding-left: 10px;
	}
*/
#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 194px;
background-color:#FFFFFF;
border-bottom: 1px solid #eee;
color: #3e64b7;
}

#navcontainer a:link, #navlist a:visited
{
color: #3e64b7;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #aec4e5;
color: #333333;
}
.photoright2 {
	margin-right: 10px;
	float: right;
	margin-bottom: 5px;
	margin-left: 0px;
}
.photoleftCopy {
	float: left;
	margin-right: 12px;
	margin-bottom: 9px;
	margin-top: 0px;
	border:  4px;
	border-color: #d6d6d6;
	border-style:solid;
}
.photorighttop {
	float: right;
	margin-left: 20px;
	margin-bottom: 5px;
	margin-top: 9px;
	border:  4px;
	border-color: #d6d6d6;
	border-style:solid;
}

/* list styles */

# footer_inside {
position: relative;
background:url(../images/a_Botox1.jpg);
border:#339933;
}

.footerStyle {
	color: #FFFFFF;
	
}

.footerStyle a:link {color:#ffffff; text-decoration:none;}
.footerStyle a:hover {color:#b23456; text-decoration:underline;}
.footerStyle a:active {color:#b23456; text-decoration:none;}
.footerStyle a:visited {color:#ffffff; text-decoration:none;}


#inlineList ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	}
		
#inlineList ul, #inlineList li {
	display: inline;
	margin: 8px;
	padding: 0px;
	}
	
	#inlineList2 ul, #inlineList2 li {
	display: inline;
	margin: 8px;
	padding: 0px;
	}


