/*********************************/
/* Styles for Philip's Portfolio */
/*********************************/

html {margin: 0; padding: 0;}
body {margin: 0; padding: 0;  width: 772px;
	font-size: 13px; color: #222222; background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;}
a {color: #333399; text-decoration: none; font-weight: normal;}
a:hover {text-decoration: underline;}
.spacer {height: 8px;}

#header {margin: 0; padding: 10px 0px 0px 0px; height: 80px;}
#topnav {background-color: #606099; height: 26px; padding: 0px 10px 0px 20px;
	color: #ffffff; font-size: 12px; font-weight: bold; line-height: 26px;}
	
/* The header contains the following styles */
.title {font-weight: bold; font-size: 32px; color: #606099; padding-left: 20px; font-style: normal;}	
.subtitle {font-weight: bold; font-size: 24px; color: #9393cc; padding-left: 20px; padding-top: -10px;}

/* The topnav contains the following styles */
#topnav a {color: #ffffff; font-weight: bold; text-decoration: none;}
#topnav a:hover {color: #ffdddd; font-weight: bold; text-decoration: underline;}

H1 {
	font-weight: bold;
	font-size: 32px;
	color: #606099;
	padding-left: 20px;
	padding-top: 10px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}		
H2 {
	font-weight: bold;
	font-size: 14px;
	color: #505080;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}		
.pagetitle {
	font-weight: bold;
	font-size: 22px;
	line-height: 2.5;
	color: #E57B87;
	padding-left: 20px;
	padding-top: -10px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}		
.subtitle2 {
	color: #9393cc;
	font-size: 20px;
}		
.breadcrumb {
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	background-color: #606099; 
	padding-left: 20px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.section-title {
	font-weight: bold;
	font-size: 20px;
	color: #9393cc;
	padding-left: 20px;
	padding-top: -10px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}	
.caption {
	font-weight: normal;
	font-size: 12px;
	line-height: 1.4;
	color: #000000;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}	
.table-section {
	font-weight: bold;
	font-size: 13px;
	color: #000000;
	padding-left: 5px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}		
.left-column {
	font-weight: bold;
	font-size: 12px;
	line-height: 1.4;
	color: #333399;
	padding-top: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}
.divider-bar {
	background-color: #606099; 
}
.big-links {
	padding-left: 20px;
	font-weight: bold;
	font-size: 15px;
	line-height: 3;
}	
.raise-text {
	vertical-align: 5px;
}
.arrow-bullet {
	list-style-image: url(../images/pink-arrow5.gif);
	vertical-align: text-top;
}

/* Link styles */

/* Default link style */
A {
	font-weight: normal;
	color: #333399;
	text-decoration: none;
}
A:link {
	color: #333399;
}
A:visited {
	color: #333399;
}
A:hover {
	text-decoration: underline;
}
A:active {
	color: #333399;
}

/* Left column link style */
A.leftcol {
	font-weight: bold;
	font-size: 12px;
	color: #333399;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}
A.leftcol:link {
	color: #333399;
}
A.leftcol:visited {
	color: #333399;
}
A.leftcol:hover {
	text-decoration: underline;
}
A.leftcol:active {
	color: #333399;
}

/* Thumbnail link style */
A.thumbnail {
	font-weight: normal;
	font-size: 11px;
	color: #333399;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}
A.thumbnail:link {
	color: #333399;
}
A.thumbnail:visited {
	color: #333399;
}
A.thumbnail:hover {
	text-decoration: underline;
}
A.thumbnail:active {
	color: #333399;
}


