* {
padding: 0;
margin: 0;
}

html { 
height: 100%;
background: #FCFCFC url(../images/bg.gif) repeat-y top center; 
font-size: 100%; /* IE Hack */ 
}
body { 
font: 0.7em/1.8em Verdana, Helvetica, sans-serif; 
color: #333;

}

.ahem {
display:none;
}
#container { 
width: 650px; 
padding: 0; 
margin: 25px auto; 
text-align: left; 
}

/*----------------------------CHANGES BLOCK LEVEL INFORMATION---------------------------------------------------------*/
img {
border: none;
}


.hr {
  height: 5px;
  background: #fff url(../images/dots.gif) no-repeat  scroll center;
  padding: 10px 0 10px 0;
}

 .hr hr {
  display: none;
}

/*----------------------------CHANGES NORMAL HYPERTEXT INFORMATION---------------------------------------------------------*/

a {
	text-decoration: none;
	color:#118F4F;
	font-weight: bold;
	font-style:normal;

}
a:hover {
 border-bottom: 1px dashed #b8b8b8; 
 } 

a.imagelink:hover { 
border-bottom: none;
 } 


/*
a:visited {
	color:  #5AC08D;
}

a:active {
	color:  #000000;		
}
a:hover {
border-bottom:0;
}

/*----------------------------CHANGES BLOCK LEVEL INFORMATION---------------------------------------------------------*/

p {

	line-height: 24px;
 	padding-bottom: 20px;
}


strong {
	color: #00248F;
}

abbr {
	border-bottom: 1px dotted #777;
	cursor: help;
	speak: spell-out;
	color: #000;
	font-weight: bold;
	font-style:normal;
}


acronym {
	border-bottom: 1px dotted #777;
	cursor: help;
	speak: normal;
	color: #000;
	font-weight: bold;
	font-style:normal;
}

em {
	font-weight: bold;
	color: #118F4F;
	font-style:normal;
}
#blockquote {
	margin-left: 18px;
	margin-right: 18px;
	padding-bottom: 20px;
	font-style: italic;
	
}
q {
font-style:italic;
}

address {
	letter-spacing: 2px;
	font-size: 0.8em;
	text-align: center;
	font-style:normal;
	text-transform:uppercase;
	border-bottom: 1px solid #4B7FA6;
	padding-top: 20px;
}

dl {
	letter-spacing: 2px;
	text-transform: uppercase;
	color:#000000;
	padding-top: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #aeaeae;
}

dt  {
	font-size: 2em;
	text-align: center;
	text-transform:uppercase;
	color: #000000;
	padding: 10px 0 35px 0;
	letter-spacing: 5px;
}




/*----------------------------CHANGES HEADER INFORMATION---------------------------------------------------------*/
h1 {
	font-size:1.3em;
	color: #000000;
	text-align: left;
	padding-bottom: 10px;
}

h2 {
	font-size: 1.3em;
	text-align: center;
	letter-spacing: 5px;
	text-transform: uppercase;
	color: #000;
	padding-top: 10px;
	margin-bottom: 20px;
}
	
h3 {
	font-size: 2em;
	padding: 15px 0 20px 220px;
	letter-spacing: -1px;
	color: #990000;


}

h4 {
	font-size: 1em;
	line-height: 20px;
	font-weight: bold;
	color: #990000;
	text-align: justify;
	padding: 12px 0 2px 0;
}

h5 {
	font-size: 1em;
	margin-bottom: 0;
	color: #4789BF;
	padding: 10px 0 10px 0;
}

h6 {
	font-size: 0.9em;
	margin-bottom: 0;
	color: #000;

}


/*----------------------------CHANGES CLASS INFORMATION---------------------------------------------------------*/

.ahem, .sneaky {
display: none;
}


.tracker a {
	text-decoration:none;
	color:#E6ECFF;
}

.download {
text-align: center;
border: 1px solid #ddd;
padding: 8px 0 8px 0;
background:#F4F4F4;
margin:5px 0 8px 0;
}

.screenshot {
	margin-left: 90px;
	
}



/*--------------------------------------------- THEME DIV INFORMATION-------------------------------------------*/

