/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat;
}

body#webaudio {
	background-color: #FFFFFF;
	background-image: none;
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
	text-decoration: none;
}

/* Redefines the p tag */
p {
	font-size: 12px;
	color: #666666;
	text-transform: none;
	line-height: 18px;
	padding: 0 20px 0 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
p#center {
	margin:0 auto;
	text-align:center;
}
strong {
	color:#D15576;
}

h1 {
	color: #000000;
	font-size: 54px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-family: "Edwardian Script ITC", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E1E1E1;
}

h1.p1 {
text-transform:capitalize;

}

h2 {
	color: #BFE7A8;
	font-size: 24px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	font-style: normal;
	text-align: center;
	background-image: url(images/floral.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 25px;
	text-transform: uppercase;
}

h3 {
	color: #005959;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BFE7A8;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	clear: both;
}

address {
	font-style: normal;
}


address a:link, addressx a:visited {
	color: #FFFFFF;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
address a:hover {
	text-decoration: none;
	color: #7200C5;
}
span { font-family:"Times New Roman", Times, serif; text-transform:uppercase; color:#b5427c;}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #035F6E;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	width: 850px;
	height: 311px;
	background-image: url(images/header-new.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div#header2 {
	width: 762px;
	height: 310px;
	background-image: url(images/header-nav2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* Creates the div container for the site. */
div#container {
	width: 762px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/container-bg.gif);
	background-repeat: repeat-y;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #57DAEE;
}

div#container2 {
	width: 762px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #AACD96;
}

/* Creates the div for the content */

div#content {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 50px;
	background-image: url(images/content_new-bg.jpg);
	background-repeat:no-repeat;
}

/* Creates the div for the address */
div#address {
	text-align: center;
	color: #666666;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-top: 0px;
	text-transform: none;
	clear: both;
	font-weight: bold;
}


/* Creates the div container for the footer. */
div#footer {
	clear: both;
	color: #000000;
	margin-right: 75px;
	margin-left: 75px;
	font-size: 9px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	background-color: #CCCCCC;
}

div#footer a:link, div#footer a:visited {
	color: #666666;
	text-decoration: none;
	padding-right: 0px;
	padding-left: 0px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
}

div#footer a:hover {
	color: #000000;
	text-decoration: underline;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	color: #999999;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

div#copyright a {
	font-size: 9px;
	color: #999999;
	font-weight: bold;
}

/* NAVIGATION */
div#nav {
	position: absolute;
	top: 288px;
	left: 23px;
	width: auto;
	margin: 0px;
	padding: 0px;
}
	
div#nav li a#current, div#nav li a#current:hover{
	color: #000000;
}

/* UL TAG */
div#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}

div#nav li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;
}

div#nav li a {
	display:block;
	color:#666666;
	text-decoration:none;
	font-size: 13px;
	padding-right: 13px;
	padding-left: 12px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: auto;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

div#nav li a:hover {
	color: #000000;
}

/* END NAVIGATION */

ul#list {
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
}

ul#list li {
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	margin-top: 0px;
	color: #E23099;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.clear {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

iframe {
	text-align: right;
}

.title{
	color: #330033;
	text-transform: uppercase;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

.companyname {
	color: #D15576;
	text-transform: none;
	font-weight: bold;
	padding: 0px;
}

.textcenter {
	text-align: center;
}

.important {
	color: #333300;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.cta {
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #ebebeb;
	padding: 5px;
}

.imgcenter {
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #E1E1E1;
	padding: 4px;
	float: left;
	clear: both;
}


.imgcenter2 {
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: 23px;
	padding: 0px;
}

.rightimg {
	float: right;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	height: 400px;
	width: 400px;
	border: 1px solid #333333;
}

.leftimg {
	float: left;
	padding: 5px;
	border: 1px solid #BFE7A8;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}

.leftimg2 {
	float: left;
	padding: 5px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #BFE7A8;
}

.textcenter {
	text-align: center;
}

div#map {
	padding: 4px;
	border: 1px solid #E1E1E1;
	height: 450px;
	width: 450px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

div#flash {
	border: 1px solid #E1E1E1;
	padding: 4px;
	clear: both;
	width: 637px;
	height: 241px;
	margin: 0 auto 15px auto;
}

div#netopia {
	margin:0 auto;
	padding: 0px;
	margin-bottom: 20px;
	text-align: center;
	width:700px;
	height:auto;
}

div#signin {
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

div#audio {
	position: absolute;
	top: 234px;
	height: 45px;
	width: 310px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	left: 445px;
	bottom: 0px;
}

/* ----------------- WEB AUDIO APPLET ----------------- */
div#applet {
	width: 210px;
	height: 130px;
	background-image: url(images/webaudio.gif);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	padding: 0px;
	clear: both;
	text-align: center;
	margin: 0px;
}
 
div#applet div {
	position: absolute;
	top: 66px;
	left: 75px;
	width: 68px;
	height: 30px;
}

div#applet a {
	display: block;
	position: absolute;
	top: 103px;
	left: 70px;
	width: 70px;
	height: 9px;
}

div#col {
	float:left;
	width:250px;
	clear:none;
	margin:0 0 0 30px;
	padding:0px;
}
div#col li{
	margin:0px 0px 3px 15px;	
}
