@charset "utf-8";
/* CSS Document */

/* ******* HTML STYLES START ******* */
body  {
	font-size:0.8em;
	font-family:Arial,Helvetica,Verdana,Tahoma,Serif;	
	background-color: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #333333;
}
a, a:link {
	color: #15608d;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #15608d;
}
a:active {
	color: #15608d;
}

h1 {
	margin-top:0px;
	font-size:1.4em;
	color:#132530;
	border-bottom:solid 2px #132530;
}
h2,h3 {
	margin-top:15px;
	margin-bottom:4px;
	font-size:1.1em;
	border-bottom:solid 1px #132530;
}
p {
	margin:6px 0px;
}
select {
	color:#555555;	
}
textarea {
	width:280px;
	height:80px;
}
form {
	padding:0px;
	margin:0px;
}
img {
	border-width:0px;
}

ul {
	margin:8px;
	padding:2px;	
}
li {
	list-style-position:inside;
	margin:0px;
	padding:2px 0px;
}
/* ******* HTML STYLES END ******* */

/* ******* MAIN LAYOUT START ******* */
#pgcontainer { 
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#topbanner { 
	width:770px;
	height:72px;
}
#pgcolleft { 
	float:left;	
	width:188px;
}
#pgcolleft #sdglogo {
	background-color:#f0f3f4;
	text-align:center;
	height:78px;
	margin-bottom:6px;
}
html>body #pgcolleft #sdglogo {
	margin-bottom:0px;
}
#pgcolleft #sdglogo img {
	margin-top:12px;
}

#pgcolleft #sponsors {
	background-color:#f0f3f4;
	margin-top:4px;
}

#pgcolleft #sponsors .title {
	font-weight:bold;
	padding:6px;
	border-top:solid 1px #e5ff00;
	border-bottom:solid 1px #e5ff00;
	background-color:#cdd6db;
}
#pgcolleft #sponsors .content {
	padding:4px;
}

#pgcolleft #association {
	background-color:#f0f3f4;
	margin-top:4px;
}

#pgcolleft #association .title {
	font-weight:bold;
	padding:6px;
	border-top:solid 1px #e5ff00;
	border-bottom:solid 1px #e5ff00;
	background-color:#cdd6db;
}
#pgcolleft #association .content {
	padding:4px;
}

#pgcolleft #query {
	background-color:#f0f3f4;
	margin-top:8px;
	border-top:solid 2px #8c9ba3;
	border-bottom:solid 1px #8c9ba3;	
}

#pgcolleft #query .title {
	font-weight:bold;
	padding:2px 6px;
	background:#f0f3f4 url('images/icon_arrowdown.gif') no-repeat top right;
}
#pgcolleft #query .content {
	padding:6px;
	font-size:0.9em;
}



#pgcolright { 
	float:right;	
}

#pglocation {
	background-color: #e5ff00;
	height:40px;
	width:572px;
}
#pglocation .inner {
	padding:6px;	
}
#pglocation .inner h1 {
	border-width:0px;
	padding-top:4px;	
	padding-left:8px;	
}
#pglocation .inner h1 a {
	color:#132530;
}

#homebanner {
	margin-top:4px;
	width:572px;
	height:202px;
	background-color: #19252d;
}


#pgnav {
	margin-top:4px;
}
#pgnav a, #pgnav a:link, #pgnav a:visited {
	background:#34444d url('images/navbutbg.gif') repeat-x top left;
	float:left;
	width:94px;
	border-right:solid 1px #e5ff00;
	color:#e5ff00;
	text-align:center;
	font-family:Tahoma;
	font-size:11px;
	height:23px;
	padding-top:10px;
	text-transform:uppercase;
}
#pgnav a.end , #pgnav a.end:link, #pgnav a.end:visited{
	width:97px;
	border-width:0px;
}
#pgnav a.endsel, #pgnav a.endsel:link, #pgnav a.endsel:visited {
	width:97px;
	border-width:0px;
	background-color:#e5ff00;
	background-image:none;
	color:#34444d;	
}
#pgnav a:hover {
	color:#ffffff;
	background-image:none;
	background-color:#34444d;
}
#pgnav a.sel, #pgnav a.sel:link, #pgnav a.sel:visited {
	background-color:#e5ff00;
	background-image:none;
	color:#34444d;
}

#pgcontent {
	margin-top:10px;
	font-size:0.9em;
}

