
/*Navigation imports*/
@import "../../widgets/navBar/css/superfish.css";
@import "../../widgets/navBar/css/superfish-navbar.css";
@import "../../widgets/navBar/css/superfish-vertical.css";

/*Image widget imports*/
@import "../../widgets/image/tinyLightbox/jquery.tinyLightbox.css";


/************************
  CSS Reset
************************/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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;
}


/************************
  Standard template styles
************************/
body {
	background-image: url('images/background-gray.gif');
	background-repeat: repeat-x;
}

#body a, #body a:active, #body a:visited {
	color: #000;
}

#body a:hover {
	color: #000;
	background-color: #FFD400;
}

#page {
	margin-left: auto;
	margin-right: auto;
	width: 820px;
	overflow: hidden;
	position: relative;
}

#homeheader {
	width: 820px;
	background-image: url('images/header-home.png');
	background-repeat: no-repeat;
	background-position: top right;
	height: 147px;
	font-family: Helvetica, Arial, Sans-serif;
	color: #FFD400;
	text-transform: UPPERCASE;
	border: 0 2px 0 2px; 
	border-color: #BBBBBB; 
	border-style: solid;
}

#middle {
	width: 820px;
	margin: 0;
	padding: 0;
	background-color: #000;
	background-image: url('images/home-background.png');
	background-repeat: repeat-y;
	/*border-width: 0 2px 0 2px;
	border-style: solid;
	border-color: #BBB;*/
}

#homecontent {
	background-color: #F7F7F7;
	line-height: 1.5;
	/*border-width: 0 2px 0 2px; 
	border-color: #BBBBBB; 
	border-style: solid;*/
}

/*#homecontent {
	background-image: url('images/content_background.png');
	background-repeat: repeat-y;
	background-color: #F7F7F7;
	font-family: Helvetica, Arial, Sans-Serif;
	line-height: 1.5;
	font-size: .75em;
	position: relative;
	display: inline;
	float: left;
	width: 639px;
	padding: 0 10px 10px;
	line-height: 1.5;
	margin: 0 0 6px 0;
	border-bottom: 5px solid #000;
}*/

#footerborder
{
	background-color: #000000;
	background-image: url('images/footer-border-home.png');
	background-repeat: no-repeat;
	background-position: top right;
	/*border-width: 0 2px 0 2px; 
	border-color: #BBBBBB; 
	border-style: solid;*/
}

#homefooter
{
	width: 820px;
	border-width: 2px 0 0 0;
	border-color: #BBBBBB; 
	border-style: solid;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	font-family: Times, Serif;
	background-color: transparent;
}



/*  Top navigation styles
*/

#top_navigation_region
{
	display: block;
	clear: right;
	font-size: .8em;
}
div#top_navigation_region.perc-region div.perc-vertical div.perc-widget div.perc-navbar ul.sf-menu
{
	clear: right;
	float: left;
	margin-top: 20px;
	border-top: solid 1px #999;
	/*border-right: solid 1px #777;*/
}

.sf-menu a
{
	padding: .4em 1em;
}
.sf-menu li ul
{
	width: 170%;
	margin-top: -.8em;
}
div.top_navigation_region ul li
{
	background: none;
	/*border-style: solid 1px #777;*/
}

div.top_navigation_region ul li ul
{
	background: none;
	/*border-style: solid 1px #777;*/
}

div#top_navigation_region.perc-region div.perc-vertical div.perc-widget div.perc-navbar ul li a
{
	color: #FFD400;
	border-right: solid 1px #999;
	border-left: none;
	background-color: #000;
}
div#top_navigation_region.perc-region div.perc-vertical div.perc-widget div.perc-navbar ul li a:visited  
{
	background-color: #000;
	color: #FFD400;
	text-decoration: none;
}
div#top_navigation_region.perc-region div.perc-vertical div.perc-widget div.perc-navbar ul li a:hover 
{
	color: #000;
	background-color: #F7F7F7;
}
div#top_navigation_region.perc-region div.perc-vertical div.perc-widget div.perc-navbar ul li a:active 
{
	background-color: #000;
	color: #FFD400;
	text-decoration: none;
}

/*
#page {
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	background-color: #ABA762;
	/*overflow: hidden;*/
	/*border-width: 0 2px 2px 2px; 
	border-color: #BBBBBB; 
	border-style: solid; 
	overflow: hidden;
	
}*/

#top_content {
	/*margin: 0 8px 0 7px;*/
	border-color: #000;
	border-width: 0 8px 0 7px;
	border-style: solid;
	background-color: #F7F7F7;
	height: 250px;
	overflow: hidden;
}