#theme ul {
background-color:#ccc;
}

#navigation #theme li {
margin: 1px 0 1px 0 ;
background-color:#6AB5B5;
}

#navigation #validation li {
background-color:#5AC08D;
margin: 1px 0 1px 0;

}
/*----------------------------CHANGES TABLE INFORMATION---------------------------------------------------------*/



.error {
color:#CC0000;
font-size: 1em;
padding: 10px 0 10px 10px;
text-align:center;
}
.success {
font-size: 1em;
padding: 10px 0 10px 10px;
text-align: center;
}

.form {
text-align: left;
margin-left: 10px;

}
.submit, .reset {
border: 1px solid #A5ACB2;
margin-left: 60px;
background: #eee;
}

input {
margin: 5px 0 5px 10px;
padding:2px 0 2px 0;
line-height: 15px;
border: 1px solid #A5ACB2;
background:#fff;
}
 .cvtable th {
	width: 140px;
	border: 1px solid #b8b8b8;
	background:#eee;
	text-align:center;
	padding: 6px;
	
}

 .cvtable td {
	width:450px;
	border: 1px solid #b8b8b8;
	text-align:left;
	padding: 6px;
}



/*---------------------------- CHANGES THE NAVIGATION DIV---------------------------------------------------------*/

#navigation {
	float:left;
	margin: 0px 0px;
	width: 130px;
	padding: 0px 0px 15px 0px;
	font-size:9px;
}

#navigation ul {
	text-transform: uppercase;
	padding-top: 10px;
	/*background:#267380;*/
	letter-spacing: 1px;
	
}

#navigation a {
color:white;
font-weight:bold;
}


#navigation li {
	list-style-type: none;
	padding: 3px 15px 3px 15px;
	margin: 1px 0 1px 0;
	background:url(../images/arrow.gif) transparent left center no-repeat;
}

#navigation #nav_home {
background-color:#9FD0D0;
}

#navigation #nav_services {
background-color:#93D6B5;

}

#navigation #nav_cv {
background-color:#6AB5B5;

}


#navigation #nav_portfolio {
background-color:#5AC08D;
}
#navigation #nav_contact {
background-color: #2E8798;

}

#navigation #nav_about {
background-color:#389466;

}
#navigation #nav_links {
background-color:#267280;

}

#navigation a.active, #navigation a:hover {
	color: black;
	border: none;

}




/*----------------------------CHANGES CONTENT DIV---------------------------------------------------------*/


#content {
	float:right;
	font-size:11px;
	padding: 10px 10px 0 10px; 
	text-align: justify;
	line-height: 20px;	
	width:475px;
	margin-bottom: 15px;


}

#content ul {
	line-height: 22px;
 	padding-bottom: 20px;
	}

 #content  li {
	background:url(../images/list_diamond.png) no-repeat 0px 12px;
	padding: 5px 0px 5px 15px;
	margin-left: 35px;
	 margin-right: 35px;
	list-style:none;
 }
 #content ol li {
 background: none;
 margin-left: 25px;
 margin-right: 25px;
 list-style-type:decimal;

 }
 
 
 .more{
 margin-left: 340px;
text-align: right;
font-size: 12px;
}

#content .work {
border: 1px solid #777;
}




/*----------------------------CHANGES FOOTER INFORMATION---------------------------------------------------------*/

#footer {
clear: both;
border-top: 1px solid #b8b8b8;
	text-align:center;
	font-size: 0.9em;
	color: #999;
	padding-top: 8px;	
}



#footer a {
	color: #999;
}

/*.highlight img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.4;
}

.highlight:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}
*/
#skipTo {
	position:relative; 
	position:fixed; 
	width: 50px;
	margin-left: 590px;
	bottom: 0px;
	right:4px; /*242*/ 
	color:white; 
	padding:6px 0px 7px 0px!important; 
	padding:6px 0px 3px 0px!important;
}

#skipTo a:hover {

	border: none;

}
.header { display:none;}

#seo h1 { margin-top:20px;font-size:8px; color:#eee;}
#seo strong { color:#ccc; font-weight:normal;}