
/*--General Styles--*/
body {
	padding: 0;
	margin: 0;
	background:  #fff url(textpattern/images/content-back.gif) repeat-y center;
	text-align: center;
	font-size: 95%;
	color: #333;
}
h4, p, address, body {
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-size: 1em;
	line-height: 130%;
}
address {
	font-size: .9em;
	color: #666;
	margin: 0;
	padding: 0;
	text-align: left;
}
h1 {
	height: 0;
  	width: 0;
  	overflow: hidden;
  	position: absolute;
	}
h2 {
	background:  #333;
	color: #fff;
	font: 1.4em "Century Gothic", Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 5px 10px;
	margin-top: 0px;
}
h2 a {
	color: #fff;
	text-decoration: none;
}
h2 a:hover {
	color: #fff;
	text-decoration: underline;
}
h3 {
	font: 1.6em "Century Gothic", Arial, Helvetica, sans-serif;
	color: #666;
	padding: 0;
	margin: 0;
}
h4 {
	font-size: 1em;
}
a {
	color:  #1A92C6;
	text-decoration: underline;
}
a:hover {
	color: #1A92C6;
	text-decoration: none;
}
img {
	border: none;
}
input, textarea {
	border: 1px solid #ccc;
	background: #fff;
}
.submit {
	margin: 10px;
}
.clr {
	clear: both;
}
.floatleft, .floatright {
	margin: 10px;
}
.floatleft {
	float:left;
}
.floatright {
	float: right;
}
.caption {
	font-size: .8em;
	width: 140px;
}
.small {
	font-size: .8em;
}
blockquote {
	margin: 10px;
}
/*--Layout Styles--*/
#bar {
	background: url(textpattern/images/menu-back.gif) repeat-x;
	height: 45px;
	overflow: hidden;
}
#wrapper {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#header {
	height: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/*--Middle Area Boxes--*/
#middle {
	background:  #eee;
	padding: 0;
	margin: 0;
	text-align: left;
	height: auto!important;
	height: 1px;
}
#middle p {
	margin: 10px;
	text-align: left;
}
#middleleft {
	float: left;
	width: 49%;
}
#middleleft ol {
	padding: 20px 0px 0px 10px;
	margin: 0;
	width: 95%;
}
#middleleft li {
	height: 45px;
	list-style-type: none;
}
#middleleft dl {
	margin: 5px;
}
#middleleft dt {
	padding-left: 35px;
	margin: 5px;
	font-weight: bold;
	height: 23px;
	white-space: nowrap;
}
#middleleft dd {
	font-size: .9em;
}
#middleleft span {
	padding-left: 35px;
	display: block;
	height: 23px;
	padding-top:3px;
	border-bottom: 1px dotted #CCCCCC;	
}
#middleright {
	text-align: right;
}
/*--Contact--*/
#contactform {
	position: relative;
}
#contactform dl {
	margin: 0px 0px 10px 10px;
}
#contactform dt {
	padding-left: 0px;
	height: 15px;
	font-weight: normal;
}
#contactform dd {
	font-size: .9em;
	margin-left: 0px;
}
/*--About Us--*/
#team {
	text-align: left;
	margin-left: 51%;
	padding-top: 10px;
	padding-right: 10px;
}
#team h4 {
	text-align: left;
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}
#team dl {
	margin: 0;
	padding: 0;
}
#team dt {
	background: url(textpattern/images/arrow-2.gif) no-repeat left top;
	margin: 0;
	font-weight: bold;
	padding: 0px 0px 0px 15px;
}
#team dd {
	margin-left: 15px;
}
/*--Services--*/
#services {
	padding-bottom: 5px;
}
#services a {
	background: url(textpattern/images/arrow-2.gif) no-repeat left center;	
	padding-left: 15px;
}
/*--Reasons--*/
#reasons {
	padding-bottom: 10px;
}
#reasons dl {
	padding: 10px;
}
#reasons dt {
	padding-left: 35px;
	margin: 5px;
	font-weight: bold;
	height: 23px;
	white-space: nowrap;
	clear: both;
}
#reasons dd {
	font-size: .9em;
	margin-bottom: 5px;
}
/*--Number Bullets--*/
.bullet1 {
	background: url(textpattern/images/bullet-1.gif) no-repeat left;
}
.bullet2 {
	background: url(textpattern/images/bullet-2.gif) no-repeat left;
}
.bullet3 {
	background: url(textpattern/images/bullet-3.gif) no-repeat left;
}
.bullet4 {
	background: url(textpattern/images/bullet-4.gif) no-repeat left;
}
.bullet5 {
	background: url(textpattern/images/bullet-5.gif) no-repeat left;
}
.bullet6 {

	background: url(textpattern/images/bullet-6.gif) no-repeat left;
}
.bullet7 {
	background: url(textpattern/images/bullet-7.gif) no-repeat left;
}
.bullet8 {
	background: url(textpattern/images/bullet-8.gif) no-repeat left;
}
.bullet9 {
	background: url(textpattern/images/bullet-9.gif) no-repeat left;
}
.bullet10 {
	background: url(textpattern/images/bullet-10.gif) no-repeat left;
}
.bullet11 {
	background: url(textpattern/images/bullet-11.gif) no-repeat left;
}
.check {
	background: url(textpattern/images/check.gif) no-repeat right top; 
}
.banned {
	background: url(textpattern/images/banned.gif) no-repeat right top;
}
/*--Arrows--*/
#tourarrow {
	padding-top: 10px;
	text-align: center;
}
#contactarrow {
	text-align: left;
	padding-top: 20px;
}
#cake {
	height: 320px;
	text-align: center;
}
/*--Home Page--*/
#home1 {
	text-align: center;
}
#home1 p {
	font: 2.8em "Century Gothic", Arial, Helvetica, sans-serif;
	color: #666;
	line-height: 100%;
	text-align: center;
	padding: 10px 0px;
}
/*--Blog--*/
.posted {
	font-size: .8em;
	line-height: 100%;
	color: #666;
}
.comments_invite {
	font-size: .9em;
	line-height: 100%;
	padding-top: 10px;
}
.comments_older a {
	padding: 5px;
	float: right;
	background: #fff;
	color: #C03F3D;
	text-decoration: none;
	border: 1px solid #ccc;
	margin: 5px;
}
.comments_older a:hover {
	background: #C03F3D;
	color: #fff;
	text-decoration: none;
}
ol.comments {
	margin: 0;
	padding: 0;
}
.comments li, #cpreview {
	background: #333 url(textpattern/images/boxes-back.gif) repeat;
	font-size: .9em;
	margin: 10px 0px;
	padding: 10px;
	color: #fff;
	list-style: none;
}
#cpreview p {
	color: #fff;
}
.comments small, #cpreview small {
	font-size: .9em;
	background: url(textpattern/images/arrow.gif) no-repeat left;
	padding-left: 15px;
	margin: 10px;
}
.comments a {
	color: #86cfef;
}
/*--Portfolio--*/
.portfolio {
	height: 360px;
	padding: 15px;
	margin-top: -15px;
	}
