/*	Default Layout
	92px columns, 24 px gutters, 72 px margins, 1234px total (extra space for scrollbars)
	-------------------------------------------------------------------------------
cols    1    2     3     4     5     6     7     8     9     10     11     12     13
px      68   160   252   344   436   528   620   712   804   896	988    1050   1142 */

#title2 {
	font-size: 28px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
.top {
	font-size: 9px;
	font-weight: bold;
	color: #4fa600;
}

#wrap {
	border: 1px solid black;
	margin-top: 0;
	margin-bottom: 0;
	width: 1150px;
	padding: 10px;
}

#menu2 {
	font-size: 12px;
	width: 195px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #346ABD;
	border-bottom-color: #346ABD;
	background-color: #FFFFFF;
}

#menuClear {
	clear:right;
}

#menu2 ul {
	margin:0;	
}

#menu2 li {
	margin-left: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	list-style-image: none;
	list-style-type: none;
}

/*p {
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 15px;
	margin-left: 10px;
}*/
#special {
	font-size: 14px;
	color: #591479;
	float: right;
	font-weight: bold;
	margin-right: 10px;
	padding: 3px;
	border: thin solid #591479;
	background-color: #FFFFFF;
}

#leftSide {
	float: left;
	width: 935px;
}

#rightSide {
	width: 195px;
	float: left;
}

#wrap .h2 {
	font-size: 24px;	
}

#wrap ul, #wrap ol {
	margin-left: 40px;	
}

/*		10 Column Layout: 992px. 
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */

@media only screen and (min-width: 992px) and (max-width: 1221px) {
	
#wrap {
	width: 898px;
}

#leftSide {
	width: 703px;
}

#rightSide {
	width: 195px;
}

.column {
	width: 330px;	
}

#wrap .h2 {
	font-size: 20px;	
}
	
}

/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 768px) and (max-width: 991px) {

#wrap {
	width: 718px;
}

#leftSide {
	width: 523px;
}

#rightSide {
	width: 195px;
}

.column {
	width: 505px;	
}

#wrap .h2 {
	font-size: 20px;	
}
	
}

/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

@media only screen and (max-width: 479px) {

#title2 {
	font-size: 22px;
}

#wrap {
	width: 280px;
	padding: 5px;
}

#leftSide {
	width: 280px;
}

#rightSide {
	width: 280px;
	margin-top: 15px;
}

#menu2 {
	width: 270px;	
}

.column {
	width: 270px;
	margin: 0 0 15px 0;	
}

}

/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436   */

@media only screen and (min-width: 480px) and (max-width: 767px) {

#wrap {
	width: 440px;
	padding: 5px;
}

#leftSide {
	width: 440px;
}

#rightSide {
	width: 440px;
	margin-top: 15px;
}

#menu2 {
	width: 430px;	
}

.column {
	width: 430px;
	margin: 0 0 15px 0;	
}

}