/*

	Name: Tranquil Space

	Date: March 2010

	Description: Layout for Tranquil Space

	Version: 1.0

*/



/* Imports */

@import url("reset.css");
@import url("menu.css");


/***** Global *****/

/* Body */

body {
	color: #4f4d4e;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(../images/body_bgwrap.jpg) repeat left top;
	padding: 20px 0px 30px 0;
}

/* Headings */

h2 {font-size: 20px;}
h3 {font-size: 18px;}
h4 {font-size: 16px; }
h5 {font-size: 14px; }
h6 {font-size: 12px; }


h2, h4, h5, h6 {
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 5px;
	color: #271d5c;
}

h3 {
	color: #271d5c;	
	font-weight: normal;
	margin-bottom: 5px;
}

/* Anchors */

a {outline: 0;}

a img {border: 0px; text-decoration: none;}

a:link, a:visited, a:active {
	color: #5c5584;
	text-decoration: none;
	font-weight: bold;

}

a:hover {
	text-decoration: underline;
}



/* Paragraphs */

p {margin-bottom: 10px;}



strong, b {font-weight: bold;}

em, i {font-style: italic;}



/* Lists */

ul {
	list-style: outside disc;
	margin: 1em 0 1.5em 1.5em;
}

ol {
	list-style: outside decimal;
	margin: 1em 0 1.5em 1.5em;
}


/*
dl {margin: 0 0 1.5em 0;}
dt {font-weight: bold;}
dd {margin-left: 1.5em;}

/* Quotes */

blockquote {font-style: italic;}

cite {}

q {}



/* Tables */
/*
table {margin: .5em auto 1.5em auto; width: 98%;}

	/* Thead */
	/*
	thead th {padding: .5em .4em; text-align: left;}
	thead td {}
	
	/* Tbody */
/*
	tbody td {padding: .5em .4em;}
	tbody th {}
	tbody .alt td {}
	tbody .alt th {}

	/* Tfoot */
/*
	tfoot th {}
	tfoot td {}
*/

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}	







/* Main Nav */	



#menuWrapper {
	background: #737373;
	height: 39px;	
	width: 955px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#menu {
	width: 650px;
	height: 37px;
	position: absolute;
	top: 0px;
	left: 39px;
	/*z-index: 9999;*/
}

#menuWrapper .searchWrap {
	width: 220px;
	position: absolute;
	right: 17px;
	top: 7px;
}

#menuWrapper .searchWrap .inputbox {
	width: 176px;
	border: 1px solid #9688c1;
	font-size: 12px;
	color: #464646;
	padding: 3px 4px;
	float: left;
	text-transform: capitalize;
}

#menuWrapper .searchWrap .button {
	background: url(../images/button_go.jpg) no-repeat left top;
	width: 30px;
	height: 23px;
	border: none;
	cursor: pointer;
	float: right;
	color: #9688c1;
}

#wrapperTop {
	background: url(../images/wrapper_top.png) no-repeat left top;
	height: 23px;
	width: 1010px;
	margin: 0 auto;
}

#wrapperRepeat_test {
	background: url(../images/wrapper_repeat.png) repeat-y center top;
	width: 1010px;	
	margin: 0 auto;
}

#wrapperRepeat {
	width: 955px;	
	padding: 0 28px 0 27px;
	text-align: left;
}


#header {
	background: url(../images/header_bg.jpg) no-repeat left top;
	width: 955px;
	height: 117px;
	margin-bottom: 12px;
}

#header .logo {
	float: left;
	width: 585px;
	height: 88px;
	padding-left: 28px;
	margin-top: 23px;
}
/*
#header .banner {
	float: right;
	margin-top: 8px;
	padding-right: 17px;	
	width: 220px;
}

#header .banner .moduletable {
	margin-bottom: 0px;
}

#header .banner .moduletable .topimage {
	text-align: center;
	color: #9581da;
	font-size: 12px;
	margin-bottom: 5px;
}

#header .banner .moduletable .topimage a:link,
#header .banner .moduletable .topimage a:active,
#header .banner .moduletable .topimage a:visited {
	text-align: center;
	color: #9581da;
	font-size: 12px;
}
*/
#header .banner .moduletable-bookmark {

}

#header .banner .moduletable-bookmark ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#header .banner .moduletable-bookmark ul li {
	float: left;
	/*padding-right: 20px;*/
	padding-right: 24px;
}

#header .banner .moduletable-bookmark ul li.last {
	padding-right: 0px;
}

#container {
	background: #fff url(../images/container_bg.jpg) no-repeat left top;
	width: 955px;
	min-height: 425px;
	height: auto !important; 
	height: 425px;
	margin-bottom: 8px;
}

#leftCol {
	width: 279px;
	margin-top: 53px;
	float: left;
}

#leftCol .moduletable {
	background: url(../images/left_moduletable_bg.png) repeat-y left top;
	width: 247px;
	padding: 11px 16px 24px 16px!important;
	padding: 11px 16px 0px 16px;
}

