/* ----------------------------------
CSS Document for IAPSC website
AEA 
------------------------------------ */

body {
	margin:0px;
	padding:0px;
	background-color:#003F6A;
	font-size:80%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/bg_page.jpg);
	background-position:top;
	background-repeat:repeat-x;
	color:#4D4D4D;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:150%;
	color:#79282E;
	margin:0px;
	padding:0px;
	border-bottom:1px solid #CCCCCC;
	line-height:200%;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:140%;
	color:#656565;
	margin:0px;
	padding:0px;
	border-bottom:1px solid #CCCCCC;
	line-height:200%;
}
form {
	margin:0px;
}

img {
	border:0px;
}

table {
	border:0px;
}
ul {
	margin:0px;
	padding-left:20px;
	padding-top:10px;
}
li {
	margin-bottom:15px;
	line-height:140%;
}
label {
	display:block;
	width:90px;
	float:left;
}
textarea {
	overflow:auto;
}

/* Main Page Areas
-------------------------------- */
#wrapper {
	width:960px;
	background-color:#FFFFFF;
	margin:auto auto;
	margin-top:0px;
	margin-bottom:50px;
}
#innerWrapper {
	padding:27px;
	padding-top:0px;
}	
#header {
	padding:45px 0px 45px 0px;
}
#footer {
	border-top:1px dotted #656565;
	color:#656565;
	font-size:85%;
	clear:both;
}
#footerlower {
	border-top:1px dotted #656565;
	color:#656565;
	clear:both;
	text-align:right;
}


#nav {
	width:100%;
	float:left;
	font-size:90%;
}
#pageHead {
	clear:left;
	background-color:#967E62;
	overflow:auto;
	display:block;
}
#pageHeadContent {
	padding:30px 30px 30px 30px;
}
#content {
	overflow:auto;
	padding-top:30px;
	padding-bottom:20px;
}

.clear30 {
	height:30px;
	font-size:1px;
	clear:both;
}
/* Formatting
-------------------------------- */
#pageHead p {
	margin:0px;
}

#content p {
	line-height:150%;
}
h2.yellowheading {
	color:#FFFFCC;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:160%;
	margin:0px;
	padding:0px;
	font-weight:normal;
	margin-bottom:30px;
	border-bottom:none;
	letter-spacing:normal;
	line-height:normal;
}

.yellowtext {
	color:#FFFFCC;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:105%;
	margin-top:20px;
	display:block;
}

.itemListing {
	padding-top:10px;
	padding-bottom:10px;
	background-image:url(../images/blue_dots.png);
	background-position:bottom;
	background-repeat:repeat-x;
}

/* Columns
- Two and three column layouts used
-------------------------------- */
.columnDouble {
	width:585px;
	float:left;
	margin-right:30px;
}
.columnStandard {
	width:280px;
	float:left;
	margin-right:30px;
}
.columnTriple {

}

#pageHead .columnDouble {
	width:555px;
	float:left;
	margin-right:30px;
	margin-left:0px;
}

#pageHead .columnStandard {
	width:254px;
	float:left;
	margin-right:0px;
	margin-left:0px;
}
.last {
	margin-right:0px;
}	


/* Main Nav - Sliding Doors CSS  - http://www.alistapart.com/articles/slidingdoors/
-------------------------------- */
#nav ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#nav li {
	float:left;
	margin:0px;
	padding:0px;
	background:url(../images/tab_right.png)  no-repeat right top;
}
#nav a {
	float:left;
	color:#4C4C4C;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	display:block;
	background:url(../images/tab_left.png) no-repeat left top;
	padding:5px 15px 4px 6px;
	padding:10px 37px 10px 12px; /* Controls the height and padding of the tabs */
	outline:none;
	-moz-outline:none;
}
#nav #current {
	color:#FFFFFF;
	background:url(../images/tab_right_selected.png) no-repeat right top;
}

#nav #current a {
	color:#FFFFFF;
	background:url(../images/tab_left_selected.png) no-repeat left top;
}
/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
#nav a {float:none;}
  /* End IE5-Mac hack */


/* Lists
-------------------------------- */
ul.pdf {
	list-style-type:none;
	margin-left:0px;
	padding-left:0px;
}
ul.pdf li {
	background: transparent url(../images/icon_pdf_download.png) no-repeat scroll 0 3px;
	padding:0.5em 2.5em 1em 2.5em;
}

dl.date_listing {
	width:100%;
	background-image:url(../images/blue_dots.png);
	background-position:bottom;
	background-repeat:repeat-x;
	clear:left;
	overflow:hidden;
}
dl.date_listing dt {
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
dl.date_listing dd {
	float:left;
	line-height:140%;
	font-weight:bold;

}

/* Tables
-------------------------------- */


/* Anchors
-------------------------------- */
a:link, 
a:visited {
	color:#299CD3;
	font-weight:bold;
	text-decoration:none;
}
a:hover, 
a:active {
	text-decoration:underline;
	color:#79282E;
}

#pageHead a {
	color:#FFFFFF;
}
#footerlower a {
	font-weight:normal;
	color:#656565;
	text-decoration:underline;
}

#footerlower a:hover {
	text-decoration:none;
}

/* Grid Layout
-------------------------------- */
.grid_1 { width:60px; }
.grid_2 { width:120px; }
.grid_3 { width:250px; }
.grid_4 { width:320px; }
.grid_5 { width:380px; }
.grid_6 { width:460px; }
.grid_7 { width:540px; }
.grid_8 { width:620px; }

.column {
  float: left;
  overflow: hidden;
  display: inline;
  width:auto;
}
.row {
  width: 100%;
  margin: 10px auto;
  overflow: hidden;
}
.textfield {
	width:445px;
	border:1px solid #999999;
	padding:3px;
	background-image:url(../images/bg_field.png);
	background-position:top;
	background-repeat:repeat-x;
}
.textfield_small {
	width:174px;
	border:1px solid #999999;
	padding:3px;
	background-image:url(../images/bg_field.png);
	background-position:top;
	background-repeat:repeat-x;
}
.indent label {
	margin-left:20px;
	width:70px;
}
/* Misc
-------------------------------- */
.bold {
	font-weight:bold;
}
.green {
	color:#006600;
}
.red {
	color:#FF0000;
}
.small {
	font-size:85%;	
}
.blueSeperator {
	background-image:url(../images/blue_seperator.png);
	background-position:center;
	background-repeat:no-repeat;
	height:10px;
}
.spacerleft {
	margin-left:90px;
}
.marginbottom {
	margin-bottom:20px;
}
.whitefootnote {
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:85%;
	display:block;
	line-height:200%;
}
.alignleft {
	text-align:left;
}
.alignright {
	text-align:right;
}