#bottom_content {
	height: 270px;
	position: relative;
	overflow: hidden;
	border-color: #000;
	border-width: 0 8px 4px 7px;
	border-style: solid;
	border-bottom: 0;
}

#bottomborder {
	background-image: url('/home/images/body-bottom.png');
	background-repeat: no-repeat;
	background-position: bottom;
	border-color: #000;
	border-width: 0 8px 4px 7px;
	border-style: solid;
	height: 12px;
}
#tabs {
	position: relative;
	float: left;
	width: 420px;
	height: 220px; 
	color: #000; 
	font-size: .6em; 
	line-height: 1.3;
	background-color: #EDDEBF;
	padding-top: 10px;
}
#tabs-1, #tabs-2, #tabs-3, #tabs-4, #tabs-5 {
	background-color: #EDDEBF;
}

#home-bottomright {
	position: relative;
	padding-left: 10px;
	/*float: right;*/
	width: 120px;
}
#quicklinks {
	height: 257px;
	width: 190px;
	background-image: url('images/quick-links.png');
	background-repeat: no-repeat;
	background-position: bottom;
	color: #000;
	overflow: hidden;
	line-height: 1.1;
}

#quicklinks ul {
	margin-left: 15px; 
	margin-top: 40px;
	padding: 0 10px; 
}

#quicklinks li {
	padding: 3px;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: .875em;

}

#quicklinks li a, #quicklinks li a:active, #quicklinks li a:visited {
	text-decoration: none;	
	color: #000;
	display: block;
}

#quicklinks li a:hover{
	background-color: #FFD400;
	color: #000;
}


/************************
  home menu buttons
*************************/

#photonav {
	padding-top: 0px;
	height: 220px;
	width: 520px;
	margin-left: 40px;
	/*background-image: url('/images/photo_1.jpg');*/
	background-repeat: no-repeat;
	background-position: top left;
}

#wrapper  {
	width: 230px; 
	float: right;
	margin-right: 40px;
	/*padding: 25px; 
	margin: 0 auto;
	position: relative;
	display: inline;
	top: -230px;
	top: -250px;
	left: 330px;*/
}

#leftcolumn {
	/*float: right; */
	width: 225px;
	display: inherit;
}

#slides li {
	display: none;
	overflow: hidden;
}

/* Dropdown styles */
.dropdown {
	display: block; 
	position: relative;
	padding: 3px;
}
.dropdown dt {
	width: 188px; 
	border: 2px solid #dac08b;
	-moz-border-radius:2ex;
	-webkit-border-radius:2ex;
	padding: 8px 20px; 
	font-weight: bold; 
	cursor: pointer; 
	background: url('images/menu_background.gif'); /*#EDDEBF;*/
	font-family: Helvetica, Arial, Sans-serif;
	font-size: .75em;
}
.dropdown .upperdd {
	border-bottom: 2px solid #dac08b;
}
.dropdown dt:hover {
	background: url('images/menu_hover.gif');	
}
.dropdown dd {
	position: absolute; 
	top: 2px; 
	overflow: hidden; 
	width: 208px; 
	display: none; 
	background: #fff; 
	opacity: 0;
	border-right: 2px solid #dac08b;
}
.dropdown ul {
	width: 204px; 
	border: 2px solid #dac08b; 
	list-style: none;
	margin: 0;
}
.dropdown li {
	display: inline;
	line-height: .75em;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: .75em;
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display: block; 
	padding: 5px 15px; 
	color: #333; 
	text-decoration: none; 
	background: #eaf0f2; 
	width: 194px;
}
.dropdown a:hover {
	background: #FFD400; 
	color: #000;
}
/*
.dropdown dt a, .dropdown dt a:active, .dropdown dt a:visited {
	display: inline;
	background: url('/home/images/menu_background.gif');
}
.dropdown dt a:hover {
	background: #FFD400; 
	color: #000;
}
*/
.dropdown .underline {border-bottom: 2px solid #dac08b;}
.dropdown .upperdd a 
{
	background: transparent;
	padding: 0;
}
/************************
  menu styles
*************************/

#cloudmenu_wrapper
{

}

/************************
  Printer styles
*************************/

#logoprint {
	display: none;
}



/* unorganized */


/* search stuff */
#search {
	position: relative;
	float: right;
}

#apply_now { 
	margin: 10px 0 0 150px;
	padding: 0;
}

