@charset "utf-8";
/* CSS Document */



/*Globals*/

body {
	background-color: #F4f4FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}


h1, h2, h3, h4 {
	margin-top: 0px;
	color: #003366;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	clear: both;
}
h3 {
	margin-top: 15px;
	margin-bottom: 10px;
}

h1 {
	font-size: 160%;
	font-weight: lighter;
}
h2 {
	font-size: 135%;
	font-weight: normal;
}
.clear {
	clear: both;
}


a {
	text-decoration: underline;
	color: #3366CC;
}
a:hover{
	color:#009966;
	border:none;
}
a:active{
	text-decoration: underline;
	color: #99CCFF;
}
/*End*/







/*Outer Containers*/

#wrapper {
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 990px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}



#container {
	width: 800px;
	margin: 15px auto;
}





#header {
	padding: 15px 0 0 0;
	height: 74px;
	width: 800px;
	text-align: right;
	background-image: url(../images/aero_header3.jpg);
}
#header object {
	z-index: 1000;
}
#flash {
	float: right;
	z-index: 1000;
}


/*End*/







/*Left Column Wrap*/

#main_left_float_column {
	float: left;
	height: auto;
	width: 390px;
}



/*Right Column Wrap*/

#main_right_float_column {
	float: right;
	height: auto;
	width: 390px;
}






/*Main Navigation*/

#navbar {
	background-color: #F3F3FF;
	padding: 2px 10px 10px 10px;
	background-image: url(../images/navbar_bg2.jpg);
	background-repeat: no-repeat;
	height: 25px;
	margin: 5px 0;
}

#navbar  ul {
	margin: 0px;
	padding: 0 0 0 20px;
}

#navbar li {
	float:left;
	display: block;
	font-size: 110%;
	list-style-type: none;
}

#navbar li a {
	text-decoration: none;
	color: #000033;
	background-image: url(../images/button_up2.jpg);
	display: block;
	width: 110px;
	padding: 8px 10px 10px 30px;
	background-repeat: no-repeat;
}

#navbar li a:hover {
	background-image: url(../images/button_down2.jpg);
}
#left_aligned_text {
	text-align: left;
}

/*End*/








/*Expanding Boxes*/

.box_top{
	background: url(../images/rc/top_rc.jpg) no-repeat;
	height:20px;
}

.inner_box{
	color: #333333;
	padding:0 10px 0 10px;
}

.inner_box p {
	margin-top: 15px;
	margin-bottom: 0px;
	line-height: 16px;
	clear: left;
}


.inner_box img {
	float:right;
	border: none;
	padding: 10px;
}

.box_middle{
	background: url(../images/rc/middle_rc.jpg) repeat-y;
}

.box_bottom{
	background: url(../images/rc/bottom_rc.jpg) no-repeat;
	height:21px;
	margin-bottom: 15px;
}

/*End*/









/*Home box free hosting image*/

.free_hosting_image img {
	margin-top: 0px;
	margin-bottom: 0px;
	float: none;
}

/*End*/









/*Three image collage on home page*/

#tri_image_captions {
	width: 375px;
	clear: right;
	height: auto;
}

#tri_image_captions img {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#tri_image_captions ul {
	margin-left: -35px;
	text-align: center;
	margin-top: 0px;

}

#tri_image_captions li {
	list-style-type: none;
	float: left;
	display: block;
	width: 120px;
	text-align: center;
}



/*End*/







/*Links on home page in "info and ideas" box*/

#home_sublinks {
	float: right;
	width: 150px;
	border: 1px solid #006699;
	padding: 0px 5px 0px 0px;
	margin-left: 5px;
}

/*End*/.ask_left {
	text-align: right;
	color: #333333;
	background-color: #F4F7FF;
}
.ask_right {
	background-color: #D5DFE9;
	text-align: left;
}
.dark_text {
	color: #333333;
}


/*End*/






/*footer with expanding box*/

#footer {
	clear: both;
}
.footer_box_top {
	background-color: #0B0B0B;
	background-image: url(../images/rc/footer_top_rc.jpg);
	height: 17px;
	margin-top: 15px;
}
.footer_box_middle {
	background-color: #000000;
	background-image: url(../images/rc/footer_middle_rc.jpg);
	background-repeat: repeat-y;
}
.footer_inner_box {
	padding: 0 10px 0 10px;
	color: #333333;
	text-align: center;

}
.footer_inner_box p {
	margin: 0px;
	line-height: 16px;
}

.footer_box_bottom {
	background-color: #000000;
	background-image: url(../images/rc/footer_bottom_rc.jpg);
	height: 20px;
}
