/* My Palette
	Purple: #669
	Light Purple: #ccf
	Dark Purple: #336
	Lime green: #cf6
	White: #fff
*/

/* Elements */

body { background-color: #669; font-family: "Lucida Grande", verdana, "Trebuchet MS", sans-serif; padding: 0; margin: 0; background-image: url("/images/body_gradient.gif"); background-repeat: repeat-x; }

h1 { display: none; }

a { color: #fff; text-decoration: none; }
a:hover { color: #cf6; }

ul { font-size: 16px; }

/* Wrapper and Main Layout */

#div_wrapper { width: 750px; height: 400px; margin-left: auto; margin-right: auto; margin-top: 35px; }

#div_left { width: 500px; float: left; }
#div_right { width: 250px; float: right; }

#div_navigation { width: 250px; position: fixed; background-image: url("/images/nav_bg.gif"); background-repeat: repeat-y; }

/* Navigation Panel */

#ul_navigation li { background-position: 0.4em; padding-left: 1.4em; margin-left: 20px; margin-top: 12px; margin-bottom: 12px; }

#ul_contact { display: block; width: 250px; height: 80px; background-image: url("/images/contact_bg.gif"); background-repeat: no-repeat; }

#ul_contact li { margin-left: 85px; color: #336; padding-top: 4px; padding-bottom: 2px; }

#ul_contact li span { color: #cf6; border-bottom: 1px solid #cf6; }
#ul_contact li span a { text-decoration: none; color: #336; }
#ul_contact li span a:hover { text-decoration: none; background-color: #669; color: #fff; }

.li_link { background-image: url("/images/nav_bullet_off.gif"); background-repeat: no-repeat;}

.li_current { color: #cf6; background-image: url("/images/nav_bullet_on.gif"); background-repeat: no-repeat; }

.li_current a { color: #cf6; }

#p_ccb { border-top: 15px solid #669; height: 35px; }

/* Left-Content Specific */

#div_left p { text-align: center; vertical-align: middle; margin: 0; padding: 0; margin-top: 12px; }

/* Homepage Specific */

#img_homepage { border: 4px solid #fff; background-color: #fff; }

/* Subpage Specific */
.img_thumb { border: 2px solid #fff; margin-bottom: 30px; }

#p_pages { font-size: 13px; border-bottom: 20px solid #669; color: #ccf; }
