/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #E5E5E5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

blockquote {
	font-style: italic;
}

a {
	color: #135293;
}

a:hover {
	text-decoration: none;
}

.title1 {
	margin: 0;
	padding: 10px 0;
	background: url(images/img07.gif) repeat-x left bottom;
	font-weight: normal;
	font-size: 129%;
	color: #FFFFFF;
}

.title2 {
	margin: 0;
	padding: 10px 0;
	background: url(images/img09.gif) repeat-x left bottom;
	font-size: 227%;
	font-weight: normal;
	color: #135293;
}

.title3 {
	margin: 0;
	padding: 10px 0;
	border-bottom:#ABABAB solid 1px;
	font-size: 129%;
	font-weight: normal;
	color: #FFFFFF;
}

.boxed {
	padding: 5px 30px 20px 30px;
}

.boxed p, .boxed ul, .boxed ol {
	line-height: 180%;
}

.orange {
	margin: 20px 30px;
	background: #FF9523 url(images/img10.gif) repeat-x;
	color: #FFFFFF;
}

.orange a {
	color: #FFFFFF;
}

.col-one {
	float: left;
	width: 300px;	
}

.col-two {
	float: right;
	width: 300px;
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	background: #FFFFFF url(images/img01.gif) repeat-y;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
}

/* Logo */

#logo {
	height: 220px;	
	background-color:#FFFFFF;
	background-position:top;
}

#logo h1, #logo h2 {
	margin: 0;
	text-transform: lowercase;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	color: #9C9C9C;
}

#logo h1 {
	padding: 100px 0 0 0;
	background: url(images/img03.gif) no-repeat center center;
	font-size: 36px;
}

#logo h2 {
	font-size: 14px;
}

#logo a {
	color: #9C9C9C;
	text-decoration: none;
}

/* Menu */

#menu {
	background: #3367CD url(images/img04.gif) repeat-x;
	padding:5px 5px 10px 5px;
}

#menu, menu ul {
    list-style-type:none;
    list-style-position:outside;
    position:relative;
    line-height:2.5em;
}

#menu ul {
	margin: 0;
	padding:0;
}

#menu ul li ul{
}

#menu ul li ul li ul{
}

#menu li ul a{	
}

.tree li {
	list-style:none;
	padding-left:4px;
	background: #3367CD url(gradientBlue.gif) repeat-x;
}


#menu a:link, #menu a:active, #menu a:visited{
    padding:0px;
    color:#fff;
    text-decoration:none;
	font-size:14px;
 }

#menu a:hover{	
	border:#FFFFFF solid 1px;
    background-color:#fff;
    color:#333;
}

.expand {
	background-color:#3367CD;
	background:url(plusMinus.gif) no-repeat;
	width:16px;
	_width:13px;
	height:16px;
	display:block;
	float:left;
	margin-top:6px;
	padding:0 5px 0 0;
	text-indent:-9999px;
	line-height:2.0em;
	font-size:0;
}
.contract {
	background-position:0 -16px;
}
.expand:hover {
	cursor:pointer;
}


/* Login */

#login {
	padding: 20px;
	background: url(images/img06.gif) repeat-x;
}

#login form {
	margin: 0;
	padding: 20px 0 0 0;
}

#login fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#login label {
	color: #FFFFFF;
}

#inputtext1, #inputtext2 {
	width: 194px;
	margin-bottom: .5em;
	font: bold 100% Arial, Helvetica, sans-serif;
	color: #666666;
}

#inputsubmit1 {
	margin-bottom: .5em;
	font: bold 100% Arial, Helvetica, sans-serif;
	color: #666666;
}

#login a {
	color: #FFFFFF;
}

/* Content */

#content {
	float: right;
	width: 740px;
}

/* Footer */

#footer {
	width: 980px;
	height: 120px;
	margin: 0 auto;
	background: url(images/img12.gif) repeat-x;
}

#footer p {
	margin: 0;
	font-size: 85%;
}

#links {
	float: left;
	width: 220px;
	height: 45px;
	padding: 35px 0 0 20px;
	background: url(images/img13.gif) repeat-x;
}

#links a {
	color: #FFFFFF;
	padding-left:5px;
}

#legal {
	float: right;
	width: 720px;
	height: 45px;
	padding: 35px 0 0 20px;
}

/* DNN Mods */
ul li, ul, ul ul li, ul ul ul li{list-style:none}
.SkinObject{
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-weight:400;}
.Normal{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;}
.Head{font-family: Arial, Helvetica, sans-serif;}	
.orange .Head, .orange .Normal,#sidebar .Head, #sidebar .Normal{color: #FFFFFF;}
.familyContactsTable th{padding:2px; background-color:#0066CC; color:#FFFFFF; font-size:11px;}
.familyContactsTable td{padding:1px; font-size:11px; border-bottom:#CCCCCC solid 1px;}
.familyContactsTable td a{text-decoration:underline;}
.normalList{font-family:Arial, Helvetica, sans-serif; font-size:1.2em;}
.normalList li{margin-bottom:10px; list-style:disc;}
	
