/* CSS Document */
div#body {
	margin: 0 auto;
	width: 760px;
	background-color: #FFF;
	}
	
div#sidebar {
	display: none;
	}
	
body.ms div#main, body.sm div#main {
	width: 540px;
	}
		
body.ms div#sidebar, body.sm div#sidebar {
	display: block;
	width: 200px;
}		

body.ms div#main, body.sm div#sidebar {
	float: left;
}
	
body.sm div#main, body.ms div#sidebar {
	float: right;
}

/* Content area */

body 
{
    margin: 0;
    padding: 0;
    background-color: #CCC;
}

/* Main Content */
#main {
    background-color: #FFF;        
    padding-bottom: 1.0em;      
    margin-bottom: 1.0em;       
}

#body a:link {
	color: #06c;
	text-decoration: none;
}

#body a:visited {
	color: #4B5970;
	background: transparent;
}

#body a:hover {
	color: #f60;
	text-decoration: underline;
}

#body p
{
    font-size: 90%;
    line-height: 1.8em;
    padding-left: 2em;
}

/* Table */
#body table {
	margin-left: 2em;
	border-collapse: collapse;
	border: 1px solid black;
}

#body th {
	text-align: left;
	background: #036;
	color: white;
	padding: 0.2em;
}

#body td {
	border: 1px solid black;
	padding: 0.2em;
}

#body h1 {
    font: bold 180% Verdana, 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

#body h2 {
    font: normal 160% Verdana, 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

#body h3 {
    font: normal 130% Verdana, 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

#body h4 {
    font: bold 100% Verdana, Arial, Helvetica, sans-serif;
}

#body h5
{
    font: normal 100% Verdana, Arial, Helvetica, sans-serif;
}

#body h1, h2, h3, h4, h5 {
    color: #036;
    background-color: Transparent;
    text-decoration: none;
	letter-spacing: -0.05em;
    border: none;
    padding-left: 1em;
}

/* Sidebar */

#sidebar {
	background-color: #E1F3DA;
} 

#sidebar p{
	font: normal 100% Verdana, Arial, Helvetica, sans-serif;
	padding: 1px;
	text-align: center;
}

#sidebar a:link, #sidebar a:visited {
	text-decoration: none;
	padding: 5px 3px;
}

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

#sidebar ul {
	margin: auto;
	padding: 3px;
	list-style-type: none;
}

/* Header Section */
#header {
	margin: auto;
	width: 760px;
	height: 108px;
	background: #E1F3DA url(../images/sccaaup_logo.jpg) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}

#headerpic1 {
	margin-left: 250px;
	width: 500px;
	height: 108px;
	background: #E0E0E0 url(../images/academe1.jpg) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}

/* Search Area */
#headerpic2 { 
	margin-left: 250px;
	width: 260px;
	height: 108px;
        background-color: #E1F3DA;
	/*background: #E0E0E0 url(../images/freedom1.jpg) no-repeat;*/
	font-family: Arial, Helvetica, sans-serif;
}

/* Navigation Bar */
#nav {
	margin: auto;
	width: 760px;
	background-color: #036;
	border-top: 2px solid #E0E0E0;
	border-bottom: 3px solid #E0E0E0;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

#nav ul {
	margin: auto;
	padding: 5px 10px 5px 10px;
	list-style-type: none;
}

#nav li {
	display: inline;
}

#nav a:link, #nav a:visited {
	color: #FFF;
	text-decoration: none;
	padding: 5px 3px;
}

#nav a:hover {
	color: #036;
	background-color: #FFF;
	text-decoration: none ;
}

#nav .sel a {
	background-color: #FFF;
	color: #036;
}

#nav .sel a:hover,
#nav .sel a:focus {
	background-color: #E0E0E0;
}	

/* Footer */

#footer
{
    clear: both;
    margin: 0 auto;
    padding: 5px;
    font-size: 80%;
    color: #036;
    background-color: transparent;
    border-top: solid 2px #D0D0D0;
    text-align: center;
}

#footer a:link, #footer a:visited
{
    text-decoration: none;
    color: #06c;
}

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