/*
#header_nomenu {
	width: 780px;
	background-image: url('/common/images/header-right-nomenu.png');
	background-repeat: no-repeat;
	background-position: top right;
	height: 107px;
	overflow: hidden;
	font-family: Helvetica, Arial, Sans-serif;
	color: #FFD400;
	text-transform: UPPERCASE;
}*/
/*
.headerTitle {
	font-size: .875em;
	padding-top: 5px;
	color: #FFD400;
}*/

h4.headerTitle {
	font-size: .7em;
	padding-top: 5px;
	margin: 0;
	text-indent: 1em;
	color: #FFD400;
}

h3.headerTitle {
	font-size: .875em;
	margin: 0;
	padding-top: 5px;
	text-indent: .8em;
	color: #FFD400;
}

.headerlinks {
	color: #FFD400;
	font-family: Arial, Sans-serif;
	font-size: .75em;
	text-transform: none;
	padding-top: 15px;
	text-align: right;
}


.headerlinks a, .headerlinks a:active, .headerlinks a:visited {
	text-decoration: none;	
	color: #FFD400;
}
 
.headerlinks a:hover{
	background-color: #FFD400;
	text-decoration: none;
	color: #000;
}

/*
@font-face {
font-family: "HandSean";
src: url(http://www.cloud.edu/common/fonts/handsean.ttf) format("truetype");
}*/

h1 {
	font-family: Sans-Serif;
	font-size: 1.5em;
	color: #000;
	text-indent: 1.0em;
}

/*
h3.pagetitle {
font-family: HandSean, Sans-Serif;
color: #FFD400;
text-shadow: 0px 1px 1px #000;
}*/



/*
#content_nomenu {
	background-image: url('/common/images/content_background_nomenu.png');
	background-repeat: repeat-y;
	background-color: #FFF;
	font-family: Helvetica, Arial, Sans-Serif;
	line-height: 1.5;
	font-size: .75em;
	position: relative;
	display: inline;
	float: left;
	width: 751px;
	padding: 10px 10px 10px;
	margin: 0 0 6px 5px;
}*/

::selection {
	background: #000;
	color: #FFF;
}

::-moz-selection {
	color: #FFF;
	background: #000;
}

/* text styles */
p {
	padding: 5px 0 5px 5px;
}

.red {
	color: #d90000;
}

h3 {
	font-size: 1.6em;
	font-weight: normal;
	color: #000;
	margin: 0 0 8px 5px;
}

h4 {
	font-size: 1.25em;
	font-weight: bold;
	margin-left: 5px;
}

#fontsize {
	float: right;
	width: 88px;
	position: relative;
}


#address {
	margin: 0 3px 0 0;
	padding: 2px 0;
	font-weight: normal;
	font-size: .875em;
	color: #888;
	text-align: center;
}

#address {
	margin: 0 3px 0 0;
	padding: 2px 0;
	font-weight: normal;
	font-size: .875em;
	color: #888;
	text-align: center;
}

#copyright {
	margin: 0 3px 0 0;
	padding: 2px 0;
	font-weight: normal;
	font-size: .75em;
	color: #888;
	text-align: center;
}

#accreditation
{
	margin: 0 3px 0 0;
	padding: 2px 0;
	font-weight: normal;
	font-size: .75em;
	color: #888;
	text-align: center;
}

#footerlinks {
	text-align: center;
	color: #888888;
}

#footerlinks a, .footerlinks a:active, .footerlinks a:visited {
	font-family: Times, Serif;
	font-size: .75em;
	text-decoration: underline;	
	color: #888888;
	display: inline;
	background: none;
}

#footerlinks a:hover {
	font-family: Times, Serif;
	font-size: .75em;
	background-color: #FFD400;
	color: #000000;
}

h4.footertext
{
	text-align: center;
	color: #AAA;
	text-transform: UPPERCASE;
	font-size: 1.0em;
	font-weight: bold;
	margin: 0;
}


.alert {
	background: #fff6bf center no-repeat;
	background-position: 15px 50%;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}

.center {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	text-align: center;
}

.right {
	position: relative;
	float: right;
	text-align: right;
}

.red {
	color: #D90000;
}

.green {
	color: #026F15;
}

.nav_primary {
	width: 120px;
	font-size: 10pt;
	font-family: Helvetica, Arial, Sans-serif;
}

.roundedbox {
	border: 2px solid #dac08b;
	-moz-border-radius:2ex;
	-webkit-border-radius:2ex;
	padding: 8px 20px;
	background-color: #FCF7BC;
}

