@charset "utf-8";
/* CSS Document */

/* element types */

* {
	padding:0;
	margin:0;
}

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
	dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
	a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
	strong, sub, sup, tt, var {
		margin: 0;
		padding: 0;
	}

ul {
	list-style-type:none;
}

body {
	padding:0;
	margin:0;
	background: #000000 url(../images/bg_smoke.jpg) no-repeat center top fixed;
	color: #e6e6e6;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

  a:link               { color:#e6e6e6; text-decoration:underline;}
  a:hover              { color:#976544; text-decoration:underline;}
  a:visited            { color:#e6e6e6; text-decoration:underline;}
  a:visited:hover      { color:#976544; text-decoration:none;} 

p {	padding: 5px;}

h1	{
	color:#e6e6e6;
	font-size: 13px;
	font-weight: bold;
	padding: 10px 5px 5px 5px;
	text-align:left;
}


/* Page ID's
-----------------------------------------------------------------*/
body#homepage a#navHome, body#wedding a#navWeddings, body#portrait a#navPortraits, body#about a#navAbout, body#friends a#navFriends, body#contact a#navContact {	
	color: #e6e6e6;
	background: #000000 url(../images/nav_scroll_over_06.gif) no-repeat;
}

body#weddingGallery1 a#navWedding1, body#weddingGallery2 a#navWedding2, body#weddingGallery3 a#navWedding3, body#weddingGallery4 a#navWedding4, body#weddingGallery5 a#navWedding5, body#portraitGallery1 a#navPortrait1, body#portraitGallery2 a#navPortrait2, body#portraitGallery3 a#navPortrait3, body#portraitGallery4 a#navPortrait4, body#portraitGallery5 a#navPortrait5 {	
	color: #e6e6e6;
}


/* Body Bg Wedding
-----------------------------------------------------------------*/
body#wedding #content  {
	background: #000000 url(../images/bg_hero1.1.jpg) no-repeat;
}

/* Body Bg Portrait
-----------------------------------------------------------------*/
body#portrait #content {
	background: #000000 url(../images/bg_hero2.jpg) no-repeat;
}

/* Body Bg About Us
-----------------------------------------------------------------*/
body#about #content {
	background: #976544 url(../images/bg_hero3.gif) no-repeat;
}

/* Body Bg Contact Us
-----------------------------------------------------------------*/
body#contact #content {
	background: #976544 url(../images/bg_hero4.jpg) no-repeat;
}

/* Body Bg Friends
-----------------------------------------------------------------*/
body#friends #content {
	background: #976544 url(../images/bg_hero4.jpg) no-repeat;
}




/* id selectors design layout */

#outer {
	margin: 70px auto 0 auto;
	width:900px;
	position:relative;
	text-align:left;
}

#top {
	margin: 0 0 0 0;
	width: 100%;
	height:30px;
}

#navSecondary {
	background-color: #000000;
	height: 38px;
}

#flashcontent {
	position:absolute;
	left: 50px;
}


#content {
	border-top: 5px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

img#logo	{
	float:left;
	margin: 0 0 0 20px;
}

img#aippLogo	{
	margin: 10px 0;
}

img#aippLogoHome	{
	position:absolute;
	left: 360px;
	top: 355px;
}


#contentRight	{
	margin: 0 0 0 540px;
	padding: 10px 0 10px 5px;
	text-align:justify;
	background: transparent url(../images/bg_70.png) repeat;
	min-height: 500px;
}

#contentRight p	{
	padding: 5px 10px 5px 5px;
}

#contentRight h2	{
	color:#e6e6e6;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 0 5px 5px;
	margin: 20px 130px 5px 5px;
	background-color:#976544;
	text-align:left;
}

p.footer	{
	text-align:right;
	font-size:10px;
	padding:10px 0 0 0;
}


/* Homepage
-----------------------------------------------------------------*/
#homeContentTop	{
	height: 250px;
	width: 100%;
	background-color: #000000;
}

#homeContentBottom	{
	margin: 0;
	padding: 70px 0 25px 0;
	background: #000000 url(../images/home_swirl_06.gif) no-repeat bottom right;
	width: 898px;
	overflow:hidden;
}

dl#homeCopyLeft	{
	float:left;
	width: 46%;
	margin: 0 15px;
	text-align:justify;
}

dl#homeCopyRight	{
	width: 46%;
	margin: 0 15px 0 465px;
	text-align:justify;
}

