/* Main Tags */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #ccc;
	color: #330066;
	font-family: Arial, sans-serif;
	font-size: 14px;
}

#container {
	background-color: #fff;
	clear: both;
	width:  690px;
	margin-top: 25px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
   	border-width: 1px;
	border-style: solid;
	padding: 10px;
	border-color: rgb(51, 0, 102);
        border-collapse: collapse;
	text-align: left;
}

table {
	font-size: .75em;
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: solid;
	border-color: rgb(51, 0, 102);
	border-collapse: collapse;
}

.callnow {
	color : #330066;
  	font-size : .75em;
   	font-weight : bold;
  	text-decoration : none;
} 

.disclaimer {
        font-size : .7em;
	text-align : center;
}

.required {
	color: #ff0000;
	font-weight: bold;
}

/* Menu Navagation */
#menu{
   white-space : nowrap;
   background-color : #330066;
   float : left;
   color : White;
   width : 690px;
   border-style : solid;
   border-color : #ff9900;
   border-width : 0 0 0 0;
   margin-top: 5px;
   margin-bottom: 5px;
}
#menu ul{
   padding : 0;
   margin : 0;
   float : right;
}
#menu ul li{
   display : inline;
}
#menu ul li a{
   padding-left : 1em;
   padding-right : 1em;
   background-color : #330066;
   color : White;
   font-size : .75em;
   font-weight : bold;
   text-decoration : none;
   float : left;
   border-right-color : #ff9900;
   border-right-style : solid;
   border-right-width : 0px;
}
#menu ul li a:hover{
   background-color : #ff9900;
   color : #330066;
}

a.inline:link {color: #330066; background: #ffffff; font-decoration: none;}
a.inline:active {color: #330066; background: #ffffff; font-decoration: none;}
a.inline:visited {color: #330066; background: #ffffff; font-decoration: none;}
a.inline:hover {color: #ffffff; background: #330066; font-decoration: none;}

# # # 
