@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
p {
	line-height: 18px;
}
body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	background-color: #121212;
	font-size: 11px;
	background-image: url(../images/background/bg_main.jpg);
}
img {
	border: none;
}
input, textarea {
	padding: 6px;
	font-size: 12px;
	margin-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	overflow: hidden; /*prevents scrollbar appearing in various browsers*/
	width: 296px; /*keeps the widths consistent*/
}
h1, h2, h3, h4 {
	color: #88D0FF;
	font-weight: bold;
}
h1 {
	font-size: 20px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 14px;
	font-weight: normal;
	padding-top: 40px;
}
h3 {
	font-size: 11px;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 5px;
}
h4 {
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 3px;
}
.flag {
	margin-bottom: -5px;
	margin-top: 0px;
	margin-right: 10px;
}
#wrapper {
	width: 1000px;
	text-align: left;
	margin: 40px auto;
}
#header {
	background-image: url(../images/lines/horizontal_line.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	float: left;
	width: 1000px;
}
#page_heading {
	width: 960px;
	margin-bottom: 3px;
}
#rich_mcnabb {
	width: 300px;
	float: left;
	padding-bottom: 4px;
	padding-top: 16px;
}
#breadcrumb {
	font-size: 10px;
	width: 960px;
	float: left;
	padding-top: 2px;
	padding-bottom: 3px;
	color: #69696b;
	background-image: url(../images/lines/horizontal_line.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 20px;
}
#breadcrumb a {
	color: #EBEBEB;
	text-decoration: none;
	font-weight: bold;
}
#breadcrumb a:hover {
	color: #3366FF;
	text-decoration: underline;
}
#top_navigation {
	color: #454545;
	font-size: 10px;
	width: 650px;
	text-align: right;
	float: right;
	margin-top: 52px;
	padding: 10px 0px 4px 0px;
}
#top_navigation a {
	color: #454545;
	text-decoration: none;
}
#top_navigation a.current, #top_navigation a.current:hover {
	color: #fff;
	background-image: url(../images/background/bg_main2.jpg);
	padding: 5px 15px;
	cursor: default;
	text-decoration: none;
}
#top_navigation a:hover {
	color: #3366FF;
	text-decoration: underline;
}
#top_navigation li {
	list-style-position: outside;
	display: inline;
}
#clear {
	clear: both;
}
#flashAndJsRequired {
	background-color: #121212;
	width: 1000px;
	float: left;
	background-image: url(../images/background/bg_main2.jpg);
}
#main_content {
	width: 960px;
	padding: 10px 20px 0px 20px;
	float: left;
	background-image: url(../images/background/bg_main2.jpg);
}
#main_content_text {
	float:left;
	text-align: left;
	margin-bottom: 30px;
	width: 960px;
}
#main_content_text img {
	border-style: none;
}
#main_content_text a {
	color: #8e8774;
	text-decoration: none;
}
#main_content_text a:hover {
	color: #3366FF;
	text-decoration: underline;
}
#main_content_text li {
	list-style-position: outside;
	margin-left: 17px;
	list-style-image: url(../images/bullets/bullet_square.gif);
	line-height: 16px;
	padding-bottom: 2px;
}
#main_content_text .li_padding {
	margin-bottom: 10px;
}
#main_content_text .dates {
	margin-right: 10px;
}
div.icon_group {
	float: left;
	width: 960px;
	background-image: url(../images/lines/horizontal_line.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	margin-bottom: 10px;
	padding: 40px 0px;
}
div.icon_group .icon_type {
	float: left;
	width: 240px;
}
.submit_button {
	width: 103px;
}
#contact_details {
	float: left;
	width: 960px;
	padding-top: 19px;
}
#contact_form {
	float: left;
	width: 310px;
	margin-right: 20px;
}
#contact_form h2 {
	padding-bottom: 10px;
}
#contact_form textarea, #contact_form input {
	border: 1px solid #333;
	background-image: url(../images/background/bg_main.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #181818;
}
#contact_form textarea:focus, #contact_form input:focus {
	border: 1px solid #3E3D3B;
	background-image: url(../images/background/bg_input_focus.jpg);
}
#map {
	float: left;
	width: 630px;
}
#map h2 {
	padding-bottom: 10px;
}
.photo_clear {
	clear: right;
}
div.photo_gallery {
	float: left;
	width: 936px;
	background-image: url(../images/lines/vertical_line_background.gif);
	background-repeat: repeat-y;
	padding-left: 24px;
	margin: 15px 0px;
	overflow: hidden; /*IE 6 double margin fix*/
}
div.photo_thumbnail {
	float: left;
	display: block;
	margin-right: 23px;
	background-color: #222;
	margin-bottom: 23px;
	border: solid 1px #2a2a2a;
	padding: 3px;
}
div.photo_thumbnail img {
	margin: 3px;
}
div.photo_thumbnail:hover {
	border: 1px solid #414143;
}
#google {
	margin-bottom: 10px;
	text-align: left;
	margin-top: 25px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #17191A;
	border-right-color: #17191A;
	border-bottom-color: #17191A;
	border-left-color: #17191A;
	padding-bottom: 5px;
	padding-top: 5px;
}
.powered_by_google {
	font-size: 10px;
	color: #69696b;
	padding-top: 5px;
}
div.portfolio {
	width: 960px;
	float: left;
	font-size: 11px;
	clear: both;
	background-image: url(../images/lines/horizontal_line.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 40px;
	padding-bottom: 50px;
}
div.portfolio h2 {
	background-image: url(../images/lines/horizontal_line_dashed.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 2px;
}
div.portfolio .image_link {
	float: left;
	width: 630px;
	text-align: right;
	margin: 3px 0px -5px 0px;
	color: #666;
}
#main_content_text .portfolio .image_link li {
	display: inline;
	list-style-position: outside;
	padding: 0px 6px 0px 2px;
	margin: 0px;
	background-image: url(../images/lines/vertical_line.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
div.portfolio_image {
	width: 630px;
	margin-top: 10px;
	float: left;
	margin-right: 20px;
}
div.portfolio_text {
	width: 310px;
	margin-top: 10px;
	float: left;
}
div.portfolio_text h2 {
	background: url(none);
	font-weight: bold;
	color: #B0B0B0;
	font-size: 13px;
}
div.portfolio_text h3 {
	font-weight: bold;
	color: #B5B5B5;
}
div.portfolio .portfolio_text .top {
	padding-top: 0px;
}
div.portfolio_app {
	width: 290px;
	float: left;
	margin-top: 2px;
}
div.portfolio_app_group {
	width: 270px;
	float: left;
	padding-bottom: 5px;
}
div.portfolio_app_logo {
	float: left;
	width: 25px;
}
div.portfolio_app_logo_text {
	width: 240px;
	float: left;
}
div.portfolio .featured {
	float: left;
	width: 630px;
}
div.portfolio .featured_thumbnail {
	float: left;
	display: block;
	margin-top: 7px;
	width: 90px;
	text-align: center;
}
div.awards {
	float: left;
	width: 940px;
	background-image: url(../images/lines/vertical_line_background.gif);
	background-repeat: repeat-y;
	padding-left: 20px;
	margin: 15px 0px;
	overflow: hidden; /*IE 6 double margin fix*/
}
div.awards_thumbnail {
	float: left;
	display: block;
	margin-right: 16px;
	background-color: #222;
	border: solid 1px #2a2a2a;
	padding: 2px;
	margin-bottom: 16px;
}
div.awards_thumbnail img {
	margin: 2px;
}
div.awards_thumbnail:hover {
	border: 1px solid #414143;
}
div.portfolio_text .back_top_top {
	float: left;
	width: 300px;
	margin-top: 20px;
}
div.portfolio_text .back_top_top h4 a {
	color: #454545;
}
div.portfolio_text .back_top_top img {
	margin-right: 8px;
}
#back_to_top {
	float: left;
	width: 960px;
	margin-top: 30px;
}
#back_to_top h4 a {
	color: #454545;
}
#back_to_top img {
	margin-right: 4px;
}
#bottom_navigation {
	background-image: url(../images/lines/horizontal_line.jpg);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
	width: 960px;
}
#bottom_text_navigation {
	font-size: 10px;
	width: 960px;
	text-align: center;
	float: left;
	padding: 40px 0px 20px 0px;
	background-image: url(../images/lines/horizontal_line_upsidedown.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #454545;
}
#bottom_text_navigation a {
	color: #454545;
	text-decoration: none;
}
#bottom_text_navigation a.current, #bottom_text_navigation a.current:hover {
	color: #A3A3A3;
	cursor: default;
	text-decoration: none;
}
#bottom_text_navigation a:hover {
	color: #3366FF;
	text-decoration: underline;
}
#bottom_text_navigation li {
	list-style-position: outside;
	display: inline;
}
#footer {
	float: left;
	width: 1000px;
	padding-bottom: 50px;
	color: #454545;
	font-size: 9px;
	padding-top: 5px;
	background-image: url(../images/lines/horizontal_line_upsidedown.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
#footer img {
	padding-top: 5px;
	padding-right: 4px;
}
div.copyright {
	padding-bottom: 5px;
	float: right;
	width: 800px;
	text-align: right;
}
div.copyright a  {
	color: #545454;
	border-bottom: 1px dotted #545454;
	text-decoration: none;
}
#footer_icons {
	float: left;
	width: 190px;
}
#footer_icons a {
	color: #545454;
	text-decoration: none;
}