#leftCol .moduletable h3 {
	font-family: /*Verdana, Geneva, */Arial, Helvetica, sans-serif;
	font-size: 27px;
	font-weight: normal;
	color: #605987;
	margin-bottom: 16px;
}

#leftCol .moduletable .box {
	width: 247px;
	/*font-family: Calibri;*/
	padding-bottom: 15px;
	line-height: 14px;
	color: #2f2f2f;
	font-size: 13px;
}

#leftCol .moduletable .box .itemDescription {
	line-height: 16px;
}

#leftCol .moduletable .box.last {
	padding-bottom: 0px;
}

#leftCol .moduletable .box .date {
	color: #202021;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 2px;
}

#leftCol .moduletable .box h4 {
	margin-bottom: 0px;
	font-weight: normal;
}

#leftCol .moduletable .box h4 a:link,
#leftCol .moduletable .box h4 a:visited,
#leftCol .moduletable .box h4 a:active {
	text-decoration: underline;
	font-size: 13px;
	color: #5c5584;
}

#leftCol .moduletable .box h4 a:hover {
	text-decoration: none;
}

#leftCol .moduletable .box a.readon:link,
#leftCol .moduletable .box a.readon:visited,
#leftCol .moduletable .box a.readon:active {
	text-decoration: none;
	font-size: 13px;
	color: #271d5c;
	font-weight: bold;
	font-style: italic;
}

#leftCol .moduletable .box a.readon:hover {
	text-decoration: underline;
}

#contentCol {
	width: 245px;
	float: right;
	padding-top: 10px;
}

#content {
	/*font-family: "Myriad Pro", Calibri;*/
	color: #4f4d4e;
	font-size: 16px;	
	line-height: 21px;
}

#bottom {
	width: 955px;
	height: 103px;
	margin-bottom: 15px;
}

#bottom ul {
	margin: 0px;
	padding: 0px;
	list-style: none; 
}

#bottom ul li {
	float: left;
	padding-right: 9px;
}

#bottom ul li.last {
	padding-right: 0px;	
}

#footer {
	color: #2b2969;
	font-size: 11px;
}

#footer .moduletable {
	float:left;
	padding-left:15px;
	width:500px;
}

#footer .moduletable ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#footer .moduletable ul li {
	display: inline;
	background: url(../images/footer_li_bg.jpg) no-repeat left center; 
	padding: 0 10px;
	color: #2b2969;
	font-size: 11px;
}

#footer .moduletable ul li.item9,
#footer .moduletable ul li.item12 {
	background: none;
}

#footer .moduletable a:link,
#footer .moduletable a:visited,
#footer .moduletable a:active {
	text-decoration: none;
	color: #2b2969;
	font-size: 11px;
	font-weight: normal;
}

#footer .moduletable a:hover {
	text-decoration: underline;
}

#footer .moduletable-news {
	width: 400px;
	float: right;
	height: 23px;
}

#footer .moduletable-news h3 {
	color: #2b2969;
	font-size: 11px;
	text-transform: uppercase;
	float: left;
	padding-right: 10px;
}

#footer .moduletable-news .inputbox {
	color: #707070;
	font-size: 12px;
	width: 120px;
	padding: 3px 10px;
	border: 1px solid #a296c8;
	float: left;
}

#footer .moduletable-news .button {
	background: url(../images/submit_bg.jpg) no-repeat left top;
	width: 53px;
	height: 23px;
	border: none;
	cursor: pointer;
	float: left;
	margin-left: 5px;
	/*text-indent: -9999px;*/
	color: #cac5db;
	/*display: none;*/
}

#wrapperBottom {
	background: url(../images/wrapper_bottom.png) no-repeat left top;
	height: 31px;
	width: 1010px;
	margin: 0 auto;
}

/* Image Change */

#header .banner {
	float: right;
	margin-top: 8px;
	padding-right: 17px;	
	width: 246px;
}

#header .banner .moduletable {
	margin-bottom: 0px;
}

#header .banner .moduletable .topimagewrap {
	text-align: center;
	color: #9581da;
	font-size: 12px;
	padding-bottom: 5px !important;
	padding-bottom: 2px;
}

#header .banner .moduletable .topimagewrap a:link,
#header .banner .moduletable .topimagewrap a:active,
#header .banner .moduletable .topimagewrap a:visited {
	text-align: center;
	color: #9581da;
	font-size: 12px;
}

/* Top Image List */

#bottomuserwrap {
	width: 955px;
	height: 103px;
	margin-bottom: 12px;
}

#bottomuserwrap ul {
	margin: 0px;
	padding: 0px;
	list-style: none; 
}

#bottomuserwrap ul li {
	float: left;
	padding-right: 9px;
}

#bottomuserwrap ul li.last {
	padding-right: 0px;	
}
