* {
	margin: 0;
	padding: 0;
}
html {
	width:100%;
	height:100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #838383;
	line-height:17px;
	width: 100%;
	min-width:900px;
	background: url(images/body_bg.jpg);
}
a {
	color: #c90302;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
ul, ol {
	margin-left:25px;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}

h1 {
	font-size: 18px;
	line-height:20px;
	font-weight: bold;
	color: #000;
	padding: 0px 0px 5px 0px;
}

h2 {
	font-size: 16px;
	line-height:18px;
	font-weight: bold;
	color: #1d6e1f;
	padding: 0px 0px 5px 0px;
}
h3 {
	font-size:14px;
	line-height:14px;
	font-weight: bold;
	color:#000;
	padding: 0px 0px 5px 0px;
}

.h3 {
	font-size:14px;
	line-height:14px;
	font-weight: bold;
	color:#000;
}
.ul_columns ul {
	float: left;
	margin:0px;
	padding-left:25px;
	padding-right:10px;
}


fieldset {
	border: 0px solid transparent;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif
	font-size: 12px;
}
input {
	vertical-align: middle;
}

.button {
	color: #ffffff;
	background-color:#000000;
	font-size:11px;
	font-weight: bold;
	width:80px;
	height:22px;
}

.required {
	color:#F00;
}

.clear {
	height:0;
	font-size:1px;
	line-height:0px;
	clear:both;
}

.hidden {
	display: none;
}

.hr {
	line-height:1px;
	height:1px;
	font-size:1px;
	background:url(images/hr_bg.gif) top repeat-x;
}


.img_left {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.img_right {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}

.images {
	border: #d9d9d9 solid 5px;
	background: #fff;
}
.images_left {
	border: #d9d9d9 solid 5px;
	background: #fff;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.images_right {
	border: #d9d9d9 solid 5px;
	background: #fff;
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}
.imagesmallname {
	color: #48442e; 
	font-weight: normal;
}
.imagemediumname {
	color: #838383; 
	font-weight: bold;
}
.imagebigname {
	color: #838383; 
	font-weight: bold;
}
.imagepages {
	color: #000; 
	font-weight: normal;
}
.imagepageselected {
	color: #c90302; 
	font-weight: bold;
}
.imagepagesnav {
	color: #c90302; 
	font-weight: normal;
}
.imagebignav {
	color: #000; 
	font-weight: bold;
}
.sectionname {
	color: #000; 
	font-weight: bold;
}
.sectionnameselected {
	color: #c90302; 
	font-weight: bold;
}

/* area_we_service
-----------------------------------------------------------------------------*/
#area_service {
	display:none;
}
.area_service_ul {
	padding-right:20px;
	padding-top:10px;
	vertical-align:top;
	line-height: 17px;
	float: left;
}

/* Wrapper
-----------------------------------------------------------------------------*/
#wrapper {
	width: 100%;
	background: #efefef url(images/wrapper_bg.jpg) top repeat-x;
}
#wrapper_inside {
	width: 100%;
	background: #efefef url(images/wrapper_inside_bg.jpg) top repeat-x;
}

/* Wrapper1
-----------------------------------------------------------------------------*/
#wrapper1 {
	width: 100%;
	background: url(images/wrapper1_snow_bg.jpg) center top no-repeat;
}
#wrapper1_inside {
	width: 100%;
	background: url(images/wrapper1_inside_snow_bg.jpg) center top no-repeat;
}

/* Wrapper2
-----------------------------------------------------------------------------*/
#wrapper2 {
	width: 900px;
	position:relative;
	left:50%;
	margin-left: -450px;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	width: 100%;
	height: 184px;
	background: url(images/header_bg.jpg) 182px top no-repeat;
	position: relative;
	font-size:1px;
	line-height:1px;
	vertical-align: top;
}
#header h1 {
	width: 182px;
	height: 173px;
	position: relative;
	color:#fff;
	text-align: center;
	padding: 0px;
}
#header h1 a {
	background: url(images/logo.jpg) top no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 182px;
	height: 173px;
}
#header h2 {
	font-size: 12px;
	position: absolute;
	left: 730px;
	top: 15px;
	color:#666565;
	font-weight:normal;
	padding: 0px;
}
#header h3 {
	font-size: 16px;
	position: absolute;
	left: 780px;
	top: 15px;
	color:#d8d8d8;
	line-height: 18px;
	padding: 0px;
}

