/* 
    Document   : style

Created on : Jul 13, 2009, 5:14:30 PM

Author     : Mike

Description:
        Purpose of the stylesheet follows.
*/


/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    margin-top: 0px;
    margin-left:0px;
	background-color: #BDBDBD;
}

#tag {
	padding-top: 10px;
	text-align: center;
	font-size: 24px;
	font-weight: 800;
	font-family: arial;
	color: white;
}


img {
    border:0;
}

h2 {
    margin-bottom: 5px;
    font-family: verdana;
    font-size: 24px;
    font-weight: 600;
    color: #970606;
    padding-left: 20px;
    width: 600px;
}

#container {
    	width: 1000px;
	border-left: 2px solid #330033;
	border-right: 2px solid #330033;
	border-bottom: 2px solid #330033;
    	position: relative;
    	font-size: 14px;
    	font-family: Arial,Helvetica,sans-serif;

}

#banner {
        height:75px;
	background-color: white;
}

#tagline {
    position:absolute;
    left:300px;
    top:60px;
}

#content {
    margin-top: 0px;
    margin-left: 0px;
	width: 1000px;

}

.menu {
	top: 75px;
    	background-color: white;
	width: 1000px;
	border-top: 2px solid #330033;
	border-left: 2px solid #330033;
	border-right: 2px solid #330033;
	border-bottom: 2px solid #330033;
}

.menuitem {
	padding-top: 20px;
	vertical-align: top;    
}

.content_table {
	width: 1000px;
	border-top: 2px solid #330033;
	border-bottom: 2px solid #330033;
	border-left: 2px solid #330033;
	border-right: 2px solid #330033;

}

.footer {
    margin-top: 10px;
    font-family: Arial;
    font-size: 8pt;
    text-align: center;

}

#content_col1 {
    	width: 800px;
	padding-left: 5px;
	padding-right: 5px;
    	vertical-align: top;
}

#content_col2 {
    	width: 300px;
	padding-left: 5px;
	padding-right: 5px;
    	vertical-align: top;
	background-color: white;
	font-family: arial;
}

#content_col3 {
    	width: 200px;
	font-family: arial;
	font-size: 14px;
	background-color: white;
}

#wncontent_col1 {
    width: 450px;
}

#wncontent_col2 {
    width: 300px;
}

#logo {
    z-index:10;
    position: relative;
    left: 0;
    top: 0;
	float: left;
    }

#smallertext {
    margin-top: 5px;
    font-size: 12px;
    font-family: arial;
}

#mediumtext {
    margin-right: 15px;
    font-size: 14px;
	font-weight: 600;
    font-family: arial;
	color: #330033;
	padding-left: 20px;
}


a {
    	color: #330033;
	font-weight: 700;
}

a:hover {
	color: #6E6E6E;

}

a.menulink {
    	font-weight: 600;
    	font-family:  arial;
    	font-size: 12px;
    	text-decoration: none;
	color: #330033;

}

a.menulink:hover {
    	color: #6E6E6E;
}

#collabel {
	font-family: arial;
	font-size: 12px;
	font-weight: 600;
	width: 100px;
	vertical-align: top;
}

#boxinput {
	font-family: arial;
	font-size: 12px;
	font-weight: 400;
	width: 200px;
}

#jdinput {
	vertical-align: top; 
	font-family: arial; 
	font-size: 12px;
	width: 300px;
	height: 200px;
}

#bloginput {
	vertical-align: top; 
	font-family: arial; 
	font-size: 12px;
	width: 400px;
	height: 200px;
}



