@charset "utf-8";
/* Disabling default styles */
html, body, h1, h2, h3, h4, h5, h6, img, blockquote, form, fieldset, label, p, ul, ol, li, dl, dd, dt {
	border: none;
	margin: 0;
	padding: 0;
}
html {
	color: #333;
	font-size: 16px;
	background-color: #444;
	
	margin: 0;
	padding: 0;
}
body {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
}
input, select, textarea, option {

}
table {

}

/* Global */
.clear { /* see 960.css */ }
.clearfix { /* see 960.css */ }
.left {
	float: left;
}
.right {
	float: right;
}

/* Sidebar */
aside {
/* 	float: right; */
}

/* Structure */
.wrapper {
	background-color: #F0EFF0;
	padding: 0 20px;
}
.wrapperbefore {
	background-color: #F0EFF0;
	margin-top: 60px;
	padding: 0 40px;
}
#header {
	background-color: #0000FF;
	padding-bottom: 0px;
}
#headertop {
	height: 80px;
	margin-bottom: 5px;
}
#headertopmargin {
	background-color: #EDEDED;
	height: 10px;
}
#content {
	background-color: #fff;
	padding-top: 18px;
	padding-bottom: 20px;
}
.main {
	padding-left: 10px;
}
.side {
	padding-right: 10px;
}

.footer {
	margin-top: 10px;
}
.footertext1 {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-size: 16px;
	font-weight: normal;
}
.footertext2 {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-size: 14px;
	font-weight: normal;
}
.textbox {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	background-color: #F8F8F8;
	padding: 1px;
	border: 1px solid #C0C0C0;
}

td.iplFont {
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin: 0;
	padding: 0px;
	line-height: 120%;
}

td.text {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 30;
	font-weight: bold;
	color: #333;
	margin: 0;
	padding: 0px;
	line-height: 200%;
}

td.text2 {
font-family: "Trebuchet MS", sans-serif;
font-size: 22px;
font-weight: bold;
color: #D52B1E;
margin: 0;
padding: 0px;
line-height: 120%;
}

td.linkcell {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
}
td.linkcenter {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #fff;
	font-weight: normal;
}
.linkButton {
	border: 1px solid #858585;
	color: #fff;
	background-color: #515151;
	text-decoration: none;
	margin: 0px;
	min-width: 50px;
	padding: 4px 10px;
}
.linkButton:hover {
	color: #FDB829;
	border: 1px solid #000;
}
.linkText {
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding-left: 22px;
	padding-right: 22px;
}
.linkText:hover {
	color: #fff;
	text-decoration: underline;
}
/* Navigation */
#nav{
	width: 920px;
	list-style: none;  
	height: 30px;
	padding-bottom: 5px;
	margin-bottom: 0px;
}

#nav li{
	float: left;
	padding: 0;
	position: relative;
}

#nav a{
	float: left;
	line-height: 30px;
	padding: 0 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #333;
	font-weight: normal;
	text-decoration: none;
}

#nav li:hover > a{
	color: #fff;
        background: #2B7589;
}

*html #nav li a:hover{ /* IE6 */
	color: #fff;
        background: #515151;
}

#nav li:hover > ul{
	display: block;
}

/* Sub-nav */

#nav ul{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 99999;    
    background: #515151;
}

#nav ul li{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
}

#nav ul li:last-child{   

}

#nav ul a{    
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    padding: 5px 14px;
    height: auto;
    line-height: 1;
    display: block;
    border-bottom: 1px solid #E6E6E6;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

*html #nav ul a{ /* IE6 */   
	height: 10px;
	width: 150px;
}

*:first-child+html #nav ul a{ /* IE7 */    
	height: 10px;
	width: 150px;
}

#nav ul a:hover{
	color: #fff;
        background: #2B7589;
}

#nav ul li:first-child a{
	border-top: 1px solid #E6E6E6;
}

#nav ul li:first-child a:after{
    content: '';
    position: absolute;
    left: 40px;
    top: -5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #FDB829;
}

#nav ul li:first-child a:hover:after{
    border-bottom-color: #FDB829; 
}

#nav ul li:last-child a{

}

/* Clear floated elements */
#nav:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #nav             { zoom: 1; } /* IE6 */
*:first-child+html #nav { zoom: 1; } /* IE7 */


/* Styles */
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	line-height: 120%;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	line-height: 120%;
}
h3 {
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #2B7589;
	margin: 0;
	padding: 0px;
	line-height: 120%;
}
h4 {
	font-family: Verdana, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #D00E00;
	margin: 0;
	padding: 0px;
	line-height: 120%;
}
h5 {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #D00E00;
	margin: 0;
	padding: 0px;
	line-height: 120%;
}
h6 {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-size: 17px;
	text-decoration: none;
	font-weight: normal;
	line-height: 150%;
}

