/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	/** content: none; **/
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
    margin:0 0 0px;
    background:#003366;
    font:11px Verdana, Arial, Georgia, sans-serif;
    line-height:1.5;
    color:#FFFFFF;
}

/** End of reset **/


h1 {
    font-weight:bold;
    font-size:12px;
}

p {
    margin-top:1.5em;
}

a:link {
    color:#3366BB;
    font-weight:bold;
    text-decoration:none;
}

a:visited {
    color:#3366BB;
    font-weight:bold;
    text-decoration:none;
}

a:hover {
    color:#3366BB;
    font-weight:bold;
    text-decoration:none;
}

.main-container {
    display:inline-block;
    display:block;
    margin:0 auto;
    width:100%;
}

.header {
    display:block;
    margin:0 auto;
    padding:4px 0 12px 0;
    width:600px;
}

.line {
    position:absolute;
    height:3px;
    top:29px;
}

.main-content {
    display:block;
    margin:0 auto;
    min-height:300px;
    overflow:hidden;
    width:600px;
}

.footer {
    display:block;
    font-size:10px;
    margin:0 auto;
    padding:4px 0 6px 0;
    text-align:right;
    width:600px;
}

.copyright {
    font-size:10px;
    position:relative;
    margin:0px 10px -20px 0px;
    top:-20px;
    z-index: 9999; /** Place the menu in front of all elements **/
}

.benchmark {
    font-size:9px;
    display:none;
}

.home {
    text-align:center;
    padding:40px 0px 40px 0px;
}

.error {
    color:#F9C600;
}

.flash_message {
    color:#F9C600;
}

.button_normal input:hover {   
    background:url(../images/form_button_hover.gif) no-repeat;    
}

.button_normal input {
    background:url(../images/form_button_normal.gif) no-repeat;
    border:0;
    color:#FFFFFF;
    cursor:pointer;
    font:11px Verdana, Arial, Georgia, sans-serif;
    font-weight:bold;
    height:22px;
    margin:10px 10px 10px 0px;
    width:80px;
}

.toggle-description {
    display:none;
    margin:0px 0px 5px 30px;
}

.div-hidden{
    display:none;
}

.two-col-div-left {
    float: left;
    width: 50%;
}
.two-col-div-right {
    float: right;
    width: 50%
}

#gallery img {
    background: url(../images/project_frame.gif);
    cursor:pointer;
    height:94px;
    padding:3px 3px 3px 3px;
    margin:10px 8px 0px 8px;
    width:174px;
}