@charset "utf-8";
/* CSS Document */

/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*end reset*/

/*layout and backgrounds*/
body{background-color:#FFF; font-family:"Century Gothic","Trebuchet MS", Arial, Helvetica, sans-serif; font-size:62.5%} 
#wrapper{width:960px; heigth:auto;margin: 0 auto;}


#header{background: url(../images/headerBG.jpg) no-repeat top left; width:960px; height:228px;position:relative;}
#logo{position:absolute; top:16px; left:57px;}
#headerLinks{position:absolute; top: 16px; right: 17px;}
#content{position:relative;width:960px; height:auto;}
#flash{position:absolute; top:14px; right:43px;}
#topBar, #bottomBar{background:url(../images/bar.png) repeat-x; width:695px; height:10px;position:absolute;}
#topBar{top:0px; right:36px;}
#bottomBar{top:280px; right:36px;}
#secondContent{position:absolute; width:638px; top:304px; right:62px;}
#footer{background:url(../images/bar.png) repeat-x top left; padding: 14px 0 0x 0; margin:30px 0 0 0; height:300px;}
#foot1, #foot2, #foot3, #foot4{width:200px; float:left; padding:20px 10px 0 10px;}
#magCover{float:left; margin: 5px 5px 0 0; width:70px;}
.clear{clear:both;}
#footer #copyright{margin: 50px 0 10px 0;}
#footer #copyright #orthoCopy{color:#7A7A7A; width:400px; display:block; float:left; padding: 0 0 0 50px;}
#footer #copyright #orthoCopy a{text-decoration:none; color:#7A7A7A; font-size:1em;}
#footer #copyright #orthoCopy a:hover{color:#0065A4;}

#footer #copyright #akCopy a{background: url(../images/AKicon.png) no-repeat; display:block; width:16px; height:16px; padding: 0 25px 0 0; float:right;}

/*colors

drk grey  #7A7A7A rgb= 122,122,122
blu       #0065A4 rgb= 0,101,164
Black     #030303 rgb= 3,3,3
Red       #990000 rgb= 153,0,0


*/


/*navigation and links*/
#headerLinks ul{ padding-left: 0;  margin-left: 0; height: 20px; }
#headerLinks ul li{list-style: none; display: inline;}
#headerLinks ul li a.headerLink{color:#7A7A7A; font-size:1em; padding: 2px 12px; text-decoration: none; float: left;}
#headerLinks ul li a.headerLink:hover{ color:#990000;  text-shadow:#7A7A7A 1px 1px 1px}

#nav ul{ width:185px; margin: 2px 0 0 17px;}
#nav ul li{list-style: none;}
#nav ul li a.mainNav{display:block; width:170px; height:19px; padding: 8px 0 0 12px; background:url(../images/menuBG.jpg) no-repeat top left;  color:#0065A4; font-size:1.1em; font-weight:bold; text-decoration: none;}
#nav ul li a.mainNav:hover{background:url(../images/menuBG.jpg) no-repeat bottom left;}

#footer ul.footerLink{padding: 5px 0 5px 0px;}
#footer li{list-style:none;padding:2px 0 0 0;}
#footer a{text-decoration:none; color:#0065A4; font-size:1.1em;}
#footer a:hover{color:#990000;}
/*text formating*/
p{font-size:1.2em;}
h2{font-size:2em; font-weight:normal;}
h4{font-size:1.3em;}
#footer p{font-size:1.1em; line-height:115%;}
.grey{color:#7A7A7A;}
.blue{color:#0065A4;}
.red{color:#990000;}