/*
Theme Name: child theme
Theme URI: http://cozmoslabs.com/
Description: Built on Thematic Theme</a>
Author: Cristi Antohe
Author URI: http://cozmoslabs.com/
Template: thematic
Version: 0.1
.
All Rights Reserved
.
*/
@import url('../thematic/style.css');


/* RESET */

/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {*/
html, body, div, span, applet,{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.6;
	color: #333333;
}
body {
}


ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}

* {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
#wrapper #content .collapseTD * {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}


/* PAGE LAYOUT */

html, body {
	height: 100%;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%; /* the bottom margin is the negative value of the footer's height */
	margin-bottom: 1px;
	margin-right: auto;
	margin-left: auto;
}


body {
	margin: 0 auto;
	width: 960px;
}

#leftcolumn {
	float: left;
	width: 200px;
	margin-right: 15px;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-left: 10px;
	height: auto;
}

#content {
	margin-left: 220px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.7;
	padding-top: 20px;
	background-color: #FFFFFF;
	clear: right;
}
#content li
{
margin-bottom: 0.66em;
line-height: 1.6em;
}

#content ul li
{
padding-left: 15px;
background-color: transparent;
background-image: url(../images/diamond-black.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0px 0.66em;
}

#footer, #push {
	height: 30px; /* #push must be the same height as #footer */
	background-color: #FFFFFF;
	width: 100%;
}

#footer {
	clear: both;
	width: 100%;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-y;
	background-position: center bottom;
	text-align: center;
	height: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	vertical-align: bottom;
}

/* HEADER */

#header {
	height: 90px;
	background-color: #392c11;
	background-repeat: no-repeat;
	background-position: 20px center;
	background-image: url(../images/logo.gif);
}

#header h1 {
	color: #fff;
	font-size: 272%;
	margin: 0;
	padding: 20px 0 0 120px;
}

#header h2 {
	color: #fff;
	font-size: 108%;
	margin: 0;
	padding: 0 0 0 120px;
}


#header h1 {
	margin: 18px 0 0 0;
}

#header h2 {
	font-size: 100%;
	margin: 0;
}

/* MENU 1 */

#menu1 {
	background-color: #a4c2c2;
	float: left;
	width: 100%;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}

#menu1 ul {
	padding: 0;
	margin: 10px;
	float: left;

}

#menu1 ul li { 
	display: inline; 
}

#menu1 ul li a {
	float: left;
	padding: 5px 10px;
	color: #336666;
	text-decoration:none;
	letter-spacing:0.01em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	display: block;
}

#menu1 ul li a:hover {
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 5px 9px;
	text-decoration:none;
	letter-spacing:0.01em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	color: #990000;
}
#menu1 ul li a.selected:link {
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 5px 9px;
	text-decoration:none;
	letter-spacing:0.01em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	color: #990000;
	cursor:auto;
}
.selected {
background-color: #fff;
}


/* MENU 2 */

#menu2 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 0;
	width: 90%;
}

#menu2 ul {
	padding: 0;
	margin: 10px;
	float: left;
	width: 100%;

}

#menu2 ul li {
	border-top-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
/*	float: left;
	display: block;
	list-style: none;*/
	
}

#menu2 ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1C1D0F;
	display: block;
	text-decoration: none;
	width: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 4px;
}

#menu2 ul li a:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
background-color: #bfe3e3;
color: #000;
}
#wrapper #leftcolumn #menu2 .selected2 {
/*#menu2 ul li a.selected2:link {*/
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
background-color: #bfe3e3;
color: #000;
cursor:auto;
}

/* SIDEBAR */

.sidebar {
	margin: 0 0 18px 0;
	padding: 5px 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #5D5D27;
}

/* HEADINGS */