.portfolio img {
	border: 8px solid #fff;
	}
.thumbs {
	padding: 0px 25px 10px;
}
.thumbs img {
	margin: 5px;
	border: 3px solid #ccc;
}
.thumbs a:hover * {
	border: 3px solid #666;
}
/*--Bottom Boxes--*/
.left, .right {
	text-align: left;
	padding: 0;
	margin: 0;
}
.left {
	float: left;
	width: 50%;
}
#boxleft, #boxright {
	background:  #4B4B4B;
	height: 132px;
	width: 368px;
	border: 1px solid #333;
	overflow: hidden;
}
#boxleft {
	margin: 0px 5px 10px 0px;
}
#featured {
    background: url(images/featured.jpg) no-repeat left bottom;
    padding-left: 50%;
    height: 132px;
}
#boxright {
	margin: 0px 0px 10px 5px;
}
#boxleft img {
	
}
#boxleft h4 {
	color: #fff;
	font-size: 1em;
	margin: 10px;
	font-weight: bold;
}
#boxleft p {
	line-height: 100%;
	color: #fff;
	font-size: 0.9em;
	margin: 0px 5px 5px;
}
#boxleft blockquote {
	color: #fff;
	font-size: 0.9em;
	margin: 10px;
}
#boxright ul {
	margin: 0;
	padding: 10px 30px;
	list-style: none;
}
#boxright li {
	list-style: url(textpattern/images/arrow.gif);
	color: #fff;
	text-decoration: none;
}
#boxleft a, #boxright a {
	color: #86cfef;
	text-decoration: none;
}
#boxleft a:hover, #boxright a:hover {
	color: #86cfef;
	text-decoration: underline;
}
#footer {
	width: 100%;
	text-align: center;
	font-size: 0.9em;
}
/*--Top Navigation--*/
#menu {
	padding: 19px 0px 5px 5px;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	background: url(textpattern/images/logo.gif) no-repeat;
	background-position: 0 15px;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}
#menu a {
	text-transform: uppercase;
	color: #fff;
	font: 0.9em "Century Gothic", Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 18px;
	height: 35px;
	padding: 10px 5px;
}
#menu a:hover {
	background: #7f2013 url(textpattern/images/menu-hover.gif) repeat-x;
}
#menu .active {
	background: #7f2013 url(textpattern/images/menu-hover.gif) repeat-x;
}

form#contact_form .this_is_required {
    border: solid 2px #7F2013;
}

div#contactSelectionArea {
}

div#contactSelectionArea ul, 
div#contactSelectionArea ul li {
    list-style: none;
    margin: 0 0 4px;
    padding: 0;
    border: none;
}

div#contactSelectionArea ul li {
    display: inline;
    padding: 6px 17px 4px;
}

div#contactSelectionArea ul li.active {
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    background:none repeat scroll 0 0 #333333;
    color:#FFFFFF;
}

div#contactSelectionArea ul li a {
    background: none;
    text-decoration: none;
    padding:0;
    margin:0;
}

div#contactSelectionArea ul li.active a {
    background:none repeat scroll 0 0 #333333;
    color:#FFFFFF;
}

div#contactFormArea {
    border: 2px solid;
    width: 746px;
}
div#contactFormArea form fieldset {
    border: 0 none;
}

div#contactFormArea form#job_form fieldset p,
div#contactFormArea form#job_form fieldset div.p {
    line-height:100%;
    border-bottom: 1px solid gray;
    margin: 10px;
    padding: 3px 3px 13px;
}

div#contactFormArea form#job_form fieldset label {
    display: inline-block;
    width: 190px;
    vertical-align: top;
}

div#contactFormArea form#job_form fieldset label.error {
	color: #7F2013;
	font-size: 9px;
	margin-left: 10px;
	width: auto;
	display: inline;
}

div#contactFormArea form#job_form fieldset ul#experienceList,
div#contactFormArea form#job_form fieldset ul#experienceList li {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}

div#contactFormArea form#job_form fieldset ul#experienceList li label {
    vertical-align: middle;
}

div#contactFormArea form#job_form fieldset textarea {
    width: 300px;
}

div#contactFormArea input,
div#contactFormArea  textarea,
div#contactFormArea  select {
font-family:inherit;
font-size:100%;
margin:0;
padding:1px;
}

div#contactFormArea input.submit {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 6px;
}

div#contactFormArea input.submit:hover {
}