body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Helvetica Neue","Helvetica",Arial,sans-serif;
	color:#444444;
}
div#atff {
  display: none;
}
a {
	outline: none;
}
p a{
	text-decoration: none;
	color: #0066CC;
	border-bottom: 1px dotted #0066CC;
}
a.logo {
	position: absolute;
	text-indent: -9999px;
	border: none;
	width: 400px;
	height: 100px;
	cursor: pointer;
}
a.blue {
	text-decoration:none;
	border-bottom: 1px dotted #0066CC;
	color: #0066CC;
}
a.blue:hover {
	border-bottom: 1px dotted #0099FF;
	color:#0099FF;
}
div.center {
	text-align: left;
	margin: 0 auto;
	border: none;
	width: 960px;
}

div#top {
	height: 116px;
	background: #23466A url(/v4/images/blue-scream2.png) center bottom no-repeat;
}


div#viewer {

	height: 230px;
	overflow: hidden;
	background: transparent url(/v4/images/wood-bg2.jpg) top center repeat-x;
}
#viewer p.darkbg {
	background: #000000;
	color: #FFFFFF;
	padding: 25px;
	-moz-border-radius: 11px;
    -webkit-border-radius: 11px;
	float: left;
	width: 500px;
	opacity: .7;
	line-height: 25px;
}
#viewer p.darkbg big {
	color:#00CC00;
}
#viewer p.darkbg em {
	color:#0066FF;
}
div#content {

	min-height: 400px;
	background: transparent url(/v4/images/paper-top.jpg) top center repeat-x;
	padding: 20px 0 0 0;
}
div#content h1 {
	font-size: 1em;
	color: #CCCCCC;
	display: block;
	position: relative;
	top: -50px;
	z-index: -10;
	font-weight: normal;
	margin: 0 0 -30px 0;
	height: 30px;
}
div#content h2 {
	/*font-family: Calibri, Verdana, Tahoma;*/
	font-size: 30px;
	color: #245888;
	letter-spacing: -1.5px;
	margin: 20px 0px 3px 0px;
	padding: 0px 0px 7px 0px;
	background: url(/v4/images/underline.png) bottom left no-repeat;
	z-index: 2;
}

div#content h3 {
	/*font-family: Calibri, Verdana, Tahoma;*/
	font-size: 25px;
	letter-spacing: -1.5px;
	margin: 20px 0px 3px 0px;
	padding: 0px 0px 7px 0px;
	background: url(/v4/images/underline.png) bottom left no-repeat;
	z-index: 3;
}
.columntwothird h3 {
	color: #245888;
}
div.columnonethird h3 {
	text-transform:capitalize;
	color: #659318;
}
h4 {
	color:#888888;
	font-size:25px;
	font-weight: normal;

}

div#footer {

	min-height: 80px;
	background: transparent url(/v4/images/footer-grey.jpg) top center repeat-x;
	padding-top: 120px;
	margin-top: -40px;
}

div.columntwothird {
	width: 610px;
	float: left;
	overflow:visible;

}

div.columnonethird {
	width: 290px;
	float: left;
	position: relative;
	left: 58px;
	text-align: left;

}

ul#nav {
	float:right;
	clear: right;
	margin: 1px 0 0 0;
	width: 408px;
	
}
ul#nav li {
	float:left;
	list-style: none;
	display: block;
	margin: 0 1px;
	font-size:16px;
	padding: 0;
	text-align: center;
	overflow: hidden;
}
* html ul#nav li {
	width: 90px;
}

ul#nav li:hover {
	background-color: #1c3754;

}
ul#nav .active {
	background-color: #1c3754;
}
ul#nav li a{
	height: 65px;	
	color:#ebebeb;
	clear: both;
	display: block;
	text-decoration:none;
	font-size:12px;
	text-transform: uppercase;
	float: left;
	width: 100px;
	padding-top: 50px;
	opacity: .60;
	/*font-family: Calibri, Verdana, Tahoma;*/
}
ul#nav li.active a{
	opacity: 1.0;
}
ul#nav li div{
	float: left;
	color:#4977a6;
	position: relative;
	top: -50px;
	font-size:8px;
	width: 90px;
	line-height: 8px;

}
* html ul#nav li div{
	display: none;
}




ul#nav2 {
	float:right;
	clear: right;
	margin: 1px 0 0 0;
	width: 500px;
	list-style: none;
	padding: 0;
	
}
ul#nav2 li {
	float:left;
	list-style: none;
	display: block;
	height: 115px;
	margin: 0;
	font-size:16px;
	padding: 0 ;
	text-align: center;
	overflow: hidden;
}





.blocks p {
	display: block;
	float: left;
	padding-left: 100px;
	margin: 14px 0;
}
.blocks img {
	float: left;
	position: relative;
	left: -100px;
	top: -11px;
	margin-right: -100px;
}

