/*
Primary		#0A0A14 black
2nd 		#F36B32 orange
3rd			#00ACEC blue
4th			#E8F2FC
*/

body {
	background: #eee;
	color: #333;
	font-size: 13px;
	margin: 0;
	font-family: "verdana", arial, sans-serif;
	
}	
#outer_wrapper {
	background-color: #E8F2FC;
    background-image: url(images/main-background.gif);
	background-position: top left;
	background-repeat: repeat-y;
	margin:  0 auto;
	text-align: left;
	width: 976px;
	margin-top:20px;
}
/*	text-align: center;*/
}
/* - Headers - Change Color to Primary*/
h1, h2, h3, h4, h5, h6 {
	color: #0A0A14;
	font-size: 100%;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 130%;
	color:#fff;
	
}
h2 {
	font-size: 120%;
	padding: 14px 0 0;
}
h3 {
	font-size: 120%;
	padding: 14px 0 0;
}
p {
	margin: 0;
	padding: 10px 0 2px 0;
}
/* - Hyperlinks - Primary Color*/
a {
	color: #2385E6;
	text-decoration: underline;
}
a:hover{
	color: #2385E6;
	text-decoration: underline;
}
a img {
	border: none;
}
blockquote {
	display: block;
}
ul {
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 4px;
	padding-top: 0;
}
ol ul li {
	padding: 0;
}
ol {
	margin: 0 0 0 18px;
	padding: 10px 0 4px 0;
}
ol li {
	padding: 0 0 5px 0;
}
tr {
	vertical-align: top;
}
td p {
	margin: 0;
	padding: 0;
}



#inner_wrapper {
	/* background: url(images/menu-background.jpg) top left no-repeat; */
}

/*Set Border for Logo (if needed)*/


.header {
	margin:0;
	margin: 0px 13px;
	padding:0;
	display:block;
	height: 140px;
	background-color:#0A0A14;
	border:10px solid #fff;
}

.header #logo {
	float:left;
	background: #0A0A14;
	margin: 0;
	width: 200px;
	text-align:center;
	border-right:10px solid #fff;
	height: 140px;
}
.header #logo a {
	display: block;	
	border: none;
}

.header .siteName {
	float: left;
	padding-top:60px;
	padding-left:50px;
	background-color:#0A0A14;
}
.header .siteName span.row1 {
	display:block;
	font-size: 400%;
	color: #052F6B;
	
}

.header .siteName span.row2 {
	display:block;
	font-size: 200%;
	text-align:right;
	color:#052F6B;
}
#logo {
	background: #fff;
	margin: 0 13px;
	border: none;
}
#logo a {
	display: block;
	padding: 10px 0;
	text-align: left;
	width: 100%;
	border: none;
}
/* - Header Bar - Change to Primary Color*/
#bar {
	margin: 0px;
	background-color: #F36B32;
	/* background-image: url(images/bar-gradient.png);
	background-position: top left;
	background-repeat: repeat-x;*/
	height: 20px;
	padding:5px 10px;
	margin-right:10px;
	margin-bottom:5px;
}

#main {
	padding: 0px 13px;
}

#butterfly_padding {
	height: 400px;
	width:210px;
}
#butterflies {
	
	background-color: transparent;
	background-image: url(images/butterflies.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#content_wrapper {
	float: right;
	width: 730px;
}
#content {
	font-family: verdana, "times new roman", serif;
	line-height: 20px;
	padding: 0 50px 0 10px;
}
#content ul {list-style:disc;margin-left:25px;}

#footer {
	/* styles here */
	background: #eee;
	padding: 0 10px 20px;
}
#footer_image {
	/* styles here */
	background: #F36B32 url(images/footer.gif) top left no-repeat;
	clear: both;
	height: 24px;
}
#footer p {
	font-size: 75%;
	margin: 0 0 5px;
	padding: 0;
	text-align: center;
}

.clear {
	clear: both;
}

.t100-0-flashform td {
	padding: 5px 0;
}