/* Header1
-----------------------------------------------------------------------------*/
#header1 {
	width: 100%;
	height: 424px;
	position: relative;
}
#header1_inside {
	width: 100%;
	height: 184px;
	position: relative;
}
#header1 h1, #header1_inside h1 {
	width: 100%;
	height: 58px;
	color: #fff;
	text-indent: 50px;
	position: relative;
	padding: 0px;
}
#header1 h1 span {
	background: url(images/title_welcome_snow.jpg) top no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 900px;
	height: 58px;
}
#header1_inside h1 span {
	background: url(images/title_welcome_snow_inside.jpg) top no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 900px;
	height: 58px;
}
#social_links {
	position: absolute;
	left: 810px;
	top: 15px;
}
#social_links a {
	display: block;
	float: left;
	width: 27px;
	height:28px;
}
#top_boxes {
	width: 100%;
	height: 366px;
	background: url(images/top_boxes_snow_bg.jpg) bottom no-repeat;
	overflow: hidden;
}
#top_boxes_inside {
	width: 100%;
	height: 126px;
	background: url(images/top_boxes_inside_snow_bg.jpg) top no-repeat;
	overflow: hidden;
}
#top_boxes img {
	float: left;
}
#top_boxes a, #top_boxes_inside a {
	color: #fff;
}
#top_boxes div, #top_boxes_inside div {
	width: 270px;
	height: 126px;
	float: left;
	padding: 0px 15px 0px 15px;
	color:#c2c1c1;
}
#top_boxes div h1, #top_boxes_inside div h1 {
	height: 31px;
	color: #dfdfdf;
	font-size: 18px;
	background: url(images/top_title_bg.gif) bottom repeat-x;
	text-indent: 0px;
	padding: 15px 0px 0px 0px;
}
#top_boxes div h2, #top_boxes_inside div h2 {
	color: #dfdfdf;
	font-size: 12px;
	font-weight: normal;
	padding: 5px 0px 0px 0px;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	padding: 20px 0px 30px 0px;
	width: 100%;
	overflow: hidden;
}

/* Menu
-----------------------------------------------------------------------------*/
#menu {
	width: 199px;
	float: left;
	padding: 0px 15px 0px 0px;
}
#menu_area {
	width: 199px;
	background: url(images/menu_bg.gif) left repeat-y;
}
#menu h1 {
	width: 199px;
	height: 49px;
	background: url(images/menu_top_bg.jpg);
	text-indent: -5000px;
	padding: 0px;
}
#menu ul {
	margin: 0px;
	padding: 0px 0px 0px 8px;
	list-style:none;
	list-style-image:none;
	width: 191px;
	background: url(images/menu_bottom_bg.gif) left bottom no-repeat;
}
#menu ul li {
	width:184px;
	height:39px;
	border-bottom: 1px #e6e6e6 solid;
	font-size: 1px;
	padding: 0px;
	margin: 0px;
}
#menu ul a {
	display: block;
	width: 142px;
	height: 23px;
	padding: 10px 25px 0px 17px;
	background: url(images/menu_arrow.gif) 161px center no-repeat #fbfbfb;
	font-size: 12px;
	color: #494949;
	font-weight: bold;
	margin: 0px;
}
#menu a:hover, a.menu_selected {
	color: #c90302 !important;
	text-decoration:none;
}
#menu_green_pledge {
	color: #5f8e07 !important;
	background: url(images/icon_green.gif) 159px center no-repeat #fbfbfb !important;
}

/* box
-----------------------------------------------------------------------------*/
.box_left {
	width: 100%;
	background: url(images/box_left.gif) left repeat-y;
}
.box_right {
	background: url(images/box_right.gif) right repeat-y;
}
.box_top {
	background: url(images/box_top.gif) top repeat-x;
}
.box_top_left {
	background: url(images/box_top_left.gif) left top no-repeat;
}
.box_top_left_upper {
	background: url(images/box_top_left_upper.gif) left top no-repeat;
}
.box_top_right {
	background: url(images/box_top_right.gif) right top no-repeat;
}
.box_top_right_upper {
	background: url(images/box_top_right_upper.gif) right top no-repeat;
}
.box_bottom {
	background: url(images/box_bottom.gif) bottom repeat-x;
}
.box_bottom_left {
	background: url(images/box_bottom_left.gif) left bottom no-repeat;
}
.box_bottom_right {
	background: url(images/box_bottom_right.gif) right bottom no-repeat;
	padding: 3px;
}
.box {
	width: auto;
	background: #f5f5f5;
	padding: 24px 25px 24px 25px;
}