.fun {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:	#339999;
	letter-spacing: 0.05em;
}

.picture {
	float: right;
	margin: 10px;
}

blockquote.fun {
	font-style: italic;
}

/* form */
form.contact {
	padding: 0;
	margin: 0;
	margin-top: -15px;
	margin-left: 15px;
	line-height: 150%;
}

form.contact fieldset {
	border: 2px solid navy;
	padding: 10px;
}

form.contact legend {
	font-weight: bold;
	font-size: small;
	color: navy;
	padding: 5px;
}

form.contact p {
	font-size: small;
	font-weight: bold;
    line-height: 1.8em;
}

form.contact label {
	font-weight: bold;
	font-size: small;
	color: navy;
}

form.contact label.fixedwidth {
	display: block;
	width: 240px;
	float: left;
}

form.contact .buttonarea input {
	background: navy;
	color: white;
	font-weight:bold;
	padding: 5px;
	border: 1px solid white;
}

form.contact .buttonarea {
	text-align: center;
	padding: 4px;
	background-color: #0066ff;
}

/* Google Custom Search CSS */
.gsc-control-cse {

font-family: "Trebuchet MS", sans-serif;

border-color: #E1F3DA;

background-color: #E1F3DA;

}

input.gsc-input {

border-color: #94CC7A;

}

input.gsc-search-button {

border-color: #94CC7A;

background-color: #AADA92;

}

.gsc-tabHeader.gsc-tabhInactive {

border-color: #A9DA92;

background-color: #FFFFFF;

}

.gsc-tabHeader.gsc-tabhActive {

border-color: #A9DA92;

background-color: #A9DA92;

}

.gsc-tabsArea {

border-color: #A9DA92;

}

.gsc-webResult.gsc-result {

border-color: #A9DA92;

background-color: #FFFFFF;

}

.gsc-webResult.gsc-result:hover {

border-color: #A9DA92;

background-color: #FFFFFF;

}

.gs-webResult.gs-result a.gs-title:link,

.gs-webResult.gs-result a.gs-title:link b {

color: #0066CC;

}

.gs-webResult.gs-result a.gs-title:visited,

.gs-webResult.gs-result a.gs-title:visited b {

color: #0066CC;

}

.gs-webResult.gs-result a.gs-title:hover,

.gs-webResult.gs-result a.gs-title:hover b {

color: #0066CC;

}

.gs-webResult.gs-result a.gs-title:active,

.gs-webResult.gs-result a.gs-title:active b {

color: #0066CC;

}

.gsc-cursor-page {

color: #0066CC;

}

a.gsc-trailing-more-results:link {

color: #0066CC;

}

.gs-webResult.gs-result .gs-snippet {

color: #454545;

}

.gs-webResult.gs-result .gs-visibleUrl {

color: #815FA7;

}

.gs-webResult.gs-result .gs-visibleUrl-short {

color: #815FA7;

}

.gsc-cursor-box {

border-color: #A9DA92;

}

.gsc-results .gsc-cursor-page {

border-color: #A9DA92;

background-color: #FFFFFF;

}

.gsc-results .gsc-cursor-page.gsc-cursor-current-page {

border-color: #A9DA92;

background-color: #A9DA92;

}

.gs-promotion.gs-result {

border-color: #94CC7A;

background-color: #CBE8B4;

}

.gs-promotion.gs-result a.gs-title:link {

color: #0066CC;

}

.gs-promotion.gs-result a.gs-title:visited {

color: #0066CC;

}

.gs-promotion.gs-result a.gs-title:hover {

color: #0066CC;

}

.gs-promotion.gs-result a.gs-title:active {

color: #0066CC;

}

.gs-promotion.gs-result .gs-snippet {

color: #454545;

}

.gs-promotion.gs-result .gs-visibleUrl,

.gs-promotion.gs-result .gs-visibleUrl-short {

color: #815FA7;

}
 
#cse-search-form {
  	width: 90%; 
	padding-top: 50px; 
	padding-left: 25px;
}

#cse {
	width: 190px;
}