/* ******* MAIN LAYOUT END ******* */


/* ******* GENERAL CLASSES START ******* */
.clr {
	clear:both;
}
input.txtxsmall {
	width:30px;
}
input.txtsmall {
	width:100px;
}
input.txtmed, textarea.txtmed {
	width:210px;
}
input.txtinput {
	color:#003366;
	background:#FFFFFF url('images/input_bg.gif') repeat-x top left;
	border:1px solid #cccccc;
}

input.butinput {
	width:60px;
}

.aiconpdf, .aiconwebblank, .aiconwebself, .aicontel, .aiconemail {
	padding-left:20px;
	padding-bottom:4px;
	padding-top:2px;
	display:block;
}

.aiconpdf {
	background:transparent url('images/icon_pdf.gif') no-repeat center left;
}
.aicontel {
	background:transparent url('images/icon_tel.gif') no-repeat center left;
	cursor:pointer;
}
.aiconemail {
	background:transparent url('images/icon_email.gif') no-repeat center left;
	cursor:pointer;
}

.warning {
	display:block;
	color:#EE2222;
	font-weight:bold;
	margin-bottom:2px;
}
.warning a, .warning a:link, .warning a:visited {
	color:#EE2222;
	text-decoration:underline;
}
.warning a:hover {
	text-decoration:none;
}
.alert {
	display:block;
	color:#EE2222;
	font-weight:bold;
	margin-bottom:6px;
	text-transform:Uppercase;
}
.note {
	color:#999999;
	font-size:0.9em;
}

.frmbox {
	padding:6px;
	background-color:#efefef;
	border:solid 1px #cfcfcf;
	width:700px;
	margin-bottom:6px;
}

.frmbox .frmlabel {
	font-weight:bold;
	float:left;
	width:120px;
}

.frmbox .frmvalue {
	width:340px;
	margin-left:130px;
	border:solid 0px #cfcfcf;
	text-align:left;
}

#aniloader {
	visibility:hidden;
	position:absolute;
	background-color:#ffffff;
	padding:2px;
	color:#999999;	
}

.regbut {
}
.regbut img {
	margin-left:8px;
}

.contentmain {	
	width:382px;
	margin-right:20px;
	float:left;
}
.contentlinks {
	width:170px;
	float:left;
	margin-top:18px;
}

.contentlinks a {
	display:block;
	border-top:solid 2px #6a7d88;
	background:#f0f3f4 url('images/icon_arrowright.gif') no-repeat center right;
	margin-bottom:5px;
	height:22px;
	color:#132530;
	font-weight:bold;
	font-size:1.1em;
	padding-left:10px;
	padding-top:2px;
}
.contentlinks img {
	margin-bottom:4px;
}

.trbg {
	background-color:#f0f3f4;
}

/* ******* GENERAL CLASSES END ******* */

/* ******* BOX CLASSES START ******* */
.boxsmall {
	display:block;
	width:182px;
	float:left;
	border-top:solid 2px #e5ff00;
	border-bottom:solid 1px #e5ff00;	
	background-color:#f0f3f4;
	margin-right:4px;
	margin-top:8px;
}
html>body .boxsmall {
	margin-right:8px;
}

.boxsmall .title {
	font-weight:bold;
	padding:4px;
}
.boxsmall .content {
}
.boxsmall .content .txt {
	float:left;
	padding:4px;
}
.boxsmall .content img {
	vertical-align:bottom;
	float:right;
	position:relative;
	bottom:0;
}

.boxmed {
	display:block;
	width:373px;
	float:left;
	background-color:#f0f3f4;
	margin-right:8px;
}
.boxmed .title {
	font-weight:bold;
	padding:4px;	
	background:#f0f3f4 url('images/headerbg.gif') repeat-x top left;
	border-bottom:solid 1px #e5ff00;
	color:#e5ff00;
}
.boxmed .content .txt {
	float:left;
	padding:4px;
}
.boxmed .content img {
	vertical-align:bottom;
	float:right;
}
/* ******* BOX CLASSES END ********* */

.apay {

	background:#34444d url('images/navbutbg.gif') repeat-x top left;
	width:64px;
	border-width:1px;
	color:#e5ff00;
	text-align:center;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	height:28px;
	padding-top:0px;
}


#imgCaptcha {
	margin-top:4px;
	border:solid 1px #cccccc;
	vertical-align:bottom;
}