@media all { 

/* =The above @media rule hides this stylesheet from the 
discontinued Microsoft Internet Explorer for Mac. */

/* =html */

html { 
	margin : 0; 
	padding : 0; 
	color : #000; 
	text-align : center; 
}

/* =body */
body { 
	width : 730px;
	font : 76%/150% "Lucida Grande", Arial, sans-serif; 
	background-color : #fff;
	margin-left : auto;
	margin-right : auto;
	text-align : left;
	
}

/* =hx */


h1 { font-size : 150%; color : #996633; letter-spacing : .2em; line-height : 155%;}
h2 { font-size : 130%; color : #996633; letter-spacing : .1em;}
h3 { font-size : 110%; color : #996633; }


/* =a */
a:link { 
	color : #ff6600; text-decoration : none; }

a:visited { 
	color : #cc6633; text-decoration : none; }

a:hover { 
	color : #ff3300; text-decoration : underline; }

a:active { 
	color : #990000; text-decoration : underline; }

img, img a { border : none; }


/* =container */
#container {
	width : 730px;
	
}


/* =main navigation */
#nav {
	width : 100%; height :20px;}


#navLeft  {
	float : left;
	width : 329px;
	height : 20px;
	background : url(../images/home/nav_left_back.gif) no-repeat;

}

#navRight  {
	float : right;
	width : 401px;
	height : 20px;
	background : url(../images/nav_right_back.gif) no-repeat;

}
#navlinks {
	margin : 0; text-align : center;}

#navlinks ul {
	margin-top : 0; padding-right : 2em;}

#navlinks li {
	list-style-type : none;
	display : inline;
	font-weight : bold;
	font-size : 85%;
	letter-spacing : 0.110em;

}

#navlinks a { 
	color : #fff; text-decoration : none; }

#navlinks a:hover { 
	color : #ff3300; text-decoration : underline; }

#navlinks a:active { 
	color : #990000; 
	text-decoration : underline; 
}

.whiteWidget { color : #fff; padding-left : .5em; padding-right : .5em;}

.navText { padding-top : .01em;}

#pageNavLeft {
	float : left;
	width : 329px;
	height : 20px;
	background : url(../images/page_nav_left.gif) no-repeat;
}

#pageHeader { clear : both; width : 100%; height : 110px;}


#pageLogo { 
	float : left; 
	width : 199px;
	height : 110px; 
	background : url(../images/page_logo.gif) no-repeat;}
	
#pageLogo a:hover {text-decoration : none;}
	
.logoHead { margin-left : -9999px; padding : 0; margin-top : 0; margin-bottom : 0;}


#pageTitle {
	padding-left : 100px;
	padding-right : 25px;
	float : right;
	width : 406px;
	height : 95px;
	padding-top : 20px;
	background : url(../images/page_title_back.gif) no-repeat;
	text-align : center;
	font-size : 150%;
	letter-spacing : .2em;
	font-weight : bold;
	color : #fff;
}

.subTitle { color : #996633; font-size : 60%; font-weight : bold; letter-spacing : 0;}

.subTitle2 { color : #996633; font-size : 70%; font-weight : bold; letter-spacing : 0;}


#subnav { clear : both; width : 100%}

#subnavlinks {
	margin : 0; text-align : center; padding-top : 5px;}

#subnavlinks ul {
	margin-top : 0;
	padding-right : 2em;
}

#subnavlinks li {
	list-style-type : none;
	display : inline;
	font-weight : bold;
	font-size : 85%;
	letter-spacing : 0.1em;
}

#subnavlinks a { text-decoration : none; }

#subnavlinks a:hover { color : #ff3300; text-decoration : underline; }

#subnavlinks a:active { color : #990000; text-decoration : underline; }

.orangeWidget { color : #ff6600; padding-left : .5em; padding-right : .5em;}

#content { width : 100%; }

#column-left { float : left; width : 179px; padding-right : 20px; }

#column-right { float : right; width : 510px; border-left : 1px solid #ffcc66; padding-left : 20px; margin-bottom : 10px;}

#clear { clear : both;}

#head { padding-bottom : 5px; }

.cap { font-size : 150%;}

.SidebarText { font-size : 90%; margin-top : -2px;}

.SidebarTextBullet { font-size : 90%; margin-top : -2px; padding-left : 15px; margin-left : 0;}

.brownBold { color : #996633; font-weight : bold;}

#contentCol1{
	float : left;
	width : 230px;
	padding-top : 10px;
	padding-bottom : 10px;
	padding-right : 5px;
	font-weight : bold;
	font-size : 80%;
	text-align : center;
	
}


#contentCol2{
	float : right;
	width : 230px;
	padding-top : 10px;
	padding-bottom : 10px;
	padding-left : 5px;
	padding-right : 5px;
	font-weight : bold;
	font-size : 80%;
	text-align : center;
	
}

#leftContent1 {
	float : left;
	padding-top : 38px;
	padding-bottom : 10px
}

#rightContent1 {
	float : right;
	padding-bottom : 10px
}


#leftContent2 {
	float : left;
	padding-top : 10px;
	padding-bottom : 10px
}

#rightContent2 {
	float : right;
	padding-top : 10px;
	padding-bottom : 10px
}

#leftContent3 {
	float : left;
	padding-top : 10px;
	padding-bottom : 10px
}

#rightContent3 {
	float : right;
	padding-top : 52px;
	padding-bottom : 10px
}

#leftContent4 {
	float : left;
	padding-top : 10px;
	padding-bottom : 10px
}

#rightContent4 {
	float : right;
	padding-top : 10px;
	padding-bottom : 10px
}

#resumeContent { width : 500px; padding-right : 20px;}

#siteinfo {
	
	clear : both;
	width : 100%;
	text-align : center;
	font-size : smaller;
	background : url(../images/siteinfo_back.gif) no-repeat;
	color : #996633; 
	
}

.siteinfoText { padding : 2px;}

}