/* 

Classic Theme - CSS File

*/


/*** GLOBAL  ***/
html,body{height:100%;}
body {
 font-family: verdana, Arial, Tahoma;
 font-size:12px;
 margin:0 auto;
 padding:0;
 color:#333;
 height:100%;
 line-height:16px;
}
* {
	margin:0;
	padding:0;
}
*:focus {
	outline:none; /* removes ugly dotted border but may make template more unsuable, up to you
					 if you want to keep it! */
}
.clr{clear:both}
form{margin:0; padding:0;}
hr {
	border: 0;
	color: #dddddd;
	background-color: #dddddd;
	height: 1px;
	margin:0px 0px 10px 0px;
	padding:0px;
}

/*** END OF GLOBAL  ***/

/*** DEFAULT ELEMENT STYLES ***/
/* heading */
h1, h2{margin-bottom:12px;	font-weight:normal; color:#676464}
h3, h4, h5 {margin-bottom:12px; font-weight:normal;}
h1 {font-size:24px; line-height:26px;}
h2 {font-size:16px; line-height:18px;}
h3 {
	font-size:16px;
	line-height:16px;
}
h4 {font-size:13px; line-height:15px;}
h5 {font-size:13px; line-height:15px;}


h1.keywords {
    font-size: x-small;
    color: #C3CADF;
    background:none;
    margin: 0;
    padding:0;
	position:absolute; 
	width:100%; 
	text-align:center;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2.1em;
	color: #805F00; /*#005959;*/
	padding:0 0 10px 15px;
	background:url(../images/2-bg_h1.jpg) bottom no-repeat;
	margin-bottom:10px;
/* -webkit-margin-before: 0.67em; */
-webkit-margin-after: 0.67em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
font-weight: bold;
	/*margin-top: 28px;*/
}


/* links */
a {
	color:#333;
}
a:hover{color:#333; text-decoration:none;}
a img{border:none}
.imgleft{float:left; margin-right:15px; margin-bottom:8px;}
.imgright{float:right; margin-left:15px; margin-bottom:8px;}
.imgcenter{ margin:0 auto; text-align:center; display:block}
/* lists, blockquotes and paragraphs */
p, ul, ol, blockquote {
	line-height:18px;
	margin-bottom:15px;
	color:#333333;
}
ul, ol {
	margin:10px 0 35px 30px;
}

li ol,
li ul
{
	list-style:square;
	margin-bottom:0;
	margin-top:0;
}
li ol {list-style:decimal;}
blockquote {
	margin:25px 0 25px 0px;
	font-style:italic;
	font-family:Arial;
	color:#333333;
	background-image:url(../images/quote.gif);
	background-repeat:no-repeat;
	padding:10px 20px 10px 35px;
	}

/* code */
code {
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	border-left:4px solid #b6b6b6;
	padding:15px 10px;
}
small{font-size:11px; color:#676464}

/*** END OF DEFAULT ELEMENT STYLES ***/


/*** CONTAINER ***/
#top_container{width:100%; height:150px;}
#content_container{background-color:#fcf8ee; }
#footer_container{width:100%; height:30px;}
/*** END OF CONTAINER ***/

/*** CENTERCOLUMN ***/
.centercolumn{width:980px; margin:0px auto 0px auto;position:relative}

/*** END OF CENTERCOLUMN ***/

/*** TOP ***/
#logo a{cursor:pointer;}
#top{background-repeat:no-repeat; background-position:top right;}
/*** END TOP ***/


/*** CONTENT ***/
#content{width: 980px;}
#content_left{float:left; width:241px; padding:0px 0px 10px 0px;}

#logos {
display:inline;
width: 980px;
margin-left:auto;
margin-right:auto;
}

#navigation{padding:0px 0px 0px 20px;}
#navigation ul{list-style-type:none; margin:0px; padding:0px; text-align:right;}
#navigation ul li{list-style-type:none; margin:0px; padding:0px 0px 0px 0px;  font-size:18px; background-color:#fcf8ee;}
#navigation ul li a, #navigation ul li a:visited, #navigation ul li a:hover{
	text-decoration:none;
	color:#cabfa8;
}
span.descmenu, a span.descmenu, a span.descmenu:visited{
	font-size:12px;
	color:#cabfa8;
	display:block;
	padding-right:6px;
	text-transform:lowercase
}
ul#menu{
  list-style-type:none;
  margin: 0;
  padding: 0;
  text-align:right;
  background-color:#ddd;
}

ul#menu ul {
  list-style-type:none;
  margin: 0 14px 0px 25px;
  padding: 0;
  text-align:right;
  background-color:transparent;
}


ul#menu a {
  display: block;
  text-decoration: none;
  text-transform:uppercase;
}

ul#menu li {
  margin-top: 1px;
  margin-right:1px;
  
}

ul#menu li a {
  padding:10px 10px;
}

ul#menu li a:hover {background-image:url(../images/menu_hover.gif); background-repeat:repeat-y; background-position:right}
ul#menu li a.active {background-image:url(../images/menu_hover.gif); background-repeat:repeat-y; background-position:right}
ul#menu li ul li{font-size:12px; border-top:solid 1px #ddd;}
ul#menu li ul li a { padding-right:5px; text-transform:capitalize}

ul#menu li ul li a:hover {}
#content_right{
	float:left;
	width:739px;
	padding:0px 0px 30px 0px;
}
#maincontent{padding:12px 30px 0px 30px;}
#maintext ul{margin:0px;}
#maintext ul li{background-image:url(../images/list_square.gif); background-repeat:no-repeat; list-style-type:none; background-position:0px 7px; margin:0px; padding:0px 0px 0px 15px; line-height:20px}
#maintext ul.portfolio li{ background-image:none;}
/*** END CONTENT ***/

.col {
 width:230px;
 height: auto;
 float:left;
 margin-right:5px;
 font-size:11px;
}

.col h3 {
 margin:2px 0 9px 0;
 font-weight: bold;
 font-size: 14px;
}

/*** FOOTER ***/
#footer_container a, #footer_container a:visited{color:#fff; text-decoration:none;}
#footer_container a:hover{color:#fff; text-decoration:underline;}
#foot{text-align:center; padding:3px 0px 0px 0px; color:#fff; font-size:11px; font-family:Arial}
/*** END OF FOOTER ***/

.footer_holder {
float:right;
width:24%;
min-height:150px ;
text-align:center;
}

