body, html { 
	margin: 0;
  	border: 0;
  	padding: 0;
  	font-family: "verdana";
  	font-size: 10px;
  	color: #5a5959;
  	background: #def1fd url('./images/body_bg.jpg') repeat-x;
  	text-align: center;
}

/**********PAGE_CONTAINER***********/
#page_container {
	margin: 0 auto;
	width: 960px;
	text-align: center;
	background-color: #ffffff;
}

/**********HEADER***********/
#header {
	height: 190px;
}

#header img {
	margin-top: 23px;
	float: left;
}

.banners {
	margin-top: 23px;
	height: 160px;
	float: right;
	width: 540px;
}

.banner1 {
	margin-left: 10px;
	margin-bottom: 10px;
	width: 120px;
	height: 60px;
	float: left;
}

/******INNER_PAGE_CONTAINER*********/
#inner_page_container {
	position: relative;
	background: #ffffff;
}

.left_top {
	top: -1px;
	left: 0px;
	width: 8px;
	height: 8px;
	position: absolute;
	background: url('./images/top_left_corner.jpg') no-repeat;
}

.right_top {
	top: -1px;
	right: 0px;
	width: 8px;
	height: 8px;
	position: absolute;
	background: url('./images/top_right_corner.jpg') no-repeat;
}

/*********NAVBAR*********/
#navbar {
	height: 42px;
	background: url('./images/navbar_bg.jpg') repeat-x;
}

/*********MENU*********/
#menu {
	/*margin-left: 25px;*/
	height: 0px;
    font-size: 11px;
    float: left;
    clear: both;
    position: relative;
}

#menu ul {
   list-style: none;
   margin: 0;
   padding: 0;
   clear: both;
}

#menu ul li {
	height: 42px;
    float: left;
    background: url('./images/menu_separator.jpg') no-repeat;
    margin: 0;
}

#menu ul li a {
   padding: 14px 16px;
   color: #ffffff;
   float: left;
   text-decoration: none;
   margin: 0;
}

#menu ul li a:hover {
    text-decoration: underline;
}

/*********FORM*********/
fieldset {
	margin-top: -13px;
	padding: 0px;
	margin: 0px;
	border: none;
}

.search {
	margin-top: 7px;
	width: 158px;
	height: 27px;
	float: right;
}

*html .search {
	margin-top: -4px;
	margin-left: 14px;
	width: 158px;
	height: 27px;
}

#ajaxSearch_form {
	height: 27px;
	background: url('./images/search_textfield.jpg') no-repeat;
	border: none;
	float: left;
}

#ajaxSearch_input {
	left: 8px;
	width: 104px;
	height: 27px;
	border: none;
	background: url('./images/textfield_bg.jpg') repeat-x;
	position: relative;
	float: left;
}

#ajaxSearch_submit {
	margin-left: 6px;
	width: 34px;
	height: 27px;
	background: url('./images/search_button.jpg') no-repeat;
	border: none;
	float: left;
}

/*********INNER_CONTAINER**********/
#inner_container {
	text-align: left;
	background-color: #ffffff;
}

.big_picture_container {
	width: 486px;
	height: 599px;
	position: relative;
	float: left;
}

.big_picture_container_second {
	width: 260px;
	height: 599px;
	position: relative;
	float: left;
}

.big_picture_container_second img {
	margin-top: 6px;
}

.big_picture {
	height: 599px;
}

.big_picture_second {
	height: 599px;
}

.big_picture img {
	top: 0px;
	position: relative;
}

.round_corner {
	width: 165px;
	height: 599px;
	top: 0px;
	right: 0px;
	position: absolute;
	background: url('./images/round.gif') no-repeat;
}

/*********CONTENT_CONTAINER*******/
#content_container {
	width: 474px;
	text-align: center;
	background-color: #ffffff;
	position: relative;
	float: left;
}

#content_container_second {
	width: 700px;
	text-align: center;
	background-color: #ffffff;
	position: relative;
	float: left;
}

#content_container_second td {
	font-size: 10px;
}

.title_bar {
	height: 38px;
	background-color: #84d630;
}

.title_text {
	margin-top: 12px;
	margin-right: 48px;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	color: #016bb7;
	float: right;
}

.marguee_box {
	margin-top: 12px;
	width: 320px;
	height: 20px;
	float: left;
}

.marguee_box_second {
	margin-top: 12px;
	width: 480px;
	height: 20px;
	float: left;
}


/********TEXT_CONTAINER********/
.text_container {
	top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 420px;
	text-align: left;
	/*position: relative;*/
}

.text_text_container {
	text-align: left;
	margin-top: 26px;
}

.text_bullet_container {
	margin-top: 29px;
	height: 133px;
}

.text_bullet_container ul li {
	margin-bottom: 10px;
}

.text {
	color: #84d630;
	font-weight: bold;
}

/*********FOOTER*******/
#footer {
	height: 77px;
	background-color: #DFF1FF;
}

.copyright {
	margin-top: 33px;
	color: #016bb7;
	font-size: 10px;
	float: left;
}

.com2go {
	margin-top: 33px;
	color: #016bb7;
	font-size: 10px;
	float: right;
}

.com2go a {
	color: #016bb7;
	text-decoration: none;
}

.com2go a:hover {
	color: #666666;
	text-decoration: none;
}

/*********CLEAR*********/
.clear {
	clear: both;
}

img {
	top: -6px;
	border: none;
	position: relative;
}