h1, h2, h3, h4, h5, h6 
{ 	
	color: #708090;
	letter-spacing: 1px;
	/*margin: 0 0 18px 0;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC3300;
}

h1 {
	font-size: 189%;
	color: #000;
		font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC3300;
}

h2 {
	font-size: 146.5%;
	color: #000;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC3300;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 30px;
}

h3 {
	font-size: 131%;
	padding: 5px 0;
	color: #000;
	font-weight: bold;
	padding: 5px 25px;
		font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC3300;
}

h4, h5, h6 {
	font-size: 100%;
	color: #000;
	font-weight: bold;
	padding: 5px 25px;
		font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC3300;
}
.collapse {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #E2E2E2;
	padding: 6px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
	font-weight: bold;
}
.collapse:hover {
	background-color: #999999;
	cursor: pointer;
	font-weight: bold;
	color: #FFFFFF;
}


/* LINKS */

a, a:link {
	color: #228b22;
	text-decoration:none;
	font-weight: bold;
	text-decoration: underline;
	}

a:hover {
	color: #cc0000;
	text-decoration: none;
}

/* SITE STYLES */

body {
	background-color: #1C1D0F;
	background-image: url(../images/pageBg5.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

#wrapper {
	background-color: #fff;
}

p {
	margin-bottom: 18px;
	padding: 5px 30px;
}

img {
	border: 0;
}

.float_left { 
	float: left; 
}

.float_right { 
	float: right; 
}

p.float_left { 
	float: left;
	width: 48%;
	margin: 0 2% 20px 0;
}

p.float_right { 
	float: right; 
	width: 48%;
	margin: 0 0 20px 0;
}

img.float_left { 
	background: #fff url(../reference docs/template-2032/leaves/css/img/img_border.gif) no-repeat 0% 0%;
	border-bottom: 7px solid #ccc;
	float: left;
	margin: 4px 10px 0 0;
	padding: 0 0 3px 10px;
}

img.float_right { 
	background: #fff url(../reference docs/template-2032/leaves/css/img/img_border.gif) no-repeat 0% 0%;
	border-bottom: 7px solid #ccc;
	float: right; 
	margin: 4px 0 0 10px;
	padding: 0 0 3px 10px;
}

.clear:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clear {
	display: inline-block;
}

* html .clear {
height: 1%;
}
.pullquote-right

{
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 30%;
	margin-top: 10px;
	margin-right: 0pt;
	margin-bottom: 10px;
	margin-left: 25px;
	padding-top: 0pt;
	padding-right: 10px;
	padding-bottom: 0pt;
	padding-left: 10px;
	float: right;
	font-size: 1.4em;
	font-weight: normal;
	border-top-width: medium;
	border-right-width-value: medium;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-bottom-width: medium;
	border-left-width-value: medium;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-top-style: none;
	border-right-style-value: none;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-bottom-style: none;
	border-left-style-value: none;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-top-color: -moz-use-text-color;
	border-right-color-value: -moz-use-text-color;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-bottom-color: -moz-use-text-color;
	border-left-color-value: -moz-use-text-color;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	color: #795535;
	background-color: #FFFFFF;

}
#thumbnails {
	width: 100%;
	text-align: center;
	clear: right;
	float: none;
	position: relative;
	visibility: inherit;
}

.photos {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
}

.boldtext {
	font-weight: bold;
}
.images {
	padding: 13px;
	border: 1px dashed #999999;
	margin-bottom: 10px;
}


.normalQuote {
	font-style: italic;
}
.biggerText {
	font-size: 18px;
}

h1, h2, h3, h4, h5, h6

{
padding-top:10;
	font-weight: normal;
	line-height: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC3300;

}
.pullquote-left {

	font-family: Georgia, "Times New Roman", Times, serif;
	width: 25%;
	margin-top: 10px;
	margin-right: 0pt;
	margin-bottom: 10px;
	margin-left: 25px;
	padding-top: 0pt;
	padding-right: 10px;
	padding-bottom: 0pt;
	padding-left: 10px;
	float: left;
	font-size: 1.4em;
	font-weight: normal;
	border-top-width: medium;
	border-right-width-value: medium;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-bottom-width: medium;
	border-left-width-value: medium;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-top-style: none;
	border-right-style-value: none;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-bottom-style: none;
	border-left-style-value: none;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-top-color: -moz-use-text-color;
	border-right-color-value: -moz-use-text-color;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-bottom-color: -moz-use-text-color;
	border-left-color-value: -moz-use-text-color;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	color: #795535;
	background-color: #FFFFFF;
}
/*#wrapper #content #rightclumn {
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	clear: right;
}*/
table.switchgroup2 {
	border-spacing: 1px;
	border-collapse: collapse;
	background-color: white;
	border: 0px solid #CCCCCC;
}
table.switchgroup2 td {
	padding: 4px 4px 4px 4px;
	border: 0px solid #CCCCCC;
	line-height:18px;
	color:#333333;
	font-family: arial;
	font-size: 12px;
/*	background-color: rgb(255, 255, 240);*/
}
.collapseTD {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	font-weight: normal;
}
.collapseTD {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border: 1px solid #CCCCCC;
}

DIV.base-layer {
	color: #000000;
	text-align: left;
	width: auto;
	margin-top: 0.5em;
	margin-right: 12px;
	margin-bottom: 0.5em;
	margin-left: 12px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10;
}

DIV.table-row {
	background: none #ffffcc;
	border: solid #000000 1px;
	color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	text-align: left;
	width: 50%;
	float: left;
	clear: none;
}
TD.error
            {
	color: red;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	background-position: left;
}
#wrapper #content form {
	padding-left: 20px;
}
.leftpadding {
	padding-left: 17px;
}
.HeaderInsideTable{
letter-spacing: 1px;
font-family: Georgia,"Times New Roman",Times,serif;
color: #cc3300;
font-size: 146.5%;
font-weight: bold;
font-family: Georgia,"Times New Roman",Times,serif;
color: #cc3300;
padding-top: 5px;
padding-right: 25px;
padding-bottom: 5px;
padding-left: 17px;
font-weight: normal;
line-height: 1.2em;
font-family: Georgia,"Times New Roman",Times,serif;
color: #cc3300;
}
.Numbers {
	list-style-position: inside;
	list-style-type: decimal;
}
.Article4Table, td {
	padding-left: 10px;
	margin-left: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
.Article4Table.td {
	padding-left: 5px;
}
