body {
	margin: 0px;
	background-color: #104996;
	background-repeat: repeat-x;
	//background-image: url(./images/layout/body_background_sm.jpg);
	font-family: Calibri, "Lucida Grande", Verdana, Arial, sans-serif;
}

.framed {
	border-left-color: #7d7d7d;
	border-right-color: black;
	border-bottom-color: black;
	border-top-color: #7d7d7d;
	border-right-width: 2px;
	border-style: solid;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-width: 1px;
}

#container {
	border: 1px solid #000000;
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	min-height: 622px;
	min-width: 967px;
	max-width: 967px;
	width: 967px;
	
	padding-bottom: 16px;
	background-color: white;
}

#header {
	position: relative;
	height: 200px;
	width: 967px;
	background-color: #2048B4;
	background-image: url(./images/layout/main_background_sm.jpg);
}
#clientlink {
	position: absolute;
	width: 200px;
	height: 24px;
	bottom: 24px;
	right: 30px;
}
#clientlink a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
}
#clientlink img {
	vertical-align: text-bottom;
	padding-bottom: 3px;
}
#header h1,h2,h3 {
	padding-left: 430px;
	color: white;
	margin: 0px;
	text-align: left;
}
#header h1 {
	font-weight: bold;
	font-size: 24px;
	padding-right: 64px;
	padding-top: 32px;
}

#header h2 {
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	padding-right: 64px;
	padding-top: 0px;
}

#header h3 {
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	padding-right: 64px;
	padding-top: 22px;
}

#navigation {
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #2048B4;
	border-bottom: 1px solid black;
	clear: both;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: white;
	background-image: url(./images/layout/nav_span_m.jpg);
	background-repeat: repeat-x;
}

#navigation ul {
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#navigation ul li {
	float: left;
	display: block;
	width: auto;
	color: white;
	margin: 0px;
	padding: 0px 16px;
	list-style-type: none;
	height: 40px;
	line-height: 40px;
}

#navigation ul li img {
	vertical-align: text-bottom;
	width: 16px;
	height: 16px;
	border: 0px solid;
	margin: 0px;
	padding: 2px 0px;
}

#navigation ul li:hover {
	background-image: url(./images/layout/nav_span_h.jpg);
}

#navigation .current {
	background-image: url(./images/layout/nav_span_a.jpg);
}

#navigation ul li a {
	border: 0px;
	color: white;
	font-size: 16px;
	line-height: 40px;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
}

#navigation .current:hover {
	background-image: url(./images/layout/nav_span_a.jpg);
}

@-moz-document url-prefix(){ 
#navigation ul li a { 
	line-height: 40px;
	margin: 0px;
	padding-bottom: 4px;
}
}

#content {
	padding-left: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	padding-top: 4px;
	margin-top: 0px;
	background: white url('images/layout/yinYang.jpg') center no-repeat;
	border-color: #2047b3;
	border-style: solid;
	color: black;
	border-width: 0px;
	min-height: 400px;
	font-family: Calibri, "Lucida Grande", Verdana, Arial, sans-serif;
}
#content pre {
	margin-left: 12px;
}
#content br {
	clear: both;
}

#content h1 {
	padding: 0px;
	margin-left: 8px;
	margin-bottom: 0px;
	margin-right: 8px;
	margin-top: 4px;
	font-size: 24px;
	line-height: 30px;
	color: #000fa2;
}
#content h2 {
	padding: 0px;
	margin-left: 8px;
	margin-bottom: 0px;
	margin-right: 8px;
	margin-top: 4px;
	font-size: 20px;
	line-height: 28px;
	color: #000fb2;
}

#content p {
	margin-left: 12px;
	margin-bottom: 2px;
	margin-right: 16px;
	margin-top: 2px;
	letter-spacing: 0px;
	text-align: left;
	text-indent: 16px;
	line-height: 24px;
}

#content ul {
	margin: 2px;
	margin-left: 4px;
}

#content .floatleft {
	display: inline-block;
	height: auto;
	float: left;
}

#footer {
	width: 967px;
	margin: 0 auto;
	clear: both;
	color: black;
	background-color: #eeeeee;
	font-size: 14px;
	line-height: 22px;
	height: 22px;
	text-align: center;
}
#footer img {
	border: 0px;
}
#footer a {
	text-decoration: none;
}

#modcontainer {
	margin-left: 0px;
	border: none;
}
#modcontainer ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	list-style-position: inside;
}
.cpmod {
	width: 250px;
	margin: 4px;
	padding: 2px;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	text-align: left;
}
.cpmod img {
	padding: 2px;
	vertical-align: text-bottom;
	margin: 0 auto;
	width: 16px;
	height: 16px;
	border: none;
}
.cpmod a {
	text-decoration: none;
	vertical-align: middle;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
}

.cpmod-header {
	padding-bottom: 8px;
}
.cpmod-header img {
	width: 16px;
	height: 16px;
	vertical-align: text-bottom;
}
#modpages a, img {
	border: 0px;
	text-decoration: none;
}
#modpages table {
	border: 1px solid #AAAAAA;
	background-color: #EEEEEE;
	margin: 4px;
	padding: 0px;
}
#modpages table tr:hover {
	background-color: #DDDDDD;
}
#modpages table td {
	height: 32px;
	margin: 0px;
	padding: 4px;
}
#modpages table .name {
	width: 200px;
	line-height: 18px;
}
#modpages table .name img {
	vertical-align: text-bottom;
	padding-bottom: 2px;
}
#modpages table .option {
	width: 20px;
	margin: 0px;
	padding: 0px 4px;
	text-align: center;
}
#modpages table .option img {
	vertical-align: text-bottom;
	padding-bottom: 2px;
}
.newpagetitle {
	width: 800px;
	height: 24px;
	font-size: 24px;
	line-height: 24px;
}
.changeicontable {
	border: 0px;
}
.changeicontable td {
	padding: 8px;
}
.changeicontable td img {
	width: 16px;
	height: 16px;
	border: 0px;
}

.adminlink {
	width: 250px;
	padding: 4px;
	margin: 2px;
	margin-left: 4px;
	
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
}
.adminlink img {
	width: 16px;
	height: 16px;
	vertical-align: text-bottom;
	border: 0px;
}
.adminlink a {
	text-decoration: none;
	font-weight: bold;
}

#login {
	border: 1px solid #dddddd;
	padding: 16px;
	width: 340px;
	background-color: #eeeeee;
	text-align: center;
	margin: 0 auto;
}
#login .splash img {
	border: 2px solid #cccccc;
	width: 330px;
	height: 100px;
}
#login .label {
	align: left;
	width: 110px;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
}
#login .label img {
	width: 16px;
	height: 16px;
	vertical-align: text-bottom;
	border: none;
}
#login .field {
	align: right;
	width: 220px;
	text-align: right;
}
#login .field input {
	width: 220px;
}
#login .submit {
	padding: 16px;
	padding-bottom: 0px;
}

#portfolio a {
	text-decoration: none;
}

#portfolio td {
	width: 322px;
	margin: auto;
	background-color: #eeeeee;
}
#portfolio td p {
	text-align: center;
}
#portfolio td h1 {
	text-align: center;
	font-size: 18px;
}
