/* =============== Clean Slate =======================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}

/* ================ Begin Structure ================= */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #E6EAF1;
	font-family: Helvetica, "Times New Roman", Times, serif;
	font-size: 13px;
	color:#4f4f50;
}

/* ================= Wrapper Elements ======================= */

#wrapper {
	width:770px;
	margin:auto;
}

/* ================= Header Elements ======================= */
#header {
	width: 760px;
	height: 63px;
	margin: 0 auto;
	background:#fff url('../img/headerBG.png') no-repeat;
	padding:10px 0 0 10px;
}

#header h1 {
	text-indent:-999px;
	background:url('../img/logo.png') no-repeat;
	height:52px;
	width:185px;

}

#header h2 {

}

#header a {

}

/* ================= Header Navigation ======================= */

#mainImage	{
	width:770px;
	height:149px;
	margin:0;
	padding:0;
}




/* ================= Header Navigation ======================= */

#navigation	{
	width:770px;
	height:31px;
	background:#09347A;
}

#navigation a	{

}

ul.mainNavigation	{
	margin:0;
	padding:0;
}

ul.mainNavigation li {
	display:inline;
	margin:5px 10px 0 20px ;
	padding:0;
	float:left;
}

ul.mainNavigation li a {
	color:#fff;
	text-decoration:none;
}

ul.mainNavigation li a:hover {
	color:#50AAF0;
}

ul.mainNavigation li a.active {
	color:#50AAF0;
}

/* ================= Page Elements ======================= */

#page {
	width: 770px;
	margin: 0 auto;
	padding: 10px 0;
	background:#fff;
}

#content {
	width: 710px;
	padding: 0px 0px 20px 20px;
	margin:20px 28px 0px 20px;
	
}

.post {
	margin-bottom: 20px;
	padding: 0 20px;
}

.hr {
	border-bottom: 1px solid green;
}


/* ================= Sidebar Elements ======================= */
#sidebar {
	float: right;
	width: 180px;
	padding: 5px;
}

#bottombar {
	height:73px;
	width:90px;
	float: right;
	margin:0 0 0 0;
	width: 90px;

}

#sidebar h2 {
	margin: 0;
	padding: 5px 15px;
	color: #4A1111;
}


#sidebar ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}

#sidebar li {
}

#sidebar a {
	color: #4A1111;
	text-decoration:none;
}

#sidebar a:hover {
	text-decoration:underline;
}

.sideBox {
	background: url(../img/img05.gif) repeat-y;
}

.sideBox h2 {
	background: url(../img/img06.gif) repeat-y;
}

/* ================= Footer ======================== */

#footer {
	width:770px;
	clear: both;
	padding: 2px 0;
	background:#09347A;
	border-top: #173F81 solid 2px;
	border-bottom: #173F81 solid 2px;
	margin:0 0 20px 0 ;
}


#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer  {
	font-size:8px;
	color: #fff;
	text-indent:28px;
}

/* ================= Headings ============================= */

h1, h2, h3 {
	color:#4f4f50;
}

h1 a:link {
	color:#00386E;
}


h1, h2 {
	margin-bottom: 20px;
	font-weight: normal;
}

h3 {
	font-size:12px;
	margin-bottom:5px;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 16px;
	font-weight:bold;
}

h3 {
	font-size: 14px;
}



/* ================= Text Elements ======================== */
p	{
	line-height:1.2em;
	margin-bottom:20px;
	color:#797979;
	font-size:12px;
	width:500px;
}

ul, ol {
	margin-bottom: 20px;
	line-height: 2.5em;
}

ul, ol {
	margin-left: 0;
}

ul.left	{
	margin:0 20px 0 10px;
	width:170px;
}

ul.list {
	line-height:1em ;
	list-style-type: disc;
	margin:0 0 0 20px;
	display:block;
	color:#797979;
}

ul.list2 {
	line-height:1em ;
	list-style-type: disc;
	margin:0 0 0 20px;
	display:block;
	color:#797979;
	width:400px;
}
blockquote {
	padding-left: 3em;
	background: url(../img/quote.gif) no-repeat;
	font-style: italic;
}

a:link {
	color: #1953A7;
	text-decoration:none;
}

a:active {
	color: #ED5C0C;
}

a:visited {
	color: #1953A7;
	text-decoration:none;
}

a:hover {
	text-decoration: none;
	color: #067600;
}

p.about {
	width:190px;
	font-size:10px;
	line-height:15px;
	margin:-10px 0 0 0;
	
}

/* ================= Table Elements ======================== */

table   { margin-bottom: 1.4em; }
th      { border-bottom: 2px solid #ccc; font-weight: bold; }
td      { border-bottom: 1px solid #ddd; }
th,td   { padding: 4px 10px 4px 0; }
tfoot   { font-style: italic; }
caption { background: #ffc; }

/* Use this if you use span-x classes on th/td. */
table .last { padding-right: 0; } 


/* ================= Default Classes ======================== */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.quiet      { color: #666; }
.strong		{ font-weight:bold;}

.hide       { display: none; }
.highlight  { background:#ff0; }
.added      { color:#060; }
.removed    { color:#900; }
.active		{ font-weight:bold;}
.title		{ color:#797979; font-size:11px; font-weight:bold;}
.author		{ color:#797979; font-size:11px;}

.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.right 		{float:right; margin:0 5px 0 20px;}
.left		{float:left; margin:0 10px 0 5px;}

.clear {
	clear: both;        /* extend height of contentholder to longest column */
	height: 0px;
	overflow: hidden;   /* prevent IE expanding the container */
	margin: 0;          /* keep flush with surrounding blocks */
}

/* ================ Element Specific Styles ================== */
.resourceList ul li {
	list-style:none;
	margin:0 0 20px 0;
	line-height:25px;
}

.resourceList li a {
	height:25px;
	width:700px;
	padding:5px 2px 5px 25px;
	list-style-type:none; 
	background-image:url(../img/pdf.png);
	background-repeat: no-repeat; 
	background-position: 0 -1px;  
	text-decoration:none;
}

/* ================ Home Callout ================== */

#homeCallout {
	background:#0079C2;
	width:200px;
	background-image:url(../img/logo_AIC.png);
}
#homeCallout h3	{
	width:150px;
	display:block;
}

#homeCallout p	{
	width:200px;
	display:block;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

.titleText {
	font-weight:bold;
	margin: 0 0 7px 0;
}