/***************Site Wide**************/
html,
body {
margin:auto;
padding:0px;
font-family:Georgia, Times New Roman, Times, Serif;
background:#374a60 url('/imgs/body.jpg');
}
:focus{outline:0;}
a img{
border:0px;
}
a{
	text-decoration: none;
	outline: none;
}

.clear {
clear: both;
margin: -1px 0px 0px 0px;
height: 1px;
font-size: 1px;
line-height: 1px;
width: 100%;
}
.ahem { 
position: absolute;
overflow: hidden;
height: 0px;
width: 0px;
left: -1000px;
top: -1000px;
}
.fl{
float:left;
}
.fr{
float:right;
}

ul, li, ol, h1, h2, h3, p, input, select, textarea, button{
	margin: 0;
}
h3{
	font-weight: bold !important;
}
strong{
	font-weight: bold !important;
}
/**General Page Styles***/
#wrapper{
	width: 990px;
	margin: auto;
}
#header{
	width: 990px;
	height: 168px;
	position: relative;
}

/*Utility Nav*/
#utility ul{
	position: absolute;
	right: 25px;
	top: 5px;
	}
#utility ul li{
	float: left;
	list-style: none;
	color: #8a95a1;
	font-size: 9px;
}
#utility ul li a{
	margin: 5px 0 0 0;
	display: block;
	padding: 0 5px 0 5px;
	font-size: 11px;
	color: #8a95a1;
	font-family: Trebuchet MS, Arial, Helvetica, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif;
}
 .border{
		border-right: 1px solid #8a95a1;
}

#utility ul li a:hover, #utility ul li a.selected{
	color: #fff;
}


#search{
	background: url('/imgs/search-bg.jpg') no-repeat;
	width: 127px;
	height: 19px;
	border: medium none;
	color: #999;
	margin-left:0; margin-right:3px; margin-top:0; margin-bottom:0; padding-left:10px; padding-right:0; padding-top:3px; padding-bottom:0
}
#go{
	width: 23px;
	height: 21px;
	background: url('/imgs/go-bg.gif') no-repeat 0 1px;
	border: medium none;
	outline: none; padding-left:0; padding-right:0; padding-top:1px; padding-bottom:0
}
#quicklinks{
	position: absolute;
	right: 25px;
	top: 35px;
	background: #fff;
	color: #8a95a1;
	border: none;
}
#logo a{
	position: absolute;
	top: 42px;
	left: 2px;
	display: block;
	background: url('/imgs/logo.png') no-repeat;
	width: 504px;
	height: 58px
}
#slogan{
	position: absolute;
	top: 77px;
	right: 12px;
	background: url('/imgs/slogan.png') no-repeat;
	display:block;
	width: 343px;
	height: 18px
}


/****Primary Navigations*****/
#nav-bg{
	position: absolute;
	top: 103px;
	left: 0px;
	background: url('/imgs/nav-bg.jpg') no-repeat 2px 0;
	width: 990px;
	height: 69px
}

#nav{
	width: 454px;
	height: 34px;
	/*margin: 18px 0 0 13px;*/
		list-style: none;
	padding: 0;
	position: absolute;
	top: 18px;
	left: 13px;
}
#nav li a{
	display:block;
	margin: 0;
	padding: 0;
}
/*about*/
#about{
	background: url('/imgs/nav.jpg') no-repeat 0 0;
	width: 109px;
	height: 34px
}
#about:hover, #about.selected{
	background: url('/imgs/nav.jpg') no-repeat 0 -36px;
	width: 109px;
	height: 34px
}
#about:active{
	background: url('/imgs/nav.jpg') no-repeat 0 -72px;
	width: 109px;
	height: 34px
}

/*admissions*/
#admissions{
	background: url('/imgs/nav.jpg') no-repeat -109px 0;
	width: 115px;
	height: 34px
}
#admissions:hover, #admissions.selected{
	background: url('/imgs/nav.jpg') no-repeat -109px -36px;
	width: 115px;
	height: 34px
}
#admissions:active{
	background: url('/imgs/nav.jpg') no-repeat -109px -72px;
	width: 115px;
	height: 34px
}

/*academics*/
#academics{
	background: url('/imgs/nav.jpg') no-repeat -224px 0;
	width: 108px;
	height: 34px
}
#academics:hover, #academics.selected{
	background: url('/imgs/nav.jpg') no-repeat -224px -36px;
	width: 108px;
	height: 34px
}
#academics:active{
	background: url('/imgs/nav.jpg') no-repeat -224px -72px;
	width: 108px;
	height: 34px
}

/*student-life*/
#student-life{
	background: url('/imgs/nav.jpg') no-repeat -332px 0;
	width: 122px;
	height: 34px
}
#student-life:hover, #student-life.selected{
	background: url('/imgs/nav.jpg') no-repeat -332px -36px;
	width: 122px;
	height: 34px
}
#student-life:active{
	background: url('/imgs/nav.jpg') no-repeat -332px -72px;
	width: 122px;
	height: 34px
}

#nav{
	margin: 0;
	padding: 0;
}
#nav li{
	float: left;
}

 #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	font-weight: normal !important;
}

