@charset "UTF-8";

/***********************************************/
/*  static width centered layout               */
/*  styling for Art of Aesthetics              */
/*  Programmed by Daniel Whittaker             */
/***********************************************/



/************* HTML Tag Styles Initialized at "0" **********************************************/
  
  
h1, h2, h3, h4, h5, p, ol, ul, form, blockquote {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color:#302837;
}

h1, h2, h3, h4, h5, pre, code {
	font-size:1em;
}

a {
	color:#9ee64f;
	text-decoration:none;
}

a:hover {
	color:#9ee64f;
	text-decoration:underline;
}

img {
	border:none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


a img {
	border:none;
}

 
 
/************* Main Layout Divs **********************************************/

 
#wrapper1 {
	width:100%;
	height:755px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/site-bg-gradient.jpg);
	background-position:top left;
	background-repeat:repeat-x;
} 

#wrapper2 {
	width:100%;
	height:755px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/site-bg-swirls.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#wrapper3 {
	width:922px;
	height:755px;
	padding-top:40px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}

#address {
	width:311px;
	height:260px;
	background-image:url(images/address.jpg);
	float:left;
}

#navigation {
	width:611px;
	height:80px;
	float:right;
}


#orchid {
	width:311px;
	height:455px;
	float:none;
}


#welcome {
	width:611px;
	height:280px;
	
}

#bullets {
	width:611px;
	height:355px;
	
}


#text-area {
	width:611px;
	height:635px;
	text-align:left;
	float:right;
	background-image:url(images/text-area-background.jpg);
	
}


#copyright {
	width:922px;
	height:19px;
	padding-top:10px;
	margin-bottom:20px;
	background-image:url(images/copyright.gif);
	background-position:center;
	background-repeat:no-repeat;
	float:left;
}


/************* Text Divs **********************************************/

.text-head {
	font-family: Times New Roman, serif;
	font-size:15px;
	font-weight:bold;
	color: #ffffcb;
	padding: 30px 0px 15px 40px;
}

.welcome {
	font-family: Times New Roman, serif;
	font-size:20px;
	font-weight:bold;
	color: #ffffcb;
	padding: 30px 0px 15px 75px;
}


.main-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #dadaae;
	padding: 0px 70px 20px 40px;
	line-height:20px;
}

.main-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #dadaae;
	padding: 0px 70px 20px 40px;
	line-height:20px;
}

.main-text-bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #dadaae;
	font-weight:bold;
	padding: 0px 70px 20px 40px;
	line-height:20px;
}

.procedure-list {
	margin: 0px 110px 0px 80px;
	padding:10px 10px 10px 10px;
	line-height:20px;
}

.procedure-list-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #dadaae;
	padding-bottom:5px;
	font-weight:bold;
}


.product-list {
	margin-left:180px;
	padding:10px 10px 10px 10px;
	line-height:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #dadaae;
	padding-bottom:5px;
	font-weight:bold;
}


.contact-list {
	margin: 0px 80px 0px 50px;
	padding:10px 10px 10px 10px;
	line-height:20px;
	text-align:center;
}


.contact-list-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #dadaae;
	padding-bottom:15px;
	font-weight:bold;
}


.contact-list-text-special {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #dadaae;
	text-align:center;
	margin-top:10px;
	padding:3px 10px 5px 10px;
	border:1px solid #dadaae;
}


.procedure-list-text-special {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color: #dadaae;
	margin: 0px 110px 0px 80px;
	padding:7px 10px 10px 10px;
	border:1px solid #dadaae;
}


.contact-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #dadaae;
	padding-bottom:5px;
	padding-top:20px;
	font-weight:bold;
	text-align:center;
}