/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	text-align: center;
	margin-top: 0px;
	background-color: #69C;
	background-repeat: repeat-y;
	background-position: center;
	background-image: url(images/gradientbluebkd.jpg);
}
.floatright {
	float: right;
	margin: 20px;
	clear: right;
}
.floatrightbutton {
	float: right;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	clear: right;
}
img {
	text-decoration: none;
	border-width: 0px;
}

.floatleft {
	margin: 20px;
	float: left;
	clear: right;
}
.spacedtext {
	line-height: 2;
}

.box-radius {
	border-radius: 15px;
	behavior: url(border-radius.htc); 
	-moz-border-radius:15px; /* Firefox */ 
    -webkit-border-radius:15px;  /* Safari and chrome */
    -khtml-border-radius:15px; /* Linux browsers */
     border-radius:10px; /* CSS3 */
	
 }

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bodystyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.medium {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.big {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}

.xbig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.expanded {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
}

.justified {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}

.footer {
	font-size: 9px;
	color: #003366;
}

.box1 {
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC;
	margin-top: 1em;
	margin-bottom: 1em;
	height: auto;
	width: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	overflow: hidden;
}

.box2 {
	font-style: italic;
	
	padding: 3px;
	border-width: thin;
	border-style: solid;
}


a:link {
	text-decoration: none;
	color: #0099FF;
}
a:visited {
	text-decoration: none;
	color: #0099FF;
}
 a:hover {
	text-decoration: none;
	color: #CCCCCC;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	
}
	
/************* #styles **************/

/************* # navbuttons styles **************/

#home {
	background: #003366 url(images/blkcornerT-L.png) no-repeat 0px 0px;
	padding: 10px;
	margin-right: 15px;
	margin-left: 80px;
	width: 65px;
	text-align: right;
	display: inline;
	float: left;
	overflow: hidden;
}
.homeheading {
	color: #003366;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1.0em;
	line-height: 2em;
	margin-bottom: 30px;
}
#links{
	background: #33CCFF url(images/blkcornerT-L.png) no-repeat 0px 0px;
	padding: 10px;
	margin-right: 15px;
	margin-left: 20px;
	width: 65px;
	display: inline;
	text-align: right;
	float: left;
	overflow: hidden;
}
.linksheading {
	color: #33ccff;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1em;
	line-height: 2em;
	margin-bottom: 30px;
}
#about {
	background: #993399 url(images/blkcornerT-L.png) no-repeat 0px 0px;
	padding: 10px;
	margin-right:15px;
	margin-left: 20px;
	width: 65px;
	display: inline;
	text-align: right;
	float: left;
	overflow: hidden;
}
.aboutheading {
	color: #993399;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1em;
	line-height: 2em;
	margin-bottom: 30px;
}
#contact {
	background: #66CC66 url(images/blkcornerT-L.png) no-repeat 0px 0px;
	padding: 10px;
	margin-right: 15px;
	margin-left: 20px;
	width: 65px;
	display: inline;
	text-align: right;
	float: left;
	overflow: hidden;
}
.contactheading {
	color: #66CC66;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1em;
	line-height: 2em;
	margin-bottom: 30px;
}
#tuition {
	background: #CC3300 url(images/blkcornerT-L.png) no-repeat 0px 0px;
	color: #FF9933;
	padding: 10px;
	margin-right:15px;
	margin-left: 20px;
	width: 65px;
	display: inline;
	float: left;
	overflow: hidden;
	text-align: right;
}
.tuitionheading {
	color: #CC3300;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1em;
	line-height: 2em;
	margin-bottom: 30px;
}

#portfolio {
	background: #9966FF url(images/blkcornerT-L.png) no-repeat 0px 0px;
	color: #FF9933;
	padding: 10px;
	margin-right:15px;
	margin-left: 20px;
	width: 65px;
	display: inline;
	float: left;
	overflow: hidden;
	text-align: right;
}
.portfolioheading {
	color: #9966ff;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1em;
	line-height: 2em;
	margin-bottom: 30px;
}
.instructionsheading {
	color: #9966ff;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.6em;
	line-height: 2em;
	margin-bottom: 0px;
}
/************* # navbuttons styles End **************/


.main a:link {
	text-decoration: none;
	color: #6086B5;
}
.main a:visited {
	text-decoration: none;
	color: #000000;
}
.main a:hover {
	text-decoration: none;
	color: #CCCCCC;
	font-weight: bold;
}
.main a:active {
	text-decoration: none;
	color: #6086B5;
}


/************* #maindivisions **************/



#maincontainer {
	background: #FFFFFF;
	width: 895px;
	background-color: #000000;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}



/************* #topbanner **************/