.box_title {
	height: 32px;
	border-bottom: 1px solid #dfdfdf;
}
.box_title h1 {
	font-size: 18px;
	color: #363636;
}

/* Content
-----------------------------------------------------------------------------*/
#content {
	width: 686px;
	float: left;
}

#content_home {
	width: 630px;
	overflow: auto;
}

#content_inside {
	width: 630px;
	overflow: auto;
	min-height:396px;
	height:expression(this.scrollHeight < 396? "396px" : "auto");
}

#home_university {
	width: 336px;
	overflow: hidden;
	float: left;
}

#home_university_box {
	min-height:250px;
	height:expression(this.scrollHeight < 250? "250px" : "auto");
}

#home_gallery {
	width: 335px;
	overflow: hidden;
	float: right;
}

#home_gallery_box {
	min-height:250px;
	height:expression(this.scrollHeight < 250? "250px" : "auto");
}

#home_news {
	width: 630px;
	overflow: auto;
}

#content_membership {
	width: 630px;
	overflow: auto;
}

#content_membership span {
	float: left;
	padding: 0px 20px 20px 0px;
}
#content_membership span.last {
	padding-right: 0px;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 98px;
	background: url(images/footer_bg.jpg) center top repeat-x;
	vertical-align: top;
}

/* Footer1
-----------------------------------------------------------------------------*/
#footer1 {
	width: 900px;
	position:relative;
	left:50%;
	margin-left: -450px;
}

/* Footer2
-----------------------------------------------------------------------------*/
#footer2 {
	color: #fefefe;
	font-size: 11px;
	line-height: 13px;
	padding: 25px 25px 0px 25px;
}

#footer2 div {
	top: -30px;
	position:relative;
	text-align:right;
}
#footer2 a {
	color:#fff;
}


/* Contact
-----------------------------------------------------------------------------*/
#contact_address {
	width: 200px;
	float:left;
}
#contact_form {
	width: 350px;
	float:right;
}
#contact_form label {
	float: left;
	width: 135px;
}
#contact_form input {
	height:18px;
	width: 130px;
}
#contact_form #labelState {
	width: 45px;
}
#contact_form input#state {
	width: 40px;
	text-transform:uppercase;
}
#contact_form #labelZip {
	width: 90px;
}
#contact_form input#zip {
	width: 85px;
}
#contact_form input#address, #contact_form textarea {
	width: 265px;
}
#contact_form textarea {
	height:100px;
}

#scode_block {
	width: 260px;
	font-size:11px;
	line-height:13px;
	text-align: left;
}
#scode_block input#scode {
	width: 60px;
	text-transform:uppercase;
	text-align:center;
	height:18px;
}
#scode_block .submit {
	color: #ffffff;
	background-color:#000000;
	font-size:11px;
	font-weight: bold;
	width:80px;
	height:22px;
}
#scode_block div {
	width: 250px;
	position:relative;
	left:50%;
	margin-left: -125px;
}
#scode_block span {
	float: left;
	padding: 0px 2px 0px 2px;
}

/* Request
-----------------------------------------------------------------------------*/
#request_form {
	width: 435px;
}
#request_form fieldset {
	border: 1px solid #fff;
	padding: 10px;
}
#request_form legend {
	font-weight: bold;
}
#request_form label {
	float: left;
	width: 205px;
}
#request_form input {
	width: 200px;
	height:18px;
}
#request_form select {
	width: 205px;
	height:22px;
}
#request_form #labelState {
	width: 45px;
}
#request_form input#state {
	width: 40px;
	text-transform:uppercase;
}
#request_form input#email, #request_form input#comp_address, #request_form textarea {
	width: 405px;
}
#request_form textarea {
	height:100px;
}
#request_form #scode_block {
	width: 400px;
}

#nav {
	margin: 10px; 
	position: relative;
}
#nav li {
	float: left;
	list-style: none;
}
#nav a {
	margin: 5px; padding: 3px 5px; 
	border: 1px solid #ccc; 
	background: #fff;
	text-decoration: none;
}
#nav a.activeSlide {
	background: #c90302;
	color:#fff;
}
#nav a:focus {
	outline: none;
}

