/* @override http://www.vycc.org/css/vycc-main.css */

/* Main VYCC CSS
   Version: 3.3.7 (2/8/2008)
   Author: Jason Buss */

body {
  font-family: "Frutiger", "Univers", "Helvetica Neue", Helvetica, Calibri, arial, helvetica, sans-serif; 
  font-size: 14px;
  line-height: 16px;
}

/* Page titles */
h1 {
	font-size: 24px;
	font-family: Constantia, Georgia, "Times New Roman", Times, serif;
	font-weight: 600;
	padding-bottom: 10px;
	line-height: 100%;
}

/* h1 title colors */
.headerhome {
	color: #336633;
}
.headeraboutus {
	color: #003399;
}
.headerpositions {
	color: #f5c22b;

}
.headerapply {
	color: #CC6600;
}
.headersupport {
	color: #7DB271;
}

.headerproject {
	color: #A77845;
}
.headeralumni {
	color: #7D3F71;
}
.headerbarn {
	color: #C01400;
}

/* Section titles. */
h2 {
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 5px;
	padding-top: 10px;
}


h3 {
	font-size: 14px;
	font-weight: 600;
	padding-bottom: 5px;
	padding-top: 5px;
}

/* Sets the style for quotes */
blockquote {
	padding-right: 20px;
	padding-left: 20px;
	font-style: italic;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Link Icons */
a[href$=".pdf"]{
background:url(../images/icons/pdflink.gif) no-repeat right top;
padding-right: 12px;
}


a[href^="http:"] {
	background:url(../images/icons/external_link_icon.gif) no-repeat right top;
	padding-right: 16px;
	}
	
a[href^="http://www.vycc.org/"], a[href^="http://www.vycc.org"] {
	background-image:none;
	padding-right: 0px;
	}
	
a[href^="http://www.vyccapp.org/"], a[href^="http://www.vyccapp.org"] {
	background-image:none;
	padding-right: 0px;
	}	
	
a[href^="http://feeds.feedburner.com/"], a[href^="http://feeds.feedburner.com"] {
	background-image:none;
	padding-right: 0px;
	}	
	
a[href^="http://maps.google.com/"], a[href^="http://maps.google.com"] {
	background-image:none;
	padding-right: 0px;
	}
	
a[href^="http://www.adobe.com/"], a[href^="http://www.adobe.com"] {
	background-image:none;
	padding-right: 0px;
	}
	
a[href^="http://www.apple.com/"], a[href^="http://www.apple.com"] {
	background-image:none;
	padding-right: 0px;
	}
	
a[href^="http://www.cmarket.com"], a[href^="http://www.cmarket.com"] {
	background-image:none;
	padding-right: 0px;
	}
	
/* Link Icons End*/


/* Sets the style for unvisited links. */
a,  a:link {
	color: #336600;
}


/* Sets the style for visited links. */

/*a:visited {
	color: #73993E;

} */
/* Sets the style for links on mouseover. */
a:hover {
	color: #003399;
	background-color: #b2c1ff;

}
/* Sets the style for a link that has focus. */
a:focus {

}

/* Sets the style for a link that is being activated/clicked. */
a:active {

}

/* Corrects Header Placement */

#wrapper #header {
	padding-top: 5px;
	padding-left: 5px;
}

/*Content Styles*/

#content img, #content-main img {
	padding: 5px;
	margin: 10px;
	border: 1px solid #CCCCCC;
}
#content p, #content-main p {
	padding-top: 6px;
	padding-bottom: 6px;
	line-height: 18px;
}

dl {line-height: 150%}

dt {
	display: block;
	float: left;
	margin-right: .7em;
	width: 8em;
	font-weight: bold;
	text-align: right;
}
.important {
	background-color: #c2caff;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0033FF;
	border-bottom-color: #0033FF;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.very-important {
	background-color: #ffadad;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
	padding: 10px;
}

/* Positioning */

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.line {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
}


.list {
	list-style-type: square;
	line-height: 20px;
	padding-left: 20px;
}
.topline {
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	margin-top: 15px;
}

.list-inset {
	padding-left: 20px;
	line-height: 20px;
}

.list-header {
	left: 0px;
	font-weight: bold;
	margin-left: -20px;
	font-size: 16px;
	list-style-type: none;
	padding-top: 10px;
}

.small {
	font-size: 10px;
}

.bold {
	font-weight: bold;
}

.nohover a:hover {
	background-color: transparent;
}

.noborder {
	border-style: none;
}

/* Google */

#google {
	float: right;
	padding-right: 10px;
}
#google form {
	margin: 0px;
	padding: 0px;
}

/*Footer*/

#wrapper #footer p {
	width: 700px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-right: auto;
	margin-left: auto;
}

#wrapper #footer p a {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

#wrapper #footer p a:hover {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	background-color: #BBC98E;
}

/*Footer End*/

/*Block links (applications, etc)*/

#links ul {
        list-style-type: none;
        width: 400px;
} 

#links li {
        border: 1px dotted #999;
        border-width: 1px 0;
        margin: 5px 0;
		background-color:#FFFFCC;
}

#links li a { 
        color: #336600;
        display: block;
        font: bold 120% Arial, Helvetica, sans-serif;
        padding: 5px;
        text-decoration: none;
}

* html #links li a {  /* make hover effect work in IE */
	width: 400px;
}

#links li a:hover {
        background: #b2c1ff;
			color: #003399;
}

#links a em { 
        color: #333;
        display: block;
        font: normal 85% Verdana, Helvetica, sans-serif;
        line-height: 125%; 
}

#links a span {
        color: #125F15;
        font: normal 70% Verdana, Helvetica, sans-serif;
        line-height: 150%;
}

/*End Block links*/

/*Bottom Link Bar Buttons*/

#linbar-line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	margin: 5px;
}

#linkbar  a {
	display: block;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
	float: left;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #749a3f;
	text-decoration: none;
	font-size: 12px;
	margin-right: 15px;
}

#linkbar  a:hover {
	color: #003399;
	background: #7385FF;
}

/*End Bottom Link Bar Buttons*/


.inset {
	padding-left: 15px;
}

/*E-News Form*/

#emailform {
	padding-left: 10px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: #f6f6f6;
}

#emailform label {
	float: left;
	width: 4em;
}

#emailform input:focus, textarea:focus {
	background: #ffc;
}

/*End E-News Form*/


/*Summary Boxes for Program Pages*/
#summary {
	float: left;
	width: 300px;
	padding: 10px;
	background-color: #CCC6A5;
	margin-right: 10px;
	border: 1px solid #9c9c9c;
}
#summary li {
	list-style-type: square;
	list-style-position: inside;
	padding-bottom: 5px;
	padding-left: 5px;
}
#summary .summary-header {
	list-style-type: none;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}
.schoollist h3 {
	padding-top: 30px;
}
