@charset "UTF-8";


.container_top_shad {
	background-image: url(../images/container_top_shad.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
}

.container_bottom_shad {
	background-image: url(../images/container_bottom_shad.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
}

.container_left_shad {
	background-image: url(../images/container_left_shad.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 25px;
}

.container_right_shad {
	background-image: url(../images/container_right_shad.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 25px;
}
.globe_image {
	background-image: url(../images/tmp/globe.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#navigation_box_yel {
	background-image: url(../images/tmp/navigation_one.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 172px;
	padding-top: 68px;
}
#navigation_box_other {
	background-image: url(../images/tmp/navigation_two.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 172px;
	padding-top: 68px;
}
#navigation_box_contact {
	background-image: url(../images/tmp/navigation_three_small.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFCC21;
	width: 1000px;
}
.contact_navigation_holder {
	width: 534px;
	margin-top: 65px;
}
.navigation_bt_spacer {
	margin-bottom: 7px;
}
.fotter_images {
	float: right;
	margin-top: 20px;
}
#fotter_copy {
	color: #999999;
	font-size: 85%;
	width: 510px;
	margin-top: 50px;
}
#fotter_copy a:link {
	color: #000000;
	text-decoration: underline;
}
#fotter_copy a:visited {
	color: #000000;
	text-decoration: underline;
}
#fotter_copy a:hover {
color: #000000;
	text-decoration: none;
}
#fotter_copy a:active {
color: #000000;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
}

p {
	font-size: 90%;
	color: #333333;
}

#sidebar1 p {
	margin-top: 0px;
	color: #000000;
}

#sidebar1 h3 {
	margin-bottom: 0px;
}

#sidebar1 a:link {
	color: #3366CC;
	text-decoration: underline;
}
#sidebar1 a:visited {
	color: #3366CC;
	text-decoration: underline;
}
#sidebar1 a:hover {
color: #3366CC;
	text-decoration: none;
}
#sidebar1 a:active {
color: #3366CC;
	text-decoration: underline;
}

#mainContent h1 {
	margin-top: 0px;
}
.bold {
	font-weight: bold;
}



#mainContent a:link {
	color: #000000;
	text-decoration: underline;
}
#mainContent a:visited {
	color: #000000;
	text-decoration: underline;
}
#mainContent a:hover {
color: #000000;
	text-decoration: none;
}
#mainContent a:active {
color: #000000;
	text-decoration: underline;
}
li {
	color: #333333;
	list-style-type: none;
	padding-bottom: 1em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	list-style-image: url(../images/tmp/10px_arrow_red.gif);
	font-weight: bold;
	list-style-position: inside;
}
ul {
	margin-left: 0px;
	padding-left: 0px;
}






.gallery_thumbail_box {
	float: left;
	height: auto;
	width: 100%;
	clear: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-top: 20px;
	margin-bottom: 20px;
}


.gallery_thumbail_box img {
	width: 120px;
	height: auto;
	float: left;
	margin-right: 20px;
	padding-bottom: 10px;
}

.gallery_thumbail_box p {
	margin-top: 10px;
	color: #666666;
}


a img {border: none; }

.send_bt {
	background: url(../images/tmp/send_off.jpg) no-repeat 0 0;
	border: none;
	cursor: pointer;
	float:right;
	height:32px;
	margin-right:16px;
	width:130px;
}
.send_bt:hover {
	background: url(../images/tmp/send_on.jpg) no-repeat 0 0;
}

/******CONTACT FORM STYLES******/
.clear {
	clear: both;
}
#mainContent form {
	overflow:hidden;
}
#mainContent form p {  }
#mainContent form p label {
	display: block;
}
#mainContent form p span {
	display: block;
}
#mainContent form .float, #mainContent form .float textarea, #mainContent form .float input, #mainContent form .float select {
	width: 205px;
}
#mainContent form textarea {
	height: 100px;
}
.float {
	float:left;
	min-height:365px;
}
.other {
	margin:20px 0 0;
}
.other textarea {
	width:100%;
}
.error {
	border-color: red; 
	color: red;
}
.message p {
	font-size: 20px;
	color: red;
}
#form1 fieldset {
	border: none;
}