ul.portfolio {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}
ul.portfolio li{
	border-bottom: 1px dotted #bbbbbb;
	font-size:14px;
	background: transparent url(/v4/images/arrow-open.png) center left no-repeat;
	text-transform: capitalize;
}
ul.portfolio li:hover{
	border-bottom: 1px dotted #bbbbbb;
	background-color:#eeeeee;
}
ul.portfolio li a{
	text-decoration:none;
	height: 25px;
	display:block;
	padding: 7px 0 0 0;
	color:#666666;
	text-indent: 25px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;

}

ul.portfolio li a:hover, ul.portfolio li a:active{
	color: #245888;

}
div.blocks p {
	line-height: 23px;
}
strong {
	color:#0066CC;
	font-size:18px;
}
div.portfolio img {
border: 6px solid #dddddd;
outline: 1px solid #bbbbbb;
margin: 10px 0 20px;
float: left;
}

a.roundbutton,  #proposalform #submitbutton{
	color:#ffffff;
	background: #264d74 url(/v4/images/buttongradient.png) center center repeat-x;
	text-transform:uppercase;
	padding: 5px 15px;
	font-size:12px;
	text-decoration:none;
	border: none;
	word-spacing: 0.25em;
	letter-spacing: 0.05em;
	-moz-border-radius: 11px;
    -webkit-border-radius: 11px;
	display:block;
	width: 110px;
	float: left;
	margin: 0 10px 10px 0;
	text-align: center;
	cursor: pointer;
	/*height: 30px;
	line-height: 25px;*/

}
#proposalform #submitbutton{
	height: 30px;
	line-height: 25px;/**/
}
.columnone a.roundbutton{
	height: 26px;
	margin: 0;
	padding: 0;
}
.columnone a.roundbutton span{
	position: relative;
	top: -4px;
	margin: 9px 0;
	display: block;
	padding: 0;
	line-height: 18px;
}


div.form_col_two {
margin-right: -230px; border-left: 1px dotted #cccccc; padding-left: 45px; z-index: 10; overflow: visible; z-index: 12;
}

* html div.form_col_two {
	clear: both;
	margin-right: 0px; 
	border: none; 
	padding-left: 0px; 
	z-index: 10; 
	overflow: visible; 
	z-index: 12;
}

a.roundbutton:hover {
	color:#ffffff;
	/*border-bottom: 1px solid #dddddd;
*/
}

p.task {
	color:#999999;
	font-size:12px;
	margin-top: 2px;
	z-index: 5;

}
div.columnone {
	width: 300px;
	float: left;
	font-size:16px;
	line-height: 25px;
	text-align:justify;
}
div.columntwo {
	width: 270px;
	float: left;
	position: relative;
	left: 50px;
	font-size:12px;
	margin-bottom: 40px;
}
#freequote {
 display: block;
 width: 160px;
 height: 160px;
 background: transparent url(/v4/images/freequote.png) center center no-repeat;
 position:absolute;
 left: 50%;
 margin-left: 50px;
 top: -90px;
 text-indent: -99999px;
}
#freequote:hover {
 background: transparent url(/v4/images/freequoteover.png) center center no-repeat;
}

/* /////     FORM     ///// */
#proposalform fieldset {
	margin: 5px 0 15px;
	border: none;
	padding: 0;
}
p.explanation{
	color:#888;
	font-size: 12px;
	margin: 0 0 5px 0;

}
.radio_label{
	border: 1px solid red;
	display: inline;
	float: left;
	
}
.radio_label input{
	border: 1px solid red;
	display:block;
	width: 20px;
	margin: 0;
	padding: 0;
	float: none;
	
}

div.sub_checks{
	margin: 0 0 10px 20px;
}

#proposalform input, #proposalform textarea, #proposalform select {
	margin: 0;
	width: 350px;
	border: 1px solid #aaaaaa;
	padding: 3px;
	color:#666666;
	font-size:14px;
}
element.style {
	width: 350px;
}
#proposalform label {
	font-size:14px;

}
#proposalform label.error {
	color: red;
}
#proposalform input.error {
	border: 1px solid red;
}

#proposalform div {

width: 380px;
margin-right: 25px;
float: left;	

}
#proposalform label span {
	color:#0066CC;
	}
#proposalform .highlight {
	color:#0066CC;
	font-size:28px;
	position: relative;
	top: 5px;
	margin: 0;
	line-height: 2px;	
}
#_proposalform #submitbutton {
	color:#FFFFFF;
	background: gray url(/v4/images/submit.png) center 0px no-repeat;
	border: none;
	width: 355px;
	height: 30px;
	cursor: pointer;
	text-transform:capitalize;
	outline: none;
}
#proposalform h4 {	
	color:#0066CC;
		background: transparent url(/v4/images/tell.png) center left no-repeat;
		padding: 16px 0 16px 70px;
		font-size:23px; 

}