td.orderFont {
	font-family: Tahoma, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	margin: 0;
	padding: 0px;
	line-height: 120%;
}
						
.frontFont2 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #073C68;
	margin: 0;
	padding: 0px;
	line-height: 120%;
}

td.frontTitle {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #000080;
	margin: 0;
	padding: 0px;
	line-height: 80px;
}
td.pagetitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #E6E6E6;
        font-weight: normal;
	padding-top:5px;
}
td.registrar {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px;
	color: #E6E6E6;
        font-weight: normal;
}
td.ownerid {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #777777;
        font-weight: normal;
	line-height: 120%;
}
td.slogan {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 26px;
	color: #2B7589;
        font-weight: bold;
	line-height: 120%;
}

td.subgreen {
font-family: Verdana, sans-serif;
font-size: 22px;
font-weight: normal;
color: #007E00;
line-height: 120%;
}

td.available {
font-family: Verdana, sans-serif;
font-size: 16px;
font-weight: normal;
color: #007E00;
line-height: 120%;
}

td.notavailable {
font-family: Verdana, sans-serif;
font-size: 16px;
font-weight: normal;
color: #FF0000;
line-height: 120%;
}

td.harmoniaFont {
font-family: Verdana, sans-serif;
font-size: 14px;
font-weight: normal;
color: #2B7589;
line-height: 120%;
}

}
td.frontFont {
	font-family: "Microsoft Sans Serif", sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #E6E6E6;
	margin: 0;
	padding: 0px;
	line-height: 120%;
}
td.fontSub {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #000;
	margin: 0;
	line-height: 120%;
}
.heading {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}
.frontheading {
	color: #333;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 10px;
}

/* Footer */
span.left {
	padding-left: 20px;
	display: block;
	float: left;
}
span.right {
	padding-right: 20px;
	display: block;
	float: right;
}
td.mainFont {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #000;
	line-height: 23px;
}
td.mainFont A:link	{color: #000; text-decoration: none; font-weight: normal;}
td.mainFont A:visited	{color: #000; text-decoration: none; font-weight: normal;}
td.mainFont A:hover	{color: #990000; text-decoration: underline; font-weight: normal;}
td.mainFont A:active	{color: #000; text-decoration: none; font-weight: normal;}

.smallFont {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #B22222;
	margin: 0;
	padding: 0px;
	line-height: 120%;
}
						
.smallFont a:active {
	color: #0069B7;
	text-decoration: none;
	font-weight: bold;
}
.smallFont a:hover {
	color: #000;
}

td.headFont {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #990000;
	line-height: 23px;
}

td.headFrontFont {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #990000;
	line-height: 23px;
}

.droplist {
	font-family: Tahoma, sans-serif;
	font-size: 16px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	line-height: 100%;
	background-color: #F8F8F8;
	padding: 0px;
	border: 1px solid #C0C0C0;
}

.borderTable {	
	border: 1px solid #666666;
}

.borderIcon {	
	border: 2px solid #666666;
}

.borderFrontTable {	
	padding: 0px;
	border: 1px solid #666666;
}

.borderImage {	
	padding: 2px;
	border: 1px solid #666666;
}

#slideshow {
	width: 35px;
	height: 35px;
}

.appsMargin {
	padding-left: 20px;
	padding-right: 20px;
}

.bm10 {
	margin-bottom: 10px;
}
.bm20 {
	margin-bottom: 20px;
}
.tm5 {
	margin-top: 5px;
}
.tm10 {
	margin-top: 10px;
}
.tm20 {
	margin-top: 20px;
}
.tm30 {
	margin-top: 30px;
}
.tbm10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.tbm15 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.tbm20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.tbm30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.tbm40 {
	margin-top: 40px;
	margin-bottom: 40px;
}
.tm30 {
	margin-top: 30px;
}
.tm40 {
	margin-top: 40px;
}
.tm50 {
	margin-top: 50px;
}
.tm60 {
	margin-top: 60px;
}
.tm70 {
	margin-top: 70px;
}
.tm80 {
	margin-top: 80px;
}
/* Forms */
td.formLabel {
	text-align: right;
}
td.formData {
	text-align: left;
}

form input[type=reset], form input[type=reset] {
	border: 1px solid #858585;
	background: #ededed;
	margin: 0px;
	min-width: 50px;
	padding: 4px 10px;
}
form input[type=text]:hover, form input[type=password]:hover, form input[type=reset]:hover, form select:hover, form textarea:hover {
	border: 1px solid #000;
}
form button, form input[type=submit] {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	border: 1px solid #858585;
	color: #fff;
	font-weight: normal;
	background: #2B7589;
	text-decoration: none;
	margin: 0px;
	min-width: 50px;
	padding: 5px 14px;
}
form button:hover, form input[type=submit]:hover {
	background: #286C7E;
	border: 1px solid #000;
}

