/* 
Sets the body 
*/
body {
	/* background: #8EB0DA ; */
	background: #8EB0DA url('../images/gradient.jpg') repeat-x;
	margin:0px 0px 0px 0px;
	padding: 0px 0px;
	text-align: left;
	font-family:"Trebuchet MS", verdana, arial, sans-serif;
	font-size: 14px;
	}
	
* { margin: 0; padding: 0; }

a			{color:#2B72CA ; margin:0px 0px 0px 0px}
a:link		{color:#2B72CA ; margin:0px 0px 0px 0px}
a:visited	{color:#2B72CA ; margin:0px 0px 0px 0px}
a:active	{color:#2B72CA ; margin:0px 0px 0px 0px}
a:hover	{color:#1E568E; margin:0px 0px 0px 0px}


h1 {
	font-size: 28px;
	color: #2B72CA;
	word-spacing: 5px;
	line-height: 34px;
}

h2 {
	font-size: 21px;
	word-spacing: 5px;
	line-height: 27px;
}

h3 {
	font-size: 16px;
	word-spacing: 5px;
	line-height: 22px;
}

h4 {
	font-size: 14px;
	word-spacing: 5px;
	line-height: 20px;
}

h5 {
	font-size: 14px;
	color: #2B72CA;
	word-spacing: 5px;
	line-height: 20px;
}



p {
	margin: 0px 0px 10px 0px;
	word-spacing: 5px;
	line-height: 20px;
}




/*
latest new blog
*/

.news-container {
	margin: 20px 0 40px;
	font-size: 16px;
}

.news-header {
	background: #EEEEEE; 
	border-top: 1px solid #8EB0DA; 
	border-bottom: 1px solid #CCCCCC; 
	padding: 6px 2px;
}

.news-header h2 {
	font-size: 22px;
}

.news-header p {
	font-size: 12px; 
	color: #666666; 
	margin: 2px 0;
}

.news-content {
	padding-top: 6px;
}




/* list */

.list {
	margin: 20px 0px 10px;
	/* nothing */
}

.list ul {
	list-style: none;
	padding: 0;
}

.list li {
	background: url('../images/bullet.jpg') no-repeat top left; 
	line-height: 20px;
	word-spacing: 5px;
	padding: 0px 0px 0px 28px;
	margin-bottom: 6px;
}




/* main menu */

.menucontainer {
	width: 960px; 
	height: 52px;
}

#menu {
	height: 52px;
}

#menu ul {
	margin: 0 auto;
	width: 960px;
	list-style: none;
	padding: 0;
}

#menu li {
	text-align: center;
	float: left;
	margin: 0px;
	line-height: 50px;
	padding: 0px;
}

#menu li a {
	display: block;
	width: 160px;
	height: 52px;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: white;
}	

#menu li a.button1 {
	background: url('../images/button_1.jpg') no-repeat left top;
}

#menu li a.button2 {
	background: url('../images/button_2.jpg') no-repeat left top;
}

#menu li a.button3 {
	background: url('../images/button_3.jpg') no-repeat left top;
}

#menu li a.button4 {
	background: url('../images/button_4.jpg') no-repeat left top;
}

#menu li a.button5 {
	background: url('../images/button_5.jpg') no-repeat left top;
}

#menu li a.button6 {
	background: url('../images/button_6.jpg') no-repeat left top;
}
	
#menu li a.button1:hover {
	color: #F2F3B9;
	background: url('../images/button_1.jpg') no-repeat left bottom;
}

#menu li a.button2:hover {
	color: #F2F3B9;
	background: url('../images/button_2.jpg') no-repeat left bottom;
}

#menu li a.button3:hover {
	color: #F2F3B9;
	background: url('../images/button_3.jpg') no-repeat left bottom;
}

#menu li a.button4:hover {
	color: #F2F3B9;
	background: url('../images/button_4.jpg') no-repeat left bottom;
}

#menu li a.button5:hover {
	color: #F2F3B9;
	background: url('../images/button_5.jpg') no-repeat left bottom;
}

#menu li a.button6:hover {
	color: #F2F3B9;
	background: url('../images/button_6.jpg') no-repeat left bottom;
}
	
	
	
/* main body */
.mainwrapper {
	width: 100%; 
	background: url('../images/header.jpg') no-repeat top center;
}

