@charset "utf-8";
html {
	background-image: url(../images/background.jpg);
	height: 100%;
	width: 100%;	
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: auto;
	padding: 0px;
	text-align: center;
}

h5 {
    text-align:left;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
	
#picture {float:left;
           width: 180px;}
		   
img.cnt {
	margin-left:auto; 
	margin-right:auto;
	display: block;
}
#wrapper #contentWrap #left a {
	font-style: italic;
	font-weight: bold;
	color: #004594;
	text-decoration: none;
}


#wrapper {
	height: auto;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapper #header {
	height: 300px;
	width: 750px;
	background-color: #efefef;
}

#navigation {
	float:left;
	width:750px;
	background:#efefef;
	font-size: small;
	line-height:normal;
	border-bottom:1px solid #666;
	text-align:center;
	font-weight: bold;
	font-variant: small-caps;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      }

	  
#contentWrap {
	background-color:#EFEFEF;
	height: 810px;
	width: 750px;
}

#contentWrap #right {
	height: auto;
	width: 230px;
	padding: 5px;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	color: #333333;
	background-color: #EFEFEF;
}

#contentWrap #right a {
	color: #333333;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-style: italic;
}
#contentWrap #right a:hover {
	font-weight: bold;
}

#contentWrap #left {
	padding: 15px;
	float: left;
	height: auto;
	width: 480px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
}
#wrapper #footer {
	clear: both;
	height: 100px;
	width: 750px;
}

/* Navigation */

    #navigation ul {
	  margin:0;
	  padding:5px 10px 0 16px;
	  list-style:none;
      }
    #navigation li {
	display:inline;
	margin:0;
	padding:0;
      }
    #navigation a {
	float:left;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	background-image: url(../images/tableft6.gif);
	background-repeat: no-repeat;
	background-position: left top;
      }
    #navigation a span {
	float:left;
	display:block;
	color:#FFF;
	background-image: url(../images/tabright6.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 95px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 6px;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #navigation a span {float:none;}
    /* End IE5-Mac hack */
    #navigation a:hover span {
      color:#FFF;
      }
    #navigation a:hover {
      background-position:0% -42px;
      }
    #navigation a:hover span {
      background-position:100% -42px;
      }

/*GreyBox*/
/* Last-Modified: 28/06/06 00:08:22 */
#GB_overlay {
    background-color: #000;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 100;
}

#GB_window {
    left: 0;
    top: 0;
    font-size: 1px;
    position: absolute;
    overflow: visible;
    z-index: 150;
}

#GB_window .content {
    width: auto;
    margin: 0;
    padding: 0;
}

#GB_frame {
    border: 0;
    margin: 0;
    padding: 0;
    overflow: auto;
    white-space: nowrap;
}


.GB_Gallery {
    margin: 0 22px 0 22px;
}

.GB_Gallery .content {
    background-color: #fff;
    border: 3px solid #ddd;
}

.GB_header {
    top: 10px;
    left: 0;
    margin: 0;
    z-index: 500;
    position: absolute;
    border-bottom: 2px solid #555;
    border-top: 2px solid #555;
}

.GB_header .inner {
    background-color: #333;
    font-family: Arial, Verdana, sans-serif;
    padding: 2px 20px 2px 20px;
}

.GB_header table {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
}

.GB_header .caption {
    text-align: left;
    color: #eee;
    white-space: nowrap;
    font-size: 20px;
}

.GB_header .close {
    text-align: right;
}

.GB_header .close img {
    z-index: 500;
    cursor: pointer;
}

.GB_header .middle {
    white-space: nowrap;
    text-align: center;
}


#GB_middle {
    color: #eee;
}

#GB_middle img {
    cursor: pointer;
    vertical-align: middle;
}

#GB_middle .disabled {
    cursor: default;
}

#GB_middle .left {
    padding-right: 10px;
}

#GB_middle .right {
    padding-left: 10px;
}


.GB_Window .content {
    background-color: #fff;
    border: 3px solid #ccc;
    border-top: none;
}

.GB_Window .header {
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #999;
    border-left: 3px solid #ccc;
    border-right: 3px solid #ccc;
    margin: 0;

    height: 22px;
    font-size: 12px;
    padding: 3px 0;
    color: #333;
}

.GB_Window .caption {
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    padding-right: 20px;
}

.GB_Window .close { text-align: right; }
.GB_Window .close span { 
    font-size: 12px;
    cursor: pointer; 
}
.GB_Window .close img {
    cursor: pointer;
    padding: 0 3px 0 0;
}

.GB_Window .on { border-bottom: 1px solid #333; }
.GB_Window .click { border-bottom: 1px solid red; }

/* fleet */

/*table*/
#table {
    padding-left: 25px;
}

#fleetContent{
	text-align:left;
 	float: left;
    height: auto;
    width: 750px;
    font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}

h3 {
    text-align: center;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
    background:#6f7285;
	color:#FFFFFF;
}

h4 {
    margin: 0;
	font-size: 13px;
	font-weight:bold;
	font-style:italic;
}

/* reviews */

