@charset "utf-8";

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
}
.twoColFixRtHdr #container {
	width: 940px;
	margin: 0px auto 5% auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 1%  auto 3% auto;
} 
.twoColFixRtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 90px;
	background-color: transparent;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}
.twoColFixRtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 260px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	background-color: #CCCCCC;
	height: 460px;
	margin: 0px 20px 0px 0px;
	background-image: url(images/side_bg_welcome.jpg);
	background-repeat: no-repeat;
}
.twoColFixRtHdr #mainContent {
	padding: 10px 12px 0px 12px;
	height: 460px;
	width: auto;
} 
.twoColFixRtHdr #footer {
	padding: 0;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #006699;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	clear: left;
	float: left;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	padding: 0px;
	margin: 0px;
}
.twoColFixRtHdr #container #header #logo {
	background-color: transparent;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	clear: left;
	float: left;
}
.twoColFixRtHdr #container #header ul {
	display: inline;
	list-style-type: none;
	float: right;
	margin: 40px 0px 0px 0px;
}
.twoColFixRtHdr #container #header li {
	display: inline;
	float:left;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
.twoColFixRtHdr #container #header li a { display: inline; float:left; height:25px; }
.twoColFixRtHdr #container #header li span { display: none; }

#menu1 a {background: url(images/home1.png) top left no-repeat; width: 43px; height: 25px;}
#menu1 a:hover {background: url(images/home2.png) top left no-repeat;}
#menu1live {background: url(images/home3.png) top left no-repeat; width: 43px; height: 25px;}

#menu2 a {background: url(images/wedn1.png) top left no-repeat; width: 78px; height: 25px;}
#menu2 a:hover {background: url(images/wedn2.png) top left no-repeat;}
#menu2live {background: url(images/wedn3.png) top left no-repeat; width: 78px; height: 25px;}

#menu3 a {background: url(images/port1.png) top left no-repeat; width: 73px; height: 25px;}
#menu3 a:hover {background: url(images/port2.png) top left no-repeat;}
#menu3live {background: url(images/port3.png) top left no-repeat; width: 73px; height: 25px;}

#menu4 a {background: url(images/tech1.png) top left no-repeat; width: 91px; height: 25px;}
#menu4 a:hover {background: url(images/tech2.png) top left no-repeat;}
#menu4live {background: url(images/tech3.png) top left no-repeat; width: 91px; height: 25px;}

#menu5 a {background: url(images/imag1.png) top left no-repeat; width: 63px; height: 25px;}
#menu5 a:hover {background: url(images/imag2.png) top left no-repeat;}
#menu5live {background: url(images/imag3.png) top left no-repeat; width: 63px; height: 25px;}

#menu6 a {background: url(images/contact1.png) top left no-repeat; width: 68px; height: 25px;}
#menu6 a:hover {background: url(images/contact2.png) top left no-repeat;}
#menu6live {background: url(images/contact3.png) top left no-repeat; width: 68px; height: 25px;}

.twoColFixRtHdr #container #footer ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: normal;
	text-decoration: none;
	color: #666666;
	display: inline;
	list-style-type: none;
	float: right;
	clear: right;
}
.twoColFixRtHdr #container #footer li {
	display: inline;
	margin: 0px 0px 0px 15px;
}
.twoColFixRtHdr #container #footer li a {
	display: inline;
	text-decoration:none;
	color: #000000;
}
.twoColFixRtHdr #container #footer li a:hover {
	display: inline;
	text-decoration:none;
	color: #FFCC00;
}
.twoColFixRtHdr #container #sidebar1 img {
	margin: 0px;
	padding: 0px;
}

.twoColFixRtHdr #container #mainContent img {
	margin: 0px 0px 0px 0px;
	border: none;

}
.twoColFixRtHdr #container #mainContent .home1 {
	clear: left;
	float: left;
	margin: 30px 0px 30px 0px;
	padding: 0px;
	border: none;
}
.twoColFixRtHdr #container #mainContent .home2 {
	float: right;
	clear: right;
	margin: 30px 20px 0px 0px;
	padding: 0px;
}
.twoColFixRtHdr #container #mainContent .home3 {
	clear: right;
	float: right;
	border: none;
	margin: 20px 20px 0px 0px;
	padding: 0px;
}

.twoColFixRtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	background-color: #FFFFFF;
	height: 460px;
	margin: 0px 0px 0px 20px;
	background-image: url(images/tagimage.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.twoColFixRtHdr #container #sidebar2 h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006699;
	margin: 0px 0px 2px 0px;
	padding: 6px 0px;
	text-align: center;
}
.twoColFixRtHdr #container #sidebar2 #sidebox1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	border: none;
	border-bottom: solid 4px #006699;
}.twoColFixRtHdr #container #mainContent ul {
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.twoColFixRtHdr #container #mainContent p {
	margin: 5px 0px 0px 20px;
	padding: 0px;
}
.twoColFixRtHdr #container #mainContent .more {
	margin:0px;
	text-align:right;
	}