/* table styles */
table {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10pt;
	margin: 0 3px;
	width: 98%;
	padding: 0 3px;
}

table td, th {
	padding: 3px;
}

.basicTable {
	margin-left: 5px;
}

.inline_link {
	display: inline;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}

/* image styles */
.thumb {
	margin: 3px 8px;
	padding: 3px 5px;
}


/* show/hide style */
.hide {
	display: none;
}
.show {
	display: block;
}

/* list styles */
#content ul, ol {
	margin: 5px 0 5px 20px;
}

.bullets {
	margin-left: 25px;
	list-style: disc;
}

.bullets ul {
	list-style: url('/common/images/bullet.gif');
}

.bullets ul ul {
	list-style: circle;
}

.numbers {
	margin-left: 25px;
	list-style: decimal;
}

.letters {
	margin-left: 25px;
	list-style: lower-alpha;
}

.listindent {
	margin-left: 25px;
}


/**
 * Default theme
 *
 */
/* Slight reset to make the preview have ample padding. */
.cse .gsc-control-cse,
.gsc-control-cse {
  border: 0;
  padding: 0;
  width: 250px;
  height: 40px; 
  background-color: #000;
}
.cse .gsc-branding,
.gsc-branding {
  display: none;
}
.cse .gsc-control-cse div,
.gsc-control-cse div {
  position: normal;
}
/* Selector for entire element. */
.cse .gsc-control-cse,
.gsc-control-cse {
  background-color: #000;
  border: 1px solid;
  border-color: #000;
}
.cse .gsc-control-cse:after,
.gsc-control-cse:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.cse .gsc-resultsHeader,
.gsc-resultsHeader {
  border:none;
}
/* Search button */
.cse input.gsc-search-button,
input.gsc-search-button {
  font-family: inherit;
  color: #000000;
  text-shadow: 0 1px 2px #FFFFFF;
  background-color: #CECECE;
  border: 2px outset;
  border-color: #666666;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* Inactive tab */
.cse .gsc-tabHeader.gsc-tabhInactive,
.gsc-tabHeader.gsc-tabhInactive {
  border-bottom: none;
  color: #666666;
  background-color: #e9e9e9;
  border: 1px solid;
  border-color: #e9e9e9;
  border-bottom: none;
}
/* Active tab */
.cse .gsc-tabHeader.gsc-tabhActive,
.gsc-tabHeader.gsc-tabhActive {
  background-color: #FFFFFF;
  border: 1px solid;
  border-top: 2px solid;
  border-color: #e9e9e9;
  border-top-color: #FF9900;
  border-bottom: none;
}
/* This is the tab bar bottom border. */
.cse .gsc-tabsArea,
.gsc-tabsArea {
  margin-top: 1em;
  border-bottom: 1px solid #e9e9e9;
}
/* Inner wrapper for a result */
.cse .gsc-webResult.gsc-result,
.gsc-webResult.gsc-result {
  padding: .25em;
  border: 1px solid;
  border-color: #ffffff;
  margin-bottom: 1em;
}
/* Result hover event styling */
.cse .gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result:hover {
  border: 1px solid;
  border-color: #FFFFFF;
}
/*Promotion Settings*/
/* The entire promo */
.cse .gs-promotion.gs-result,
.gs-promotion.gs-result {
  background-color: #FFFFFF;
  border: 1px solid;
  border-color: #336699;
}
/* Promotion image */
.cse .gs-promotion.gs-result .gs-promotion-image,
.gs-promotion.gs-result .gs-promotion-image {}
/* Promotion title */
.cse .gs-promotion.gs-result a.gs-title:link,
.gs-promotion.gs-result a.gs-title:link {
  color: #0000CC;
}
.cse .gs-promotion.gs-result a.gs-title:visited,
.gs-promotion.gs-result a.gs-title:visited {
  color: #0000CC;
}
.cse .gs-promotion.gs-result a.gs-title:hover,
.gs-promotion.gs-result a.gs-title:hover {
  color: #0000CC;
}
.cse .gs-promotion.gs-result a.gs-title:active,
.gs-promotion.gs-result a.gs-title:active {
  color: #0000CC;
}
/* Promotion snippet */
.cse .gs-promotion.gs-result .gs-snippet,
.gs-promotion.gs-result .gs-snippet {
  color: #000000;
}
/* Promotion url */
.cse .gs-promotion.gs-result ..gs-visibleUrl,
.gs-promotion.gs-result .gs-visibleUrl {
  color: #008000;
}

