body {
	margin: 0;
	padding: 0;
	background: black url(http://sundialsc.com/images/gradient.jpg) repeat-x;
	color: black;
	font-size: 12pt;
	font-family: Arial, Verdana, sans-serif;
	line-height:1.0em;
}

p {
	font-size:1.0em;
	margin-top: 1.0em;
	margin-bottom: 1.5em; 
}

.portal-wrapper {
	color: black;
	width: 720px;
	padding: 0;
	margin: 0px auto auto auto;
	background: #ffffff url(http://sundialsc.com/images/background.jpg) no-repeat;
	border: 8px solid #333333;
}

#portal-header {
	padding: 0;
	}

#company-name {
	display: none;
   	margin: 20px 0 10px 0;
	font-variant: small-caps;
	font-size: 220%;
	text-align: right;
}

#company-description {
	display: none;
	font-variant: small-caps;
	text-align: right;
	margin: 0 20px 0 0;
	font-size: 90%;
}

img {border: none;}

img#sundial-logo {
	margin-right: 26px;
	margin-left: 20px;
	margin-top: 10px;
	float: right;
	}

.logo {
	width: 97px;
	height: 120px;
	}


table td {
	padding: 0;
	vertical-align: top;
	font-family: verdana, arial;
	}

a:link, a:visited {
	color: black;
	text-decoration: none;
	background-color: transparent;
	}

a:hover	{
	text-decoration: underline;
	}
	
/*
 * nav menu (horizontal) styles
 */

.nav {
	border-top: 3px solid #333;
	border-bottom: 3px solid #333;
	padding: 2px 0;
	font-size: 90%;
	margin-top: 160px;
	text-align: right;
	padding-right: 2.4em;
	}

.nav a,
.nav a:visited {
	text-transform: lowercase;
	margin: 0;
	padding: 4px 8px 4px 8px;
	}

.nav a:hover {
	background-color: #333;
	color: white;
	text-decoration: none;
	}

.nav a.currentlySelected  {
	text-decoration: none;
	background-color: #333;
	color: white;
	}

a.blue {
	color: #555555;
	background-color: transparent;
	}

a.graysmall {
	color: #C0C0C0;
	font-size: 80%;
	background-color: transparent;
	}

/*
 * breadcrumb navigation
 */
 
div.breadCrumbs 
{
	margin: 0.5em 1em;
	font-size: 80%;

}

a.breadCrumb {
	text-transform: lowercase;
	color: #075;
}
	
/*
 * portlet styles
 */

#portlet {
	font-size: 65%;
	text-align: right;
}

#portlet-twitter {
	font-size: 65%;
	text-align: right;
}



.portlet {
	width: 190px;
	margin: 0px 7px 7px 15px;
	padding: 0;
	border: 2px solid #333;
	}

.portlet-twitter {
	width: 194px;
	margin: 0px 7px 7px 12px;
	padding: 0;
	}
	
.portlet dt {
	font-size: 80%;
	color: white;
	background-color: #333;
	text-transform: lowercase;
	padding: 0.2em 0 0.2em 0.75em;
	border: 1px solid white;
	}


.portlet dd {
	margin: 0;
	padding: 3px;
	border-top: 2px solid #333;
	font-size: 65%;
	}

.portlet-twitter dd {
	margin: 0;
	padding: 3px;
	font-size: 65%;
	}

.portlet dd ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

.portlet-twitter dd ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
.portlet dd li {
	display: block;


	padding-left: 20px;
	background: url(http://sundialsc.com/images/nav.gif) center left no-repeat;
	}

	
.portlet dd li a {
	display: block;
	padding: 0.5em;
	min-height: 16px;
}

	

/*
 * content styles
 */

.content {
	width: 100%;
	padding: 0em 1.0em;
	margin: 3px;
	}
	
.content h1 {
	border-bottom: 1px dotted #333;
	font-size: 90%;
	margin: 0 0 1em 0;
	}
	
.content h2 {
	font-size: 80%;
	margin: 0 0 1em 0;
	}
	
.content p {
	font-family: verdana, arial, sans-serif;
	font-size: 80%
	}

.content p.justify{
	text-align: justify;
	}
	
.content p.small {
	font-size: 65%;
	}
	
blockquote {
	color: #009;
	font-style: italic;
	font-size: 80%;
	}
	
.content ul {
	font-size: 80%;
	}
	
.content dl {
	font-size: 80%;
	}
	
.content dt {
	color: #009;
	}
	
.content dd {
	margin-bottom: 0.7em;
	}
	
/*
 * styles for about/profiles
 */

.divider {
	border: 2px solid gray;
	text-align: center;
	margin-top: 2em;
	margin-bottom: 1em;
	padding-top: 1em;
	color: white;
	background: black;
	}

.divider h1 {
	border: none;
	}
	
.divider em {
	font-size: 80%;
	}

.profile {
	clear: both;
	margin-bottom: 3em;
	height: auto;
	}
	
.profile h2 {
	font-weight: bold;
	font-size: 90%;
	padding: 0;
	margin: 0;
	color: #345400;
	}
	
.profile h3 {
	font-style: italic;
	font-weight: normal;
	font-size: 70%;
	padding: 0;
	margin: 0;
	border-bottom: 1px dotted #345400;
	}

.profile p {
	margin: 1em;
	padding-right: 1em
	}
	
.profile img {
	border: 1px solid gray;
	}
	
.profile img.photo {
	float: right;
	clear: both;
	margin-left: 1em
	}
	
.profile img.cert {
	margin: 2px
	border: 0px;
	}
	
/*
 * styles for services/software
 */
 
.software img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
/*
 * footer styles
 */

#footer {
	background-color: black;
	}
	
#footer-table {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top; 3px;
	color: #b2890b;
}
	
#footer-table td {
	text-align: center;
	margin: 3em 0 0 0;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	font-size: 75%;
	}


/*
 * new services portals
 */

#services {
}

.services {
	width: 455px;
	margin: 0px 7px 7px 0px;
	padding: 0;
	border: 2px solid #333;
	}
	
.services dt {
	color: white;
	background-color: #333;
	text-transform: lowercase;
	padding: 0.2em 0 0.2em 0.75em;
	border: 1px solid white;
	}
	
.services dd {
	margin: 0;
	padding: 3px;
	border-top: 2px solid #333;
	}

.services dd ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 80%;
	}
	
.services dd li {
	display: block;
	padding-left: 20px;
	padding-top: 2px;
	background: url(http://sundialsc.com/images/nav.gif) center left no-repeat;
	}
	
.services dd li a {
	display: block;
	}

/*
 * blog calendar
 */

.calendar {
}

.calendar a:link {
	font-weight:bold;
	}

.calendar a:visited {
	font-weight:bold;
	}