#reviewContent {
	background-color:#FFFFFF;
	width:720px;
	height:auto;
	padding:15px;
	text-align:left;
}

blockquote {
	font-style: italic;	
}

/* service */

#wrapper #serviceWrapper #servLeft ul {
	list-style-type: none;
}
#wrapper #serviceWrapper #servLeft a {
	font-size: 15px;
	text-decoration: none;
	color: #004594;
}
#wrapper #serviceWrapper #servRight a {
	font-style: italic;
	font-weight: bold;
	color: #004594;
	text-decoration: none;
}
#wrapper #thankContent a {
	font-style: italic;
	font-weight: bold;
	color: #004594;
	text-decoration: none;
}

#wrapper #services #servContent a {
	font-style: italic;
	font-weight: bold;
	color: #004594;
	text-decoration: none;
}
#wrapper #services #servNav {
	font-style: italic;
	color: #666666;
	background-color: #FFFFFF;
	height: 20px;
	width: 730px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#wrapper #services #servNav ul {
	display: inline;
	list-style-type: none;
}
#wrapper #services #servNav a {
	font-style: italic;
	color: #666666;
	text-decoration: underline;
}
#wrapper #services #servNav li {
	display: inline;
}

#wrapper #serviceWrapper #servLeft a:hover {
	font-weight: bold;
}

#wrapper #serviceWrapper {
	background-color: #FFFFFF;
	height: auto;
	width: 750px;
	height: 350px;
}

#servRight{
    float: right;
    height: auto;
    width: 500px;
	height: auto;
    font-size: 13px;
 	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: #FFFFFF;
	padding: 15px;
	text-align: center;
}

#servLeft{
	float: left;
	text-align:left;
	width: 220px;
	height:auto;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#wrapper #services #servContent {
	padding: 10px;
	height: auto;
	width: 730px;
	background-color: #FFFFFF;
}
#wrapper #thankContent {
	background-color: #FFFFFF;
	text-align: center;
	padding: 15px;
	width: 720px;
	height: 350px;
}


#hor-minimalist-b
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff;
	width: 580px;
	border-collapse: collapse;
	text-align: left;
	margin-top: 0;
	margin-right: 45px;
	margin-bottom: 10px;
	margin-left: 45px;
}
#hor-minimalist-b th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
	text-align: left;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
}
#hor-minimalist-b tbody tr:hover td
{
	color: #009;
}#wrapper #services #weddContent {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	height: auto;
	width: 730px;
	text-align: center;
	padding: 10px;
}
#wrapper #services #weddContent a {
	font-weight: bold;
	text-align: center;
	color: #004594;
	font-style: italic;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #services #weddContent h5 {
	font-size: medium;
	font-weight: bold;
	color: #333333;
	font-style: italic;
}

#wrapper #services #weddContent h6 {
	font-size: small;
	font-weight: bold;
	font-style: italic;
	color: #666666;
	line-height: 1px;
	text-align: left;
}

/* quote form */

#quoteContent  {
	background-color:#FFFFFF;
	width:710px;
	height:auto;
	padding-right: 20px;
	padding-left: 20px;
	margin:0;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
}

label {
	display: block;
	font-weight: bold;
	float: left;
	width: 16em;
	text-align: right;
	position: relative;
	padding-right: 25px;	
}

label strong {  
    display: block;  
    color: #060;  
	font-size: 70%;  
    font-style: normal;  
    text-transform: uppercase;
	font-family: "Trebuchet MS";	
}

select {
    color: #000000;
    background: #efefef;
	font-family: "Trebuchet MS", sans-serif;
	border: 1px solid #303030;
	width: 15.3em;
}

select.small {
	width: 4.8em;
}

input {
    color: #000000;
    background: #efefef;
    border: 1px solid #303030;
	font-family: "Trebuchet MS", sans-serif;
	width: 15em;
}

textarea {
    color: #000000;
    background: #efefef;
    border: 1px solid #303030;
	font-family: "Trebuchet MS", sans-serif;
	width: 15em;
}

fieldset {
	width: 98%;
	padding-top: 10px;
}

legend {  
    margin-left: 1em;
	padding-left: 7px;
	padding-right: 7px;  
    color: #FFFFFF;  
	border: 1px solid #999999;
    font-weight: bold;
	background: #4f94cd;
}

fieldset ol {  
    padding: 1em 1em 0 1em;  
    list-style: none;
}

fieldset li {  
    padding-bottom: 1em;
}

fieldset.submit {
	border-style: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
#wrapper #services #weddContent div a {
	font-weight: normal;
}

#wrapper #services #servNav {
	font-style: italic;
	color: #666666;
	background-color: #FFFFFF;
	height: 20px;
	width: 730px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#wrapper #reviewContent #nav_secondary  {
	text-align: center;		
}

#wrapper #reviewContent #nav_secondary ul {
	display: inline;
	list-style-type: none;
}
#wrapper #reviewContent #nav_secondary a {
	font-style: italic;
	color: #333;
	text-decoration: underline;
}
#wrapper #reviewContent #nav_secondary li {
	display: inline;
	padding:10px;
}
