/* positioning */

.siteSearch {
	float: none;
	display: inline;
}
#nav_global {
	margin: 5px 0;
	border: 0;
	padding-left: 10px;
	width: 810px; /* False value for IE4-5.x/Win */
	voice-family: "\"}\"";
	voice_family: inherit;
	width: 705px; /* Actual value for conformant browsers */
	background-color: #CCCCCC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#course-header {
	border: 0;
	padding-top: 15px;
	padding-bottom: 10px;
	margin: 0;
	width: auto;
	
}
	
#page-header { 
	display: inline;
	border: 0;
	padding-top: 15px;
	padding-bottom: 10px;
	margin: 0;
	width: auto;
}

#wrap-text {
	margin: 0;
	border: 0;
	padding: 5;
	width: 550px; /* False value for IE4-5.x/Win */
	voice-family: "\"}\"";
	voice_family: inherit;
	width: 500px; /* Actual value for conformant browsers */
}

html>wrap-text {
	width: 500px; /* Be nice to Opera */
	}

#content {
	margin: 0;
	padding: 0 35px 0 15px;
	margin-left: 200px;
	width: auto;
	min-height: 600px;
}

#sidebar {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float: left;
	left: 10px;
	margin: 0;
	padding: 25px;
	width: 150px;
	voice-family: "\"}\"";
	voice_family:inherit;
	width: 150px;
}

html>nav {
	width: 150px; /* Be nice to Opera */
}
	
#nav {
	font-size: 15px;
}

#footer {
	font-size: x-small;
	border-top: 1px groove;
	margin-top: 25px;
	clear: both;
}
#date {
	float: right;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;
}

/* end positioning */

/* text blocks */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	background-color: #fff;
	background-image: url(../images/bg_arabesque_w.jpg);
}
p, ul, dl, ol 	{ line-height: 1.5em; margin-top: 3px; }

div#nav ul {
	margin: 0 0 1em 0;
	padding: 0;
	list-style-type: none;
}
.subhead {
	padding-left: 10px;
}


.inline { 
	float: left; /* wrap text around images */
	margin-right: 10px;
	margin-left: 0px; 
}

/* end text blocks */

/* tables */

th {
	text-align: left;
	margin-top: 15px;
}




#schedule {
	font-size: 0.9em;
}

#schedule td { 
	vertical-align: top; 
	font-weight: bold; 
	text-align: right; 
	padding-right: 10px;
}

#schedule td + td { 
	font-weight: normal; 
	text-align: left; 
}


.row-header { text-align: right; }

/* end tables */


/* headers*/

h1, h2, h3     {
	font-style: normal;
	font-family: tahoma, verdana, helvetica, sans-serif;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
p + h2, ol + h2, ul + h2 {
	margin-top: 0px;
	padding-top: 0px;
}
               
h1 	{ font-weight: normal;  font-size: 28px; margin-bottom: 15px; margin-top: 15px; position: static;  }

h1 span#course-header:after 
{ 
content:": ";
}

h2	{
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 5px;
	margin-top: 15px
}
h3 	{
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 0px;
}

/* end headers */

/* links */

a:link, a:visited { text-decoration: underline; font-weight: normal; ; }
a:hover { text-decoration: underline;  }
a:active { text-decoration: none;  }

div#nav a:link { text-decoration: underline; font-weight: normal; }
div#nav a:visited    { text-decoration: underline;  font-weight: normal }
div#nav a:hover { text-decoration: underline; 9 }
div#nav a:active { text-decoration: none;  }

div#footer a:link { text-decoration: underline; font-weight: normal;  } 
div#footer a:visited { text-decoration: underline; font-weight: normal;  } 
div#footer a:hover { text-decoration: underline; ; }
div#footer a:active { text-decoration: underline;  }

/* end links */
#toc {
	float: right;
}
img {
	border: 0px;
}

acronym[title='Trade Mark'] {
	font-size: xx-small;
	vertical-align: 50%;
}
img[alt='Clayton State University'] {
	border: none;
	float: right;
}

/*Writing 4Cs Begin*/

div#fourc td {
	vertical-align: top;
	padding-bottom: 10px;
	border: none;
	text-align: center;
	font-weight: bold;
}
div#fourc th {
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
}

div#fourc td + td + td { font-weight: normal; text-align: left;  }


-div#fourc dl {
    padding: 0 1.4em;
    }

-div#fourc dt {
    display: inline;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.3;
    }

-div#fourc dt:after {
    content: ":\a0\a0";
    margin-left: -.25em;
    }

-div#fourc dd {
    display: inline;
    margin: 0;
    padding: 0;
    }

-div#fourc dd br {
    line-height: 1.2em;
    vertical-align: top;
    }

-div#fourc dd:last-child br {
    line-height: 1.4;
    }
	
/*Writing 4Cs End*/
dt {
	font-weight: bold;
}