.twoColFixRtHdr #container #mainContent .more img {
	padding: 0px;
	vertical-align: top;
	margin: 5px 20px 10px 0px;
}
.twoColFixRtHdr #container #mainContent .more a {
	text-decoration: none;
}
.twoColFixRtHdr #container #mainContent h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	letter-spacing: 0.8em;
	margin: 0px 0px 10px;
	padding: 0;
}
.twoColFixRtHdr #container #mainContent .intro {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: bold;
	letter-spacing: 0.3em;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	text-align: justify;
}
.twoColFixRtHdr #container #mainContent .text2 {
	text-align: justify;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	margin: 0px 0px 10px;
	letter-spacing: 0.06em;
}

form {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	width: 200px;
	margin: 10px 0px 100px 0px;
	padding: 0px;
}
label {
	text-align : left;
	background-color: #FFFFFF;
	width: 200px;
	padding: 1px 100px 2px 2px;
	margin: 0px;
      }
#password {
	font-size : 10px;
	color : #666666;
	border : 1px solid #003366;
	background-color: #FFFFFF;
	width: 180px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 2px;
      }
select {
	width : 190px;
	background : #fee3ad;
	border : 1px solid #003366;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 5px 0px 10px 0px;
      }
fieldset {
	padding: 10px 5px 10px 5px;
	margin: 0px;
	background-color: #FFFFFF;
	border: 1px solid #333333;
      }
legend {
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	line-height : normal;
	color : #FFFFFF;
	font-weight : bold;
	font-variant : normal;
	border : 1px solid #333333;
	padding : 2px 10px;
	background-color: #3399FF;
      }
#button {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 4px 0px 0px 0px;
	padding: 0px 10px;
}
.twoColFixRtHdr #container #mainContent #weddingNav ul {
	display: inline;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}
#weddingNav li {
	display: inline;
	margin:0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	text-align: left;
	list-style-type: none;
	white-space: inherit;
	}
.twoColFixRtHdr #container #mainContent #weddingNav li, #weddingNav li a {
	color: #333333;
	text-decoration: none;
	border: 1px solid #FFFFFF;
}
#weddingNav li a:hover {
	border: 1px solid #CCCCCC;
}

.twoColFixRtHdr #container #mainContent #weddingNav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.1em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
.twoColFixRtHdr #container #mainContent .text2 a {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}
.twoColFixRtHdr #container #mainContent .text2 a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #003366;
}

.twoColFixRtHdr #container #mainContent .gallery {
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}
.twoColFixRtHdr #container #mainContent .gallery img {
	margin: 0px 3px 0px 0px;
	padding: 2px;
	border: 1px solid #666666;
}
.gallery a {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.2em;
	font-size: 9px;
}

.twoColFixRtHdr #container #mainContent #galleries {
	margin: 0px;
	padding: 10px;
	border: 2px solid #CCCCCC;
	height: 300px;
	overflow: auto;
}
.twoColFixRtHdr #container #trail {
	margin: 0px 0px 5px 0px;
	padding: 3px 0px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: right;
	width: auto;
}
.twoColFixRtHdr #container #mainContent #trail a {
	text-decoration: none;
	font-weight: bold;
	color: #006699;
	font-size: 9px;
	letter-spacing: 0.1em;
}
#galleries ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#galleries li {
	display: block;
	height: 75px;
	width: 75px;
	padding: 3px;
	margin: 5px;
	float: left;
	border: 1px solid #333333;
	background-position: center;
}
.twoColFixRtHdr #container #sidebar2 #sidebar2menu {
	margin: 5px 0px 10px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/sidebar_1px.png);
	background-repeat: repeat-y;
	background-position: right top;
}
.twoColFixRtHdr #container #sidebar2 #sidebar2menu ul {
	list-style-position: inside;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	list-style-type: none;
}
.twoColFixRtHdr #container #sidebar2 #sidebar2menu li {
	padding: 0px 0px 0px 6px;
	margin: 0px 8px 4px 0px;
	}
.twoColFixRtHdr #container #sidebar2 #sidebar2menu a {
	text-decoration: none;
	color: #333333;
	display: block;
	background-color: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixRtHdr #container #sidebar2 #sidebar2menu a:hover {
	text-decoration: none;
	color: #333333;
	border: none;
	background-color: #CCCCCC;
}
.twoColFixRtHdr #container #sidebar2 #sidebar2menu .listHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #006699;
	text-align: center;
	margin: 0px 0px 5px;
	padding: 2px;
	font-weight: bold;
}
