#solutions_page {
    width: 850px;
    vertical-align: top;
    text-align: justify;
    font-size: 12px;
}

#solutions_page h1 {
    vertical-align: top;
    line-height: 24px;
    padding: 3px;
    background-image: url("decorations/lightheaderbar850.png");
    background-position: top;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
}

#solutioncenter_item {
    vertical-align: top;
    text-align: justify;
    color: blue;
    font-weight: bold;
    font-size: 14px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    border-width: 0px;
    width: 834px;
    height: 174px;
    background-image: url("images/skyline.png");
}

#solutions_bullet {
    vertical-align:top;
    text-align:left;
    padding:2px 2px 2px 2px;
    border-width:0px;
    width: 12px;
}

/* Defines the size and text defaults for the center column of the page layout */
#center_column {
    width: 640px;
    vertical-align: top;
    color: black;
    font-size: 12px;
    padding: 0px 10px 0px 0px;
}

/* Sets the center columns first level heading object */
#center_column h1 {
    vertical-align: top;
    line-height: 24px;
    margin-top: 12px;
    padding: 3px;
    background-image: url("decorations/lightheaderbar630.png");
    background-position: top;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    color: white;
}

/* Sets the center columns second level heading object */
#center_column h2 {
    color: white;
    line-height: 24px;
    padding: 3px;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
}

#center_column_img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-width: 0px;
    text-align: center;
}

#screenscrape {
    text-align: justify;
    font-size: 12px;
    border-left-width: 1px;
    border-right-width: 3px;
    border-top-width: 1px;
    border-bottom-width: 3px;
    border-color: gray;
    border-style: solid;
    color: black;
    padding: 10px;
    width: 620px;
}

#screenscape img {
    text-align: left;
}

/* Define the text styles for the press and top stories section. */
#solutions_link a {
    vertical-align: top;
    text-align: left;
	color: black;
    line-height: 24px;
    font-weight: bold;
    font-size: 10px;
    width: 630px;
    display: block;
    padding: 0px 0px 2px 2px;
}

#solutions_link a#selected {
    vertical-align: top;
    text-align: left;
	color: red;
    line-height: 24px;
    font-size: 10px;
    font-weight: bold;
    width: 630px;
    display: block;
    padding: 0px 0px 2px 2px;
}

#solutions_link a:hover {
    vertical-align: top;
    text-align: left;
	color: blue;
    line-height: 24px;
    font-weight: bold;
    font-size: 10px;
    width: 630px;
    display: block;
    padding: 0px 0px 2px 2px;
}

/* Define the text styles for the solutions section. */
#solutions_column {
    vertical-align: top;
    width: 204px;
    font-size: 12px;
    color: gray;
    line-height: 24px;
}

#events_foot {
    padding: 0px 10px 0px 10px;
}

#solutions_column a {
    vertical-align: top;
    margin-top: 6px;
    text-align: left;
	color: black;
    line-height: 16px;
    font-weight: bold;
    font-size: 10px;
    display: block;
    padding: 0px 0px 0px 10px;
}

#solutions_column a#selected {
    vertical-align: top;
    margin-top: 6px;
    text-align: left;
	color: red;
    line-height: 16px;
    font-size: 10px;
    font-weight: bold;
    display: block;
    padding: 0px 0px 0px 10px;
}

#solutions_column a:hover {
    vertical-align: top;
    margin-top: 6px;
    text-align: left;
	color: blue;
    line-height: 16px;
    font-weight: bold;
    font-size: 10px;
    display: block;
    padding: 0px 0px 0px 10px;
}

#solutions_button {
    vertical-align: top;
    text-align: left;
    color: black;
    font-size: 11px;
    margin: 7px 7px 5px 5px;
    padding: 10px 10px 10px 15px;
    border-style: none;
    height: 160px;
    width: 200px;
    background-image: url("decorations/buttonbox-03.png");
    background-repeat: no-repeat;
    background-position: center;
}

#solutions_button h2 {
    font-family: verdana;
    color: blue;
    font-weight: bold;
    font-size: 16px;
}

#solutions_column_large_button {
    vertical-align: top;
    background-image: url("decorations/LightColumnBoxHuge.png");
    background-position: top;
    width: 200px;
    height: 400px;
    padding: 8px;
    font-size: 9px;
    color: gray;
}

#solutions_column_large_button h3 {
    vertical-align: top;
    padding: 3px 3px 3px 3px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: black;
}