#flash {
	float: left;
	margin-top: 0px;
	height: 135px;
	width: 380px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#headertext {
	margin: 40px 40px 40px 40px;
	width: 250px;
	font-size: 18px;
	color: #FFFFFF;
	float: left;
}
#toplogo {
	width: 150px;
	text-align: center;
	float: right;
	clear: right;
	position: relative;
	top: 15px;
	right: 15px;
}
.headertext {
	font-size: 18px;
	color: #FFFFFF;
	margin: 50px;
	float: left;
}
.toplogo {
	margin: 50px 15px;
	float: right;
	right: 0px;
}	
#topbanner {
	width: 100%;
	left: 0px;
	top: 0px;
	height: 275px;
	border-bottom: 20px solid #003366;
	margin-bottom: 15px;
	background-image: url(images/daymarkbanner2.jpg);
	background-repeat: no-repeat;
}

#topbanner a {
	color: #FFFFFF;
}

.bannerheading {
	font-size: 18px;
	font-weight: normal;
	background: #6086B5;
	padding: 10px;
	width: 200px;
}
.imglogoleft {
	margin: 20px 10px 10px;
}	
#whitebanner {
	width: 100%;
	float: left;
	height: 275px;
	margin-top:0px;
	

  }	
/************* #topbanner End**************/


	#Textarea #Search {
	color: #000000;
	margin-right: auto;
	margin-left: 50px;
	background: #CCCCCC;
	border: thin solid #999999;
	padding: 10px;
}

#Textarea {
	color: #000000;
	background: #FFFFFF;
	width: 795px;
	padding: 10px;
	text-align: left;
}
#Textarea a {
	font-weight: bold;
	color: #3366CC;
}
#Search {
	margin-top: 20px;
	margin-left: 20px;
	font-size: 10px;
	margin-bottom: 20px;

/************* #main content **************/
}
#maincontent {
	text-align: left;
	background: #FFFFFF;

}


#maincontent #Search a {
	color: #0000CC;
}

#maincontent a {
	color: #6086B5;
	font-weight: bold;
}

#maincontent a:hover {
	color: #CCCCCC;
	font-weight: bold;
}

.content {
	background: #6086B5;
	padding: 15px;
	width: 600px;
	font-weight: bold;
}
#maincontainer #content li {
}

#content {
	width: 70%;
	background: #FFFFFF;
	margin: 0px;
	text-align: left;
	float: left;
	clear: right;
	border-radius: 15px;
	behavior: url(border-radius.htc);
	-moz-border-radius:15px; /* Firefox */
	-webkit-border-radius:15px;  /* Safari and chrome */
	-khtml-border-radius:15px; /* Linux browsers */
	border-radius:10px; /* CSS3 */
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#content2 {
	width: 70%;
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 3%;
	text-align: left;
	float: left;
	clear: right;
	overflow: hidden;
}



/************* #main content **************/


/************* #globalNav styles **************/

#globalNav{
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	clear: right;
	float: left;
	margin: 10px 0px 30px;
	width: 795px;
	height: 40px;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px 10px 0px 0px;
	text-decoration: none;
}
#globalNav a:hover {
	font-weight: bolder;
	color: #CCCCCC;
}

#globalNav ul {
	padding: 0px;
	float: left;
	width: 100%;
	list-style: none;
	text-align: center;
}
#globalNav li {
	display: inline;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 90%;
	color: #cccccc;
	padding: 10px;
	margin-top: 0px;
	text-align: center;
	width: 100%;
}

/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they touch */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	
}
#siteInfo a {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}
/************* #left collumn **************/
#leftcolumn {
	width: 130px;
	text-align: center;
	float: left;
	padding: 20px;
	background-color: #000000;
	background-image: url(images/logos/ddesignvertc.jpg);
	background-position: 50% 0px;
	background-repeat: no-repeat;
	height: 400px;
}
#leftcolumn2 {
	width: 10%;
	text-align: center;
	float: left;
	padding: 20px;
	background-color: #000000;
	height: 400px;
	overflow: hidden;
}
.margintop {
	margin: 5px;
}


/************* #left collumn End**************/
.Searchengine {
	font-size: 10px;
}

.portfolioimage {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	clear: left;
	border: medium solid #FFFFFF;
}
.globalbutton {
	display: inline;

}
#blackboard {
	float: left;
	margin-top: 55px;
	margin-left: 5%;
	width: 200px;
}
.greyitalic {
	font-style: italic;
	font-weight: bold;
	color: #9966ff;
}


.spacedli {
	margin-bottom:1.2em;
}
.leftlinks {
	margin-top: 420px;
}
.clearboth {
	clear: both;
}
.clearleft {
	clear: left;
}

.floatrightcol {
	float: left;
	width: 40%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sitemap  li {
	list-style-image: url(images/listarrow.png);
	font-size: 11px;
}
.sitemaptext {
	margin-left: 30px;
}
.purpletext {
	color: #AB66FF;
	font-style: normal;
	font-weight: normal;
}