#nav ul li { /* all list items */
	float: left;
	width: 163px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #6d9d9e url('/imgs/nav-bg-top.jpg'); width: 166px;
	left: -999em; padding-left:13px; padding-right:13px; padding-top:13px; padding-bottom:0

}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


#nav li ul li
{display:block; border: 0px none; font-weight:normal; padding-left:0; padding-right:0; padding-top:0; padding-bottom:4px}


#nav li ul li a
{background: #6d9d9e url('/imgs/nav-bg-drop.jpg');
  color: #fff;
  display: block;
  text-decoration: none; margin:0;
 padding: 0;	
 height: 20px;
 border-bottom: 1px dotted #fff; font-style:normal; font-variant:normal; font-weight:bold; font-size:12px; font-family:Trebuchet MS, Arial, Helvetica, sans-serif}



#nav li ul li a:hover 
{color: #2c3b4d;}

 

.nav-end{
	position: relative;
	height: 6px;
	width: 203px;
}
.nav-end span{
	display: block;
	width:203px;
	height: 6px;
	position: absolute;
	left:-18px;
	top:5px;
	background: url('/imgs/nav-end.png') no-repeat;
}
 
/*********************END NAV************/

/*****Content***/
#content{
width: 990px;
margin: auto;
background: url('http://www.coa.edu/imgs/content-bg.jpg') repeat-y;
padding-bottom: 59px
}

#content2{
margin: auto;
background: url('http://www.coa.edu/imgs/content-bg.jpg') repeat-y;
padding-bottom: 59px
}


/*******Footer******/
#footer{
	width: 990px;
	height: 45px;
	position: relative;
	background: url('/imgs/footer-bg.jpg') no-repeat;
	margin-bottom: 50px;
	color: #35475a; font-style:normal; font-variant:normal; font-weight:normal; font-size:10px; font-family:Georgia, Times New Roman, Times, Serif; padding-left:0px; padding-right:0px; padding-top:47px; padding-bottom:0
}
#footer a{
	color: #556a7c;
	display: block;
}
#footer a:hover{
	color: #35475a;
}
 #footer .space{
	padding:0 10px;
	text-align: center;
}
#footer ul{
	margin: 0;
	padding: 0 0 0 33px;
}
#footer ul li{
	list-style: none;
	float: left;
	margin: 0;
	letter-spacing: .07em;
}


#digg{
	background: url('/imgs/digg-icon.png') no-repeat;
}
#facebook{
	background: url('/imgs/facebook-icon.png') no-repeat;
}
#flickr{
	background: url('/imgs/flickr-icon.png') no-repeat;
}
#delicious{
	background: url('/imgs/delicious-icon.png') no-repeat;
}

#itunes{
	background: url('/imgs/itunes-u-icon.png') no-repeat;
}
#youtube{
	background: url('/imgs/youtube-vimeo-icon.png') no-repeat;
}
#twitter{
	background: url('/imgs/twitter-icon.png') no-repeat;
}



#digg, #facebook, #flickr, #delicious, #youtube, #itunes, #twitter{
	display: block;
	width: 23px;
	height: 22px;
	margin:0px 3px 0 0;
	position: absolute;
		top: 40px;
}
#youtube{
	right: 144px;
}
#facebook{
	right: 117px;
}
#flickr{
	right: 91px;
}
#itunes{
	right: 65px;
}
#twitter{
	right: 37px;
}



/***L2 Nav*/
#l2placement{
	position: relative;
}

#l2nav{
	position: absolute;
	top: 28px;
	right: 20px;
}
#l2nav li{
	list-style: none;
	float: left;
	color: #fff;
	margin: 0;
	padding: 0;
}
#l2nav li a.border{
	border-color:#fff ;
}
#l2nav li a{
	display: block;
	padding: 0 6px;
	color: #fff;
	font:13px Georgia, Times, Times New Roman;
}

/* Added by Chip Pappas */

blockquote{text-indent:-0.25em;}

.imageLeft
{
    float:left;
    margin:0px 5px 5px 0;
}
.imageRight
{
    float:right;
    margin:0px 0px 5px 5px;
}

.imageGeneral
{
    margin:0px 0px 5px 0px;
}


.container table{width:400px;}
td {
font-family:Georgia,Times,Times New Roman,Serif;
font-size:12px;
line-height:16px;
padding-right:10px;
}

.container2 table{}
td {
font-family:Georgia,Times,Times New Roman,Serif;
font-size:12px;
line-height:16px;
padding-right:10px;
}

img.imageGeneral{
	padding: 5px;
	margin: 5px;
	background: #fff;
	border-bottom:2px solid #B4B3B0;
    border-right:1px solid #B4B3B0;
}


/**** for the sidebar flash spotlights ***/
#f {margin:23px 0 0 13px;}

.photoCaption{font-family:Georgia,Times,Times New Roman,Serif;
font-size:12px;
line-height:16px;
color:#578a8a;

font-style:italic;
}



h3 a{
	height: 10px;
	font: bold 13px Trebuchet MS, Arial, Helvetica, Sans-Serif !important;

}
