/* Tags */

body
{
	margin: 10px 0px 0px 10px;
	width: 750px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: small;
	background-color: #333E49;
    background-image: url(bg.png);
}

p
{
	margin-top: 10px;
	margin-bottom: 10px;
}
em
{
	font-style: italic;
}
ul
{
	list-style-image: url(list-item.gif);
	list-style-type: circle;
	margin-top: 0px /*0px 15px 0px*/;
	margin-bottom: 15px;
	line-height: 140%;
}	
li
{
	padding-left: 3px;
}

table
{
	margin: 0px 0px 5px 0px;
}

hr
{
	margin: 0px;
	height: 1px;
	color: #666666;
}

img
{
	margin: 0px;
	padding: 0px;
}
img.noborder
{
	border: none;
}


/* Divisions*/

div.content
{
	width: 750px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-color: White;
	border-collapse: collapse;
}
div.inner-content
{
	/*padding: 0px 0px 15px 0px;*/
	padding: 0px 45px 0px 0px;
	margin: 20px 0px 15px 0px;
	background-color: White;
}

div.header-text
{
	margin: 0px 0px 20px 0px;
	font-size: x-large;
	font-weight: bold;
	border-bottom: solid 1px #CC3300;
}
div.sub-header-text
{
	margin: 0px 0px 15px 0px;
	font-size: large;
	font-weight: bold;
}
p.page-summary
{
	margin: 0px 0px 25px 0px;
}

div.header
{
	margin: 0px;
	padding: 0px;
}
div.footer
{
	margin-top: 15px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 75%;
	line-height: 80%;
	color: #DDDDDD;
}

div.panel
{
	position: static;
	margin: 0px 0px 30px 170px;
	background-color: #ffffff;
}
div.menu
{
	width: 125px;
	height: 100%;
	border: solid 1px White;
	border-collapse: collapse;
	vertical-align: middle;
	float: left;
	background-color: #444444;
}

div.adobe
{
	background-color: White; 
	padding-top: 40px; 
	text-align: center;
}

div.image-section
{
	margin: 20px 0px 20px 0px;
}

div.float-right
{
	margin: 5px 0px 5px 10px;
	float: right;
}
div.float-left
{
	margin: 5px 10px 5px 0px;
	float: left;
}
div.bottom
{
	margin: 15px 0px 0px 0px;
}
div.note
{
	font-size: 75%;
	font-style: italic;
	text-align: left;
}


td.list
{
	width: 33%;
	vertical-align: top;
}
	

.menuItem
{
	margin: 0px;
	height: 25px;
	text-align: right;
	vertical-align: middle;
	padding: 2px 4px 0px 0px;
	border-bottom: solid 1px White;
	border-collapse: collapse;
	color: White;
	background-color: #444444;
	cursor: pointer;
}
.selectedMenuItem
{
	margin: 0px;
	height: 25px;
	text-align: right;
	vertical-align: middle;
	color: #444444;
	border-bottom: solid 1px White;
	border-collapse: collapse;
	background-color: white;
	cursor: default;	
}
.menu-top
{
	border-top: solid 1px #444444;
}
.menu-bottom
{
	border-bottom: solid 1px #444444;
}

.contact-row
{
	padding: 15px;
}
.contact-method
{
	width: 80px;
	font-weight: bold;
	vertical-align: text-top;
	color: #009966;
}
.contact-name
{
	border-bottom: solid 1px #B3B3B3;
}

.brand-logo
{
	margin: 10px 35px 10px 10px;
}

.image-select
{
	cursor: pointer;
}
.image-label
{
	font-style: italic;
	text-align: center;
}

.portrait
{
	padding-left: 40px;
}

.vertical-space
{
	margin-top: 20px;
}
.indent
{
	padding-left: 15px;
}	

.noscript
{
	font-size: medium;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	background-color: #FF9900;
}
.comment
{
	text-align: left;
	font-style: italic;
	padding: 15px;
	background-color: #AAFFAA;
}



/* formatting */

.left
{
	text-align: left;
}
.center
{
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
}
.right
{
	text-align: right;
}
.vertical-center
{
	vertical-align: middle;
}

.border-white
{
	margin: 0px;
	padding: 0px;
	border: solid 1px White;
}

.no-margin
{
	margin: 0px;
	padding: 0px;
}


/* colors */
.black
{
	color: Black;
}
.red
{
	color: #CC3300;
}
.dark-blue
{
	color: #333E49;
}



/* Links */

a:link
{
	text-decoration: none;
	font-weight: bold;
	color: #6699CC;
}
a:visited
{
	text-decoration: none;
	font-weight: bold;
	color: #3399CC;
}
a:hover
{
	text-decoration: underline;
	color: #CC3300;
}

a.menu:link
{
	text-decoration: none;
	font-weight: normal;
	color: White;
}
a.menu:visited
{
	text-decoration: none;
	font-weight: normal;
	color: White;
}
a.menu:hover
{
	text-decoration: none;
	font-weight: normal;
	color: White;
}