dl#homeCopyLeft dt, dl#homeCopyRight dt	{
	font-weight:bold;
	padding: 5px;
	color:#e6e6e6;
	font-size: 12px;
	text-align:left;
}

dl#homeCopyLeft dd, dl#homeCopyRight dd	{
	padding: 5px;
}


/* Contact Us Form
-----------------------------------------------------------------*/

#contactList {
	margin: 10px 0 10px 5px;
}

.contactListSpace {
	padding: 10px 0 0 0;
}

fieldset#contactFields	{
	border: 1px solid #976544;
	float:left;
	width: 94%;
	margin: 10px 0 5px 5px;
	padding: 0;
}

fieldset#contactFields legend	{
	margin-left: 1em;
	color:#e6e6e6;
	font-weight: bold;
}

fieldset#contactFields ol	{
	padding: 1em 1em 0 1em;
	list-style: none;
	width: auto;
	font-size: 11px;
	font-weight:bold;
}

fieldset#contactFields li	{
	float:left;
	clear:left;
	width: 100%;
	padding-bottom:1em;
}

fieldset#contactFields label	{
	float:left;
	margin-right: 1em;
	width: 11em;
}

fieldset#contactFields input	{
	width: 13em;
	font-size:12px;
	color:#666;
}

fieldset.submit{
	border-style: none;
	padding: 1em 0 0 22em;
	width:auto;
	float:none;
	clear:both;
}


/* Friends
-----------------------------------------------------------------*/

#friendsList {
	margin: 10px 0 10px 5px;
}

#friendsList li {
	padding: 0 0 5px 0;
}

#friendsList h3{
	padding:10px 0;
	font-size: 13px;
	font-weight: bold;
}

#friendsList a:link, #friendsList a:visited {
	color:#976544; text-decoration:underline;
}

#friendsList a:hover {
	color:#e6e6e6; text-decoration:underline;
}


/* Gallery Pages
-----------------------------------------------------------------*/

#galleryFlashContent {
	width: ;
	height: 600px;	
}

#galleryFlashContent2 {
	width: ;
	height: 600px;	
}


/* First Navigation
-----------------------------------------------------------------*/

ul#nav1 {
	/*margin: 0 0 0 535px;*/
	/*width:365px;*/
	margin: 0 0 0 450px;
	padding: 5px 0 0 0;
	width:450px;
	height:auto;
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
}
ul#nav1 li {
	float:left
}
/* mac hide \*/
* html ul#nav1 li {
	float:left;
}
* html ul#nav1 ul li {
	display:inline;
	padding:0;
}
/* end hide */

ul#nav1 li a {
	float:left;
	width:57px;
	height:19px;
	text-align:center;
	padding: 5px 8px 0 8px;
	font-size: 12px;
	text-decoration:none;
	color:#999;
	font-weight: bold;
}
ul#nav1 li a:hover {
	color: #e6e6e6;
	text-decoration:none;
	background: #000000 url(../images/nav_scroll_06.gif) no-repeat;
}

ul#nav1 li a.navBeginning	{margin: 0 0 0 0;}
ul#nav1 li a.navEnd	{}


/* Second Navigation
-----------------------------------------------------------------*/

ul#nav2 {
	margin:0 0 0 400px;
	padding: 15px 0 5px 0;
	width:auto;
	height:auto;
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
}
ul#nav2 li {
	display:inline;
}
/* mac hide \*/
* html ul#nav2 li {
	float:left;
}
* html ul#nav2 ul li {
	display:inline;
	padding:0;
}
/* end hide */

ul#nav2 li a {
	padding:0 8px;
	font-size: 11px;
	width:auto;
	text-decoration:none;
	color:#976544;
	font-weight: bold;
}

ul#nav2 li a:hover, ul#nav2 li a#navWedding2:hover, ul#nav2 li a#navPortrait1:hover, ul#nav2 li a#navPortrait2:hover {
	color: #fff;
	text-decoration:none;
}


ul#nav2 li a#navWedding2 {
	color: #EA3026;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-transform:uppercase;
}

ul#nav2 li a#navPortrait1 {
	color: #9da026;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-transform:uppercase;
}

ul#nav2 li a#navPortrait2 {
	color: #e0a956;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-transform:uppercase;
}

ul#nav2 li a.navBeginning	{margin: 0 0 0 0;}
ul#nav2 li a.navEnd	{padding:0 0 0 8px;}

