html, body
{
     font-family: "Arial", helvetica, sans-serif;
     font-size: 100%;
	 background-image:	url(images/gradient.jpg);
	 background-repeat:	repeat-x;
     text-align: center;
     color:	#666666;
	 font-family: arial, sans;
}

h2.toggler
{
  margin: 0px;
  padding: 3px;
  font-size: large;
  background-color: #427bd6;
  color: #FFFFFF;
  cursor: pointer;
  padding-left: 35px;
  background-image: url(images/bullet.gif);
  background-repeat: no-repeat;
  height: 25px;
  line-height: 25px;
}

#about img
{
    float: right;
}

a img
{
    border: 0px;
}

.footer
{
    text-align: center;
    padding-top: 20px;
    background-color: #FFFFFF;
}


#title
{
    margin-bottom: 5px;
}

a:link, a:visited {
    color: #427bd6;
}

.accordian
{
    background-color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

.accordian p
{
   margin: 0px;
   padding: 10px;
   padding-bottom: 20px;
}

.main
{
     margin: 20px auto;
     width: 750px;
     text-align: left;
}

.projects
{
    padding-left: 20px;
    height: 200px;
}


.project
{
    width: 200px;
    float: left;
    margin-left: 20px;
    border: 1px solid #427bd6;
}

.projectTitle
{
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  background-color: #427bd6;
  padding: 3px;
}

.contacts
{

}

#phone, #email, #aim
{
  width: 200px;
  height: 24px;
  line-height: 24px;
  float: left;
  padding-left: 26px;

  text-align: left;

}

#phone
{
    background-image: url('images/phone.gif');
    background-repeat: no-repeat;
    margin-left: 15px;
    padding-left: 23px;
}

#email
{
    background-image: url('images/email.gif');
    background-repeat: no-repeat;
    width: 250px;
    padding-left: 30px;
}

#aim
{
    background-image: url('images/aim.gif');
    background-repeat: no-repeat;
}



.resumeTitle
{
    color: #427bd6;
    font-weight: bold;
    font-size: 20px;
    margin: 5px;
}

.resumeItem
{
  margin-left: 40px;
  margin-top: 4px;
}

ul, li
{
  margin-top: 0px;
  padding-top: 0px;
}


/* TOOLTIPS */

div.tool-tip {
	width: 200px;
	color: #fff;
	text-align: center;
}

div.tool-title {
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px 1px #222;
	margin: 0;
	padding: 13px 10px 5px;
	background: url(images/balloon.png) top left no-repeat !important;
	background: url(images/balloon.gif) top left no-repeat;
}

div.tool-text {
	margin: 0;
	padding: 0 10px 15px;
	text-shadow: 2px 2px 1px #222;
	background: url(images/balloon.png) bottom left no-repeat !important;
	background: url(images/balloon.gif) bottom left no-repeat;
}
