/*#############################################################
Name: Shades of Gray
Date: 2006-11-05
Description: Monochrome, lightweight and totally liquid. Comes with three different layouts.
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/*====================================*/
/* standard elements */
/*====================================*/

body {
	background: #de9ae5 url(images/swirlb.jpg) repeat-y left top;
	margin-top: 0.5%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	margin-bottom: 0.5%;
}

p {
	font-size: 15px;
}

ul, ol {
	font-size: 15px;
	marker-offset: 0px;
}

blockquote {
	font-size: 12px;
	font: sans-serif;
}

img {
	border: none;
}


h1 {
	font: normal sans-serif;
}

h2 {
	font: sans-serif;
	font-sze: 15px;
	padding-bottom: 4px;
}

a {
	text-decoration: none;
}



/*====================================*/
/* misc */
/*====================================*/
.clearer {
	clear: both;
}

.stripes {
	background: #4A114A url(images/trans.gif);
	height: 6px;
}

.left {float: left;}

.right {float: right;}


.left2 {float: left;}

.right2 {float: right;}



.left4 {float: left;}
.center4 {float:none;}
.right4 {float: right;}



/*====================================*/
/* header */
/*====================================*/

.header {
	border-style: none;
	height: 160px;
}


.header a {
	color: #888;
	display: block;
	line-height: 15px;
	text-decoration: none;
	width: 100%;
}


.header span {
	padding-left: 32px;
}



/*====================================*/
/* structure */
/*====================================*/

.container {
	border-style: none;
	background: none;
}

.main {
	border-style: none;
}

.main .left {
	width: 36%;
	float: left;
}

.main .right {
	width: 64%;
	float: right;
}

.main .left2 {
	width: 190px;
	float: left;
}

.main .right2 {
	width: 700px;
	float: right;
}

.main .left3 {
	width: 15%;
	float: left;
}

.main .right3 {
	width: 85%;
	float: right;
}


.main .right_full {
	width: 95%;
}


.main .left4 {
	width: 40%;
	float: left;
}


.main .right4 {
	width: 60%;
	float: right;
}

/*====================================*/
/* navigation */
/*====================================*/


.nav {
	background: #de9ae5 url(images/nav.gif);
}

.nav a {
	background: #de9ae5 url(images/nav.gif);
	border-right: 2px solid #161616;
	color: #CCC;
	float: left;
	font: bold,sans-serif;
	line-height: 30px;
	padding: 0 15px;
	font-size: 15px;
  }
  
.nav a:hover {
	background: #191919 url(images/nav_hover.gif);
}


/*====================================*/
/* sub-navigation */
/*====================================*/

.subnav {
	background: #2A2A2A;
	border: 0px;
	padding: 8px;
}


.subnavbg {
	background: #2A2A2A;
}


.subnav li {
	list-style: none;
	margin: 0;
	padding: 0px;
}


.subnav a {
	color: #BBB;
	background-image: url(images/arrow.png);
  background-repeat: no-repeat;
  background-position: 0 3px;
	line-height: 1.4em;
	text-decoration: none;
	font-size: 15px
}

.subnav a:hover {
	color: #7F409A;
	background-image: url(images/arrow.png);
  background-repeat: no-repeat;
  background-position: 0 3px;
}


.subnav a.menu {
	font-size: 12px;
	padding-left: 15px;
	text-decoration: none;
	line-height: 20px;
}

.subnav p{
	font-size: 12px;
	text-decoration: none;
	line-height: 20px;	
}

.subnav td {
	font-size: 12px;
	text-decoration: none;
}




/*====================================*/
/* content elements */
/*====================================*/

.content {
	text-align: justify;
	padding: 10px;
	font: 12px,sans-serif;
}

.content h1 {
	color: #660099;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}

.content a {
	color: #660099;
	text-decoration: underline;
}

.content p.blockquote {
	font-size: 12px;
	margin-left: 5%;
	margin-right: 5%;
}

.content a:hover {
	color: #CCC;
}

a.brilliant {
	text-decoration: underline;
	color: #80ade6;
}

a.brilliant2 {
	text-decoration: none;
	color: #80ade6;
}


.floatimgleft {
	float:left;
	margin-top:15px;
	margin-right:15px;
	margin-bottom:15px;
}


.floatimgright {
	float:right;
	margin-top:15px;
	margin-left:15px;
	margin-bottom:15px;
}


.floatimgcenter {
	float:center;
	margin-top:15px;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:15px;
}


.content li.certification{
	color: #720975;
	font-weight: bold;
}


.content li.class{
	color: #087511;
	font-weight: bold;
}


.content li.none{
	color: black;
	font-weight: bold;
}




.content a.certification{
	color: #720975;
	font-weight: bold;
}


.content a.class{
	color: #087511;
	font-weight: bold;
}


.content a.none{
	color: black;
	font-weight: bold;
}



/*====================================*/
/* bottom */
/*====================================*/

.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
}

.bottom a {
	color: #888;
}

a.brilliant {
	text-decoration: underline;
	color: #80ade6;
}

a.brilliant2 {
	text-decoration: none;
	color: #80ade6;
}


/*====================================*/
/* footer */
/*====================================*/

.footer {
	border-style: none;
	padding: 2% 2% 2%;
	font: 13px bold
}


/*====================================*/
/* Status Messages */
/*====================================*/

.alert,
.warn,
.error {
	clear: both;
	padding: 5px;
	color: #000;
}
#alertmsg {
	border: 1px solid #A5D768;
}
.alert {
	background: #DDF0BD;
}
.alert strong,
.alert label {
	color: green;
}
#warn {
	border: 0px solid #FF8000;
}
.warn {
	background: #FFF6E5;
}
.warn strong,
.warn label {
	color: #FF8000;
}
#error {
	border: 0px solid #F3D5D5;
}
.error {
	background: #FFF1F1;
}
.error strong,
.error label {
	color: red;
}
.error input,
.error textarea {
	background: #FFF;
}

.required {
	font-weight: bold;
}