/*////////////////////////////////////////////////
                     HOTEL
////////////////////////////////////////////////*/

ul.hotelPackage {
	margin: 0;
	padding: 0;
	list-style:none;
}

ul.hotelPackage li{
	display: block;
	float: left;
	width: 200px;
	border-top: 1px solid #0099CC;
	border-bottom: 1px solid #0099CC;
	margin-top: -1px;
	height: 80px;
}

ul.footerul {
	list-style:none;
	list-style-image:none;
	list-style-type:none;
	margin: 0 0 0 70px;
	padding: 0;
}
ul.footerul a{
	color: #eee;
}
ul.footerul li{
	font-size: 13px;
	float: left;
	margin: 0 70px 0 0;
	position: relative;
}
img.copy_img{
	border: none;
	float: left;
	margin: 0 20px 0 0;
}
.columnone img.copy_img{
	border: none;
	float: left;
	margin: 20px 0;
}
a img{
	border: none;
}


/* CONTACT GREEN */

div#contact_green {
	background: transparent url(../images/green_bg.png) 0 bottom repeat;
	height: 42px;
	overflow: hidden;
	position: relative;
	display: block;
	margin: 0;
}
div#contact_green a#phone_number{
	display: block;
	background: transparent url(../images/green_number.png) -5px bottom no-repeat;
	height: 42px;
	text-indent: -9999px;
	text-decoration: none;
	float: left;
	width: 200px;
}

div#contact_green a#twitter_link{
	display: block;
	background: transparent url(../images/twitter_bird.png) left bottom no-repeat;
	height: 42px;
	text-indent: -9999px;
	text-decoration: none;
	float: left;
	width: 200px;
}
div#article p {
	margin-left: 220px;
}


/* TWITTER FEED */
a#twitter_block {
	margin: 20px 0 0 0;
	border: 3px dashed #ddd; 
	background: #efefef url(../images/twitter_icon.png) 10px center no-repeat;/*  */
	width: 193px;
	clear: both;
	float: right;
	padding: 20px 20px 20px 70px;
}

/* NEW BLUE BUTTONS */
.new_blue_view {
	background: transparent url(../images/blue_site_buttons.png) -500px 0 no-repeat;/*  */
	display: block;
	width: 200px;
	height: 25px;
	text-indent:-9999px;
	overflow: hidden;
	float: left;
	margin: 30px 0 0 100px;
}
.new_blue_view:hover {
	background: transparent url(../images/blue_site_buttons.png) -500px -25px no-repeat;/*  */
}

.new_blue_read_more {
	background: transparent url(../images/blue_site_buttons.png) 0 0 no-repeat;/*  */
	display: block;
	width: 100px;
	height: 25px;
	text-indent:-9999px;
	overflow: hidden;
}
.new_blue_read_more:hover {
	background: transparent url(../images/blue_site_buttons.png) 0 -25px no-repeat;/*  */
}

.new_blue_more_services {
	background: transparent url(../images/blue_site_buttons.png) -100px 0 no-repeat;/*  */
	display: block;
	width: 100px;
	height: 25px;
	text-indent:-9999px;
	overflow: hidden;
}
.new_blue_more_services:hover {
	background: transparent url(../images/blue_site_buttons.png) -100px -25px no-repeat;/*  */
}

.new_blue_view_live_site {
	background: transparent url(../images/blue_site_buttons.png) -200px 0 no-repeat;/*  */
	display: block;
	width: 100px;
	height: 25px;
	text-indent:-9999px;
	overflow: hidden;
	float: left;
	margin: 0 10px 10px 0;
}
.new_blue_view_live_site:hover {
	background: transparent url(../images/blue_site_buttons.png) -200px -25px no-repeat;/*  */
}

.new_blue_next_project {
	background: transparent url(../images/blue_site_buttons.png) -300px 0 no-repeat;/*  */
	display: block;
	width: 100px;
	height: 25px;
	text-indent:-9999px;
	overflow: hidden;
	float: left;
	margin: 0 10px 10px 0;
	clear: right;
}
.new_blue_next_project:hover {
	background: transparent url(../images/blue_site_buttons.png) -300px -25px no-repeat;/*  */
}

#new_blue_submit_button {
	background: transparent url(../images/blue_site_buttons.png) -400px 0 no-repeat;/*  */
	display: block;
	width: 100px;
	height: 25px;
	text-indent:-9999px;
	overflow: hidden;
	float: left;
	margin: 0 10px 10px 0;
}
#new_blue_submit_button:hover {
	background: transparent url(../images/blue_site_buttons.png) -400px -25px no-repeat;/*  */
	cursor: pointer;
}





/* TOOLTIPS / SCREENSHOTS */
#screenshot{
	position:absolute;
	background: #fff url(../images/trans_black.png) 0 0 repeat;
	padding:7px;
	display:none;
	color:#444;
	font-size:10px;
	width: 300px;
}