.bodywrapper {
	width: 960px; 
	text-align: center;
}

.header_spacing {
	height: 104px;
}

.frame_header {
	width: 940px; 
	margin: 0 10px; 
	height: 20px; 
	background: url('../images/body_top.gif');
}

.frame_headerstars {
	width: 940px; 
	margin: 0 10px; 
	height: 20px; 
	background: url('../images/body_top_stars.gif');
}


.frame_middle {
	width: 940px; 
	margin: 0 10px; 
	background: url('../images/body_middle.gif') repeat-y;
}

.frame_wrapper {
	width: 590px;
	background: url('../images/starbanner.jpg') no-repeat top left;
}

.frame_bottom {
	width: 940px; 
	margin: 0 10px; 
	height: 19px; 
	background: url('../images/body_bottom.gif');
}
.main_content {
	float: left; 
	width: 590px; 
	margin: 0px 15px 10px; 
	text-align: left;
}


/* side menu */

.side_wrapper {
	float: right; 
	width: 320px;
}

.side_item {
	background: url('../images/sidebanner_top.jpg') top left no-repeat; 
	margin: 10px 15px 15px 0px; 
	padding: 10px;
}

.side_smaller {
	font-size: 12px;
}


/* footer */

.footer_header {
	height: 18px; 
	width: 940px; 
	background: url('../images/bottomframe_top.gif') no-repeat; 
	font-size: 1px; 
	margin-top: 20px;
}

.footer_main {
	width: 940px; 
	background: url('../images/bottomframe_middle.gif') repeat-y; 
	color: #DCDCDC; 
	font-size: 12px;
}

.footer_content {
	margin: 0px 15px;
}

.footer_item_left {
	float: left; 
	margin: 5px;
}

.footer_item_right {
	float: right; 
	margin: 5px;
}

.footer_foot {
	height: 20px;
}

a.footer_links  {
	margin: 0px 6px 5px 6px;
	color: #DCDCDC;
	text-decoration: none;
}

a.footer_links:link {
	margin: 0px 6px 5px 6px;
	color: #DCDCDC;
}

a.footer_links:visited {
	margin: 0px 6px 5px 6px;
	color: #DCDCDC;
}

a.footer_links:active {
	margin: 0px 6px 5px 6px;
	color: #DCDCDC;
}

a.footer_links:hover {
	margin: 0px 6px 5px 6px;
	color: #1E568E;
}


/* contact form */
.formlabel {
	width: 150px;
	padding: 4px 0px 0px 0px;
	text-align: right;
	/* height: 38px;*/
}

.formcaption {
	padding: 0px 0px 0px 5px;
	/* height: 17px; */
}


/* form changes */
.normal {
	width: 335px;
	padding: 4px 7px 6px;
	border: 1px solid #2155AE;
	font-family:"Trebuchet MS", verdana, arial, sans-serif;
	font-size: 14px;
}

.captchabox {
	width: 183px;
	padding: 4px 7px 6px;
	border: 1px solid #2155AE;
	font-family:"Trebuchet MS", verdana, arial, sans-serif;
	font-size: 14px;
}

.textbox {
	width: 335px;
	height: 149px;
	padding: 5px 7px;
	border: 1px solid #2155AE;
	font-family:"Trebuchet MS", verdana, arial, sans-serif;
	font-size: 14px;
	overflow:auto;
}


	
/* links */

.link_wrapper {
	margin: 30px 0px;
}

.link_image {
	float: right;
	background-color: #EEEEEE;
	border: 1px solid #999999;
	padding: 8px;
}

/* quote */

.quote_left {
	background: url('../images/quote_left.gif') top left no-repeat;
}

.quote_right {
	background: url('../images/quote_right.gif') bottom right no-repeat;
}

.quote_text {
	padding: 30px 20px;
	font-style:italic;
}

.quote_name {
	text-align: right;
	padding: 2px 40px 2px 5px;
	font-size: 12px;
}

.quote_image {
	float: right;
	background-color: #EEEEEE;
	border: 1px solid #999999;
	padding: 8px;
	margin: 5px 40px 5px 12px;
}

.normal_image {
	background-color: #EEEEEE;
	border: 1px solid #999999;
	margin: 4px 0px;
	padding: 8px;
}

	
	
	
