@charset "utf-8";
/* CSS Document */

body  {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(seeq_back.jpg);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-position: center top;
	background-repeat: no-repeat;
}
.baseholder {
	width: 100%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	margin-top: 10px;
}
.baseleft {
	width: 260px;
	float: left;
}

.baseright {
	width: 260px;
	float: right;
}


#wrapper-outer {
	width: 100%;
	margin: 0px;
}
#wrapper {
	width: 780px;
	text-align: left;
	padding-right: 20px;
	padding-left: 10px;
	margin-top: 120px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	border: 5px solid #FFFFFF;
	height: 1200px;
	padding-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(seeq.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#topwrapper {
	width: 800px;
	margin-bottom: 120px;
}

#secondwrapper {
	width: 780px;
	padding-right: 10px;
	padding-top:10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 20px;
}
#thirdwrapper {
	width: 780px;
	padding-right: 10px;
	padding-left: 10px;
}

#fourthwrapper {
	width: 780px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	margin-top: 10px;
}


/*- Menu Tabs G--------------------------- */

    #tabsG {
	float:left;
	width:700px;
	font-size:10px;
	line-height:normal;
      }
    #tabsG ul {
	margin:0;
	padding:10px 10px 0 280px;
	list-style:none;
      }
    #tabsG li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsG a {
      float:left;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsG a span {
	float:left;
	display:block;
	padding:5px 15px 4px 6px;
	color:#FFF;
	font-weight: bold;
	font-size: 10px;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsG a span {float:none;}
    /* End IE5-Mac hack */
    #tabsG a:hover span {
	color:#FEBB31;
      }
    #tabsG a:hover {
	background-position:0% -42px;
	color: #FEBB31;
      }
    #tabsG a:hover span {
      background-position:100% -42px;
      } 
	  
	  
	  /************ navLinks styles **************/	
#navcontainer {
	width: 200px;
	float: left;
	text-decoration: none;
}

#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}

#navcontainer a {
	display: block;
	width: 184px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EAEAEA;
	background-repeat: repeat-x;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	text-decoration: none;
	color: #EC008B;
}

#navcontainer a:link {
	color: #F00084;
	text-decoration: none;
}

#navcontainer a:visited {
	color: #EC008B;
	text-decoration: none;
}

#navcontainer a:hover {
	background-color: #EC008B;
	color: #FFFFFF;
	text-decoration: none;
}

p {
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}


h1 {
	font-size: 22px;
	font-weight: bold;
	color: #01AFEE;
	letter-spacing: -1px;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	color: #666666;
	letter-spacing: -1px;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	color: #076D94;
	line-height: 18px;
}


h4 {
	font-size: 17px;
	font-weight: bold;
	color: #666666;
	letter-spacing: -1px;
}

h5 {
	font-size: 18px;
	font-weight: bold;
	color: #38C3EC;
	letter-spacing: -1px;
}


a {
	text-decoration: none;
	color: #EC008B;
}

a:hover {
	text-decoration: underline;
	color: #00B3F0;
}


.mainRow {
	display:block;
	width:740px;
	float:left;
	color: #000000;
}

.leftPageSide {
	width: 550px;
	float: left;
	background-position: top;
	vertical-align: top;
	line-height: 16px;
	padding-top: 20px;
}

.rightPageSide {
	width: 200px;
	float: right;
	background-position: top;
	margin-top: 70px;
}

	
	
.input{
	border:1px solid #d5d5d5;
	font-size:11px;
	}
	
.button{
	border:1px solid #d0d0d0;
	font-size:11px;
	background-color:#efefef;
	height:20px;
	}
	
.input_button {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	width:80px;
	height:20px;
	color: #666666;
	border: 1px solid #CCCCCC;
	background-color:#ffffff;
	background-image: url(btn_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	font-weight: bold;
	
}

a.txtNormal{
	font-size:11px;
	color:#333333;
	text-decoration:none;
	}
	
a.txtNormal:hover{
	font-size:11px;
	color:#666666;
	text-decoration:underline;
	}	


#footer {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	FLOAT: left;
	WIDTH: 100%;
	PADDING-TOP: 10px;
	font-size: 11px;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	background-color: #FFFFFF;
	color: #333333;
	padding-bottom: 20px;
}

*- Menu Tabs--------------------------- */ 


    #tabs {
      float:left;
      width:100%;
      background:#BBD9EE;
      font-size:93%;
      line-height:normal;
      }
    #tabs ul {
	margin:0;
	padding:0px;
	list-style:none;
      }
    #tabs li {
	display:inline;
	margin:0;
	padding:0;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: -1px;
      }
    #tabs a {
	float:left;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
      }
    #tabs a span {
	float:left;
	display:block;
	padding:5px 15px 4px 6px;
	color:#333333;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
	color:#EC008B;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }
.size {
	font-size: 12px;
	font-weight: bold;
}
