/**
 *
 *  INSTYLE IT
 *  http://www.instyleit.com.au - Australian Web Hosting and Design
 *  
 */

html {
  margin: 0px;
  padding: 0px;

} 
body {
   font-family: "Times New Roman", Arial, Verdana, sans-serif;
   font-size: 12px;
   background: #004849 url(/image/page_bg.jpg) top left repeat-x;
   margin: 0px;
   padding: 0px;
   color: #001616;
}

h1 {
   font-size: 25px;
   text-align: left;
   padding: 0px;
   margin: 0px 0px 15px 0px;
   color: #00aaad;
}
h2 {
   font-size: 21px;
   text-align: left;
   padding: 0px;
   margin: 0px 0px 5px 0px;
   color: #00aaad;
}
h3 {
   font-size: 18px;
   text-align: left;
   padding: 0px;
   margin: 0px 0px 5px 0px;
   color: #00aaad;
}
h4 {
   font-size: 16px;
   padding: 0px;
   margin: 0px 0px 5px 0px;
   text-align: left;
   color: #00aaad;
}
form {
   display: inline;
}
div, td {
}
ul {
   list-style-type: square;
}
li {
   padding-bottom: 5px;
}
.clear {
   clear: both;
}
#logo {
   position: absolute;
   top: 10px;
   left: 20px;
}
#pageContainer {
   position: relative;
   width: 970px;
   background: #ffffff url(/image/bg.jpg) top right no-repeat;
   overflow: auto;
}

#leftCol {
   position: absolute;
   top: 180px;
   left: 15px;
   width: 195px;
   text-align: left;
}
ul#nav {
   margin: 0;
   padding: 0;
}
ul#nav, ul#nav ul {
   list-style: none;
   margin: 0;
   padding: 0;
}
ul#nav li, ul#nav ul li {
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
}

ul#nav a,
ul#nav a:visited {
   line-height: 47px;
   color: #ffffff;
   font-weight: bold;
   font-size: 36px;
   text-decoration: none;
   background-color: #80d5d6;
   padding: 4px;
}

/* 2nd level nav */
ul#nav ul {
	margin-left: 10px;
}
ul#nav ul a,
ul#nav ul a:visited {
   color: #373636;
   font-weight: bold;
}

ul#nav a.odd,
ul#nav ul a.odd {
	background-color: #00aaad;
}

ul#nav a:hover,
ul#nav ul a:hover {
   color: #000000;
}


ul#nav a.active,
ul#nav ul a.active,
#leftCol a.active {
	color: #c21d57
}

#contentContainer {
   margin: 300px 140px 0px 200px;
   padding: 5px 5px 180px 25px;
   font-size: 15px;
   font-weight: normal;
   text-align: left;
   border-left: 2px solid #00aaad;
}

a {
   color: #1D69EF;
   text-decoration: underline;
}
a:visited {
   color: #459F8C;
   text-decoration: underline;
}
a:hover {
   color: #004E5F;
   text-decoration: none;
}
#footerContainer {
	width: 970px;
}
#footer {
   border-top: 2px solid #FFFFFF;
   height: 40px;
   line-height: 40px;
   font-size: 12px;
   color: #FFFFFF;
   text-align: center;
}
#footer a,
#footer a:visited {
   color: #FFFFFF;
   text-decoration: none;
}
#footer a:hover {
   color: #aaaaaa;
   text-decoration: underline;
}

.btn {
   background: #fefefe url(/image/btnBG.gif) repeat-x;
   border: 3px double;
   border-color: #00aaad #00aaad #00aaad #00aaad;
}
.btn:hover,
.btn:focus {
   border: 3px double;
   border-color: #A7DFD2 #A7DFD2 #A7DFD2 #A7DFD2;
   cursor: pointer;
}
.floatRight {
   float: right;
   margin: 0 0 5px 10px;
}
.floatLeft {
   float: left;
   margin: 0 10px 5px 0;
}

.strong {
   font-weight: bold;
}

.fldMsg {
	font-size: 12px;
	color: #aaaaaa;
}
.req {
   color: #00aaad;
   vertical-align: super;
}
.contactField {
   font-weight: bold;
   text-align: right;
   width: 80px;
}
.hidden {
   display: none;
}
#instyleIt {
   float: right;
   margin: 5px;
}
#instyleIt a,
#instyleIt a:visited {
   color: #ffffff;
}
#instyleIt a:hover {
   color: #ffffff;
   text-decoration: underline;
}
#instyleIt img {
   border: 0;
}
#newsletter {
	position: absolute;
	top: 10px;
	left: 210px;
	width: 500px;
	
	text-align: left;
}
#newsletter input.newsFld {
	color: #888888;
	height: 18px;
	padding: 3px 0 0 4px;
	width: 140px;
	margin: 0;
}
.picBorder {
	border: 1px solid #80D5D6;
}
#phone {
	font-size: 30px;
	color: #333333;
}
#brideGroom {
	position: absolute;
	top: 730px;
	right: 0;
}